rpms/bugzilla/FC-6 bugzilla.spec,1.4,1.5

John Berninger (jwb) fedora-extras-commits at redhat.com
Tue Jan 23 00:40:23 UTC 2007


Author: jwb

Update of /cvs/extras/rpms/bugzilla/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28800/FC-6

Modified Files:
	bugzilla.spec 
Log Message:
Fix specfile linebreaks



Index: bugzilla.spec
===================================================================
RCS file: /cvs/extras/rpms/bugzilla/FC-6/bugzilla.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- bugzilla.spec	23 Jan 2007 00:18:59 -0000	1.4
+++ bugzilla.spec	23 Jan 2007 00:39:53 -0000	1.5
@@ -6,7 +6,7 @@
 Name: bugzilla
 Version: 2.22
 Group: Applications/Publishing
-Release: 8%{?dist}
+Release: 9%{?dist}
 License: MPL
 Source0: http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-%{version}.tar.gz
 Source1: bugzilla-httpd-conf
@@ -80,11 +80,9 @@
 mkdir -p ${RPM_BUILD_ROOT}/%{bzinstallprefix}/bugzilla
 cp -pr * ${RPM_BUILD_ROOT}/%{bzinstallprefix}/bugzilla
 mkdir -p ${RPM_BUILD_ROOT}/%{_sysconfdir}/cron.daily
-mv ${RPM_BUILD_ROOT}/%{bzinstallprefix}/bugzilla/collectstats.pl ${RPM_BUILD_ROO
-T}/%{_sysconfdir}/cron.daily
+mv ${RPM_BUILD_ROOT}/%{bzinstallprefix}/bugzilla/collectstats.pl ${RPM_BUILD_ROOT}/%{_sysconfdir}/cron.daily
 mkdir -p ${RPM_BUILD_ROOT}/%{_sysconfdir}/cron.d
-echo "0-59/15 * * * * apache env LANG=C %{bzinstallprefix}/bugzilla/whine.pl" > 
-${RPM_BUILD_ROOT}/%{_sysconfdir}/cron.d/bugzilla
+echo "0-59/15 * * * * apache env LANG=C %{bzinstallprefix}/bugzilla/whine.pl" > ${RPM_BUILD_ROOT}/%{_sysconfdir}/cron.d/bugzilla
 rm -f ${RPM_BUILD_ROOT}/%{bzinstallprefix}/bugzilla/{README,QUICKSTART,UPGRADING,UPGRADING-pre-2.8}
 mkdir -p ${RPM_BUILD_ROOT}/%{_datadir}/doc/%{name}-%{version}
 cp %{SOURCE2} ./README.fedora
@@ -136,6 +134,9 @@
 %{bzinstallprefix}/bugzilla/contrib
 
 %changelog
+* Mon Jan 22 2007 John Berninger <jwb at redhat dot com> - 2.22-9
+- Fix linebreak issues in specfile
+
 * Mon Jan 22 2007 John Berninger <jwb at redhat dot com> - 2.22-8
 - Put daily and hourly cronjobs in place per bz 223747
 




More information about the scm-commits mailing list