Typo fixed
This commit is contained in:
@@ -57,8 +57,8 @@ at compile time, see: render_config.h
|
||||
%{__install} -D %{S:2} %{buildroot}%{_sysconfdir}/httpd/conf.d/mod_tile.conf
|
||||
%{__install} -D %{S:3} %{buildroot}%{_systemd_util_dir}/system/%{daemon_name}.service
|
||||
%{__install} -D %{S:4} %{buildroot}%{_sysconfdir}/tmpfiles.d/%{daemon_name}.conf
|
||||
%{__install} -d %{S:4} %{buildroot}%{_rundir}%{daemon_name}
|
||||
%{__install} -d %{S:4} %{buildroot}/geodata/mod_tile
|
||||
%{__install} -d %{buildroot}%{_rundir}/%{daemon_name}
|
||||
%{__install} -d %{buildroot}/geodata/mod_tile
|
||||
|
||||
%pre
|
||||
if [ $1 -eq 1 ]; then
|
||||
@@ -94,13 +94,13 @@ fi
|
||||
%config(noreplace) %{_sysconfdir}/%{daemon_name}.conf
|
||||
%config %{_sysconfdir}/httpd/conf.modules.d/10-tile.conf
|
||||
%config(noreplace) %{_sysconfdir}/httpd/conf.d/mod_tile.conf
|
||||
%config %{_sysconfdir}/tmpfiles.d/%{daemon_name}.conf
|
||||
%config(noreplace) %{buildroot}%{_sysconfdir}/tmpfiles.d/%{daemon_name}.conf
|
||||
%config %{_systemd_util_dir}/system/%{daemon_name}.service
|
||||
%config(noreplace) %{_sysconfdir}/tmpfiles.d/%{daemon_name}.conf
|
||||
%{_bindir}/render*
|
||||
%{_libdir}/httpd/modules/%{name}.so
|
||||
%{_mandir}/man1/*
|
||||
%attr(0755, %{geo_user}, %{geo_user}) %dir /geodata/mod_tile
|
||||
%attr(0775, %{geo_user}, %{geo_user}) %dir %{_rundir}%{daemon_name}
|
||||
%attr(0775, %{geo_user}, %{geo_user}) %dir %{_rundir}/%{daemon_name}
|
||||
|
||||
%changelog
|
||||
* Thu Jan 6 2022 Daniel Steiner <daniel.steiner@dsteiner.ch>
|
||||
@@ -110,7 +110,7 @@ fi
|
||||
* Tue Jan 4 2022 Daniel Steiner <daniel.steiner@dsteiner.ch>
|
||||
- Update to latest (0.6.1).
|
||||
|
||||
* Fri May 21 2020 Daniel Steiner <daniel.steiner@daniel-steiner.org>
|
||||
* Fri May 22 2020 Daniel Steiner <daniel.steiner@daniel-steiner.org>
|
||||
- First build on Fedora 34.
|
||||
|
||||
* Sat Oct 31 2020 Daniel Steiner <daniel.steiner@daniel-steiner.org>
|
||||
|
||||
Reference in New Issue
Block a user