diff --git a/coreutils.spec b/coreutils.spec index 74f35e5edf868493701c64ebab9f1bbcbf9ff886..f5a08aa750f6eecebb0afdb66bc44e9d689578f4 100644 --- a/coreutils.spec +++ b/coreutils.spec @@ -1,6 +1,6 @@ Name: coreutils Version: 8.32 -Release: 1 +Release: 2 License: GPLv3+ Summary: A set of basic GNU tools commonly used in shell scripts Url: https://www.gnu.org/software/coreutils/ @@ -135,6 +135,9 @@ fi %{_mandir}/man*/* %changelog +* Wed Aug 26 2020 chenbo pan - 8.32-2 +- fix patch error + * Wed Jul 29 2020 Liquor - 8.32-1 - update to 8.32 diff --git a/skip-the-tests-that-require-selinux-if-selinux-is-di.patch b/skip-the-tests-that-require-selinux-if-selinux-is-di.patch index 3146424528883018247cfb1d8d0e6d3e386f3833..013700cab1d8ba2a35bc613a22196e1469cd2ae2 100644 --- a/skip-the-tests-that-require-selinux-if-selinux-is-di.patch +++ b/skip-the-tests-that-require-selinux-if-selinux-is-di.patch @@ -20,7 +20,7 @@ index 739ba33..d536dec 100644 || skip_ "this system lacks SELinux support" + # Judge the selinux is enabled or not -+ selinuxenabled; [ $? = 1] && skip_ "SELinux is disabled" ++ selinuxenabled; [ $? = 1 ] && skip_ "SELinux is disabled" + # Independent of whether SELinux is enabled system-wide, # the current file system may lack SELinux support.