From 8fdd7f5363a9c53772f5a1abecf205d9b8f5bb44 Mon Sep 17 00:00:00 2001 From: panchenbo Date: Wed, 26 Aug 2020 16:37:15 +0800 Subject: [PATCH 1/2] fix patch error --- coreutils.spec | 3 +++ skip-the-tests-that-require-selinux-if-selinux-is-di.patch | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/coreutils.spec b/coreutils.spec index 74f35e5..10be566 100644 --- a/coreutils.spec +++ b/coreutils.spec @@ -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 3146424..013700c 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. -- Gitee From 4f1451089befe2e2c11b61abea8450c970d9a7a0 Mon Sep 17 00:00:00 2001 From: panchenbo Date: Wed, 26 Aug 2020 16:47:44 +0800 Subject: [PATCH 2/2] fix patch error --- coreutils.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreutils.spec b/coreutils.spec index 10be566..f5a08aa 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/ -- Gitee