Update to 5.0.3, dropping backported patch
This commit is contained in:
parent
a703d31a8f
commit
c2e485b289
3 changed files with 7 additions and 10 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -25,3 +25,4 @@ bugzilla-3.6.1.tar.gz
|
|||
/bugzilla-4.4.10.tar.gz
|
||||
/bugzilla-4.4.11.tar.gz
|
||||
/bugzilla-5.0.2.tar.gz
|
||||
/bugzilla-5.0.3.tar.gz
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
Summary: Bug tracking system
|
||||
URL: https://www.bugzilla.org/
|
||||
Name: bugzilla
|
||||
Version: 5.0.2
|
||||
Version: 5.0.3
|
||||
Group: Applications/Publishing
|
||||
Release: 3%{?dist}
|
||||
Release: 1%{?dist}
|
||||
License: MPLv1.1
|
||||
Source0: https://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-%{version}.tar.gz
|
||||
Source1: bugzilla-httpd-conf
|
||||
|
|
@ -14,8 +14,6 @@ Source2: README.fedora.bugzilla
|
|||
Source3: bugzilla.cron-daily
|
||||
Patch0: bugzilla-rw-paths.patch
|
||||
Patch1: bugzilla-dnf.patch
|
||||
# https://bugzilla.mozilla.org/show_bug.cgi?id=1246228
|
||||
Patch2: bugzilla-email-encode.patch
|
||||
|
||||
BuildArch: noarch
|
||||
Requires: patchutils
|
||||
|
|
@ -132,11 +130,6 @@ if [ -f Bugzilla/Install/Requirements.pm.orig ]; then
|
|||
: ERROR: Patch1 did not apply cleanly
|
||||
exit 1
|
||||
fi
|
||||
%patch2 -p1
|
||||
if [ -f Bugzilla/MIME.pm.orig ]; then
|
||||
: ERROR: Patch2 did not apply cleanly
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# Remove bundled libs
|
||||
rm -rf lib/CGI*
|
||||
|
|
@ -256,6 +249,9 @@ popd > /dev/null)
|
|||
%{bzinstallprefix}/bugzilla/contrib/Bugzilla.pm
|
||||
|
||||
%changelog
|
||||
* Mon May 16 2016 Emmanuel Seyman <emmanuel@seyman.fr> - 5.0.3-1
|
||||
- Update to 5.0.3, dropping backported patch
|
||||
|
||||
* Sun May 01 2016 Emmanuel Seyman <emmanuel@seyman.fr> - 5.0.2-3
|
||||
- backport patch to prevent email address encoding
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
84e6a070d425846d55a1f926e883957e bugzilla-5.0.2.tar.gz
|
||||
b78365742a85cd030c87af12c196e8e9 bugzilla-5.0.3.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue