rpms/mock/FC-4 mock.spec,1.6,1.7

Seth Vidal (skvidal) fedora-extras-commits at redhat.com
Thu Aug 4 05:02:40 UTC 2005


Author: skvidal

Update of /cvs/extras/rpms/mock/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv789/FC-4

Modified Files:
	mock.spec 
Log Message:

fix spec files to allow building



Index: mock.spec
===================================================================
RCS file: /cvs/extras/rpms/mock/FC-4/mock.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- mock.spec	4 Aug 2005 04:22:07 -0000	1.6
+++ mock.spec	4 Aug 2005 05:02:37 -0000	1.7
@@ -1,7 +1,7 @@
 Summary: Builds packages inside chroots
 Name: mock
 Version: 0.4
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPL
 Group: Development/Tools
 Source: http://fedoraproject.org/projects/mock/releases/%{name}-%{version}.tar.gz
@@ -9,7 +9,7 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: python, yum >= 2.2.1
 Requires(pre): shadow-utils
-
+BuildRequires: libselinux-devel
 
 %description
 Mock takes a srpm and builds it in a chroot
@@ -58,14 +58,17 @@
 %dir  %{_sysconfdir}/%{name}
 %config(noreplace) %{_sysconfdir}/%{name}/*.cfg
 %{_bindir}/%{name}
+%{_libexecdir}/mock-yum
 %attr(04750, root, mock) %{_sbindir}/mock-helper
 %attr(02775, root, mock) %dir /var/lib/mock
+%{_libdir}/libselinux-mock.so
 
 
 %changelog
 * Thu Aug  4 2005 Seth Vidal <skvidal at phy.duke.edu>
 - 0.4
 - update urls
+- add in selinux buildreq and mock-yum file
 
 * Sun Jun 12 2005 Jeremy Katz <katzj at redhat.com> 
 - set default.cfg based on both arch and distro built for




More information about the fedora-extras-commits mailing list