rpms/audio-entropyd/devel audio-entropyd.spec,1.8,1.9

Tom Callaway (spot) fedora-extras-commits at redhat.com
Thu Aug 7 19:17:17 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/audio-entropyd/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24390/devel

Modified Files:
	audio-entropyd.spec 
Log Message:
add xtra_debug patch to silence log filling noise by default


Index: audio-entropyd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/audio-entropyd/devel/audio-entropyd.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- audio-entropyd.spec	20 Feb 2008 01:03:02 -0000	1.8
+++ audio-entropyd.spec	7 Aug 2008 19:16:47 -0000	1.9
@@ -1,12 +1,13 @@
 Name:           audio-entropyd
 Version:        1.0.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 License:        GPLv2
 Group:          System Environment/Daemons
 Summary:        Generate entropy from audio output
 URL:            http://www.vanheusden.com/aed/
 Source0:        http://www.vanheusden.com/aed/audio-entropyd-%{version}.tgz
 Source1:        audio-entropyd
+Patch0:		audio-entropyd-1.0.1-xtra_debug.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires(post):   chkconfig
 Requires(preun):  chkconfig, initscripts
@@ -17,6 +18,7 @@
 
 %prep
 %setup -q
+%patch0 -p1 .b xtra_debug
 
 %build
 make OPT_FLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}
@@ -53,6 +55,9 @@
 %{_sbindir}/audio-entropyd
 
 %changelog
+* Thu Aug  7 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.0.1-3
+- add xtra-debug option
+
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.0.1-2
 - Autorebuild for GCC 4.3
 




More information about the fedora-extras-commits mailing list