From 7f1720d9a27d5bffd9d74cb6dcffdcefd3a01cee Mon Sep 17 00:00:00 2001 From: Pádraig Brady
Date: Dec 03 2015 19:40:06 +0000
Subject: fix inclusion of /usr/bin/kill in coreutils-single
we need to remove /usr/bin/kill.single
---
diff --git a/coreutils.spec b/coreutils.spec
index c852c0e..626f42a 100644
--- a/coreutils.spec
+++ b/coreutils.spec
@@ -1,7 +1,7 @@
Summary: A set of basic GNU tools commonly used in shell scripts
Name: coreutils
Version: 8.24
-Release: 102%{?dist}
+Release: 103%{?dist}
License: GPLv3+
Group: System Environment/Base
Url: http://www.gnu.org/software/coreutils/
@@ -270,7 +270,7 @@ install -p -c -m644 %SOURCE106 $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/colorls.c
# built utilities are correctly skipped if not present.
for i in kill ; do
rm -f $RPM_BUILD_ROOT{%{_bindir}/$i,%{_mandir}/man1/$i.1}
- rm -f $RPM_BUILD_ROOT/%{_libexecdir}/%{name}/{%{_bindir}/$i,%{_mandir}/man1/$i.1}
+ rm -f $RPM_BUILD_ROOT%{_bindir}/$i.single
done
# Compress ChangeLogs from before the fileutils/textutils/etc merge
@@ -340,6 +340,9 @@ fi
%license COPYING
%changelog
+* Thu Dec 03 2015 Pádraig Brady