244733c
%global bashcompdir     %(pkg-config --variable=completionsdir bash-completion 2>/dev/null)
244733c
%global bashcomproot    %(dirname %{bashcompdir} 2>/dev/null)
6c0f948
%{?python_enable_dependency_generator}
244733c
125279e
Name:           bodhi
a6289c4
Version:        4.1.0
0065390
Release:        3%{?dist}
7bfcaaf
BuildArch:      noarch
7bfcaaf
7bfcaaf
License:        GPLv2+
125279e
Summary:        A modular framework that facilitates publishing software updates
1c70cbb
URL:            https://github.com/fedora-infra/bodhi
c62e42d
Source0:        %{url}/archive/%{version}/%{name}-%{version}.tar.gz
4bcb6e4
0065390
# https://github.com/fedora-infra/bodhi/pull/3423
0065390
Patch0:         bodhi-tests-rawhide.patch
0065390
6c0f948
BuildRequires: python3-devel
6c0f948
BuildRequires: python3-setuptools
4e55b69
BuildRequires: %{py3_dist alembic}
4e55b69
BuildRequires: %{py3_dist arrow}
2e0b8d4
BuildRequires: %{py3_dist backoff}
4e55b69
BuildRequires: %{py3_dist bleach}
4e55b69
BuildRequires: %{py3_dist click}
4e55b69
BuildRequires: %{py3_dist colander}
4e55b69
BuildRequires: %{py3_dist cornice_sphinx} >= 0.3
e6c15a1
BuildRequires: %{py3_dist cornice} >= 3.1
6c0f948
BuildRequires: %{py3_dist dogpile.cache}
57a05e5
BuildRequires: %{py3_dist fedora_messaging}
4e55b69
BuildRequires: %{py3_dist feedgen}
4e55b69
BuildRequires: %{py3_dist flake8}
4e55b69
BuildRequires: %{py3_dist iniparse}
4e55b69
BuildRequires: %{py3_dist jinja2}
4e55b69
BuildRequires: %{py3_dist markdown}
57a05e5
BuildRequires: %{py3_dist psycopg2}
4e55b69
BuildRequires: %{py3_dist mock}
4e55b69
BuildRequires: %{py3_dist pylibravatar}
4e55b69
BuildRequires: %{py3_dist pyramid-fas-openid}
4e55b69
BuildRequires: %{py3_dist pyramid-mako}
4e55b69
BuildRequires: %{py3_dist pyramid}
4e55b69
BuildRequires: %{py3_dist pytest-cov}
4e55b69
BuildRequires: %{py3_dist pytest}
4e55b69
BuildRequires: %{py3_dist python-bugzilla}
4e55b69
BuildRequires: %{py3_dist python-fedora}
4e55b69
BuildRequires: %{py3_dist pyyaml}
77262a2
BuildRequires: %{py3_dist responses}
4e55b69
BuildRequires: %{py3_dist simplemediawiki}
4e55b69
BuildRequires: %{py3_dist sphinx}
4e55b69
BuildRequires: %{py3_dist sqlalchemy}
a297a93
BuildRequires: %{py3_dist sqlalchemy_schemadisplay}
2e0b8d4
BuildRequires: %{py3_dist twisted}
4e55b69
BuildRequires: %{py3_dist webtest}
244733c
BuildRequires: pkgconfig(bash-completion)
4e55b69
BuildRequires: pungi >= 4.1.20
4e55b69
BuildRequires: python3-createrepo_c
4e55b69
BuildRequires: python3-dnf
4e55b69
BuildRequires: python3-koji
4e55b69
BuildRequires: python3-librepo
1c70cbb
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
7989bbc
* Utilizes the Koji Buildsystem for tracking packages.
7989bbc
* Creates RPM and module update repositories using Pungi, which composes a repository based
1c70cbb
  on tagged builds in Koji.
7989bbc
* Manages container and Flatpak updates using skopeo or bodhi-skopeo-lite (included with the
7989bbc
  bodhi-server package).
