rpms/MAKEDEV/devel MAKEDEV.spec,1.60,1.61

Jesse Keating (jkeating) fedora-extras-commits at redhat.com
Mon Jun 16 18:39:58 UTC 2008


Author: jkeating

Update of /cvs/pkgs/rpms/MAKEDEV/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1281

Modified Files:
	MAKEDEV.spec 
Log Message:
* Mon Jun 16 2008 Jesse Keating <jkeating at redhat.com> - 3.23-5
- Make sure we have getent installed for our %pre section.



Index: MAKEDEV.spec
===================================================================
RCS file: /cvs/pkgs/rpms/MAKEDEV/devel/MAKEDEV.spec,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- MAKEDEV.spec	3 Mar 2008 16:17:51 -0000	1.60
+++ MAKEDEV.spec	16 Jun 2008 18:39:16 -0000	1.61
@@ -1,6 +1,6 @@
 Name: MAKEDEV
 Version: 3.23
-Release: 4
+Release: 5
 Group: System Environment/Base
 License: GPLv2
 # This is a Red Hat maintained package which is specific to
@@ -11,7 +11,7 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: libselinux-devel
 URL: http://www.lanana.org/docs/device-list/
-Requires(pre): shadow-utils
+Requires(pre): shadow-utils, /usr/bin/getent
 
 %description
 This package contains the MAKEDEV program, which makes it easier to create
@@ -53,6 +53,9 @@
 %config(noreplace) %{_sysconfdir}/makedev.d
 
 %changelog
+* Mon Jun 16 2008 Jesse Keating <jkeating at redhat.com> - 3.23-5
+- Make sure we have getent installed for our %pre section.
+
 * Mon Mar 03 2008 Chris Lumens <clumens at redhat.com> 3.23-4
 - Change license to GPLv2 only.
 - minor cleanups for merge review (Todd Zullinger <tmz at pobox.com>):




More information about the fedora-extras-commits mailing list