From 8e69e8df3818a8387149a752a92ae45b9d8b26a4 Mon Sep 17 00:00:00 2001 From: Peter Vrabec Date: Mon, 5 Jan 2009 12:57:44 +0000 Subject: [PATCH] Add policycoreutils as Requires, because of restorecon (#478494) --- shadow-utils.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/shadow-utils.spec b/shadow-utils.spec index 48c5caa..f0efa77 100644 --- a/shadow-utils.spec +++ b/shadow-utils.spec @@ -5,7 +5,7 @@ Summary: Utilities for managing accounts and shadow password files Name: shadow-utils Version: 4.1.2 -Release: 9%{?dist} +Release: 10%{?dist} Epoch: 2 URL: http://pkg-shadow.alioth.debian.org/ Source0: ftp://pkg-shadow.alioth.debian.org/pub/pkg-shadow/shadow-%{version}.tar.bz2 @@ -29,7 +29,7 @@ BuildRequires: libselinux-devel >= 1.25.2-1 BuildRequires: audit-libs-devel >= 1.6.5 Requires: libselinux >= 1.25.2-1 Requires: audit-libs >= 1.6.5 -Requires: setup +Requires: setup policycoreutils Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description @@ -195,6 +195,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man8/vigr.8* %changelog +* Mon Jan 05 2009 Peter Vrabec 2:4.1.2-10 +- Add policycoreutils as Requires, because of restorecon (#478494) + * Sun Dec 21 2008 Jesse Keating - 2:4.1.2-9 - Add setup as a Requires. Perhaps this should be a files requires. (#477529)