rpms/policycoreutils/FC-5 .cvsignore, 1.106, 1.107 policycoreutils.spec, 1.247, 1.248 sources, 1.111, 1.112

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed May 24 03:36:17 UTC 2006


Author: dwalsh

Update of /cvs/dist/rpms/policycoreutils/FC-5
In directory cvs.devel.redhat.com:/tmp/cvs-serv22465

Modified Files:
	.cvsignore policycoreutils.spec sources 
Log Message:
* Tue May 24 2006 Dan Walsh <dwalsh at redhat.com> 1.30.10-1.fc5
- Bump to build in FC5



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/policycoreutils/FC-5/.cvsignore,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- .cvsignore	9 May 2006 12:33:23 -0000	1.106
+++ .cvsignore	24 May 2006 03:36:11 -0000	1.107
@@ -95,3 +95,4 @@
 policycoreutils-1.30.1.tgz
 policycoreutils-1.30.4.tgz
 policycoreutils-1.30.8.tgz
+policycoreutils-1.30.10.tgz


Index: policycoreutils.spec
===================================================================
RCS file: /cvs/dist/rpms/policycoreutils/FC-5/policycoreutils.spec,v
retrieving revision 1.247
retrieving revision 1.248
diff -u -r1.247 -r1.248
--- policycoreutils.spec	9 May 2006 12:04:23 -0000	1.247
+++ policycoreutils.spec	24 May 2006 03:36:11 -0000	1.248
@@ -4,7 +4,7 @@
 %define libselinuxver 1.30-1
 Summary: SELinux policy core utilities.
 Name: policycoreutils
-Version: 1.30.8
+Version: 1.30.10
 Release: 1.fc5
 License: GPL
 Group: System Environment/Base
@@ -13,10 +13,10 @@
 
 BuildRequires: pam-devel libsepol-devel >= %{libsepolver} libsemanage-devel >= %{libsemanagever} libselinux-devel >= %{libselinuxver}  libcap-devel audit-libs-devel
 Requires: /bin/mount /bin/egrep /bin/awk /usr/bin/diff
-Requires: libsepol >= %{libsepolver} libsemanage >= %{libsemanagever} libselinux-python coreutils audit-libs-python >=  %{libauditver} 
+Requires: libsepol >= %{libsepolver} libsemanage >= %{libsemanagever} libselinux-python coreutils audit-libs-python >=  %{libauditver} rhpl
 Requires: initscripts
-BuildRoot: %{_tmppath}/%{name}-buildroot
-
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+	
 %description
 Security-enhanced Linux is a feature of the Linux® kernel and a number
 of utilities with enhanced security functionality designed to add
@@ -42,20 +42,20 @@
 make LOG_AUDIT_PRIV=y LIBDIR="%{_libdir}" CFLAGS="%{optflags}" all 
 
 %install
-rm -rf ${RPM_BUILD_ROOT}
-mkdir -p $RPM_BUILD_ROOT/etc/rc.d/init.d
-mkdir -p ${RPM_BUILD_ROOT}%{_bindir}
-mkdir -p ${RPM_BUILD_ROOT}%{_sbindir}
-mkdir -p ${RPM_BUILD_ROOT}/sbin
-mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man1
-mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man8
-mkdir -p ${RPM_BUILD_ROOT}%{_sysconfdir}/pam.d
-make LOG_AUDIT_PRIV=y  DESTDIR="${RPM_BUILD_ROOT}" LIBDIR="${RPM_BUILD_ROOT}%{_libdir}" install
+rm -rf %{buildroot}
+mkdir -p %{buildroot}/etc/rc.d/init.d
+mkdir -p %{buildroot}%{_bindir}
+mkdir -p %{buildroot}%{_sbindir}
+mkdir -p %{buildroot}/sbin
+mkdir -p %{buildroot}%{_mandir}/man1
+mkdir -p %{buildroot}%{_mandir}/man8
+mkdir -p %{buildroot}%{_sysconfdir}/pam.d
+make LOG_AUDIT_PRIV=y  DESTDIR="%{buildroot}" LIBDIR="%{buildroot}%{_libdir}" install
 
 %find_lang %{name}
 
 %clean
-rm -rf ${RPM_BUILD_ROOT}
+rm -rf %{buildroot}
 
 %files -f %{name}.lang
 %defattr(-,root,root)
@@ -110,6 +110,32 @@
 [ -x /sbin/service ] && /sbin/service restorecond condrestart
 
 %changelog
+* Tue May 24 2006 Dan Walsh <dwalsh at redhat.com> 1.30.10-1.fc5
+- Bump to build in FC5
+
+* Tue May 24 2006 Dan Walsh <dwalsh at redhat.com> 1.30.10-1
+- Update to upstream
+	* Merged patch with updates to audit2allow, secon, genhomedircon,
+	  and semanage from Dan Walsh.
+
+* Sat May 20 2006 Dan Walsh <dwalsh at redhat.com> 1.30.9-4
+- Fix exception in genhomedircon
+
+* Mon May 15 2006 James Antill <jantill at redhat.com> 1.30.9-3
+- Add rhpl dependancy
+
+* Mon May 15 2006 James Antill <jantill at redhat.com> 1.30.9-2
+- Add secon man page and prompt options.
+
+* Mon May 15 2006 Dan Walsh <dwalsh at redhat.com> 1.30.9-1
+- Update to upstream
+	* Fixed audit2allow and po Makefiles for DESTDIR= builds.
+	* Merged .po file patch from Dan Walsh.
+	* Merged bug fix for genhomedircon.
+
+* Wed May 10 2006 Dan Walsh <dwalsh at redhat.com> 1.30.8-2
+- Fix exception on bad file_context
+
 * Tue May 8 2006 Dan Walsh <dwalsh at redhat.com> 1.30.8-1.fc5
 - Bump to build in FC5
 


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/policycoreutils/FC-5/sources,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- sources	9 May 2006 12:33:24 -0000	1.111
+++ sources	24 May 2006 03:36:11 -0000	1.112
@@ -1 +1 @@
-bc77fb13dd088e1bb12461f629e01314  policycoreutils-1.30.8.tgz
+648cbbb5cae02a28c648d1b7078c1cf0  policycoreutils-1.30.10.tgz




More information about the fedora-cvs-commits mailing list