125279e
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
125279e
%{!?pyver: %global pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
125279e
125279e
Name:           bodhi
7bfcaaf
Version:        2.3.0
f106bdf
Release:        2%{?dist}
7bfcaaf
BuildArch:      noarch
7bfcaaf
ExcludeArch:    ppc64 ppc
7bfcaaf
7bfcaaf
License:        GPLv2+
125279e
Summary:        A modular framework that facilitates publishing software updates
125279e
Group:          Applications/Internet
1c70cbb
URL:            https://github.com/fedora-infra/bodhi
1c70cbb
Source0:        https://github.com/fedora-infra/bodhi/archive/%{version}.tar.gz
125279e
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
1c70cbb
1c70cbb
# For the tests
1c70cbb
BuildRequires:   python2
1c70cbb
BuildRequires:   python2-devel
7bfcaaf
BuildRequires:   python2-fedmsg-atomic-composer >= 2016.3
7bfcaaf
BuildRequires:   python-flake8
1c70cbb
BuildRequires:   python-nose
1c70cbb
#BuildRequires:   python-nose-cov
1c70cbb
BuildRequires:   python-webtest
1c70cbb
BuildRequires:   python-mock
1c70cbb
1c70cbb
# For the app
1c70cbb
BuildRequires:   python-pyramid
1c70cbb
BuildRequires:   python-pyramid-mako
1c70cbb
#BuildRequires:   python-pyramid-debugtoolbar
1c70cbb
BuildRequires:   python-pyramid-tm
1c70cbb
BuildRequires:   python-waitress
1c70cbb
BuildRequires:   python-colander
1c70cbb
BuildRequires:   python-cornice
1c70cbb
BuildRequires:   python-cornice-sphinx
1c70cbb
1c70cbb
BuildRequires:   python-openid
1c70cbb
BuildRequires:   python-pyramid-fas-openid
1c70cbb
BuildRequires:   packagedb-cli
1c70cbb
1c70cbb
BuildRequires:   python-sqlalchemy
1c70cbb
BuildRequires:   python-zope-sqlalchemy
1c70cbb
1c70cbb
BuildRequires:   python-webhelpers
1c70cbb
BuildRequires:   python-progressbar
1c70cbb
BuildRequires:   python-bunch
1c70cbb
1c70cbb
# for captchas
1c70cbb
BuildRequires:   python-cryptography
1c70cbb
BuildRequires:   python-pillow
1c70cbb
BuildRequires:   liberation-mono-fonts
1c70cbb
#BuildRequires:   pcaro-hermit-fonts
1c70cbb
1c70cbb
# Useful tools
1c70cbb
BuildRequires:   python-kitchen
1c70cbb
BuildRequires:   python-fedora
1c70cbb
BuildRequires:   python-pylibravatar
1c70cbb
BuildRequires:   python-pydns
1c70cbb
BuildRequires:   python-dogpile-cache
1c70cbb
BuildRequires:   python-arrow
1c70cbb
BuildRequires:   python-markdown
1c70cbb
BuildRequires:   python-librepo
1c70cbb
BuildRequires:   python-createrepo_c
1c70cbb
BuildRequires:   createrepo_c
1c70cbb
1c70cbb
## i18n, stuff that we're not actually doing yet
1c70cbb
#BuildRequires:   python-babel
1c70cbb
#BuildRequires:   python-lingua
1c70cbb
1c70cbb
# External resources
1c70cbb
BuildRequires:   python-bugzilla
1c70cbb
BuildRequires:   python-simplemediawiki
1c70cbb
BuildRequires:   fedmsg
1c70cbb
1c70cbb
BuildRequires:   python-sphinx
1c70cbb
1c70cbb
# For the bodhi-client
1c70cbb
BuildRequires:   python-click
1c70cbb
1c70cbb
%if 0%{?rhel} <= 7
1c70cbb
BuildRequires:   python-webob
1c70cbb
Requires:        python-webob
1c70cbb
%endif
1c70cbb
1c70cbb
Requires:       python-psycopg2
1c70cbb
Requires:       python2
125279e
125279e
125279e
%description
125279e
Bodhi is a web application that facilitates the process of publishing
125279e
updates for a software distribution.
125279e
125279e
A modular piece of the Fedora Infrastructure stack
125279e
* Utilizes the Koji Buildsystem for tracking RPMs
125279e
* Creates the update repositories using Mash, which composes a repository based
1c70cbb
  on tagged builds in Koji.
125279e
125279e
125279e
%package client
125279e
Summary: Bodhi Client
125279e
Group: Applications/Internet
125279e
Requires: koji yum
125279e
Requires: python-fedora >= 0.3.5
125279e
Requires: python-kitchen
1c70cbb
Requires: python-click
f106bdf
Requires: python2-bodhi == %{version}-%{release}
1c70cbb
125279e
125279e
%description client
1c70cbb
Client tools for interacting with bodhi.
1c70cbb
1c70cbb
1c70cbb
%package docs
1c70cbb
Summary: Bodhi documentation
1c70cbb
Group:   Applications/Internet
1c70cbb
1c70cbb
1c70cbb
%description docs
1c70cbb
Bodhi documentation.
1c70cbb
1c70cbb
1c70cbb
%package -n python2-bodhi
1c70cbb
Summary: Common files shared by bodhi-client and bodhi-server
1c70cbb
Group:   Applications/Internet
1c70cbb
%{?python_provide:%python_provide python2-bodhi}
1c70cbb
1c70cbb
1c70cbb
%description -n python2-bodhi
1c70cbb
Common files shared by bodhi-client and bodhi-server.
1c70cbb
1c70cbb
1c70cbb
%package server
1c70cbb
Summary: A modular framework that facilitates publishing software updates
1c70cbb
Group: Applications/Internet
1c70cbb
1c70cbb
Requires:   mod_wsgi
f106bdf
Requires:   python2-bodhi == %{version}-%{release}
1c70cbb
Requires:   httpd
1c70cbb
Requires:   python-psycopg2
1c70cbb
7bfcaaf
Requires:   python2-fedmsg-atomic-composer >= 2016.3
1c70cbb
Requires:   python-pyramid
1c70cbb
Requires:   python-pyramid-mako
1c70cbb
#Requires:   python-pyramid-debugtoolbar
1c70cbb
Requires:   python-pyramid-tm
1c70cbb
Requires:   python-waitress
1c70cbb
Requires:   python-colander
1c70cbb
Requires:   python-cornice
1c70cbb
1c70cbb
Requires:   python-openid
1c70cbb
Requires:   python-pyramid-fas-openid
1c70cbb
Requires:   packagedb-cli
1c70cbb
1c70cbb
Requires:   python-sqlalchemy
1c70cbb
Requires:   python-zope-sqlalchemy
1c70cbb
1c70cbb
Requires:   python-webhelpers
1c70cbb
Requires:   python-progressbar
1c70cbb
Requires:   python-bunch
1c70cbb
1c70cbb
# for captchas
1c70cbb
Requires:   python-cryptography
1c70cbb
Requires:   python-pillow
1c70cbb
Requires:   liberation-mono-fonts
1c70cbb
#Requires:   pcaro-hermit-fonts
1c70cbb
1c70cbb
# Useful tools
1c70cbb
Requires:   python-kitchen
1c70cbb
Requires:   python-fedora
1c70cbb
Requires:   python-pylibravatar
1c70cbb
Requires:   python-pydns
1c70cbb
Requires:   python-dogpile-cache
1c70cbb
Requires:   python-arrow
1c70cbb
Requires:   python-markdown
1c70cbb
Requires:   python-librepo
1c70cbb
Requires:   python-createrepo_c
1c70cbb
Requires:   createrepo_c
1c70cbb
1c70cbb
## i18n, that we're not actually doing yet
1c70cbb
#Requires:   python-babel
1c70cbb
#Requires:   python-lingua
1c70cbb
1c70cbb
# External resources
1c70cbb
Requires:   python-bugzilla
1c70cbb
Requires:   python-simplemediawiki
1c70cbb
Requires:   fedmsg
1c70cbb
1c70cbb
# For cloning comps
1c70cbb
Requires:  git
1c70cbb
Requires:  libxml2-python
1c70cbb
Requires:  intltool
1c70cbb
1c70cbb
Requires:  mash
1c70cbb
1c70cbb
Requires:   python-sphinx
1c70cbb
1c70cbb
1c70cbb
%description server
1c70cbb
Bodhi is a modular framework that facilitates the process of publishing
1c70cbb
updates for a software distribution.
125279e
125279e
125279e
%prep
7bfcaaf
%setup -q -n bodhi-%{version}
125279e
1c70cbb
# Kill some dev deps
1c70cbb
sed -i '/pyramid_debugtoolbar/d' setup.py
1c70cbb
sed -i '/pyramid_debugtoolbar/d' development.ini.example
1c70cbb
sed -i '/nose-cov/d' setup.py
1c70cbb
1c70cbb
# Kill this from the egg-info deps so that bodhi-server doesn't demand it.
1c70cbb
sed -i '/click/d' setup.py
1c70cbb
1c70cbb
# The unit tests needs a development.ini
1c70cbb
mv development.ini.example development.ini
1c70cbb
125279e
125279e
%build
7bfcaaf
%py2_build
1c70cbb
1c70cbb
make %{?_smp_mflags} -C docs html
1c70cbb
make %{?_smp_mflags} -C docs man
1c70cbb
125279e
125279e
%install
125279e
%{__rm} -rf %{buildroot}
7bfcaaf
%py2_install
125279e
1c70cbb
%{__mkdir_p} %{buildroot}/var/lib/bodhi
1c70cbb
%{__mkdir_p} %{buildroot}/var/cache/bodhi
1c70cbb
%{__mkdir_p} %{buildroot}%{_sysconfdir}/httpd/conf.d
1c70cbb
%{__mkdir_p} %{buildroot}%{_sysconfdir}/fedmsg.d
1c70cbb
%{__mkdir_p} %{buildroot}%{_sysconfdir}/bodhi
1c70cbb
%{__mkdir_p} %{buildroot}%{_datadir}/%{name}
1c70cbb
%{__mkdir_p} -m 0755 %{buildroot}/%{_localstatedir}/log/bodhi
125279e
1c70cbb
%{__install} -m 644 apache/%{name}.conf %{buildroot}%{_sysconfdir}/httpd/conf.d/%{name}.conf
1c70cbb
%{__install} -m 640 production.ini %{buildroot}%{_sysconfdir}/%{name}/production.ini
1c70cbb
%{__install} -m 640 alembic.ini %{buildroot}%{_datadir}/%{name}/alembic.ini
1c70cbb
cp -rf alembic/ %{buildroot}%{_datadir}/%{name}/alembic
1c70cbb
%{__install} apache/%{name}.wsgi %{buildroot}%{_datadir}/%{name}/%{name}.wsgi
125279e
1c70cbb
%{__install} -m 644 fedmsg.d/masher.py %{buildroot}%{_sysconfdir}/fedmsg.d/masher.py
1c70cbb
%{__install} -m 644 fedmsg.d/bodhi.py %{buildroot}%{_sysconfdir}/fedmsg.d/bodhi.py
1c70cbb
1c70cbb
# We used to copy in things like this for bodhi1
1c70cbb
#%{__install} -m 640 %{name}/config/*mash* %{buildroot}%{_sysconfdir}/%{name}/
1c70cbb
1c70cbb
install -d %{buildroot}%{_mandir}/man1
1c70cbb
install -pm0644 docs/_build/man/bodhi.1 %{buildroot}%{_mandir}/man1/
1c70cbb
7787378
if [ ! -e %{buildroot}%{python2_sitelib}/%{name}/server/static/bootstrap ]; then
7787378
    # setuptools on EL 7 does not install bootstrap, so we need to symlink it
7787378
    ln -s ./bootstrap-3.1.1-fedora \
7787378
        %{buildroot}%{python2_sitelib}/%{name}/server/static/bootstrap
7787378
fi;
1c70cbb
1c70cbb
1c70cbb
%check
1c70cbb
# setuptools on EL 7 doesn't install bootstrap. This test ensures that bootstrap is present.
1c70cbb
if [ ! -e %{buildroot}%{python2_sitelib}/%{name}/server/static/bootstrap ]; then
1c70cbb
    echo "%{buildroot}%{python2_sitelib}/%{name}/server/static/bootstrap is missing, failing!"
1c70cbb
    /usr/bin/false
1c70cbb
fi;
1c70cbb
7bfcaaf
PYTHONPATH=. %{__python} setup.py nosetests
125279e
1c70cbb
1c70cbb
%pre server
1c70cbb
%{_sbindir}/groupadd -r %{name} &>/dev/null || :
1c70cbb
%{_sbindir}/useradd  -r -s /sbin/nologin -d %{_datadir}/%{name} -M \
1c70cbb
                     -c 'Bodhi Server' -g %{name} %{name} &>/dev/null || :
125279e
125279e
125279e
%files client
125279e
%defattr(-,root,root,-)
1c70cbb
%license COPYING
125279e
%{_bindir}/bodhi
1c70cbb
%{python2_sitelib}/%{name}/client
1c70cbb
%{python2_sitelib}/%{name}_client-%{version}-py%{pyver}.egg-info
79547df
%{_mandir}/man1/bodhi.1*
125279e
125279e
1c70cbb
%files docs
1c70cbb
%license COPYING
1c70cbb
%doc docs/_build/html/ README.rst
1c70cbb
1c70cbb
1c70cbb
%files -n python2-bodhi
1c70cbb
%license COPYING
1c70cbb
%dir %{python2_sitelib}/%{name}/
1c70cbb
%{python2_sitelib}/%{name}/__init__.py*
1c70cbb
%{python2_sitelib}/%{name}-%{version}-py%{pyver}.egg-info
1c70cbb
1c70cbb
1c70cbb
%files server
1c70cbb
%defattr(-,root,root,-)
1c70cbb
%license COPYING
1c70cbb
%{_bindir}/initialize_bodhi_db
1c70cbb
%{_bindir}/bodhi-expire-overrides
1c70cbb
%{_bindir}/bodhi-approve-testing
1c70cbb
%{_bindir}/bodhi-push
1c70cbb
%{_bindir}/bodhi-untag-branched
1c70cbb
%{_bindir}/bodhi-manage-releases
1c70cbb
%config(noreplace) %{_sysconfdir}/httpd/conf.d/bodhi.conf
1c70cbb
%config(noreplace) %{_sysconfdir}/fedmsg.d/*
1c70cbb
%dir %{_sysconfdir}/bodhi/
1c70cbb
%{python2_sitelib}/%{name}/server
1c70cbb
%{python2_sitelib}/%{name}_server-%{version}-py%{pyver}.egg-info
1c70cbb
%attr(-,bodhi,root) %{_datadir}/%{name}
1c70cbb
%attr(-,bodhi,bodhi) %config(noreplace) %{_sysconfdir}/bodhi/*
1c70cbb
%attr(-,bodhi,root) %{_localstatedir}/log/bodhi
1c70cbb
%attr(0775,bodhi,bodhi) %{_localstatedir}/cache/bodhi
1c70cbb
1c70cbb
125279e
%changelog
f106bdf
* Thu Oct 27 2016 Randy Barlow <randy@electronsweatshop.com> - 2.3.0-2
f106bdf
- The client and server packages now depend on the common package by release (#1389518).
f106bdf
7bfcaaf
* Wed Oct 19 2016 Randy Barlow <randy@electronsweatshop.com> - 2.3.0-1
7bfcaaf
- Update to 2.3.0.
7bfcaaf
- Use the fancy new py2_build and py2_install macros.
7bfcaaf
- Now depends on python-fedmsg-atomic-composer 2016.3.
7bfcaaf
7787378
* Tue Oct 04 2016 Randy Barlow <randy@electronsweatshop.com> - 2.2.4-1
7787378
- Update to 2.2.4.
7787378
- Test for presence of bootstrap rather than testing the EL version.
7787378
ae95ccb
* Tue Sep 27 2016 Randy Barlow <randy@electronsweatshop.com> - 2.2.3-1
ae95ccb
- Update to 2.2.3.
ae95ccb
cccd2e9
* Sat Sep 24 2016 Randy Barlow <randy@electronsweatshop.com> - 2.2.2-1
cccd2e9
- Update to 2.2.2.
cccd2e9
f3fb8f9
* Fri Sep 23 2016 Randy Barlow <randy@electronsweatshop.com> - 2.2.1-3
f3fb8f9
- Add a patch to disallow NULL text on the Comment model.
f3fb8f9
e23f2bd
* Fri Sep 23 2016 Randy Barlow <randy@electronsweatshop.com> - 2.2.1-2
e23f2bd
- Add a patch to skip waiting on a mash thread if there isn't one.
e23f2bd
cb4d587
* Thu Sep 22 2016 Randy Barlow <randy@electronsweatshop.com> - 2.2.1-1
cb4d587
- Update to 2.2.1.
cb4d587
- Drop two patches, as they are included in 2.2.1 upstream.
cb4d587
93ec5b4
* Tue Sep 20 2016 Randy Barlow <randy@electronsweatshop.com> - 2.2.0-2
93ec5b4
- Backport two patches to correct module paths from the devel branch upstream.
93ec5b4
- Apply a patch that stops NULL comments from being rendered with markdown.
93ec5b4
1c70cbb
* Mon Sep 19 2016 Randy Barlow <randy@electronsweatshop.com> - 2.2.0-1
1c70cbb
- Update to 2.2.0. The spec file was largely taken from lmacken's COPR repository.
1c70cbb
- Add a common subpackage to own the Python distribution (#1372461).
1c70cbb
- Add a BuildRequires on python2-devel.
1c70cbb
- Add a test to check for the existence of bootstrap.
1c70cbb
- Fix some bogus dates in the changelog.
1c70cbb
- Add a -docs subpackage and remove docs from the client and server packages.
1c70cbb
Luke Macken be75696
* Tue Aug 18 2015 Luke Macken <lmacken@redhat.com> - 0.9.8-5
Luke Macken be75696
- Patched to work better against bodhi2 with the latest python-fedora
Luke Macken be75696
b4cec36
* Tue Sep 09 2014 Kevin Fenzi <kevin@scrye.com> 0.9.8-4
b4cec36
- Fix install to correct place. Fixes bug #1115136
b4cec36
79547df
* Fri Jun 20 2014 Toshio Kuratomi <toshio@fedoraproject.org> - 0.9.8-3
79547df
- Only ship the client package on epel7
79547df
125279e
* Wed Feb 19 2014 Luke Macken <lmacken@redhat.com> - 0.9.8-2
125279e
- Remove the python-simplejson requirement (#1060234)
125279e
125279e
* Tue Feb 11 2014 Luke Macken <lmacken@redhat.com> - 0.9.8-1
125279e
- Update to 0.9.8
125279e
125279e
* Fri Dec 06 2013 Pierre-Yves Chibon <pingou@pingoured>fr - 0.9.7-2
125279e
- Change BR from python-setuptools-devel to python-setuptools
125279e
  See https://fedoraproject.org/wiki/Changes/Remove_Python-setuptools-devel
125279e
125279e
* Tue Sep 10 2013 Luke Macken <lmacken@redhat.com> - 0.9.7-1
125279e
- Update to 0.9.7
125279e
125279e
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.5-3
125279e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
125279e
125279e
* Wed May 29 2013 Luke Macken <lmacken@redhat.com> - 0.9.5-2
125279e
- Update the man page
125279e
125279e
* Mon May 13 2013 Luke Macken <lmacken@redhat.com> - 0.9.5-1
125279e
- New bugfix release to work with python-bugzilla 0.8.0
125279e
125279e
* Fri Feb 22 2013 Luke Macken <lmacken@redhat.com> - 0.9.4-1
125279e
- New bugfix release
125279e
125279e
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.3-2
125279e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
125279e
125279e
* Tue Nov 13 2012 Luke Macken <lmacken@redhat.com> - 0.9.3-1
125279e
- 0.9.3 bugfix release
125279e
125279e
* Wed Aug 08 2012 Luke Macken <lmacken@redhat.com> - 0.9.2-2
125279e
- Require python-tgcaptcha2
125279e
125279e
* Sat Aug 04 2012 Luke Macken <lmacken@redhat.com> - 0.9.2-1
125279e
- 0.9.2 bugfix release
125279e
125279e
* Thu Jul 26 2012 Ralph Bean <rbean@redhat.com> - 0.9.1-3
125279e
- "bodhi" now owns datadir, bodhi.cfg, and var/log/bodhi
125279e
125279e
* Thu Jul 26 2012 Ralph Bean <rbean@redhat.com> - 0.9.1-2
125279e
- Fix to "bodhi" user creation.
125279e
125279e
* Thu Jul 26 2012 Ralph Bean <rbean@redhat.com> - 0.9.1-1
125279e
- Creating a 'bodhi' user for mod_wsgi
125279e
125279e
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.5-3
125279e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
125279e
125279e
* Thu Mar 29 2012 Ralph Bean <rbean@redhat.com> - 0.8.8-1
125279e
- Sending messages with fedmsg
125279e
125279e
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.5-2
125279e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
125279e
125279e
* Tue Nov 22 2011 Luke Macken <lmacken@redhat.com> - 0.8.5-1
125279e
- Update to the latest upstream release
125279e
125279e
* Wed Nov 16 2011 Luke Macken <lmacken@redhat.com> - 0.8.4-1
125279e
- Update to the latest upstream release
125279e
125279e
* Mon Oct 24 2011 Luke Macken <lmacken@redhat.com> - 0.8.3-1
125279e
- Update to 0.8.3
125279e
125279e
* Fri Aug 12 2011 Luke Macken <lmacken@redhat.com> - 0.8.1-1
125279e
- Update our build requirements to make the test suite happy.
125279e
- Pull in the new python-fedora-turbogears subpackage
125279e
125279e
* Thu Jun 09 2011 Luke Macken <lmacken@redhat.com> - 0.8.0-1
125279e
- Update to 0.8.0
125279e
125279e
* Thu Mar 24 2011 Luke Macken <lmacken@redhat.com> - 0.7.15-1
125279e
- Update to 0.7.15
125279e
125279e
* Fri Mar 11 2011 Luke Macken <lmacken@redhat.com> - 0.7.14-1
125279e
- Update to 0.7.14
125279e
125279e
* Fri Mar 04 2011 Luke Macken <lmacken@redhat.com> - 0.7.13-1
125279e
- Update to 0.7.13
125279e
125279e
* Mon Feb 28 2011 Luke Macken <lmacken@redhat.com> - 0.7.12-1
125279e
- Update to 0.7.12
125279e
125279e
* Thu Feb 24 2011 Luke Macken <lmacken@redhat.com> - 0.7.11-1
125279e
- Update to 0.7.11
125279e
125279e
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.10-2
125279e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
125279e
125279e
* Mon Jan 10 2011 Luke Macken <lmacken@redhat.com> - 0.7.10-1
125279e
- 0.7.10 release
125279e
125279e
* Mon Sep 20 2010 Luke Macken <lmacken@redhat.com> - 0.7.9-1
125279e
- 0.7.9 release
125279e
125279e
* Thu Aug 12 2010 Luke Macken <lmacken@redhat.com> - 0.7.8-1
125279e
- 0.7.8 release
125279e
- Require python-kitchen
125279e
125279e
* Wed Aug 04 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 0.7.7-2
125279e
- Reenable the TurboGears bits
125279e
125279e
* Tue Aug 03 2010 Luke Macken <lmacken@redhat.com> - 0.7.7-1
125279e
- 0.7.7 release
125279e
125279e
* Sat Jul 31 2010 Toshio Kuratomi <toshio@fedoraproject.org> - 0.7.5-4
125279e
- A little strange, the tarball changed on us....
125279e
125279e
* Tue Jul 27 2010 Toshio Kuratomi <toshio@fedoraproject.org> - 0.7.5-3
125279e
- Disable Requirements that are necessary for operation of hte server.  This is
125279e
  a temporary change to get the package building on python-2.7.  Need to revert
125279e
  this once the TG stack is rebuilt
125279e
125279e
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 0.7.5-2
125279e
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
125279e
125279e
* Tue Jun 29 2010 Luke Macken <lmacken@redhat.com> - 0.7.5-1
125279e
- 0.7.5 release
125279e
125279e
* Thu Mar 04 2010 Luke Macken <lmacken@redhat.com> - 0.7.4-1
125279e
- 0.7.4
125279e
125279e
* Thu Mar 04 2010 Luke Macken <lmacken@redhat.com> - 0.7.3-1
125279e
- 0.7.3
125279e
125279e
* Wed Mar 03 2010 Luke Macken <lmacken@redhat.com> - 0.7.2-1
125279e
- 0.7.2 bugfix release
125279e
125279e
* Tue Feb 16 2010 Luke Macken <lmacken@redhat.com> - 0.7.1-1
125279e
- Fix a regression in our metrics controller, and unvail a new
125279e
  metrics JSON API
125279e
125279e
* Tue Feb 16 2010 Luke Macken <lmacken@redhat.com> - 0.7.0-2
125279e
- Add the F13 updates-testing mash configuration
125279e
125279e
* Mon Jan 18 2010 Luke Macken <lmacken@redhat.com> - 0.7.0-1
125279e
- 0.7.0 release, prepping for the F13 release
125279e
- Critical Path & No Frozen Rawhide proposals implemented
125279e
- Many other bugfixes, enhancements, and optimizations
125279e
125279e
* Fri Nov 06 2009 Luke Macken <lmacken@redhat.com> - 0.6.12-1
125279e
- 0.6.12, for F12
125279e
125279e
* Sat Sep 19 2009 Luke Macken <lmacken@redhat.com> - 0.6.11-1
125279e
- 0.6.11
125279e
125279e
* Fri Sep 18 2009 Luke Macken <lmacken@redhat.com> - 0.6.10-1
125279e
- 0.6.10
125279e
125279e
* Thu Sep 17 2009 Luke Macken <lmacken@redhat.com> - 0.6.9-2
125279e
- More CSRF tweaks
125279e
125279e
* Thu Sep 17 2009 Luke Macken <lmacken@redhat.com> - 0.6.9-1
125279e
- 0.6.9
125279e
125279e
* Mon Sep 14 2009 Luke Macken <lmacken@redhat.com> - 0.6.8-1
125279e
- 0.6.8
125279e
125279e
* Wed Sep 09 2009 Luke Macken <lmacken@redhat.com> - 0.6.7-1
125279e
- 0.6.7
125279e
125279e
* Wed Sep 09 2009 Luke Macken <lmacken@redhat.com> - 0.6.6-1
125279e
- 0.6.6
125279e
125279e
* Wed Sep 09 2009 Luke Macken <lmacken@redhat.com> - 0.6.5-1
125279e
- 0.6.5
125279e
125279e
* Fri Aug 14 2009 Luke Macken <lmacken@redhat.com> - 0.6.4-1
125279e
- 0.6.4
125279e
125279e
* Thu Aug 13 2009 Luke Macken <lmacken@redhat.com> - 0.6.3-1
125279e
- 0.6.3
125279e
125279e
* Fri Jul 10 2009 Luke Macken <lmacken@redhat.com> - 0.6.2-1
125279e
- 0.6.2
125279e
125279e
* Thu Jul 09 2009 Luke Macken <lmacken@redhat.com> - 0.6.1-1
125279e
- 0.6.1
125279e
125279e
* Thu Jul 09 2009 Luke Macken <lmacken@redhat.com> - 0.6.0-1
125279e
- 0.6.0 final
125279e
125279e
* Mon Jul 06 2009 Luke Macken <lmacken@redhat.com> - 0.6.0-0.7.beta
125279e
- beta7
125279e
125279e
* Mon Jul 06 2009 Luke Macken <lmacken@redhat.com> - 0.6.0-0.6.beta
125279e
- beta6
125279e
125279e
* Mon Jul 06 2009 Luke Macken <lmacken@redhat.com> - 0.6.0-0.5.beta
125279e
- beta5, with EPEL mash configs
125279e
125279e
* Fri Jul 03 2009 Luke Macken <lmacken@redhat.com> - 0.6.0-0.4.beta
125279e
- beta4
125279e
125279e
* Fri Jul 03 2009 Luke Macken <lmacken@redhat.com> - 0.6.0-0.3.beta
125279e
- beta3
125279e
125279e
* Fri Jul 03 2009 Luke Macken <lmacken@redhat.com> - 0.6.0-0.2.beta
125279e
- beta2
125279e
- Make our Bugzilla cookie file configurable
125279e
125279e
* Thu Jul 02 2009 Luke Macken <lmacken@redhat.com> - 0.6.0-0.1.beta
125279e
- 0.6.0 beta
125279e
125279e
* Mon Jun 22 2009 Luke Macken <lmacken@redhat.com> - 0.5.27-01
125279e
- Latest upstream release to bring in fixed mash config files.
125279e
125279e
* Fri Jun 12 2009 Luke Macken <lmacken@redhat.com> - 0.5.26-1
125279e
- Latest upstream release with a variety of fixes and pkgdb-0.4 support.
125279e
125279e
* Tue May 12 2009 Luke Macken <lmacken@redhat.com> - 0.5.25-1
125279e
- Latest upstream bugfix release to work around some TG 1.0.8
125279e
  brokenness, and make our masher a bit more robust.
125279e
125279e
* Tue May 12 2009 Luke Macken <lmacken@redhat.com> - 0.5.24-1
125279e
- 0.5.24 bugfix release
125279e
125279e
* Thu May 07 2009 Luke Macken <lmacken@redhat.com> - 0.5.23-1
125279e
- Add mash configs for F11, with deltarpm support.
125279e
125279e
* Thu Apr 30 2009 Luke Macken <lmacken@redhat.com> - 0.5.22-1
125279e
- Remove pagination patch, as Fedora Infrastructure is now TG 1.0.8
125279e
125279e
* Thu Apr 30 2009 Luke Macken <lmacken@redhat.com> - 0.5.21-1
125279e
- Update to TG 1.0.8 API (fixes a @paginate issue)
125279e
125279e
* Mon Apr 06 2009 Luke Macken <lmacken@redhat.com> - 0.5.20-1
125279e
- Fix a bug when sending mash requests through the ProxyClient
125279e
- More Python2.4 workarounds
125279e
125279e
* Mon Apr 06 2009 Luke Macken <lmacken@redhat.com> - 0.5.19-3
125279e
- Update to work with Python2.4
125279e
125279e
* Mon Apr 06 2009 Luke Macken <lmacken@redhat.com> - 0.5.19-2
125279e
- Revision bump to bring it up to speed with the fedora infra package
125279e
125279e
* Sat Mar 21 2009 Luke Macken <lmacken@redhat.com> - 0.5.19-1
125279e
- 0.5.19
125279e
- Add a patch to get pagination working in TG 1.0.4.4
125279e
125279e
* Sat Mar 14 2009 Luke Macken <lmacken@redhat.com> - 0.5.17-4
125279e
- Require httpd
125279e
125279e
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.17-3
125279e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
125279e
125279e
* Tue Feb 10 2009 Luke Macken <lmacken@redhat.com> - 0.5.18-1
125279e
- Bugfix release, and to stop using deprecated python-fedora APIs.
125279e
125279e
* Mon Feb 2 2009 Toshio Kuratomi <toshio@fedoraproject.org> - 0.5.17-2
125279e
- Own the %%{_sysconfdir}/bodhi directory.
125279e
125279e
* Thu Jan 22 2009 Luke Macken <lmacken@redhat.com> - 0.5.17-1
125279e
- Latest upstream bugfix release.
125279e
125279e
* Mon Jan 05 2009 Luke Macken <lmacken@redhat.com> - 0.5.16-1
125279e
- Latest upstream bugfix release.
125279e
125279e
* Mon Dec 22 2008 Luke Macken <lmacken@redhat.com> - 0.5.15-1
125279e
- Latest release, with more masher improvements.
125279e
125279e
* Fri Dec 19 2008 Luke Macken <lmacken@redhat.com> - 0.5.14-1
125279e
- Latest upstream release, containing some masher improvements.
125279e
125279e
* Wed Dec 10 2008 Luke Macken <lmacken@redhat.com> - 0.5.13-1
125279e
- Latest upstream release to fix various metrics/rss issues
125279e
125279e
* Mon Nov 24 2008 Luke Macken <lmacken@redhat.com> - 0.5.12-1
125279e
- Latest upstream release, to fix the 10k bug
125279e
125279e
* Fri Nov 21 2008 Luke Macken <lmacken@redhat.com> - 0.5.11-1
125279e
- Various F10 release tweaks
125279e
125279e
* Fri Oct 24 2008 Luke Macken <lmacken@redhat.com> - 0.5.10-3
125279e
- Latest upstream release
125279e
125279e
* Wed Oct 15 2008 Luke Macken <lmacken@redhat.com> - 0.5.9-2
125279e
- Fix a trivial module import issue
125279e
125279e
* Tue Oct 14 2008 Luke Macken <lmacken@redhat.com> - 0.5.9-1
125279e
- Fix a variety of bugs, including a race-condition when editing.
125279e
1c70cbb
* Mon Oct 13 2008 Steve 'Ashcrow' Milner <smilner@redhat.com> - 0.5.8-2
125279e
- Added default attributes to client files.
125279e
125279e
* Sun Oct 12 2008 Luke Macken <lmacken@redhat.com> - 0.5.8-1
125279e
- Minor release to fix some new update creation bugs
125279e
125279e
* Thu Oct 09 2008 Luke Macken <lmacken@redhat.com> - 0.5.7-1
125279e
- Latest release, containing some API improvements
125279e
125279e
* Tue Oct 07 2008 Luke Macken <lmacken@redhat.com> - 0.5.6-1
125279e
- Latest upstream release.
125279e
125279e
* Mon Oct 06 2008 Luke Macken <lmacken@redhat.com> - 0.5.5-1
125279e
- Latest upstream release.
125279e
125279e
* Sat Oct 04 2008 Luke Macken <lmacken@redhat.com> - 0.5.4-2
125279e
- Make our masher extension point less obtrusive.
125279e
125279e
* Tue Sep 16 2008 Luke Macken <lmacken@redhat.com> - 0.5.4-1
125279e
- Latest upstream release, containing various bugfixes
125279e
- Make our python-fedora requirement explicit (#461518)
125279e
125279e
* Wed Sep 10 2008 Luke Macken <lmacken@redhat.com> - 0.5.3-1
125279e
- Latest upstream release
125279e
125279e
* Wed Sep 03 2008 Luke Macken <lmacken@redhat.com> - 0.5.2-2
125279e
- Add the masher deps to BuildRequires, since it now resides
125279e
  on the turbogears.extensions entry point and will be
125279e
  imported by pkg_resources at build time.
125279e
125279e
* Wed Sep 03 2008 Luke Macken <lmacken@redhat.com> - 0.5.2-1
125279e
- Latest upstream bugfix release
125279e
125279e
* Fri Aug 29 2008 Luke Macken <lmacken@redhat.com> - 0.5.1-3
125279e
- Fix some setuptools issues with our client subpackage
125279e
125279e
* Mon Aug 25 2008 Luke Macken <lmacken@redhat.com> - 0.5.1-2
125279e
- Include the egg-info in the client subpackage.
125279e
125279e
* Fri Aug 22 2008 Luke Macken <lmacken@redhat.com> - 0.5.1-1
125279e
- Latest upstream release
125279e
125279e
* Sun Jul 06 2008 Luke Macken <lmacken@redhat.com> - 0.5.0-1
125279e
- Latest upstream release
125279e
125279e
* Thu Jun 12 2008 Todd Zullinger <tmz@pobox.com> - 0.4.10-5
125279e
- update URL to point to fedorahosted.org
125279e
125279e
* Fri Apr 04 2008 Luke Macken <lmacken@redhat.com> - 0.4.10-4
125279e
- Add python-tgcaptcha to our server requirements
125279e
125279e
* Tue Feb 26 2008 Luke Macken <lmacken@redhat.com> - 0.4.10-3
125279e
- Add python-bugzilla to our server requirements
125279e
125279e
* Fri Jan 25 2008 Luke Macken <lmacken@redhat.com> - 0.4.10-2
125279e
- Add python-elixir to BuildRequires to make the new TG happy
125279e
125279e
* Fri Jan 25 2008 Luke Macken <lmacken@redhat.com> - 0.4.10-1
125279e
- 0.4.10
125279e
- Remove yum-utils requirement from bodhi-server
125279e
125279e
* Sun Jan  6 2008 Luke Macken <lmacken@redhat.com> - 0.4.9-1
125279e
- 0.4.9
125279e
1c70cbb
* Fri Dec  7 2007 Luke Macken <lmacken@redhat.com> - 0.4.8-1
125279e
- 0.4.8
125279e
125279e
* Wed Nov 28 2007 Luke Macken <lmacken@redhat.com> - 0.4.7-1
125279e
- 0.4.7
125279e
125279e
* Tue Nov 20 2007 Luke Macken <lmacken@redhat.com> - 0.4.6-1
125279e
- 0.4.6
125279e
125279e
* Sun Nov 18 2007 Luke Macken <lmacken@redhat.com> - 0.4.5-2
125279e
- Add python-genshi to BuildRequires
125279e
125279e
* Sat Nov 17 2007 Luke Macken <lmacken@redhat.com> - 0.4.5-1
125279e
- 0.4.5
125279e
125279e
* Wed Nov 14 2007 Luke Macken <lmacken@redhat.com> - 0.4.4-1
125279e
- 0.4.4
125279e
125279e
* Mon Nov 12 2007 Luke Macken <lmacken@redhat.com> - 0.4.3-1
125279e
- 0.4.3
125279e
125279e
* Mon Nov 12 2007 Luke Macken <lmacken@redhat.com> - 0.4.2-1
125279e
- 0.4.2
125279e
125279e
* Mon Nov 12 2007 Luke Macken <lmacken@redhat.com> - 0.4.1-1
125279e
- 0.4.1
125279e
125279e
* Sun Nov 11 2007 Luke Macken <lmacken@redhat.com> - 0.4.0-1
125279e
- Lots of bodhi-client features
125279e
125279e
* Wed Nov  7 2007 Luke Macken <lmacken@redhat.com> - 0.3.3-1
125279e
- 0.3.3
125279e
125279e
* Thu Oct 18 2007 Luke Macken <lmacken@redhat.com> - 0.3.2-2
125279e
- Add TurboGears to BuildRequires
125279e
- Make some scripts executable to silence rpmlint
125279e
1c70cbb
* Tue Oct 16 2007 Luke Macken <lmacken@redhat.com> - 0.3.2-1
125279e
- 0.3.2
125279e
- Add COPYING file
125279e
- s/python-json/python-simplejson/
125279e
125279e
* Sat Oct  6 2007 Luke Macken <lmacken@redhat.com> - 0.3.1-1
125279e
- 0.3.1
125279e
125279e
* Wed Oct  3 2007 Luke Macken <lmacken@redhat.com> - 0.2.0-5
125279e
- Add python-fedora to bodhi-client Requires
125279e
125279e
* Mon Sep 17 2007 Luke Macken <lmacken@redhat.com> - 0.2.0-4
125279e
- Add python-json to bodhi-client Requires
125279e
125279e
* Sun Sep 16 2007 Luke Macken <lmacken@redhat.com> - 0.2.0-3
125279e
- Add cvs to bodhi-server Requires
125279e
1c70cbb
* Sat Sep 15 2007 Luke Macken <lmacken@redhat.com> - 0.2.0-2
125279e
- Handle python-setuptools-devel changes in Fedora 8
125279e
- Update license to GPLv2+
125279e
125279e
* Thu Sep 13 2007 Luke Macken <lmacken@redhat.com> - 0.2.0-1
125279e
- Split spec file into client/server subpackages