rpms/audio-entropyd/EL-4 audio-entropyd.spec,1.1,1.2

Tom Callaway (spot) fedora-extras-commits at redhat.com
Thu Aug 2 14:09:51 UTC 2007


Author: spot

Update of /cvs/pkgs/rpms/audio-entropyd/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4190/EL-4

Modified Files:
	audio-entropyd.spec 
Log Message:

Don't need the selinux bits, they're in the default policy.



Index: audio-entropyd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/audio-entropyd/EL-4/audio-entropyd.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- audio-entropyd.spec	5 Jun 2007 19:19:18 -0000	1.1
+++ audio-entropyd.spec	2 Aug 2007 14:09:19 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           audio-entropyd
 Version:        1.0.0
-Release:        2%{?dist}
+Release:        4%{?dist}
 License:        GPL
 Group:          System Environment/Daemons
 Summary:        Generate entropy from audio output
@@ -17,6 +17,8 @@
 
 %prep
 %setup -q
+mkdir SELinux
+cp -p %{SOURCE2} %{SOURCE3} %{SOURCE4} SELinux
 
 %build
 make OPT_FLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}
@@ -48,11 +50,17 @@
 
 %files
 %defattr(-,root,root,-)
-%doc COPYING README README.2 TODO
+%doc COPYING README README.2 TODO SELinux/*
 %{_initrddir}/audio-entropyd
 %{_sbindir}/audio-entropyd
 
 %changelog
+* Thu Aug  2 2007 Tom "spot" Callaway <tcallawa at redhat.com> 1.0.0-4
+- selinux policy not needed
+
+* Mon Jun 11 2007 Tom "spot" Callaway <tcallawa at redhat.com> 1.0.0-3
+- add selinux policy (bugzilla 243453)
+
 * Tue Jun  5 2007 Tom "spot" Callaway <tcallawa at redhat.com> 1.0.0-2
 - add condrestart to postun
 




More information about the fedora-extras-commits mailing list