From 88197c4c48e177c502849fccff1428b9ec9c8f16 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Fri, 7 Nov 2008 04:20:15 +0000 Subject: [PATCH 1/2] Initialize branch F-10 for shadow-utils --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..dc32377 --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-10 From c59610852e33f083fea903ae4cd353e0bedb6673 Mon Sep 17 00:00:00 2001 From: Peter Vrabec Date: Mon, 5 Jan 2009 13:04:09 +0000 Subject: [PATCH 2/2] - Add policycoreutils as Requires, because of restorecon (#478494) - Add setup as a Requires. Perhaps this should be a files requires. (#477529) --- shadow-utils.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/shadow-utils.spec b/shadow-utils.spec index 9b9129c..a228a84 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: 8%{?dist} +Release: 9%{?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,6 +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 policycoreutils Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description @@ -194,6 +195,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man8/vigr.8* %changelog +* Mon Jan 05 2009 Peter Vrabec 2:4.1.2-9 +- Add policycoreutils as Requires, because of restorecon (#478494) +- Add setup as a Requires. Perhaps this should be a files requires. (#477529) + * Wed Sep 24 2008 Peter Vrabec 2:4.1.2-8 - groupmems: check username for valid character (#455603) - groupmems: don't segfault on nonexistent group (#456088)