Compare commits

...

4 Commits

Author SHA1 Message Date
Fedora Release Engineering 63b5c2c3f1 dist-git conversion 2010-07-29 12:42:21 +00:00
Bill Nottingham 39cb674e02 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:39:10 +00:00
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
3 changed files with 6 additions and 22 deletions

View File

View File

@ -1,21 +0,0 @@
# Makefile for source rpm: shadow-utils
# $Id: Makefile,v 1.3 2005/08/05 11:53:21 pvrabec Exp $
NAME := shadow-utils
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attempt a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

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)