John Berninger 04e1870
%define bzinstallprefix %{_datadir}
fbfe368
%define bzdatadir %{_sharedstatedir}/bugzilla
John Berninger 04e1870
John Berninger 04e1870
Summary: Bug tracking system
fbfe368
URL: https://www.bugzilla.org/
John Berninger 04e1870
Name: bugzilla
569413a
Version: 5.0.4
569413a
Release: 1%{?dist}
c3d505d
License: MPLv1.1
fbfe368
Source0: https://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-%{version}.tar.gz
John Berninger 04e1870
Source1: bugzilla-httpd-conf
John Berninger 04e1870
Source2: README.fedora.bugzilla
Emmanuel Seyman 3e499de
Source3: bugzilla.cron-daily
John Berninger f2480c2
Patch0: bugzilla-rw-paths.patch
fbfe368
Patch1: bugzilla-dnf.patch
569413a
Patch2: bugzilla-1438957-concatenate-assets.patch
08ac104
John Berninger 04e1870
BuildArch: noarch
fbfe368
Requires: patchutils
Emmanuel Seyman 757a45b
Requires: perl(CGI) >= 3.51
Emmanuel Seyman 3e499de
Requires: perl(Digest::SHA)
fbfe368
Requires: perl(Date::Format) >= 2.23
fbfe368
Requires: perl(DateTime) >= 0.75
fbfe368
Requires: perl(DateTime::TimeZone) >= 1.64
Emmanuel Seyman 0bf81d2
Requires: perl(DBI) >= 1.614
929e8fa
Requires: perl(ExtUtils::MM)
fbfe368
Requires: perl(Template) >= 2.24
fbfe368
Requires: perl(Email::Sender) >= 1.300011
Emmanuel Seyman 3e499de
Requires: perl(Email::MIME) >= 1.904
fbfe368
Requires: perl(URI) >= 1.55
fbfe368
Requires: perl(List::MoreUtils) >= 0.32
Emmanuel Seyman 0bf81d2
Requires: perl(Math::Random::ISAAC) >= 1.0.1
fbfe368
Requires: perl(File::Slurp) >= 9999.13
fbfe368
Requires: perl(JSON::XS) >= 2.01
Emmanuel Seyman 439e2d3
Requires: perl(Locale::Language)
fbfe368
Requires: webserver
fbfe368
Requires: which
929e8fa
fbfe368
# for building docs
929e8fa
BuildRequires: latexmk
7a0709f
BuildRequires: perl-generators
fbfe368
BuildRequires: perl(File::Copy::Recursive)
fbfe368
BuildRequires: perl(File::Which)
fbfe368
BuildRequires: perl(Memoize)
fbfe368
BuildRequires: python-sphinx
fbfe368
BuildRequires: texlive-collection-latexrecommended
fbfe368
BuildRequires: texlive-collection-basic
929e8fa
BuildRequires: tex(fncychap.sty)
929e8fa
BuildRequires: tex(framed.sty)
929e8fa
BuildRequires: tex(multirow.sty)
929e8fa
BuildRequires: tex(threeparttable.sty)
929e8fa
BuildRequires: tex(titlesec.sty)
929e8fa
BuildRequires: tex(wrapfig.sty)
4e0e86a
%if 0%{?fedora}
929e8fa
BuildRequires: tex(capt-of.sty)
929e8fa
BuildRequires: tex(eqparbox.sty)
929e8fa
BuildRequires: tex(needspace.sty)
929e8fa
BuildRequires: tex(tabulary.sty)
929e8fa
BuildRequires: tex(upquote.sty)
4e0e86a
%endif
John Berninger 04e1870
John Berninger 04e1870
%package doc
John Berninger 04e1870
Summary: Bugzilla documentation
John Berninger 04e1870
Group: Documentation
John Berninger 04e1870
103aa2c
%package doc-build
103aa2c
Summary: Tools to generate the Bugzilla documentation
103aa2c
Group: Applications/Publishing
103aa2c
John Berninger 04e1870
%package contrib
John Berninger 04e1870
Summary: Bugzilla contributed scripts
John Berninger 04e1870
Group: Applications/Publishing
73ffa9f
BuildRequires: python
John Berninger 04e1870
Emmanuel Seyman 80ae799
%{?perl_default_filter}
Emmanuel Seyman d0883e0
Emmanuel Seyman 80ae799
# Remove private modules from the requires stream
929e8fa
%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^perl\\(sanitycheck.cgi\\)$
Emmanuel Seyman 80ae799
Emmanuel Seyman 80ae799
# Remove all optional modules from the requires stream
Emmanuel Seyman c6fe669
# mod_perl modules
929e8fa
%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^perl\\(Apache2::
929e8fa
%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^perl\\(ModPerl::
4e0e86a
# installation of optional modules
929e8fa
%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^perl\\(Config\\)$
929e8fa
%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^perl\\(CPAN\\)$
Emmanuel Seyman c6fe669
# authentification modules
929e8fa
%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^perl\\(Authen::Radius\\)$
929e8fa
%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^perl\\(Net::LDAP
Emmanuel Seyman c6fe669
# database modules
929e8fa
%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^perl\\(DBD::Oracle\\)$
929e8fa
%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^perl\\(DBD::Pg\\)$
929e8fa
%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^perl\\(DBI::db\\)$
929e8fa
%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^perl\\(DBI::st\\)$
4e0e86a
# graphical reports and charts
929e8fa
%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^perl\\(Chart::Lines\\)$
929e8fa
%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^perl\\(GD::Graph\\)$
929e8fa
%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^perl\\(Template::Plugin::GD::Image\\)$
Emmanuel Seyman c6fe669
# inbound email modules
929e8fa
%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^perl\\(Email::MIME::Attachment::Stripper\\)$
929e8fa
%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^perl\\(Email::Reply\\)$
929e8fa
%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^perl\\(HTML::FormatText::WithLinks\\)$
4e0e86a
# automatic charset detection for text attachments
929e8fa
%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^perl\\(Encode
4e0e86a
# sniff MIME type of attachments
929e8fa
%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^perl\\(File::MimeInfo::Magic\\)$
929e8fa
%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^perl\\(IO::Scalar\\)$
4e0e86a
# mail queueing
929e8fa
%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^perl\\(TheSchwartz\\)$
929e8fa
%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^perl\\(Daemon::Generic\\)$
4e0e86a
# smtp security
929e8fa
%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^perl\\(Authen::SASL\\)$
929e8fa
%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^perl\\(Net::SMTP::SSL\\)$
Emmanuel Seyman c6fe669
# bug moving modules
929e8fa
%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^perl\\(MIME::Parser\\)$
929e8fa
%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^perl\\(XML::Twig\\)$
4e0e86a
# update notifications
929e8fa
%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^perl\\(LWP::UserAgent\\)$
4e0e86a
# use html in product and group descriptions
929e8fa
%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^perl\\(HTML::Parser\\)$
929e8fa
%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^perl\\(HTML::Scrubber\\)$
4e0e86a
# memcached support
929e8fa
%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^perl\\(Cache::Memcached\\)$
4e0e86a
# documentation
929e8fa
%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^perl\\(File::Copy::Recursive\\)$
929e8fa
%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^perl\\(File::Which\\)$
Emmanuel Seyman c6fe669
# xml-rpc and json-rpc modules
929e8fa
%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^perl\\(XMLRPC::
929e8fa
%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^perl\\(HTTP::Message\\)$
929e8fa
%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^perl\\(Test::Taint\\)$
Emmanuel Seyman c6fe669
# extension modules
929e8fa
%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^perl\\(Image::Magick\\)$
Emmanuel Seyman 80ae799
Emmanuel Seyman c6fe669
# and remove the extensions from the provides stream
929e8fa
%global __provides_exclude %{?__provides_exclude:%{__provides_exclude}|}^perl\\(Bugzilla::Extension::BmpConvert\\)$
929e8fa
%global __provides_exclude %{?__provides_exclude:%{__provides_exclude}|}^perl\\(Bugzilla::Extension::Example\\)$
929e8fa
%global __provides_exclude %{?__provides_exclude:%{__provides_exclude}|}^perl\\(Bugzilla::Extension::Example::Auth::Login\\)$
929e8fa
%global __provides_exclude %{?__provides_exclude:%{__provides_exclude}|}^perl\\(Bugzilla::Extension::Example::Auth::Verify\\)$
929e8fa
%global __provides_exclude %{?__provides_exclude:%{__provides_exclude}|}^perl\\(Bugzilla::Extension::Example::Config\\)$
929e8fa
%global __provides_exclude %{?__provides_exclude:%{__provides_exclude}|}^perl\\(Bugzilla::Extension::Example::WebService\\)$
929e8fa
%global __provides_exclude %{?__provides_exclude:%{__provides_exclude}|}^perl\\(Bugzilla::Extension::OldBugMove\\)$
929e8fa
%global __provides_exclude %{?__provides_exclude:%{__provides_exclude}|}^perl\\(Bugzilla::Extension::OldBugMove::Params\\)$
929e8fa
%global __provides_exclude %{?__provides_exclude:%{__provides_exclude}|}^perl\\(Bugzilla::Extension::Voting\\)$
Emmanuel Seyman c6fe669
John Berninger 04e1870
%description
73ffa9f
Bugzilla is a popular bug tracking system used by multiple open source projects
73ffa9f
It requires a database engine installed - either MySQL, PostgreSQL or Oracle.
73ffa9f
Without one of these database engines (local or remote), Bugzilla will not work
73ffa9f
- see the Release Notes for details.
John Berninger 04e1870
John Berninger 04e1870
%description doc
John Berninger 04e1870
Documentation distributed with the Bugzilla bug tracking system
John Berninger 04e1870
103aa2c
%description doc-build
103aa2c
Tools to generate the documentation distributed with Bugzilla
103aa2c
John Berninger 04e1870
%description contrib
John Berninger 04e1870
Contributed scripts and functions for Bugzilla
John Berninger 04e1870
John Berninger 04e1870
%prep
John Berninger 04e1870
%setup -q -n %{name}-%{version}
John Berninger 04e1870
%patch0 -p1
fbfe368
if [ -f Bugzilla/Constants.pm.orig ]; then
fbfe368
    : ERROR: Patch0 did not apply cleanly
fbfe368
    exit 1
fbfe368
fi
Emmanuel Seyman f545e77
%patch1 -p1
fbfe368
if [ -f Bugzilla/Install/Requirements.pm.orig ]; then
fbfe368
    : ERROR: Patch1 did not apply cleanly
fbfe368
    exit 1
fbfe368
fi
458563b
%patch2 -p1
a703d31
ace80de
# Remove bundled libs
Emmanuel Seyman 38b37f0
rm -rf lib/CGI*
7167db2
# Remove bundled binary files
7167db2
rm -f js/yui/*/*.swf
ace80de
John Berninger 04e1870
# Deal with changing /usr/local paths here instead of via patches
John Berninger 04e1870
%{__perl} -pi -e 's|/usr/local/bin/python\b|%{__python}|' contrib/*.py
458563b
%{__perl} -pi -e 's|/usr/bin/env python|%{__python}|' contrib/bugzilla-submit/bugzilla-submit
458563b
John Berninger 04e1870
grep -rl '/usr/lib/sendmail\b' contrib docs \
John Berninger 04e1870
| xargs %{__perl} -pi -e 's|/usr/lib/sendmail\b|%{_sbindir}/sendmail|'
John Berninger 04e1870
John Berninger 04e1870
%build
fbfe368
# Build docs
fbfe368
docs/makedocs.pl --with-pdf
John Berninger 04e1870
# Remove the execute bit from files that don't start with #!
John Berninger 04e1870
for file in `find -type f -perm /111`; do
Emmanuel Seyman 3e499de
  if head -1 $file | grep -E -v '^\#!' &>/dev/null; then
John Berninger 04e1870
    chmod a-x $file
John Berninger 04e1870
  fi
John Berninger 04e1870
done
John Berninger 04e1870
# Ensure shebang shell scripts have executable bit set
John Berninger 04e1870
for file in `find -type f -perm /664`; do
Emmanuel Seyman 3e499de
  if head -1 $file | grep -E '^\#!' &>/dev/null; then
John Berninger 04e1870
    chmod a+x $file
John Berninger 04e1870
  fi
John Berninger 04e1870
done
John Berninger 04e1870
John Berninger 04e1870
%install
fbfe368
mkdir -p %{buildroot}%{bzinstallprefix}/bugzilla
08a4512
# these files are only used for testing Bugzilla code
08a4512
# see https://bugzilla.mozilla.org/show_bug.cgi?id=995209
08a4512
rm Build.PL MANIFEST.SKIP
fbfe368
cp -pr * %{buildroot}%{bzinstallprefix}/bugzilla
fbfe368
echo "0-59/15 * * * * apache cd %{bzinstallprefix}/bugzilla && env LANG=C %{bzinstallprefix}/bugzilla/whine.pl" > %{buildroot}%{bzinstallprefix}/bugzilla/cron.whine
fbfe368
rm -f %{buildroot}%{bzinstallprefix}/bugzilla/README \
fbfe368
    %{buildroot}%{bzinstallprefix}/bugzilla/docs/TODO \
fbfe368
    %{buildroot}%{bzinstallprefix}/bugzilla/docs/en/Makefile \
fbfe368
    %{buildroot}%{bzinstallprefix}/bugzilla/docs/en/make.bat
John Berninger 04e1870
cp %{SOURCE2} ./README.fedora
fbfe368
mkdir -p %{buildroot}%{bzdatadir}/assets
fbfe368
mkdir -p %{buildroot}%{_sysconfdir}/bugzilla
fbfe368
install -m 0644 -D -p %{SOURCE1}  %{buildroot}%{_sysconfdir}/httpd/conf.d/bugzilla.conf
fbfe368
install -m 0755 -D -p %{SOURCE3}  %{buildroot}%{bzinstallprefix}/bugzilla/cron.daily
fbfe368
ln -s ../../..%{bzdatadir}/assets %{buildroot}%{bzinstallprefix}/bugzilla/assets
John Berninger 04e1870
John Berninger 04e1870
%post
08ac104
(pushd %{bzinstallprefix}/bugzilla > /dev/null
Emmanuel Seyman 4b995b4
[ -f /etc/bugzilla/localconfig ] || ./checksetup.pl > /dev/null
08ac104
popd > /dev/null)
John Berninger 04e1870
John Berninger 04e1870
%files
fbfe368
%defattr(-,root,apache,-)
John Berninger 04e1870
%dir %{bzinstallprefix}/bugzilla
fbfe368
%{bzinstallprefix}/bugzilla/LICENSE
John Berninger 04e1870
%{bzinstallprefix}/bugzilla/*.cgi
fbfe368
%{bzinstallprefix}/bugzilla/*.json
John Berninger 04e1870
%{bzinstallprefix}/bugzilla/*.pl
John Berninger 04e1870
%{bzinstallprefix}/bugzilla/Bugzilla.pm
John Berninger 04e1870
%{bzinstallprefix}/bugzilla/robots.txt
John Berninger 04e1870
%{bzinstallprefix}/bugzilla/Bugzilla
ace80de
%{bzinstallprefix}/bugzilla/extensions
John Berninger 04e1870
%{bzinstallprefix}/bugzilla/images
John Berninger 04e1870
%{bzinstallprefix}/bugzilla/js
Emmanuel Seyman 38b37f0
%{bzinstallprefix}/bugzilla/lib
John Berninger 04e1870
%{bzinstallprefix}/bugzilla/skins
John Berninger 04e1870
%{bzinstallprefix}/bugzilla/t
Emmanuel Seyman 3e499de
%{bzinstallprefix}/bugzilla/xt
John Berninger 04e1870
%{bzinstallprefix}/bugzilla/template
John Berninger 275af23
%{bzinstallprefix}/bugzilla/cron.daily
John Berninger 275af23
%{bzinstallprefix}/bugzilla/cron.whine
Emmanuel Seyman 0bf81d2
%{bzinstallprefix}/bugzilla/contrib/README
fbfe368
%{bzinstallprefix}/bugzilla/assets
John Berninger 04e1870
%config(noreplace) %{_sysconfdir}/httpd/conf.d/bugzilla.conf
fbfe368
%attr(770,root,apache) %dir %{bzdatadir}
fbfe368
%attr(770,root,apache) %dir %{bzdatadir}/assets
fbfe368
%attr(750,root,apache) %dir %{_sysconfdir}/bugzilla
John Berninger c6a3985
%defattr(-,root,root,-)
John Berninger 04e1870
%doc README
John Berninger 04e1870
%doc README.fedora
John Berninger 04e1870
John Berninger 04e1870
%files doc
fbfe368
%defattr(-,root,apache,-)
Emmanuel Seyman 439e2d3
%{bzinstallprefix}/bugzilla/docs/en/html
Emmanuel Seyman 439e2d3
%{bzinstallprefix}/bugzilla/docs/en/images
Emmanuel Seyman 439e2d3
%{bzinstallprefix}/bugzilla/docs/en/pdf
Emmanuel Seyman 439e2d3
%{bzinstallprefix}/bugzilla/docs/en/txt
fbfe368
%{bzinstallprefix}/bugzilla/docs/en/rst
103aa2c
%{bzinstallprefix}/bugzilla/docs/style.css
13cd8ce
103aa2c
103aa2c
%files doc-build
fbfe368
%defattr(-,root,apache,-)
103aa2c
%{bzinstallprefix}/bugzilla/docs/makedocs.pl
103aa2c
%{bzinstallprefix}/bugzilla/docs/lib
John Berninger 04e1870
John Berninger 04e1870
%files contrib
fbfe368
%defattr(-,root,apache,-)
Emmanuel Seyman 3e499de
%{bzinstallprefix}/bugzilla/contrib/bugzilla-queue.rhel
Emmanuel Seyman 3e499de
%{bzinstallprefix}/bugzilla/contrib/bugzilla-queue.suse
Emmanuel Seyman 38b37f0
%{bzinstallprefix}/bugzilla/contrib/bugzilla-submit
Emmanuel Seyman 38b37f0
%{bzinstallprefix}/bugzilla/contrib/bzdbcopy.pl
Emmanuel Seyman 38b37f0
%{bzinstallprefix}/bugzilla/contrib/bz_webservice_demo.pl
Emmanuel Seyman 38b37f0
%{bzinstallprefix}/bugzilla/contrib/cmdline
Emmanuel Seyman 38b37f0
%{bzinstallprefix}/bugzilla/contrib/console.pl
Emmanuel Seyman 3e499de
%{bzinstallprefix}/bugzilla/contrib/convert-workflow.pl
Emmanuel Seyman 38b37f0
%{bzinstallprefix}/bugzilla/contrib/extension-convert.pl
Emmanuel Seyman 38b37f0
%{bzinstallprefix}/bugzilla/contrib/fixperms.pl
Emmanuel Seyman 38b37f0
%{bzinstallprefix}/bugzilla/contrib/jb2bz.py*
Emmanuel Seyman 38b37f0
%{bzinstallprefix}/bugzilla/contrib/merge-users.pl
Emmanuel Seyman 38b37f0
%{bzinstallprefix}/bugzilla/contrib/mysqld-watcher.pl
Emmanuel Seyman 3e499de
%{bzinstallprefix}/bugzilla/contrib/new-yui.sh
Emmanuel Seyman 0bf81d2
%{bzinstallprefix}/bugzilla/contrib/recode.pl
Emmanuel Seyman 38b37f0
%{bzinstallprefix}/bugzilla/contrib/sendbugmail.pl
Emmanuel Seyman 38b37f0
%{bzinstallprefix}/bugzilla/contrib/sendunsentbugmail.pl
Emmanuel Seyman 38b37f0
%{bzinstallprefix}/bugzilla/contrib/syncLDAP.pl
13cd8ce
%{bzinstallprefix}/bugzilla/contrib/Bugzilla.pm
John Berninger 04e1870
John Berninger 04e1870
%changelog
569413a
* Sun Feb 18 2018 Emmanuel Seyman <emmanuel@seyman.fr> - 5.0.4-1
569413a
- Update to 5.0.4
569413a
- Remove backported File::Slurp patch, no longer needed
569413a
- Disable the concatenation of assets (#1438957)
569413a
929e8fa
* Sun Aug 27 2017 Emmanuel Seyman <emmanuel@seyman.fr> - 5.0.3-6
929e8fa
- Tighten macro expansion (thanks to ppisar)
929e8fa
- Drop Group tag
929e8fa
- Add doc-building requirement to fix FTBS
929e8fa
- Add perl(ExtUtils::MM) to the list of required modules
929e8fa
458563b
* Tue Apr 04 2017 Emmanuel Seyman <emmanuel@seyman.fr> - 5.0.3-5
458563b
- Include more dependencies to fix FTBFS (#1423283)
458563b
- Allow AuthConfig directives in Bugzilla's directory (#1403588)
458563b
- Backport patch to use internal functions rather than File::Slurp (#1425077)
458563b
d7bd71e
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.3-4
d7bd71e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
d7bd71e
ea8a6e0
* Sun Nov 27 2016 Emmanuel Seyman <emmanuel@seyman.fr> - 5.0.3-3
ea8a6e0
- Check for perl(JSON::RPC::Legacy::Server::CGI) instead of perl(JSON::RPC)
ea8a6e0
4e0e86a
* Sun Jul 17 2016 Emmanuel Seyman <emmanuel@seyman.fr> - 5.0.3-2
4e0e86a
- Add build requirements for texlive sub-packages
4e0e86a
- Filter out more optional dependencies
4e0e86a
c2e485b
* Mon May 16 2016 Emmanuel Seyman <emmanuel@seyman.fr> - 5.0.3-1
c2e485b
- Update to 5.0.3, dropping backported patch
c2e485b
a703d31
* Sun May 01 2016 Emmanuel Seyman <emmanuel@seyman.fr> - 5.0.2-3
a703d31
- backport patch to prevent email address encoding
a703d31
0a8472a
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.2-2
0a8472a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
0a8472a
fbfe368
* Sat Jan 16 2016 Emmanuel Seyman <emmanuel@seyman.fr> - 5.0.2-1
4e0e86a
- Update to 5.0.2, with thanks to Tuomo Soini (#1275609)
fbfe368
- Use dnf instead of yum when advising to install perl modules
fbfe368
- Change documentation URL to bugzilla.readthedocs.org
fbfe368
fbfe368
* Mon Sep 28 2015 Tuomo Soini <tis@foobar.fi> - 5.0.1-3
fbfe368
- fix data directory permissions and config dir permissions
fbfe368
fbfe368
* Mon Sep 28 2015 Tuomo Soini <tis@foobar.fi> - 5.0.1-2
fbfe368
- Fix file owners to be mostly correct
fbfe368
- rewrite patching of paths in Constants.pm
fbfe368
fbfe368
* Fri Sep 11 2015 Tuomo Soini <tis@foobar.fi> - 5.0.1-1
fbfe368
- Update to 5.0.1 new stable series
fbfe368
- update dependencies for 5.0.1
fbfe368
- build documentation
fbfe368
- add documentation build dependencies
fbfe368
fbfe368
* Thu Sep 10 2015 Tuomo Soini <tis@foobar.fi> - 4.4.10-1
fbfe368
- Update to 4.4.10 to fix CVE-2015-4499
5ccadfb
fbfe368
* Wed Jun 17 2015 Tuomo Soini <tis@foobar.fi> - 4.4.9-1
fbfe368
- Update to 4.4.9 for several important bug fixes
514ce27
fbfe368
* Tue Jun 16 2015 Tuomo Soini <tis@foobar.fi> - 4.4.8-1
fbfe368
- Import from rawhide (F23)
8378b3a
899374e
* Sat Jan 31 2015 Emmanuel Seyman <emmanuel@seyman.fr> - 4.4.8-1
899374e
- Update to 4.4.8 (fixes regressions in 4.4.7 which itself
899374e
  fixed security flaws) (CVE-2014-1571, CVE-2014-8630)
899374e
7167db2
* Sun Jan 04 2015 Emmanuel Seyman <emmanuel@seyman.fr> - 4.4.6-2
7167db2
- Remove bundled binary files (#1000245)
7167db2
- Add webdot directory perms to apache configuration
7167db2
44aee18
* Wed Oct 08 2014 Emmanuel Seyman <emmanuel@seyman.fr> - 4.4.6-1
44aee18
- Update to 4.4.6
44aee18
08a4512
* Fri Jul 25 2014 Emmanuel Seyman <emmanuel@seyman.fr> - 4.4.5-1
08a4512
- Update to 4.4.5
08a4512
13cd8ce
* Mon Jul 07 2014 Emmanuel Seyman <emmanuel@seyman.fr> - 4.4.4-1
13cd8ce
- Update to 4.4.4
13cd8ce
ffe1d8b
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.9-2
ffe1d8b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
ffe1d8b
df14b7b
* Sat Apr 19 2014 Emmanuel Seyman <emmanuel@seyman.fr> - 4.2.9-1
df14b7b
- Update to 4.2.9 (regression fix for 4.2.8 which was a security update)
df14b7b
- Drop backported patches
df14b7b
f3a0203
* Tue Jan 14 2014 Emmanuel Seyman <emmanuel@seyman.fr> - 4.2.7-3
f3a0203
- Fix the comparison of module versions (#1044854)
f3a0203
- Really honor the PROJECT environment variable (#911943)
f3a0203
bc9a72b
* Thu Nov 14 2013 Emmanuel Seyman <emmanuel@seyman.fr> - 4.2.7-2
bc9a72b
- Add patch to cache bz_locations() (bmo #843457)
bc9a72b
- Fix constants patch to honor the PROJECT environment variable (#911943)
bc9a72b
bc9a72b
* Thu Oct 17 2013 Emmanuel Seyman <emmanuel@seyman.fr> - 4.2.7-1
13c90d7
- Update to 4.2.7 (security updates)
13c90d7
- Patch bugzilla to write compiled templates under /var (#949130)
13c90d7
923a885
* Thu Aug 15 2013 Emmanuel Seyman <emmanuel@seyman.fr> - 4.2.6-5
923a885
- Stop creating /usr/share/doc/bugzilla-<version> (#993688)
923a885
- Fix incorrect date in changelog
923a885
4c7b6d5
* Sun Aug 04 2013 Emmanuel Seyman <emmanuel@seyman.fr> - 4.2.6-4
4c7b6d5
- Change apache conf to enable access to all machines
4c7b6d5
6252894
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.6-3
6252894
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
6252894
08af3a7
* Thu Jul 18 2013 Petr Pisar <ppisar@redhat.com> - 4.2.6-2
08af3a7
- Perl 5.18 rebuild
08af3a7
eab9418
* Sun May 26 2013 Emmanuel Seyman <emmanuel@seyman.fr> - 4.2.6-1
eab9418
- Update to 4.2.6
eab9418
4158110
* Wed Feb 20 2013 Emmanuel Seyman <emmanuel@seyman.fr> - 4.2.5-1
4158110
- Update to 4.2.5 (fixes CVE-2013-0785)
4158110
f060502
* Tue Feb 05 2013 Emmanuel Seyman <emmanuel@seyman.fr> - 4.2.4-2
f060502
- Update httpd configuration file for Apache 2.4
f060502
- Update httpd configuration file for the upcoming bugzilla 4.4
f060502
Emmanuel Seyman 35b4048
* Wed Nov 14 2012 Emmanuel Seyman <emmanuel@seyman.fr> - 4.2.4-1
Emmanuel Seyman 35b4048
- Update to 4.2.4
Emmanuel Seyman 35b4048
- Remove the defattr and clean macros (no longer used)
Emmanuel Seyman 35b4048
Emmanuel Seyman 6a8e3f6
* Sun Sep 02 2012 Emmanuel Seyman <emmanuel@seyman.fr> - 4.2.3-1
Emmanuel Seyman 6a8e3f6
- Update to 4.2.3
Emmanuel Seyman 6a8e3f6
Emmanuel Seyman 732379f
* Mon Jul 30 2012 Emmanuel Seyman <emmanuel.seyman@club-internet.fr> - 4.2.2-1
Emmanuel Seyman 732379f
- Update to 4.2.2
Emmanuel Seyman 732379f
d439892
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.1-2
d439892
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
d439892
Emmanuel Seyman d0a986b
* Fri Apr 20 2012 Emmanuel Seyman <emmanuel.seyman@club-internet.fr> - 4.2.1-1
Emmanuel Seyman d0a986b
- Update to 4.2.1 (CVE-2012-0465, CVE-2012-0466)
Emmanuel Seyman d0a986b
Emmanuel Seyman 0bf81d2
* Sun Feb 26 2012 Emmanuel Seyman <emmanuel.seyman@club-internet.fr> - 4.2-1
Emmanuel Seyman 0bf81d2
- Update to 4.2 (#797225)
Emmanuel Seyman 0bf81d2
- Include contrib/README instead of contrib/recode.pl in the main package
Emmanuel Seyman 0bf81d2
Emmanuel Seyman c9db807
* Sun Feb 26 2012 Emmanuel Seyman <emmanuel.seyman@club-internet.fr> - 4.0.5-2
Emmanuel Seyman c9db807
- Leave perl(Bugzilla::Extension::Example::Util) in the provides stream
Emmanuel Seyman c9db807
Emmanuel Seyman 80ae799
* Thu Feb 23 2012 Emmanuel Seyman <emmanuel.seyman@club-internet.fr> - 4.0.5-1
Emmanuel Seyman 80ae799
- Update to 4.0.5 to fix security issues
Emmanuel Seyman 80ae799
- Block all ModPerl::* and Apache2::* from requires
Emmanuel Seyman 80ae799
- Remove rpm4.8 filters
Emmanuel Seyman 80ae799
Emmanuel Seyman 2adbb85
* Wed Feb  1 2012 Emmanuel Seyman <emmanuel.seyman@club-internet.fr> - 4.0.4-1
Emmanuel Seyman 2adbb85
- Update to 4.0.4 to fix security flaws (#786550)
Emmanuel Seyman 2adbb85
- Remove JSON:RPC patch, upstreamed (bmo #706753)
Emmanuel Seyman 2adbb85
- Correct upstream URL in README.fedora.bugzilla, thanks to Ken Dreyer (#783014)
Emmanuel Seyman 2adbb85
57e3607
* Tue Jan 10 2012 Tom Callaway <spot@fedoraproject.org> - 4.0.3-2
57e3607
- patch bz to use JSON::RPC::Legacy::Server::CGI
57e3607
Emmanuel Seyman 439e2d3
* Fri Dec 30 2011 Emmanuel Seyman <emmanuel.seyman@club-internet.fr> - 4.0.3-1
Emmanuel Seyman 439e2d3
- Update to 4.0.3
Emmanuel Seyman 439e2d3
- Add perl(Locale::Language) to the Requires
Emmanuel Seyman 439e2d3
- Put the xml docs source in the doc-build subpackage
Emmanuel Seyman 439e2d3
- Add index.html to the DirectoryIndex
Emmanuel Seyman 439e2d3
- Fix typo in README.fedora.bugzilla
Emmanuel Seyman 439e2d3
Emmanuel Seyman c6fe669
* Fri Aug 05 2011 Emmanuel Seyman <emmanuel.seyman@club-internet.fr> - 4.0.2-1
Emmanuel Seyman c6fe669
- Update to 4.0.2
Emmanuel Seyman c6fe669
- Add RPM-4.9-style filtering
Emmanuel Seyman c6fe669
- Put graphs in /var/lib/bugzilla/graphs.
Emmanuel Seyman c6fe669
Emmanuel Seyman f545e77
* Sun May 01 2011 Emmanuel Seyman <emmanuel.seyman@club-internet.fr> - 4.0.1-1
Emmanuel Seyman f545e77
- Update to 4.0.1
Emmanuel Seyman f545e77
- Patch the installation procedure to recommend yum
Emmanuel Seyman f545e77
Emmanuel Seyman 3e499de
* Sun Mar 27 2011 Emmanuel Seyman <emmanuel.seyman@club-internet.fr> - 4.0-1
Emmanuel Seyman 3e499de
- Update to 4.0
Emmanuel Seyman 3e499de
Emmanuel Seyman 38b37f0
* Sun Mar 06 2011 Emmanuel Seyman <emmanuel.seyman@club-internet.fr> - 3.6.4-7
Emmanuel Seyman 38b37f0
- Put contrib/recode.pl in the main package so that it no longer depends on
Emmanuel Seyman 38b37f0
  python and ruby
Emmanuel Seyman 38b37f0
- Remove the contents of the lib/ directory, not the directory itself.
Emmanuel Seyman 38b37f0
Emmanuel Seyman 5d1f9b8
* Tue Feb 15 2011 Emmanuel Seyman <emmanuel.seyman@club-internet.fr> - 3.6.4-6
Emmanuel Seyman 5d1f9b8
- More filtering
Emmanuel Seyman 5d1f9b8
Emmanuel Seyman 780f106
* Mon Feb 14 2011 Emmanuel Seyman <emmanuel.seyman@club-internet.fr> - 3.6.4-5
Emmanuel Seyman 780f106
- Fix broken dependencies
Emmanuel Seyman 780f106
- Remove unused patch
Emmanuel Seyman 780f106
eb6d870
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.6.4-4
eb6d870
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
eb6d870
Emmanuel Seyman 3f192c5
* Sat Jan 29 2011 Emmanuel Seyman <emmanuel.seyman@club-internet.fr> - 3.6.4-3
Emmanuel Seyman 3f192c5
- Remove no-longer-needed files
Emmanuel Seyman 3f192c5
Emmanuel Seyman d0883e0
* Sat Jan 29 2011 Emmanuel Seyman <emmanuel.seyman@club-internet.fr> - 3.6.4-2
Emmanuel Seyman d0883e0
- Move to the current filtering system for provides and requires
Emmanuel Seyman d0883e0
Emmanuel Seyman 757a45b
* Tue Jan 25 2011 Emmanuel Seyman <emmanuel.seyman@club-internet.fr> - 3.6.4-1
Emmanuel Seyman 757a45b
- Update to 3.6.4
Emmanuel Seyman c6fe669
- Add RPM-4.9-style filtering
Emmanuel Seyman c6fe669
- 
Emmanuel Seyman 757a45b
Emmanuel Seyman 26ef7d6
* Wed Nov 03 2010 Emmanuel Seyman <emmanuel.seyman@club-internet.fr> - 3.6.3-1
Emmanuel Seyman 26ef7d6
- Update to 3.6.3 (#649406)
Emmanuel Seyman 26ef7d6
- Fix webdot alias in /etc/httpd/conf.d/bugzilla (#630255)
Emmanuel Seyman 26ef7d6
- Do not apply graphs patch (upstreamed)
Emmanuel Seyman 26ef7d6
Emmanuel Seyman 4b995b4
* Wed Aug 18 2010 Emmanuel Seyman <emmanuel.seyman@club-internet.fr> - 3.6.2-1
Emmanuel Seyman 4b995b4
- Update to 3.6.2 (#623426)
Emmanuel Seyman 4b995b4
- Only run checksetup if /etc/bugzilla/localconfig does not exist (#610210)
Emmanuel Seyman 4b995b4
- Add bugzilla-contrib to Requires (#610198)
Emmanuel Seyman 4b995b4
0401528
* Wed Aug 11 2010 David Malcolm <dmalcolm@redhat.com> - 3.6.1-2
0401528
- recompiling .py files against Python 2.7 (rhbz#623281)
0401528
fb2e757
* Fri Jun 25 2010 Emmanuel Seyman <emmanuel.seyman@club-internet.fr> - 3.6.1-1
fb2e757
- Update to 3.6.1
fb2e757
7fb2eaa
* Sun Jun  6 2010 Emmanuel Seyman <emmanuel.seyman@club-internet.fr> - 3.6-3
7fb2eaa
- Remove mod_perl from the requirements (#600924)
7fb2eaa
29e4a28
* Sun Jun  6 2010 Emmanuel Seyman <emmanuel.seyman@club-internet.fr> - 3.6-2
29e4a28
- Fix missing provides (#600922)
29e4a28
ace80de
* Tue Apr 13 2010 Emmanuel Seyman <emmanuel.seyman@club-internet.fr> - 3.6-1
ace80de
- Update to 3.6 (#598377)
ace80de
- Patch to put graphs in /var/lib/bugzilla/ (brc #564450, bmo #313739)
ace80de
bcc9ee6
* Mon Feb 01 2010 Emmanuel Seyman <emmanuel.seyman@club-internet.fr> - 3.4.5-1
bcc9ee6
- Update to 3.4.5 (CVE-2009-3989, CVE-2009-3387)
bcc9ee6
- Remove bugzilla-EL5-perl-versions.patch which is EPEL-specific
bcc9ee6
eb56c19
* Thu Nov 19 2009 Emmanuel Seyman <emmanuel.seyman@club-internet.fr> - 3.4.4-1
eb56c19
- Update to 3.4.4 (CVE-2009-3386)
eb56c19
9b63818
* Wed Nov 11 2009 Emmanuel Seyman <emmanuel.seyman@club-internet.fr> - 3.4.3-1
9b63818
- Update to 3.4.3 (fixes memory leak issues)
9b63818
- Add perl(Digest::SHA) in the Requires
9b63818
- Specify Perl module versions in the Requires (fixes #524309)
9b63818
- Add an alias to make $webdotdir a working path (fixes #458848)
9b63818
c97158c
* Fri Sep 11 2009 Emmanuel Seyman <emmanuel.seyman@club-internet.fr> - 3.4.2-1
c97158c
- Update to 3.4.2 (CVE-2009-3125, CVE-2009-3165 and CVE-2009-3166)
c97158c
7cead8a
* Tue Aug 04 2009 Itamar Reis Peixoto <itamar@ispbrasil.com.br> - 3.4.1-2
7cead8a
- fix EL-5 perl dependencies bz#515158
7cead8a
c33da9a
* Sun Aug 02 2009 Emmanuel Seyman <emmanuel.seyman@club-internet.fr> - 3.4.1-1
c33da9a
- Update to 3.4.1, fixing a security leak
c33da9a
c33da9a
* Wed Jul 29 2009 Emmanuel Seyman <emmanuel.seyman@club-internet.fr> - 3.4-1
103aa2c
- Update to 3.4 (fixes #514315)
103aa2c
- move makedocs.pl to its own package (fixes #509041)
103aa2c
- move the extensions dir to /usr/share/ (fixes #450636)
103aa2c
b8128a4
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.4-2
b8128a4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
b8128a4
7cbe3e3
* Wed Jul 08 2009 Itamar Reis Peixoto <itamar@ispbrasil.com.br> - 3.2.4-1
7cbe3e3
- fix https://bugzilla.mozilla.org/show_bug.cgi?id=495257
7cbe3e3
08ac104
* Mon Apr 06 2009 Itamar Reis Peixoto <itamar@ispbrasil.com.br> 3.2.3-1
08ac104
- fix CVE-2009-1213
08ac104
73ffa9f
* Thu Mar 05 2009 Itamar Reis Peixoto <itamar@ispbrasil.com.br> 3.2.2-2
73ffa9f
- fix from BZ #474250 Comment #16, from Chris Eveleigh -->
73ffa9f
- add python BR for contrib subpackage
73ffa9f
- fix description
73ffa9f
- change Requires perl-SOAP-Lite to perl(SOAP::Lite) according guidelines
73ffa9f
73ffa9f
* Sun Mar 01 2009 Itamar Reis Peixoto <itamar@ispbrasil.com.br> 3.2.2-1
73ffa9f
- thanks to Chris Eveleigh <chris dot eveleigh at planningportal dot gov dot uk>
73ffa9f
- for contributing with patches :-)
73ffa9f
- Upgrade to upstream 3.2.2 to fix multiple security vulns
73ffa9f
- Removed old perl_requires exclusions, added new ones for RADIUS, Oracle and sanitycheck.cgi
73ffa9f
- Added Oracle to supported DBs in description (and moved line breaks)
73ffa9f
- Include a patch to fix max_allowed_packet warnin when using with mysql
73ffa9f
e0c2523
* Sat Feb 28 2009 Itamar Reis Peixoto <itamar@ispbrasil.com.br> 3.0.8-1
e0c2523
- Upgrade to 3.0.8, fix #466077 #438080
e0c2523
- fix macro in changelog rpmlint warning
73ffa9f
- fix files-attr-not-set rpmlint warning for doc and contrib sub-packages
e0c2523
0f0877b
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.4-4
0f0877b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
0f0877b
81f2284
* Mon Feb  2 2009 Stepan Kasal <skasal@redhat.com> - 3.0.4-3
81f2284
- do not require perl-Email-Simple, it is (no longer) in use
81f2284
- remove several explicit perl-* requires; the automatic dependencies
81f2284
  do handle them
81f2284
c3d505d
* Mon Jul 14 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 3.0.4-2
c3d505d
- fix license tag
c3d505d
John Berninger aada0c3
* Fri May  9 2008 John Berninger <john at ncphotography dot com> - 3.0.4-1
John Berninger aada0c3
- Update to upstream 3.0.4 to fix multiple security vulns
73ffa9f
- Change perms on /etc/bugzilla for bz 427981
John Berninger aada0c3
John Berninger 622a64f
* Sun May  4 2008 John Berninger <john at ncphotography dot com> - 3.0.3-0
John Berninger 622a64f
- Update to upstream 3.0.3 - bz 444669
John Berninger 622a64f
John Berninger 275af23
* Fri Dec 28 2007 John Berninger <john at ncphotography dot com> - 3.0.2-6
John Berninger 275af23
- Add cron.daily, cron.whine to payload list
John Berninger 275af23
John Berninger 275af23
* Fri Dec 28 2007 John Berninger <john at ncphotography dot com> - 3.0.2-5
John Berninger 275af23
- Typo in spec file, rebuild
John Berninger 275af23
John Berninger 882b4d1
* Fri Dec 28 2007 John Berninger <john at ncphotography dot com> - 3.0.2-3
John Berninger 882b4d1
- bz 426465 - don't enable cron jobs so cron doesn't complain about
John Berninger 882b4d1
  an unconfigured installation
John Berninger 882b4d1
John Berninger a061406
* Fri Oct 26 2007 John Berninger <john at ncphotography dot com> - 3.0.2-2
John Berninger a061406
- fix issue with AlowOverride Options
John Berninger a061406
John Berninger 27b6869
* Mon Oct 22 2007 John Berninger <john at ncphotography dot com> - 3.0.2-1
John Berninger 27b6869
- updates to requires and httpd conf for BZ's 279961, 295861, 339531
John Berninger 27b6869
John Berninger e98fab6
* Mon Sep 24 2007 John Berninger <john at ncphotography dot com> - 3.0.2-0
John Berninger e98fab6
- update to 3.0.2 - bz 299981
John Berninger e98fab6
John Berninger 3a5a0f6
* Mon Aug 27 2007 John Berninger <john at ncphotography dot com> - 3.0.1-0
John Berninger 3a5a0f6
- update to 3.0.1 - bz 256021
John Berninger 3a5a0f6
John Berninger f2480c2
* Fri May 18 2007 John Berninger <jwb at redhat dot com> - 3.0-2
John Berninger f2480c2
- update Requires for bz's 241037, 241206
John Berninger 9cc65c4
John Berninger f2480c2
* Fri May 18 2007 John Berninger <jwb at redhat dot com> - 3.0-1
John Berninger f2480c2
- update to upstream version 3.0
John Berninger f2480c2
- add new dependencies on mod_perl, perl-SOAP-Lite
John Berninger f2480c2
- refactor patch(es) to change paths for read-only /usr
John Berninger f2480c2
John Berninger f2480c2
* Tue Feb 20 2007 John Berninger <jwb at redhat dot com> - 2.22.2-1
John Berninger f2480c2
- update to 2.22.2 - bz 229163
John Berninger f2480c2
John Berninger f2480c2
* Wed Feb 14 2007 John Berninger <jwb at redhat dot com> - 2.22-12
John Berninger 5030569
- More cron job fixes
John Berninger 5030569
John Berninger f2480c2
* Wed Jan 31 2007 John Berninger <jwb at redhat dot com> - 2.22-11
John Berninger c6a3985
- Fix cron job perms
John Berninger c6a3985
John Berninger f2480c2
* Sat Jan 27 2007 John Berninger <jwb at redhat dot com> - 2.22-10
John Berninger f2480c2
- Fix collectstats cron job, bx 224550
John Berninger 93814d3
John Berninger f2480c2
* Mon Jan 22 2007 John Berninger <jwb at redhat dot com> - 2.22-9
John Berninger 5b133fd
- Fix linebreak issues in specfile
John Berninger 5b133fd
John Berninger f2480c2
* Mon Jan 22 2007 John Berninger <jwb at redhat dot com> - 2.22-8
John Berninger 32ea8f9
- Put daily and hourly cronjobs in place per bz 223747
John Berninger 32ea8f9
John Berninger f2480c2
* Wed Nov  8 2006 John Berninger <johnw at berningeronline dot net> - 2.22-7
John Berninger f2480c2
- Fixes for bz # 212355
John Berninger f2480c2
923a885
* Tue Jun 27 2006 John Berninger <johnw at berningeronline dot net> - 2.22-6
John Berninger c074d5a
- Clean up BugzillaEmail requires (filter it out)
John Berninger c074d5a
John Berninger 04e1870
* Mon Jun 26 2006 John Berninger <johnw at berningeronline dot net> - 2.22-5
John Berninger 04e1870
- License is MPL, not GPL
e0c2523
- Clean up %%doc specs
John Berninger 04e1870
John Berninger 04e1870
* Sun Jun 25 2006 John Benringer <johnw at berningeronline dot net> - 2.22-4
John Berninger 04e1870
- Remove localconfig file per upstream
John Berninger 04e1870
- Patch to have localconfig appear in /etc/bugzilla when checksetup.pl is run
John Berninger 04e1870
John Berninger 04e1870
* Tue Jun 20 2006 John Berninger <johnw at berningeronline dot net> - 2.22-3
John Berninger 04e1870
- Add README.fedora file
John Berninger 04e1870
- Add additional requires per comments from upstream
John Berninger 04e1870
John Berninger 04e1870
* Mon Jun 19 2006 John Berninger <johnw at berningeronline dot net> - 2.22-2
John Berninger 04e1870
- Code to /usr/share, data to /var/lib/bugzilla per FE packaging req's
John Berninger 04e1870
John Berninger 04e1870
* Tue Jun 13 2006 John Berninger <johnw at berningeronline dot net> - 2.22-1
John Berninger 04e1870
- Shift to /var/lib/bugzilla install dir per discussion in review request
John Berninger 04e1870
- Minor change in filtering requires
John Berninger 04e1870
John Berninger 04e1870
* Tue May 23 2006 John Berninger <johnw at berningeronline dot net> - 2.22-0
John Berninger 04e1870
- Update to upstream 2.22 release
John Berninger 04e1870
- Split off -contrib package, but keep it where it usually gets installed
John Berninger 04e1870
John Berninger 04e1870
* Wed Apr 26 2006 John Berninger <johnw at berningeronline dot net> - 2.20.1-4
John Berninger 04e1870
- rpmlint cleanups
John Berninger 04e1870
John Berninger 04e1870
* Mon Apr 24 2006 John Berninger <johnw at berningeronline dot net> - 2.20.1-3
John Berninger 04e1870
- Cleanup of prov/req filters
John Berninger 04e1870
- Split docs into -doc package
John Berninger 04e1870
John Berninger 04e1870
* Thu Apr 20 2006 John Berninger <johnw at berningeronline dot net> - 2.20.1-2
John Berninger 04e1870
- No need for CVS tarball - I was thinking things too far through.  Change
John Berninger 04e1870
  to 2.20.1 release.
John Berninger 04e1870
John Berninger 04e1870
* Fri Apr  7 2006 John Berninger <johnw at berningeronline dot net> - 2.20-0.1cvs20060407
John Berninger 04e1870
- Initial spec creation/build for Fedora Extras packaging.
John Berninger 04e1870