diff --git a/SOURCES/README b/SOURCES/README index 774074a..3cddbc3 100644 --- a/SOURCES/README +++ b/SOURCES/README @@ -3,7 +3,7 @@ Collection. For more information about Software Collections, see scl(1). By installing the %{scl_name} collection, you will get a minimal set of packages to have a working Nginx web server. -%if 0%{rhel} >= 7 +%if 0%{?rhel} >= 7 Usage: systemctl start %{?scl_prefix}nginx %else Usage: service %{?scl_prefix}nginx start diff --git a/SPECS/nginx16.spec b/SPECS/nginx16.spec index 8799806..c6a6258 100644 --- a/SPECS/nginx16.spec +++ b/SPECS/nginx16.spec @@ -9,7 +9,7 @@ Summary: Package that installs %scl Name: %scl_name Version: 1.2 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ Group: Applications/File Source0: README @@ -116,6 +116,8 @@ selinuxenabled && load_policy || : %defattr(-,root,root) %doc README LICENSE %scl_files +%dir %{_mandir}/man7 +%dir %{_mandir}/man8 %{_mandir}/man7/%{scl_name}.* %dir %{_localstatedir}/run @@ -129,6 +131,10 @@ selinuxenabled && load_policy || : %{_root_sysconfdir}/rpm/macros.%{scl_name_base}-scldevel %changelog +* Tue Jan 06 2015 Jan Kaluza - 1.2-2 +- fix incorrectly defined rhel macro in README (#1152494) +- own the man7 and ma8 directories to remove them weh uninstalling (#1040470) + * Tue Jun 24 2014 Jan Kaluza - 1.2-1 - rename to nginx16