From c553cab787c2499ffaa36748a2de7c0e08fe31d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1draig=20Brady?=
Date: Mon, 14 Dec 2015 14:14:33 +0000
Subject: [PATCH] give explicit priority to coreutils over coreutils-single
Make the main coreutils package Obsoletes: coreutils-single
so that it has priority in depsolving.
---
coreutils.spec | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/coreutils.spec b/coreutils.spec
index 1cea379..3d28fb6 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: 104%{?dist}
+Release: 105%{?dist}
License: GPLv3+
Group: System Environment/Base
Url: http://www.gnu.org/software/coreutils/
@@ -65,6 +65,8 @@ Patch951: coreutils-selinuxmanpages.patch
Conflicts: filesystem < 3
# To avoid clobbering installs
Conflicts: coreutils-single
+# To give priority to this package
+Obsoletes: coreutils-single
Provides: /bin/basename
Provides: /bin/cat
Provides: /bin/chgrp
@@ -350,6 +352,9 @@ fi
%license COPYING
%changelog
+* Mon Dec 14 2015 Pádraig Brady