[bugzilla] Stop creating /usr/share/doc/bugzilla-<version> (which wasn't used anyways) and fix an incorrect dat

Emmanuel Seyman eseyman at fedoraproject.org
Thu Aug 15 17:05:54 UTC 2013


commit 923a885c1df8f10ac3de988e62d29bd22b63ab65
Author: Emmanuel Seyman <emmanuel at seyman.fr>
Date:   Thu Aug 15 19:04:52 2013 +0200

    Stop creating /usr/share/doc/bugzilla-<version> (which wasn't used anyways) and fix an incorrect date in the package's changelog.

 bugzilla.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/bugzilla.spec b/bugzilla.spec
index 49841b5..5eda576 100644
--- a/bugzilla.spec
+++ b/bugzilla.spec
@@ -6,7 +6,7 @@ URL: http://www.bugzilla.org/
 Name: bugzilla
 Version: 4.2.6
 Group: Applications/Publishing
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: MPLv1.1
 Source0: http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-%{version}.tar.gz
 Source1: bugzilla-httpd-conf
@@ -137,7 +137,6 @@ mkdir -p ${RPM_BUILD_ROOT}/%{bzinstallprefix}/bugzilla
 cp -pr * ${RPM_BUILD_ROOT}/%{bzinstallprefix}/bugzilla
 echo "0-59/15 * * * * apache cd %{bzinstallprefix}/bugzilla && env LANG=C %{bzinstallprefix}/bugzilla/whine.pl" > ${RPM_BUILD_ROOT}/%{bzinstallprefix}/bugzilla/cron.whine
 rm -f ${RPM_BUILD_ROOT}/%{bzinstallprefix}/bugzilla/{README,UPGRADING,UPGRADING-pre-2.8}
-mkdir -p ${RPM_BUILD_ROOT}/%{_datadir}/doc/%{name}-%{version}
 cp %{SOURCE2} ./README.fedora
 mkdir -p ${RPM_BUILD_ROOT}/%{bzdatadir}
 mkdir -p ${RPM_BUILD_ROOT}/%{_sysconfdir}/bugzilla
@@ -216,6 +215,10 @@ popd > /dev/null)
 %{bzinstallprefix}/bugzilla/contrib/syncLDAP.pl
 
 %changelog
+* Thu Aug 15 2013 Emmanuel Seyman <emmanuel at seyman.fr> - 4.2.6-5
+- Stop creating /usr/share/doc/bugzilla-<version> (#993688)
+- Fix incorrect date in changelog
+
 * Sun Aug 04 2013 Emmanuel Seyman <emmanuel at seyman.fr> - 4.2.6-4
 - Change apache conf to enable access to all machines
 
@@ -466,7 +469,7 @@ popd > /dev/null)
 * Wed Nov  8 2006 John Berninger <johnw at berningeronline dot net> - 2.22-7
 - Fixes for bz # 212355
 
-* Tue Jun 26 2006 John Berninger <johnw at berningeronline dot net> - 2.22-6
+* Tue Jun 27 2006 John Berninger <johnw at berningeronline dot net> - 2.22-6
 - Clean up BugzillaEmail requires (filter it out)
 
 * Mon Jun 26 2006 John Berninger <johnw at berningeronline dot net> - 2.22-5


More information about the scm-commits mailing list