rpms/coreutils/devel coreutils.spec,1.228,1.229

Ondrej Vasik ovasik at fedoraproject.org
Mon Oct 6 10:29:10 UTC 2008


Author: ovasik

Update of /cvs/extras/rpms/coreutils/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22077

Modified Files:
	coreutils.spec 
Log Message:
Added requirements for libattr(#465569)


Index: coreutils.spec
===================================================================
RCS file: /cvs/extras/rpms/coreutils/devel/coreutils.spec,v
retrieving revision 1.228
retrieving revision 1.229
diff -u -r1.228 -r1.229
--- coreutils.spec	29 Sep 2008 20:40:46 -0000	1.228
+++ coreutils.spec	6 Oct 2008 10:28:40 -0000	1.229
@@ -1,7 +1,7 @@
 Summary: The GNU core utilities: a set of tools commonly used in shell scripts
 Name:    coreutils
 Version: 6.12
-Release: 10%{?dist}
+Release: 11%{?dist}
 License: GPLv3+
 Group:   System Environment/Base
 Url:     http://www.gnu.org/software/coreutils/
@@ -73,6 +73,7 @@
 BuildRequires: libcap-devel >= 2.0.6
 
 Requires(post): libselinux >= 1.25.6-1
+Requires:       libattr
 Requires(pre): /sbin/install-info
 Requires(preun): /sbin/install-info
 Requires(post): /sbin/install-info
@@ -332,6 +333,9 @@
 /sbin/runuser
 
 %changelog
+* Mon Oct 06 2008 Ondrej Vasik <ovasik at redhat.com> - 6.12-11
+- added requires for libattr (#465569)
+
 * Mon Sep 29 2008 Ondrej Vasik <ovasik at redhat.com> - 6.12-10
 - seq should no longer fail to display final number of some
   float usages of seq with utf8 locales(#463556)




More information about the scm-commits mailing list