Updates
This commit is contained in:
@@ -14,8 +14,8 @@
|
|||||||
%global httpd_pkg_cache_dir /var/cache/httpd/mod_auth_openidc
|
%global httpd_pkg_cache_dir /var/cache/httpd/mod_auth_openidc
|
||||||
|
|
||||||
Name: mod_auth_openidc
|
Name: mod_auth_openidc
|
||||||
Version: 2.4.11
|
Version: 2.4.11.1
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: OpenID Connect auth module for Apache HTTP Server
|
Summary: OpenID Connect auth module for Apache HTTP Server
|
||||||
|
|
||||||
License: ASL 2.0
|
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
|
%dir %attr(0700, apache, apache) %{httpd_pkg_cache_dir}/cache
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 30 2022 Daniel Steiner <daniel.steiner@dsteiner.ch>
|
||||||
|
- Update to 2.4.11.1.
|
||||||
|
|
||||||
* Tue Mar 29 2022 Daniel Steiner <daniel.steiner@dsteiner.ch>
|
* Tue Mar 29 2022 Daniel Steiner <daniel.steiner@dsteiner.ch>
|
||||||
- libjq enabled.
|
- libjq enabled.
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
Name: mod_tile
|
Name: mod_tile
|
||||||
Version: 0.6.1
|
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.
|
Summary: A program to efficiently render and serve map tiles for www.openstreetmap.org map using Apache and Mapnik.
|
||||||
|
|
||||||
%define geo_user geo
|
%define geo_user geo
|
||||||
@@ -18,6 +18,10 @@ BuildRequires: httpd-devel, apr
|
|||||||
BuildRequires: mapnik-devel
|
BuildRequires: mapnik-devel
|
||||||
BuildRequires: libcurl-devel
|
BuildRequires: libcurl-devel
|
||||||
BuildRequires: iniparser-devel
|
BuildRequires: iniparser-devel
|
||||||
|
BuildRequires: libmemcached-devel
|
||||||
|
BuildRequires: librados-devel
|
||||||
|
BuildRequires: cairo-devel
|
||||||
|
BuildRequires: glib2-devel
|
||||||
BuildRequires: sqlite-devel
|
BuildRequires: sqlite-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -103,6 +107,9 @@ fi
|
|||||||
%attr(0775, %{geo_user}, %{geo_user}) %dir %{_rundir}/%{daemon_name}
|
%attr(0775, %{geo_user}, %{geo_user}) %dir %{_rundir}/%{daemon_name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 25 2022 Daniel Steiner <daniel.steiner@dsteiner.ch>
|
||||||
|
- Build dependencies added
|
||||||
|
|
||||||
* Thu Jan 6 2022 Daniel Steiner <daniel.steiner@dsteiner.ch>
|
* Thu Jan 6 2022 Daniel Steiner <daniel.steiner@dsteiner.ch>
|
||||||
- Add systemd startup config. Add socket dir. Add tmpfiles.d config.
|
- Add systemd startup config. Add socket dir. Add tmpfiles.d config.
|
||||||
- Create cache directory, which is not default.
|
- Create cache directory, which is not default.
|
||||||
|
|||||||
Reference in New Issue
Block a user