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
5c52339
#%%global commit 17779cf31a712c4142e8e95a408db73ca17cb778
d9f10ed
#%%global commit_short %%(c=%%{commit}; echo ${c:0:7})
5c52339
72cb62c
# Relax the percentage of code lines that need to be covered by tests a
72cb62c
# little. For whatever reason, running the tests while building an RPM package
72cb62c
# often seems to cover fewer LOCs than tests run in the upstream CI pipeline.
Mattia Verga 0b53dfa
%global cov_fail_under 98
72cb62c
125279e
Name:           bodhi
74dca9d
Version:        5.7.0
d67807a
Release:        2%{?dist}
d9f10ed
#Release:        0.beta.1.%%{commit_short}%%{?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
d9f10ed
#Source0:        %%{url}/archive/%%{commit}/%%{name}-%%{commit}.tar.gz
Clement Verna 248920f
Patch0:         0001-Remove-Graphql-for-packaging.patch
Clement Verna 248920f
05fc55a
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}
5c52339
BuildRequires: %{py3_dist celery}
4e55b69
BuildRequires: %{py3_dist click}
4e55b69
BuildRequires: %{py3_dist colander}
7bb227f
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 iniparse}
4e55b69
BuildRequires: %{py3_dist jinja2}
4e55b69
BuildRequires: %{py3_dist markdown}
57a05e5
BuildRequires: %{py3_dist psycopg2}
4e55b69
BuildRequires: %{py3_dist mock}
Mattia Verga 0b53dfa
BuildRequires: %{py3_dist prometheus_client}
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}
d9f10ed
BuildRequires: %{py3_dist webob}
Mattia Verga 0b53dfa
BuildRequires: %{py3_dist whitenoise}
244733c
BuildRequires: pkgconfig(bash-completion)
707eeb1
BuildRequires: dnf
4e55b69
BuildRequires: pungi >= 4.1.20
4e55b69
BuildRequires: python3-createrepo_c
4e55b69
BuildRequires: python3-dnf
4e55b69
BuildRequires: python3-koji
4e55b69
BuildRequires: python3-librepo
26963db
BuildRequires: make
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
7bb227f
%package docs
7bb227f
Summary: Bodhi documentation
7bb227f
7bb227f
Requires: filesystem
7bb227f
7bb227f
7bb227f
%description docs
7bb227f
Bodhi documentation.
7bb227f
7bb227f
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}
5c52339
#%%autosetup -p1 -n bodhi-%{commit}
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
5c52339
export PYTHONPATH=`pwd`
Mattia Verga 0b53dfa
make %{?_smp_mflags} -C docs html
Mattia Verga 0b53dfa
make %{?_smp_mflags} -C docs man
7bb227f
7bb227f
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
5c52339
sed -i -s 's/BODHI_VERSION/%{version}/g' %{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
Mattia Verga 0b53dfa
install -d %{buildroot}%{_mandir}/man1
Mattia Verga 0b53dfa
install -pm0644 docs/_build/man/*.1 %{buildroot}%{_mandir}/man1/
1c70cbb
d9f10ed
#check
afe877f
# The tests need bodhi to be installed to pass. Let's build a venv so we can install bodhi
791b0b9
# there.
Mattia Verga 0b53dfa
%{__python3} -m venv --system-site-packages --without-pip .test-venv
125279e
Mattia Verga 0b53dfa
.test-venv/bin/python3 setup.py develop
Mattia Verga 0b53dfa
.test-venv/bin/python3 /usr/bin/py.test-3 --cov-fail-under=%{cov_fail_under} -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
Mattia Verga 0b53dfa
%{_mandir}/man1/bodhi.1*
125279e
125279e
6b63e0d
%files composer
6b63e0d
%license COPYING
6b63e0d
%doc README.rst
5c52339
%{python3_sitelib}/%{name}/server/tasks/composer.py
a297a93
# The __pycache__ folder itself is owned by bodhi-server.
5c52339
%{python3_sitelib}/%{name}/server/tasks/__pycache__/composer.*
a297a93
%{python3_sitelib}/%{name}/server/metadata.py
a297a93
%{python3_sitelib}/%{name}/server/__pycache__/metadata.*
6b63e0d
6b63e0d
7bb227f
%files docs
7bb227f
%license COPYING
Mattia Verga 0b53dfa
%doc docs/_build/html/ README.rst
7bb227f
7bb227f
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
%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
Mattia Verga 0b53dfa
%{_mandir}/man1/bodhi-*.1*
Mattia Verga 0b53dfa
%{_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.
5c52339
%exclude %{python3_sitelib}/%{name}/server/tasks/composer.py
5c52339
%exclude %{python3_sitelib}/%{name}/server/tasks/__pycache__/composer.*
a297a93
%exclude %{python3_sitelib}/%{name}/server/metadata.py
a297a93
%exclude %{python3_sitelib}/%{name}/server/__pycache__/metadata.*
1c70cbb
1c70cbb
125279e
%changelog
d67807a
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 5.7.0-2
d67807a
- Rebuilt for Python 3.10
d67807a
74dca9d
* Sat Apr 24 2021 Kevin Fenzi <kevin@scrye.com> - 5.7.0-1
74dca9d
- Update to 5.7.0. Fixes rhbz#1949260
74dca9d
80a15de
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.6.1-4
80a15de
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
80a15de
Mattia Verga 0b53dfa
* Tue Dec 29 2020 Mattia Verga <mattia.verga@protonmail.com> - 5.6.1-3
Mattia Verga 0b53dfa
- Re-enable docs build
Mattia Verga 0b53dfa
- Re-enable tests
Mattia Verga 0b53dfa
- Increase required test coverage to 98.
Mattia Verga 0b53dfa
Clement Verna 248920f
* Mon Nov 30 2020 Clément Verna <cverna@fedoraproject.org> - 5.6.1-1
Clement Verna 248920f
- Update to 5.6.1
Clement Verna 248920f
  https://github.com/fedora-infra/bodhi/releases/tag/5.6.1
Clement Verna 248920f
- Remove Graphql from the server.
Clement Verna 248920f
d9f10ed
* Sun Sep 27 2020 Kevin Fenzi <kevin@scrye.com> - 5.5.0-1
d9f10ed
- Update to 5.5.0. Fixes bug #1815307
d9f10ed
d368909
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.2.2-4
d368909
- Second attempt - Rebuilt for
d368909
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
d368909
b97b223
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.2.2-3
b97b223
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
b97b223
cf9891b
* Mon May 25 2020 Miro Hrončok <mhroncok@redhat.com> - 5.2.2-2
cf9891b
- Rebuilt for Python 3.9
cf9891b
Clement Verna 952161b
* Wed Mar 25 2020 Clément Verna <cverna@fedoraproject.org> - 5.2.2-1
Clement Verna 952161b
- Update to 5.2.2
Clement Verna 952161b
  https://github.com/fedora-infra/bodhi/releases/tag/5.2.2
Clement Verna 952161b
Clement Verna 952161b
* Mon Mar 23 2020 Clément Verna <cverna@fedoraproject.org> - 5.2.1-1
Clement Verna 952161b
- Update to 5.2.1
Clement Verna 952161b
  https://github.com/fedora-infra/bodhi/releases/tag/5.2.1
Clement Verna 952161b
Clement Verna 08a3ca6
* Thu Mar 19 2020 Clément Verna <cverna@fedoraproject.org> - 5.2.0-1
Clement Verna 08a3ca6
- Update to 5.2.0
Clement Verna 08a3ca6
  https://github.com/fedora-infra/bodhi/releases/tag/5.2.0
Clement Verna 08a3ca6
999eec4
* Thu Jan 30 2020 Nils Philippsen <nils@redhat.com> - 5.1.1-1
999eec4
- Update to 5.1.1.
999eec4
  https://github.com/fedora-infra/bodhi/releases/tag/5.1.1
999eec4
c30d6bf
* Tue Jan 28 2020 Nils Philippsen <nils@redhat.com> - 5.1.0-3
c65ef4e
- remove obsolete patch which caused the build to fail
72cb62c
- relax test coverage requirements
c65ef4e
f9e0550
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.1.0-2
f9e0550
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
f9e0550
25023eb
* Wed Dec 04 2019 Aurelien Bompard <abompard@fedoraproject.org> - 5.1.0-1
25023eb
- Update to 5.1.0. https://github.com/fedora-infra/bodhi/releases/tag/5.1.0
25023eb
cdef444
* Thu Nov 28 2019 Aurelien Bompard <abompard@fedoraproject.org> - 5.0.0-3
cdef444
- Hotfix for a crash in the push script.
cdef444
8a587ae
* Thu Nov 28 2019 Aurelien Bompard <abompard@fedoraproject.org> - 5.0.0-2
8a587ae
- Hotfix with commit 5da6aaaf.
8a587ae
5c52339
* Thu Nov 07 2019 Aurelien Bompard <abompard@fedoraproject.org> - 5.0.0-1
5c52339
- Update to 5.0.0. https://github.com/fedora-infra/bodhi/releases/tag/5.0.0
5c52339
18d56eb
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 4.1.0-6
18d56eb
- Rebuilt for Python 3.8.0rc1 (#1748018)
18d56eb
ecf28ea
* Sun Aug 25 2019 Miro Hrončok <mhroncok@redhat.com> - 4.1.0-5
ecf28ea
- Enable the documentation
ecf28ea
5c52339
* Tue Aug 20 2019 Aurelien Bompard <abompard@fedoraproject.org> - 4.1.1-1
5c52339
- Update to 4.1.1. https://github.com/fedora-infra/bodhi/releases/tag/4.1.1
5c52339
2036070
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 4.1.0-4
2036070
- Rebuilt for Python 3.8
2036070
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
b091160
* Mon Jun 03 2019 Randy Barlow <bowlofeggs@fedoraproject.org> - 4.0.2-1
b091160
- Update to 4.0.2 (#1715576).
b091160
- https://github.com/fedora-infra/bodhi/releases/tag/4.0.2
b091160
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
a8371c2
* Fri Jan 05 2018 Patrick Uiterwijk <patrick@puiterwijk.org> - 3.1.0-3
a8371c2
- Apply patch to move the shelves