From 49c29b40693909ed9a7b158d7863c9a4d0070be5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Va=C5=A1=C3=ADk?= Date: Mon, 30 Nov 2015 14:32:27 +0100 Subject: [PATCH] Resolves:#1286338 - coreutils-single should provide versioned coreutils --- coreutils.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/coreutils.spec b/coreutils.spec index 736b002..75ed0d7 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: 100%{?dist} +Release: 101%{?dist} License: GPLv3+ Group: System Environment/Base Url: http://www.gnu.org/software/coreutils/ @@ -131,7 +131,7 @@ the old GNU fileutils, sh-utils, and textutils packages. %package single Summary: coreutils multicall binary Suggests: coreutils-common -Provides: coreutils +Provides: coreutils = %{version}-%{release} # To avoid clobbering installs during %post Conflicts: coreutils < 8.24-100 # Note RPM doesn't support separate buildroots for %files @@ -339,6 +339,9 @@ fi %{_mandir}/man*/* %changelog +* Mon Nov 30 2015 Ondrej Vasik - 8.24-101 +- coreutils-single should provide versioned coreutils (#1286338) + * Wed Nov 18 2015 Pádraig Brady - 8.24-100 - Split package to more easily support smaller installs