7989bbc
* Manages RPM, container, module, and Flatpak content.
125279e
125279e
125279e
%package client
125279e
Summary: Bodhi Client
fdd5d47
4e55b69
Requires: python3-bodhi-client == %{version}-%{release}
a902eef
125279e
125279e
%description client
1c70cbb
Client tools for interacting with bodhi.
1c70cbb
1c70cbb
6b63e0d
%package composer
6b63e0d
Summary: Bodhi composer backend
6b63e0d
a297a93
Requires: %{py3_dist jinja2}
6b63e0d
Requires: bodhi-server == %{version}-%{release}
6b63e0d
Requires: pungi >= 4.1.20
a297a93
Requires: python3-createrepo_c
6b63e0d
Requires: skopeo
6b63e0d
6b63e0d
6b63e0d
%description composer
6b63e0d
The Bodhi composer is the component that publishes Bodhi artifacts to
6b63e0d
repositories.
6b63e0d
6b63e0d
1c70cbb
%package docs
1c70cbb
Summary: Bodhi documentation
1c70cbb
4e55b69
Requires: filesystem
4e55b69
1c70cbb
1c70cbb
%description docs
1c70cbb
Bodhi documentation.
1c70cbb
1c70cbb
4e55b69
%package -n python3-bodhi
4e55b69
Summary: Common files shared by bodhi-client and bodhi-server
4e55b69
4e55b69
%{?python_provide:%python_provide python3-bodhi}
4e55b69
4e55b69
4e55b69
%description -n python3-bodhi
4e55b69
Common files shared by bodhi-client and bodhi-server.
4e55b69
4e55b69
4e55b69
%package -n python3-bodhi-client
4e55b69
Summary: REST API bindings for Python.
4e55b69
a297a93
Requires: /usr/bin/koji
4e55b69
Requires: python3-bodhi == %{version}-%{release}
4e55b69
Requires: python3-dnf
4e55b69
Requires: python3-koji
4e55b69
4e55b69
%{?python_provide:%python_provide python3-bodhi-client}
4e55b69
4e55b69
4e55b69
%description -n python3-bodhi-client
4e55b69
REST API bindings for Python.
4e55b69
4e55b69
2e0b8d4
%package -n python3-bodhi-messages
2e0b8d4
Summary: Python convenience package for interacting with Bodhi messages
2e0b8d4
2e0b8d4
Requires: python3-bodhi == %{version}-%{release}
2e0b8d4
2e0b8d4
%{?python_provide:%python_provide python3-bodhi-messages}
2e0b8d4
2e0b8d4
2e0b8d4
%description -n python3-bodhi-messages
2e0b8d4
Python convenience package for interacting with Bodhi messages.
2e0b8d4
2e0b8d4
1c70cbb
%package server
1c70cbb
Summary: A modular framework that facilitates publishing software updates
1c70cbb
a297a93
Requires: python3-bodhi-client == %{version}-%{release}
2e0b8d4
Requires: python3-bodhi-messages == %{version}-%{release}
2e0b8d4
Requires: fedora-messaging
4bcb6e4
Requires: git
4bcb6e4
Requires: httpd
4bcb6e4
Requires: intltool
a297a93
Requires: python3-koji
a297a93
Requires: python3-librepo
a297a93
Requires: python3-mod_wsgi
c62e42d
c62e42d
Provides:  bundled(aajohan-comfortaa-fonts)
c62e42d
Provides:  bundled(abattis-cantarell-fonts)
c62e42d
Provides:  bundled(bootstrap) = 3.0.1
c62e42d
Provides:  bundled(bootstrap) = 3.0.2
c62e42d
Provides:  bundled(bootstrap) = 3.1.1
36d2cb4
Provides:  bundled(chrissimpkins-hack-fonts)
c62e42d
Provides:  bundled(fedora-bootstrap) = 1.0.1
c62e42d
Provides:  bundled(fontawesome-fonts-web) = 4.4.0
c62e42d
Provides:  bundled(js-chart)
c62e42d
Provides:  bundled(js-excanvas)
c62e42d
Provides:  bundled(js-jquery) = 1.10.2
36d2cb4
Provides:  bundled(js-jquery) = 2.0.3
c62e42d
Provides:  bundled(js-messenger)
c62e42d
Provides:  bundled(js-moment)
791b0b9
Provides:  bundled(js-typeahead.js) = 1.1.1
c62e42d
Provides:  bundled(nodejs-flot)
c62e42d
Provides:  bundled(open-sans-fonts)
c62e42d
Provides:  bundled(xstatic-bootstrap-datepicker-common)
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
85c1748
%autosetup -p1 -n bodhi-%{version}
badf506
1c70cbb
# Kill some dev deps
1c70cbb
sed -i '/pyramid_debugtoolbar/d' setup.py
aeb4a04
sed -i '/pyramid_debugtoolbar/d' devel/development.ini.example
1c70cbb
1c70cbb
# The unit tests needs a development.ini
aeb4a04
mv devel/development.ini.example development.ini
1c70cbb
125279e
125279e
%build
4e55b69
%py3_build
1c70cbb
1c70cbb
make %{?_smp_mflags} -C docs html
1c70cbb
make %{?_smp_mflags} -C docs man
1c70cbb
125279e
125279e
%install
a297a93
%py3_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}/bodhi
1c70cbb
%{__mkdir_p} %{buildroot}%{_datadir}/%{name}
1c70cbb
%{__mkdir_p} -m 0755 %{buildroot}/%{_localstatedir}/log/bodhi
125279e
66783a1
install -Dpm 0755 bodhi-complete.sh %{buildroot}%{bashcompdir}/%{name}
66783a1
install -m 644 apache/%{name}.conf %{buildroot}%{_sysconfdir}/httpd/conf.d/%{name}.conf
66783a1
install -m 640 production.ini %{buildroot}%{_sysconfdir}/%{name}/production.ini
66783a1
install -m 640 alembic.ini %{buildroot}%{_sysconfdir}/%{name}/alembic.ini
66783a1
install apache/%{name}.wsgi %{buildroot}%{_datadir}/%{name}/%{name}.wsgi
125279e
1c70cbb
install -d %{buildroot}%{_mandir}/man1
1ff3969
install -pm0644 docs/_build/man/*.1 %{buildroot}%{_mandir}/man1/
1c70cbb
1c70cbb
1c70cbb
%check
afe877f
# The tests need bodhi to be installed to pass. Let's build a venv so we can install bodhi
791b0b9
# there.
afe877f
%{__python3} -m venv --system-site-packages --without-pip .test-venv
125279e
afe877f
.test-venv/bin/python3 setup.py develop
2e0b8d4
.test-venv/bin/python3 /usr/bin/py.test-3 -v bodhi/tests
a297a93
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
1c70cbb
%license COPYING
36d2cb4
%doc README.rst
244733c
%{bashcomproot}
125279e
%{_bindir}/bodhi
79547df
%{_mandir}/man1/bodhi.1*
125279e
125279e
6b63e0d
%files composer
6b63e0d
%license COPYING
6b63e0d
%doc README.rst
2e0b8d4
%{python3_sitelib}/%{name}/server/consumers/composer.py
a297a93
# The __pycache__ folder itself is owned by bodhi-server.
2e0b8d4
%{python3_sitelib}/%{name}/server/consumers/__pycache__/composer.*
a297a93
%{python3_sitelib}/%{name}/server/metadata.py
a297a93
%{python3_sitelib}/%{name}/server/__pycache__/metadata.*
6b63e0d
6b63e0d
1c70cbb
%files docs
1c70cbb
%license COPYING
1c70cbb
%doc docs/_build/html/ README.rst
1c70cbb
1c70cbb
4e55b69
%files -n python3-bodhi
4e55b69
%license COPYING
4e55b69
%doc README.rst
4e55b69
%dir %{python3_sitelib}/%{name}/
4e55b69
%{python3_sitelib}/%{name}/__init__.py
4e55b69
%{python3_sitelib}/%{name}/__pycache__
4e55b69
%{python3_sitelib}/%{name}-%{version}-py%{python3_version}.egg-info
4e55b69
4e55b69
4e55b69
%files -n python3-bodhi-client
4e55b69
%license COPYING
4e55b69
%doc README.rst
4e55b69
%{python3_sitelib}/%{name}/client
4e55b69
%{python3_sitelib}/%{name}_client-%{version}-py%{python3_version}.egg-info
4e55b69
4e55b69
2e0b8d4
%files -n python3-bodhi-messages
2e0b8d4
%license COPYING
2e0b8d4
%doc README.rst
2e0b8d4
%{python3_sitelib}/%{name}/messages
2e0b8d4
%{python3_sitelib}/%{name}_messages-%{version}-py%{python3_version}.egg-info
2e0b8d4
2e0b8d4
1c70cbb
%files server
1c70cbb
%license COPYING
36d2cb4
%doc README.rst
4bcb6e4
%{_bindir}/bodhi-approve-testing
10a6969
%{_bindir}/bodhi-check-policies
2e0b8d4
%{_bindir}/bodhi-clean-old-composes
1c70cbb
%{_bindir}/bodhi-expire-overrides
1c70cbb
%{_bindir}/bodhi-push
358fd02
%{_bindir}/bodhi-sar
57a05e5
%{_bindir}/bodhi-shell
77262a2
%{_bindir}/bodhi-skopeo-lite
1c70cbb
%{_bindir}/bodhi-untag-branched
4bcb6e4
%{_bindir}/initialize_bodhi_db
2e994ca
%config(noreplace) %{_sysconfdir}/bodhi/alembic.ini
1c70cbb
%config(noreplace) %{_sysconfdir}/httpd/conf.d/bodhi.conf
1c70cbb
%dir %{_sysconfdir}/bodhi/
a297a93
%{python3_sitelib}/%{name}/server
a297a93
%{python3_sitelib}/%{name}_server-%{version}-py%{python3_version}.egg-info
5152ff2
%{_mandir}/man1/bodhi-*.1*
1ff3969
%{_mandir}/man1/initialize_bodhi_db.1*
1c70cbb
%attr(-,bodhi,root) %{_datadir}/%{name}
1c70cbb
%attr(-,bodhi,bodhi) %config(noreplace) %{_sysconfdir}/bodhi/*
1c70cbb
%attr(0775,bodhi,bodhi) %{_localstatedir}/cache/bodhi
6b63e0d
# These excluded files are in the bodhi-consumers package so don't include them here.
2e0b8d4
%exclude %{python3_sitelib}/%{name}/server/consumers/composer.py
2e0b8d4
%exclude %{python3_sitelib}/%{name}/server/consumers/__pycache__/composer.*
a297a93
%exclude %{python3_sitelib}/%{name}/server/metadata.py
a297a93
%exclude %{python3_sitelib}/%{name}/server/__pycache__/metadata.*
1c70cbb
1c70cbb
125279e
%changelog
0065390
* Thu Jul 25 2019 Aurelien Bompard <abompard@fedoraproject.org> - 4.1.0-3
0065390
- Fix build on Rawhide
0065390
206e543
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.0-2
206e543
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
206e543
a6289c4
* Wed Jul 24 2019 Aurelien Bompard <abompard@fedoraproject.org> - 4.1.0-1
a6289c4
- Update to 4.1.0. https://github.com/fedora-infra/bodhi/releases/tag/4.1.0
a6289c4
2f2f835
* Mon Jun 17 2019 Adam Williamson <awilliam@redhat.com> - 4.0.2-2
2f2f835
- Backport fix for 'updates download' with multiple packages (#3324)
2f2f835
2bb6ed8
* Thu May 30 2019 Randy Barlow <bowlofeggs@fedoraproject.org> - 4.0.2-1
2bb6ed8
- Update to 4.0.2 (#1715576).
2bb6ed8
- https://github.com/fedora-infra/bodhi/releases/tag/4.0.2
2bb6ed8
5c18f6a
* Wed May 29 2019 Randy Barlow <bowlofeggs@fedoraproject.org> - 4.0.1-1
5c18f6a
- Update to 4.0.1.
5c18f6a
- https://github.com/fedora-infra/bodhi/releases/tag/4.0.1
5c18f6a
2e0b8d4
* Thu May 23 2019 Randy Barlow <bowlofeggs@fedoraproject.org> - 4.0.0-1
2e0b8d4
- Update to 4.0.0.
2e0b8d4
- https://github.com/fedora-infra/bodhi/releases/tag/4.0.0
2e0b8d4
142441e
* Fri Apr 12 2019 Aurelien Bompard <abompard@fedoraproject.org> - 3.14.0-1
142441e
- Update to 3.14.0.
142441e
- https://github.com/fedora-infra/bodhi/releases/tag/3.14.0
142441e
73d827d
* Thu Feb 28 2019 Randy Barlow <bowlofeggs@fedoraproject.org> - 3.13.3-1
73d827d
- Update to 3.13.3.
73d827d
- https://github.com/fedora-infra/bodhi/releases/tag/3.13.3
73d827d
c8d093a
* Tue Feb 19 2019 Randy Barlow <bowlofeggs@fedoraproject.org> - 3.13.2-1
c8d093a
- Update to 3.13.2.
c8d093a
- https://github.com/fedora-infra/bodhi/releases/tag/3.13.2
c8d093a
6594a25
* Mon Feb 18 2019 Randy Barlow <bowlofeggs@fedoraproject.org> - 3.13.1-1
6594a25
- Update to 3.13.1.
6594a25
- https://github.com/fedora-infra/bodhi/releases/tag/3.13.1
6594a25
57a05e5
* Fri Feb 15 2019 Randy Barlow <bowlofeggs@fedoraproject.org> - 3.13.0-1
57a05e5
- Update to 3.13.0.
57a05e5
- https://github.com/fedora-infra/bodhi/releases/tag/3.13.0
57a05e5
f956a31
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.0-103
f956a31
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
f956a31
6c0f948
* Wed Jan 16 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.12.0-102
6c0f948
- Enable dependency generator
6c0f948
afe877f
* Mon Jan 14 2019 Miro Hrončok <mhroncok@redhat.com> - 3.12.0-101
afe877f
- Drop Python 2 subpackage (#1631858)
afe877f
d64f404
* Mon Dec 17 2018 Randy Barlow <bowlofeggs@fedoraproject.org> - 3.12.0-100
d64f404
- Upgrade to 3.12.0.
d64f404
- https://github.com/fedora-infra/bodhi/releases/tag/3.12.0
d64f404
cb6987d
* Wed Dec 05 2018 Randy Barlow <bowlofeggs@fedoraproject.org> - 3.11.3-100
cb6987d
- Update to 3.11.3.
cb6987d
- https://github.com/fedora-infra/bodhi/releases/tag/3.11.3
cb6987d
339f770
* Mon Dec 03 2018 Randy Barlow <bowlofeggs@fedoraproject.org> - 3.11.2-100
339f770
- Update to 3.11.2.
339f770
- https://github.com/fedora-infra/bodhi/releases/tag/3.11.2
339f770
86873af
* Tue Nov 27 2018 Randy Barlow <bowlofeggs@fedoraproject.org> - 3.11.1-100
805d9be
- Update to 3.11.1.
805d9be
37cfbc7
* Fri Nov 16 2018 Randy Barlow <bowlofeggs@fedoraproject.org> - 3.11.0-3
37cfbc7
- Bump the release to 3 so that f29-infra has a newer version than f29.
37cfbc7
358fd02
* Fri Nov 16 2018 Randy Barlow <bowlofeggs@fedoraproject.org> - 3.11.0-1
358fd02
- Update to 3.11.0.
a297a93
- Switch bodhi-server to use Python 3 (#1631858).
358fd02
149792c
* Mon Oct 15 2018 Randy Barlow <bowlofeggs@fedoraproject.org> - 3.10.1-2
149792c
- Backport some patches for compatibility with click-7.0.0.
149792c
9708b7b
* Tue Oct 09 2018 Randy Barlow <bowlofeggs@fedoraproject.org> - 3.10.1-1
9708b7b
- Update to 3.10.1.
9708b7b
- https://bodhi.fedoraproject.org/docs/user/release_notes.html#v3-10-1
9708b7b
244733c
* Wed Sep 19 2018 Todd Zullinger <tmz@pobox.com> - 3.10.0-2
244733c
- Use recommended directory for bash-completion file
244733c
77262a2
* Mon Sep 17 2018 Randy Barlow <bowlofeggs@fedoraproject.org> - 3.10.0-1
77262a2
- Update to 3.10.0.
77262a2
- https://bodhi.fedoraproject.org/docs/user/release_notes.html#v3-10-0
77262a2
679b66e
* Wed Aug 22 2018 Randy Barlow <bowlofeggs@fedoraproject.org> - 3.9.0-1
679b66e
- Update to 3.9.0.
679b66e
- Fix FTBFS (#1603504).
679b66e
- https://bodhi.fedoraproject.org/docs/user/release_notes.html#v3-9-0
679b66e
0a16020
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.8.1-3
0a16020
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
0a16020
a4793fa
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 3.8.1-2
a4793fa
- Rebuilt for Python 3.7
a4793fa
533c0c9
* Tue Jun 12 2018 Randy Barlow <bowlofeggs@fedoraproject.org> - 3.8.1-1
533c0c9
- Update to 3.8.1.
533c0c9
- Fix a Python 3.7 FTBFS (#1589990).
533c0c9
- https://github.com/fedora-infra/bodhi/releases/tag/3.8.1
533c0c9
9db03db
* Wed May 16 2018 Randy Barlow <bowlofeggs@fedoraproject.org> - 3.8.0-1
9db03db
- Update to 3.8.0 (#1582628).
9db03db
- https://bodhi.fedoraproject.org/docs/user/release_notes.html#v3-8-0
9db03db
9b3a948
* Tue May 08 2018 Randy Barlow <bowlofeggs@fedoraproject.org> - 3.7.0-1
9b3a948
- Update to 3.7.0.
9b3a948
- https://bodhi.fedoraproject.org/docs/user/release_notes.html#v3-7-0
9b3a948
6b63e0d
* Mon Apr 23 2018 Randy Barlow <bowlofeggs@fedoraproject.org> - 3.6.1-1
6b63e0d
- Update to 3.6.1 (#1570947).
6b63e0d
- https://bodhi.fedoraproject.org/docs/user/release_notes.html#v3-6-1
6b63e0d
- bodhi-server no longer provides the composer (masher.py). It is now provided
6b63e0d
  by a separate bodhi-composer subpackage.
6b63e0d
4e55b69
* Mon Mar 26 2018 Randy Barlow <bowlofeggs@fedoraproject.org> - 3.6.0-1
4e55b69
- Update to 3.6.0 (#1567959).
4e55b69
- https://bodhi.stg.fedoraproject.org/docs/user/release_notes.html#v3-6-0
4e55b69
- The CLI now uses Python 3 (#1024795).
4e55b69
- bodhi-client no longer contains the Python bindings - they were split out
4e55b69
  into new python2-bodhi-client and python3-bodhi-client subpackages.
4e55b69
42e6137
* Mon Mar 26 2018 Randy Barlow <bowlofeggs@fedoraproject.org> - 3.5.2-1
42e6137
- Update to 3.5.2 (#1560680).
d605766
- https://bodhi.fedoraproject.org/docs/user/release_notes.html#v3-5-2
42e6137
dd07dd9
* Wed Mar 21 2018 Randy Barlow <bowlofeggs@fedoraproject.org> - 3.5.1-1
dd07dd9
- Update to 3.5.1.
8210211
- https://bodhi.fedoraproject.org/docs/user/release_notes.html#v3-5-1
dd07dd9
f0b9155
* Tue Feb 27 2018 Randy Barlow <bowlofeggs@fedoraproject.org> - 3.5.0-1
f0b9155
- Update to 3.5.0.
8210211
- https://bodhi.fedoraproject.org/docs/user/release_notes.html#v3-5-0
f0b9155
36d2cb4
* Mon Feb 26 2018 Randy Barlow <bowlofeggs@fedoraproject.org> - 3.4.0-1
36d2cb4
- Update to 3.4.0.
8210211
- https://bodhi.fedoraproject.org/docs/user/release_notes.html#v3-4-0
36d2cb4
5152ff2
* Fri Feb 16 2018 Randy Barlow <bowlofeggs@fedoraproject.org> - 3.3.0-1
5152ff2
- Update to 3.3.0.
8210211
- https://bodhi.fedoraproject.org/docs/user/release_notes.html#v3-3-0
5152ff2
bea0e16
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.0-2
bea0e16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
bea0e16
2bf37b2
* Wed Jan 17 2018 Randy Barlow <bowlofeggs@fedoraproject.org> - 3.2.0-1
4bcb6e4
- Update to 3.2.0.
4bcb6e4
- Use the fancy new py2_dist macro for dependencies.
4bcb6e4
- Fix a FTBFS (#1530245).
1aa9ca3
- Drop the moveshelf patch because it causes tests to fail.
4bcb6e4
Patrick Uiterwijk a8371c2
* Fri Jan 05 2018 Patrick Uiterwijk <patrick@puiterwijk.org> - 3.1.0-3
Patrick Uiterwijk a8371c2
- Apply patch to move the shelves