Compare commits

...

2 commits

Author SHA1 Message Date
Peter Vrabec
c59610852e - Add policycoreutils as Requires, because of restorecon (#478494)
- Add setup as a Requires. Perhaps this should be a files requires.
    (#477529)
2009-01-05 13:04:09 +00:00
Jesse Keating
88197c4c48 Initialize branch F-10 for shadow-utils 2008-11-07 04:20:15 +00:00
2 changed files with 7 additions and 1 deletions

1
branch Normal file
View file

@ -0,0 +1 @@
F-10

View file

@ -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 <pvrabec@redhat.com> 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 <pvrabec@redhat.com> 2:4.1.2-8
- groupmems: check username for valid character (#455603)
- groupmems: don't segfault on nonexistent group (#456088)