diff --git a/coreutils-testsuite.spec b/coreutils-testsuite.spec index 4cba77d..d1f5bd0 100644 --- a/coreutils-testsuite.spec +++ b/coreutils-testsuite.spec @@ -16,6 +16,15 @@ # +################################################################# +################################################################# +### ! ! ! R E M I N D E R ! ! ! ### +################################################################# +### Please call "./pre_checkin.sh" prior to submitting. ### +### (This will regenerate coreutils-testsuite.spec) ### +################################################################# +################################################################# + Name: coreutils-testsuite Summary: GNU Core Utilities License: GPL-3.0+ @@ -65,8 +74,8 @@ Requires: systemd # this will create a cycle, broken up randomly - coreutils is just # too core to have other prerequisites. -#PreReq: permissions -PreReq: %{install_info_prereq} +#Requires(post): permissions +Requires(post): %{install_info_prereq} BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -227,7 +236,7 @@ echo '.so man1/test.1' > %{buildroot}/%{_mandir}/man1/\[.1 %install_info --info-dir=%{_infodir} %{_infodir}/coreutils.info.gz # may fail if permissions is not there, but there is no way around that -%set_permissions %{_bindir}/su.core +%set_permissions %{_bindir}/su.core || : %endif # ================================================ diff --git a/coreutils.spec b/coreutils.spec index 2b103e4..ad6c9cc 100644 --- a/coreutils.spec +++ b/coreutils.spec @@ -16,6 +16,15 @@ # +################################################################# +################################################################# +### ! ! ! R E M I N D E R ! ! ! ### +################################################################# +### Please call "./pre_checkin.sh" prior to submitting. ### +### (This will regenerate coreutils-testsuite.spec) ### +################################################################# +################################################################# + Name: coreutils Summary: GNU Core Utilities License: GPL-3.0+