diff --git a/centos/SPECS/mod_auth_openidc.spec b/centos/SPECS/mod_auth_openidc.spec index e967e83..c36d1f7 100644 --- a/centos/SPECS/mod_auth_openidc.spec +++ b/centos/SPECS/mod_auth_openidc.spec @@ -14,8 +14,8 @@ %global httpd_pkg_cache_dir /var/cache/httpd/mod_auth_openidc Name: mod_auth_openidc -Version: 2.4.11 -Release: 2%{?dist} +Version: 2.4.11.1 +Release: 1%{?dist} Summary: OpenID Connect auth module for Apache HTTP Server License: ASL 2.0 @@ -92,6 +92,9 @@ install -m 700 -d $RPM_BUILD_ROOT%{httpd_pkg_cache_dir}/cache %dir %attr(0700, apache, apache) %{httpd_pkg_cache_dir}/cache %changelog +* Wed Mar 30 2022 Daniel Steiner +- Update to 2.4.11.1. + * Tue Mar 29 2022 Daniel Steiner - libjq enabled. diff --git a/fedora/SPECS/mod_tile.spec b/fedora/SPECS/mod_tile.spec index f478cbb..478b469 100644 --- a/fedora/SPECS/mod_tile.spec +++ b/fedora/SPECS/mod_tile.spec @@ -1,6 +1,6 @@ Name: mod_tile Version: 0.6.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A program to efficiently render and serve map tiles for www.openstreetmap.org map using Apache and Mapnik. %define geo_user geo @@ -18,6 +18,10 @@ BuildRequires: httpd-devel, apr BuildRequires: mapnik-devel BuildRequires: libcurl-devel BuildRequires: iniparser-devel +BuildRequires: libmemcached-devel +BuildRequires: librados-devel +BuildRequires: cairo-devel +BuildRequires: glib2-devel BuildRequires: sqlite-devel %description @@ -103,6 +107,9 @@ fi %attr(0775, %{geo_user}, %{geo_user}) %dir %{_rundir}/%{daemon_name} %changelog +* Fri Mar 25 2022 Daniel Steiner +- Build dependencies added + * Thu Jan 6 2022 Daniel Steiner - Add systemd startup config. Add socket dir. Add tmpfiles.d config. - Create cache directory, which is not default.