rpms/bugzilla/devel bugzilla.spec,1.6,1.7

John Berninger (jwb) fedora-extras-commits at redhat.com
Sat Jan 27 16:30:50 UTC 2007


Author: jwb

Update of /cvs/extras/rpms/bugzilla/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30211

Modified Files:
	bugzilla.spec 
Log Message:
correct file glob in payload


Index: bugzilla.spec
===================================================================
RCS file: /cvs/extras/rpms/bugzilla/devel/bugzilla.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- bugzilla.spec	27 Jan 2007 16:29:13 -0000	1.6
+++ bugzilla.spec	27 Jan 2007 16:30:20 -0000	1.7
@@ -120,7 +120,7 @@
 %ghost %{bzinstallprefix}/bugzilla/bugzilla-req
 %config(noreplace) %{_sysconfdir}/httpd/conf.d/bugzilla.conf
 %defattr(0755,root,root,-)
-%{_sysconfdir}/cron.daily/*.pl
+%{_sysconfdir}/cron.daily/*
 %{_sysconfdir}/cron.d/*
 %doc README
 %doc QUICKSTART




More information about the fedora-extras-commits mailing list