Blame module-build-service.spec

978063a
%if 0%{?fedora}
978063a
# Not all python modules are built with Python3 in EPEL
978063a
%global with_python3 1
978063a
%endif
978063a
73bd166
Name:           module-build-service
809d297
Version:        2.0.2
978063a
Release:        4%{?dist}
73bd166
Summary:        The Module Build Service for Modularity
84ddd55
73bd166
Group:          Development/Tools
73bd166
License:        MIT
73bd166
URL:            https://pagure.io/fm-orchestrator
73bd166
Source0:        https://files.pythonhosted.org/packages/source/m/%{name}/%{name}-%{version}.tar.gz
6350931
Patch0:         mbs-fix-empty-requires.patch
c49d413
Patch1:         mbs-fix-reuse-buildrequires-change.patch
84ddd55
73bd166
BuildArch:      noarch
5b927c6
8d4a0c3
%if 0%{?rhel}
4f7913a
ExclusiveArch:  %{ix86} x86_64 noarch
4f7913a
%endif
84ddd55
978063a
%if 0%{?with_python3}
978063a
978063a
BuildRequires:  python3-devel
978063a
BuildRequires:  python3-setuptools
978063a
BuildRequires:  python3-m2crypto
978063a
BuildRequires:  python3-mock
978063a
BuildRequires:  python3-pdc-client
978063a
BuildRequires:  python3-flask-script
978063a
BuildRequires:  python3-munch
978063a
BuildRequires:  python3-funcsigs
978063a
BuildRequires:  python3-solv
978063a
BuildRequires:  python3-gobject-base
978063a
BuildRequires:  python3-openidc-client
978063a
BuildRequires:  python3-ldap3
978063a
BuildRequires:  python3-koji
978063a
BuildRequires:  python3-setuptools
978063a
BuildRequires:  python3-flask-sqlalchemy
978063a
BuildRequires:  python3-flask-migrate
978063a
BuildRequires:  python3-six
978063a
BuildRequires:  python3-flask
978063a
BuildRequires:  python3-dogpile-cache
978063a
BuildRequires:  python3-requests
978063a
BuildRequires:  python3-pyOpenSSL
978063a
BuildRequires:  python3-sqlalchemy
978063a
978063a
%else
978063a
73bd166
BuildRequires:  python2-devel
73bd166
73bd166
BuildRequires:  python2-mock
73bd166
BuildRequires:  m2crypto
73bd166
BuildRequires:  python2-pdc-client
73bd166
BuildRequires:  python-flask-script
73bd166
BuildRequires:  python-m2ext
73bd166
BuildRequires:  python-munch
73bd166
BuildRequires:  python2-funcsigs
e0afd03
BuildRequires:  python2-solv
e0afd03
BuildRequires:  python-gobject-base
73bd166
BuildRequires:  python-openidc-client
0918780
BuildRequires:  python-ldap3
e0afd03
BuildRequires:  python-enum34
73bd166
BuildRequires:  python2-koji
c67d405
d6a3534
%if 0%{?rhel} && 0%{?rhel} <= 7
73bd166
BuildRequires:  python-setuptools
73bd166
BuildRequires:  python-flask-sqlalchemy
73bd166
BuildRequires:  python-flask-migrate
73bd166
BuildRequires:  python-mock
73bd166
BuildRequires:  python-six
73bd166
BuildRequires:  pyOpenSSL
73bd166
BuildRequires:  python-sqlalchemy
73bd166
BuildRequires:  python-futures
73bd166
BuildRequires:  python-flask
4a48299
BuildRequires:  python-dogpile-cache
bda4fac
BuildRequires:  python-backports-ssl_match_hostname
809d297
BuildRequires:  python-requests
d6a3534
%else
73bd166
BuildRequires:  python2-setuptools
73bd166
BuildRequires:  python2-flask-sqlalchemy
73bd166
BuildRequires:  python2-flask-migrate
73bd166
BuildRequires:  python2-mock
73bd166
BuildRequires:  python2-six
73bd166
BuildRequires:  python2-futures
73bd166
BuildRequires:  python2-flask
4a48299
BuildRequires:  python2-dogpile-cache
809d297
BuildRequires:  python2-requests
73bd166
BuildRequires:  python2-pyOpenSSL
73bd166
BuildRequires:  python2-sqlalchemy
d6a3534
%endif
c67d405
978063a
%endif
84ddd55
978063a
BuildRequires:  fedmsg
978063a
BuildRequires:  git-core
978063a
BuildRequires:  help2man
978063a
BuildRequires:  kobo
978063a
BuildRequires:  kobo-rpmlib
978063a
BuildRequires:  mock
978063a
BuildRequires:  libmodulemd
978063a
BuildRequires:  gobject-introspection
978063a
BuildRequires:  rpm-build
978063a
978063a
%if 0%{?with_python3}
978063a
Requires:       python3-pdc-client
978063a
Requires:       python3-flask-script
978063a
Requires:       python3-munch
978063a
Requires:       python3-funcsigs
978063a
Requires:       python3-openidc-client
978063a
Requires:       python3-ldap3
978063a
Requires:       python3-gobject-base
978063a
Requires:       python3-solv
978063a
Requires:       python3-koji
978063a
Requires:       python3-flask-sqlalchemy
978063a
Requires:       python3-flask-migrate
978063a
Requires:       python3-mock
978063a
Requires:       python3-six
978063a
978063a
Requires:       python3-sqlalchemy
978063a
Requires:       python3-flask
978063a
Requires:       python3-dogpile-cache
978063a
Requires:       python3-requests
978063a
%else
73bd166
Requires:       python2-pdc-client
73bd166
Requires:       python-flask-script
73bd166
Requires:       python-munch
73bd166
Requires:       python2-funcsigs
e0afd03
Requires:       python-enum34
73bd166
Requires:       python-openidc-client
0918780
Requires:       python-ldap3
e0afd03
Requires:       python-gobject-base
e0afd03
Requires:       python2-solv
168914f
Requires:       python2-koji
168914f
d6a3534
%if 0%{?rhel} && 0%{?rhel} <= 7
73bd166
Requires:       python-flask-sqlalchemy
73bd166
Requires:       python-flask-migrate
73bd166
Requires:       python-mock
73bd166
Requires:       python-six
73bd166
Requires:       python-sqlalchemy
73bd166
Requires:       python-futures
73bd166
Requires:       python-flask
4a48299
Requires:       python-dogpile-cache
bda4fac
Requires:       python-backports-ssl_match_hostname
809d297
Requires:       python-requests
4a816fa
%else
73bd166
Requires:       python2-flask-sqlalchemy
73bd166
Requires:       python2-flask-migrate
73bd166
Requires:       python2-mock
73bd166
Requires:       python2-six
73bd166
Requires:       python2-futures
73bd166
Requires:       python2-flask
4a48299
Requires:       python2-dogpile-cache
809d297
Requires:       python2-requests
73bd166
Requires:       python2-pyOpenSSL
73bd166
Requires:       python2-sqlalchemy
4a816fa
%endif
4a816fa
978063a
%endif
978063a
978063a
Requires:       fedmsg
978063a
Requires:       fedpkg
978063a
Requires:       git-core
978063a
Requires:       kobo
978063a
Requires:       kobo-rpmlib
978063a
Requires:       m2crypto
978063a
Requires:       mock
978063a
Requires:       pyOpenSSL
978063a
Requires:       libmodulemd
978063a
Requires:       rpm-build
978063a
Requires:       gobject-introspection
978063a
# https://bugzilla.redhat.com/show_bug.cgi?id=1466792
978063a
Requires:       mock-scm
978063a
84ddd55
84ddd55
%description
7317892
The Module Build Service (MBS) coordinates module builds and is responsible
7317892
for a number of tasks:
84ddd55
84ddd55
- Providing an interface for module client-side tooling via which module build
84ddd55
  submission and build state queries are possible.
84ddd55
- Verifying the input data (modulemd, RPM SPEC files and others) is available
84ddd55
  and correct.
84ddd55
- Preparing the build environment in the supported build systems, such as koji.
84ddd55
- Scheduling and building of the module components and tracking the build
84ddd55
  state.
84ddd55
- Emitting bus messages about all state changes so that other infrastructure
84ddd55
  services can pick up the work.
84ddd55
84ddd55
84ddd55
%prep
84ddd55
%setup -q
c71a407
# Workaround because python2-koji has no egg-info file at the momement
c71a407
sed -i '/koji/d' requirements.txt
84ddd55
6350931
%patch0 -p1
c49d413
%patch1 -p1
6350931
5b903ff
84ddd55
# Simply remove an old .pyc file that was included in one release.
84ddd55
rm -f module_build_service/scheduler/consumer.pyc
84ddd55
# And this weird sqlite file that made it in...
84ddd55
rm -f module_build_service/.mbs_local_build.db
84ddd55
84ddd55
%build
978063a
%if 0%{?with_python3}
978063a
%py3_build
978063a
%else
84ddd55
%py2_build
978063a
%endif
978063a
84ddd55
84ddd55
%install
978063a
%if 0%{?with_python3}
978063a
%py3_install
978063a
%else
84ddd55
%py2_install
978063a
%endif
35014af
748d3b7
%if 0%{?with_epel}
978063a
978063a
%if 0%{?with_python3}
978063a
export PYTHONPATH=%{buildroot}%{python3_sitelib}
978063a
%else
177e09c
export PYTHONPATH=%{buildroot}%{python2_sitelib}
978063a
%endif
177e09c
mkdir -p %{buildroot}/%{_mandir}/man1
48295eb
for command in mbs-manager mbs-frontend mbs-upgradedb ; do
a730ceb
MBS_CONFIG_FILE=conf/config.py %{buildroot}/%{_bindir}/$command --help || true
e0b83be
MBS_CONFIG_FILE=conf/config.py help2man -N --version-string=%{version} \
73bd166
    %{buildroot}/%{_bindir}/$command > \
73bd166
    %{buildroot}/%{_mandir}/man1/$command.1
177e09c
done
748d3b7
%endif
84ddd55
35014af
a9153cf
%check
a9153cf
# https://pagure.io/fm-orchestrator/issue/664
a9153cf
#nosetests-%{python2_version} -v
7317892
84ddd55
84ddd55
%files
84ddd55
%doc README.rst
84ddd55
%license LICENSE
978063a
978063a
%if 0%{?with_python3}
978063a
%{python3_sitelib}/module_build_service*
978063a
%else
84ddd55
%{python2_sitelib}/module_build_service*
978063a
%endif
978063a
84ddd55
%{_bindir}/mbs-*
84ddd55
%dir %{_sysconfdir}/module-build-service
84ddd55
%config(noreplace) %{_sysconfdir}/module-build-service/config.py
84ddd55
%config(noreplace) %{_sysconfdir}/module-build-service/koji.conf
84ddd55
%config(noreplace) %{_sysconfdir}/module-build-service/copr.conf
7317892
%config(noreplace) %{_sysconfdir}/module-build-service/cacert.pem
5b927c6
%config(noreplace) %{_sysconfdir}/module-build-service/mock.cfg
5b927c6
%config(noreplace) %{_sysconfdir}/module-build-service/yum.conf
35014af
%config(noreplace) %{_sysconfdir}/fedmsg.d/mbs-scheduler.py
84ddd55
%config(noreplace) %{_sysconfdir}/fedmsg.d/mbs-logging.py
84ddd55
%config(noreplace) %{_sysconfdir}/fedmsg.d/module_build_service.py
84ddd55
%exclude %{_sysconfdir}/module-build-service/*.py[co]
84ddd55
%exclude %{_sysconfdir}/fedmsg.d/*.py[co]
978063a
978063a
%if 0%{?with_python3}
978063a
%exclude %{python3_sitelib}/conf/
978063a
%exclude %{python3_sitelib}/tests/
978063a
%else
84ddd55
%exclude %{python2_sitelib}/conf/
84ddd55
%exclude %{python2_sitelib}/tests/
978063a
%endif
84ddd55
748d3b7
%if 0%{?with_epel}
748d3b7
%{_mandir}/man1/mbs-*.1*
748d3b7
%endif
748d3b7
748d3b7
84ddd55
%changelog
978063a
* Tue Apr 17 2018 Jan Kaluza <jkaluza@redhat.com> - 2.0.2-4
978063a
- use python3 by default
978063a
c49d413
* Thu Apr 05 2018 Jan Kaluza <jkaluza@redhat.com> - 2.0.2-3
c49d413
- fix wrong component reuse caused by missing change for buildrequires.
c49d413
6350931
* Thu Apr 05 2018 Jan Kaluza <jkaluza@redhat.com> - 2.0.2-2
6350931
- fix issue with expanded requires section in case empty list is used as input.
6350931
809d297
* Thu Apr 05 2018 mprahl <mprahl@redhat.com> - 2.0.2-1
809d297
- New version
809d297
- Clean up dependencies
809d297
c8ec6f0
* Thu Apr 05 2018 mprahl <mprahl@redhat.com> - 2.0.1-1
c8ec6f0
- new version
c8ec6f0
e0afd03
* Thu Apr 05 2018 Jan Kaluza <jkaluza@redhat.com> - 2.0.0-1
e0afd03
- new version
e0afd03
8cb3504
* Wed Feb 07 2018 mprahl <mprahl@redhat.com> - 1.7.0-1
8cb3504
- new version
8cb3504
63a297b
* Thu Jan 25 2018 mprahl <mprahl@redhat.com> - 1.6.3-2
63a297b
- Update the required version of modulemd
63a297b
21094aa
* Tue Jan 23 2018 mprahl <mprahl@redhat.com> - 1.6.3-1
21094aa
- new version
21094aa
2a03b6b
* Mon Jan 22 2018 mprahl <mprahl@redhat.com> - 1.6.2-1
2a03b6b
- new version
2a03b6b
7c2f709
* Mon Jan 22 2018 mprahl <mprahl@redhat.com> - 1.6.1-1
7c2f709
- new version
7c2f709
7fecf64
* Mon Jan 22 2018 mprahl <mprahl@redhat.com> - 1.6.0-1
7fecf64
- new version
7fecf64
ed124a9
* Tue Nov 28 2017 mprahl <mprahl@redhat.com> - 1.5.2-1
ed124a9
- new version
ed124a9
923faf3
* Mon Nov 27 2017 mprahl <mprahl@redhat.com> - 1.5.1-1
923faf3
- new version
923faf3
6ff9ded
* Fri Nov 17 2017 mprahl <mprahl@redhat.com> - 1.5.0-1
6ff9ded
- new version
6ff9ded
1ebee7f
* Tue Nov 14 2017 mprahl <mprahl@redhat.com> - 1.4.7-1
1ebee7f
- new version
1ebee7f
42ffcba
* Tue Nov 14 2017 mprahl <mprahl@redhat.com> - 1.4.6-1
42ffcba
- new version
42ffcba
748d3b7
* Tue Nov 07 2017 mprahl <mprahl@redhat.com> - 1.4.5-2
748d3b7
- Support building without EPEL
748d3b7
66fe1e1
* Mon Nov 06 2017 mprahl <mprahl@redhat.com> - 1.4.5-1
66fe1e1
- new version
66fe1e1
e01883f
* Mon Nov 06 2017 mprahl <mprahl@redhat.com> - 1.4.4-1
e01883f
- new version
e01883f
faa282c
* Thu Nov 2 2017 Matt Prahl <mprahl@redhat.com> - 1.4.3.1
faa282c
- New version
faa282c
da221fe
* Thu Nov 2 2017 Matt Prahl <mprahl@redhat.com> - 1.4.2.1
da221fe
- New version
da221fe
8d4a0c3
* Thu Nov 2 2017 Matt Prahl <mprahl@redhat.com> - 1.4.1.1
8d4a0c3
- New version
8d4a0c3
0389ad3
* Thu Nov 2 2017 Matt Prahl <mprahl@redhat.com> - 1.4.0-2
0389ad3
- Remove the caching patch that was merged upstream
0389ad3
- Add a patch that fixes a typo in error messages
0389ad3
ae49528
* Wed Nov 1 2017 Matt Prahl <mprahl@redhat.com> - 1.4.0-1
ae49528
- New version
ae49528
02bd145
* Wed Oct 11 2017 Jan Kaluza <jkaluza@redhat.com> - 1.3.31-3
02bd145
- Fix wrong attr for untagged builds.
02bd145
5b903ff
* Wed Oct 11 2017 Jan Kaluza <jkaluza@redhat.com> - 1.3.31-2
5b903ff
- Fix bad performance while getting data from PDC for modules with many deps.
5b903ff
74ebd62
* Mon Oct 2 2017 Matt Prahl <mprahl@redhat.com> - 1.3.31-1
74ebd62
- New version
74ebd62
c437f4d
* Thu Sep 21 2017 Ralph Bean <rbean@redhat.com> - 1.3.30-2
0918780
- Re-enable ldap3 requirement now that it is available in epel7.
0918780
- Add new requirement on python-requests-kerberos.
0918780
e56d2ed
* Thu Sep 21 2017 Ralph Bean <rbean@redhat.com> - 1.3.30-1
e56d2ed
- new version
e56d2ed
a1fc55e
* Mon Sep 18 2017 Ralph Bean <rbean@redhat.com> - 1.3.29-1
a1fc55e
- new version
a1fc55e
5b927c6
* Fri Sep 15 2017 Ralph Bean <rbean@redhat.com> - 1.3.28-1
5b927c6
- new version
5b927c6
18bac10
* Tue Sep 12 2017 Ralph Bean <rbean@redhat.com> - 1.3.27-3
18bac10
- Remove the nobuild patch for EL7.
18bac10
526bde6
* Tue Sep 12 2017 Ralph Bean <rbean@redhat.com> - 1.3.27-2
526bde6
- Merge epel7 spec branch into rawhide to consolidate streams.
526bde6
1cee010
* Tue Sep 12 2017 Ralph Bean <rbean@redhat.com> - 1.3.27-1
1cee010
- new version
1cee010
0c0708d
* Tue Sep 05 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.3.26-5
0c0708d
- Really apply patches
0c0708d
1eec79e
* Sun Sep 03 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.3.26-4
1eec79e
- Backport patches to fix skiptests behavior
1eec79e
- Cleanups / Fixes in spec
1eec79e
c1ef5c1
* Fri Aug 18 2017 Jan Kaluza <jkaluza@redhat.com> - 1.3.26-3
c1ef5c1
- add missing dependency on python2-dogpile-cache
c1ef5c1
800f691
* Thu Aug 17 2017 Jan Kaluza <jkaluza@redhat.com> - 1.3.26-2
800f691
- fix mbs-build issue with trailing slash in REST API url
800f691
e03859a
* Thu Aug 17 2017 Jan Kaluza <jkaluza@redhat.com> - 1.3.26-1
e03859a
- new version
e03859a
34012c2
* Mon Aug 07 2017 Jan Kaluza <jkaluza@redhat.com> - 1.3.25-8
34012c2
- do not wait for kojira when generating module-build-macros repository
34012c2
a241acc
* Mon Aug 07 2017 Jan Kaluza <jkaluza@redhat.com> - 1.3.25-7
a241acc
- upload modulemd.yaml to Koji as modulemd.txt
a241acc
87848f5
* Fri Aug 04 2017 Jan Kaluza <jkaluza@redhat.com> - 1.3.25-6
87848f5
- fix tagging components when all of them are reused
87848f5
58bb604
* Fri Aug 04 2017 Ralph Bean <rbean@redhat.com> - 1.3.25-5
4f51c34
- upload content generator logs to Koji
90f3f4c
- Require mock-scm for local builds.
4f51c34
e01f69c
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.25-4
a730ceb
- fix bug during build caused by not set SERVER_NAME in configuration file
e01f69c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
a730ceb
04667d9
* Mon Jul 17 2017 Jan Kaluza <jkaluza@redhat.com> - 1.3.25-3
04667d9
- fix typo in spec file
04667d9
c67d405
* Mon Jul 17 2017 Jan Kaluza <jkaluza@redhat.com> - 1.3.25-2
c67d405
- fix dependency on koji
c67d405
4a816fa
* Mon Jul 17 2017 Jan Kaluza <jkaluza@redhat.com> - 1.3.25-1
4a816fa
- new version
4a816fa
06472ac
* Tue Jul 11 2017 Ralph Bean <rbean@redhat.com> - 1.3.24-3
06472ac
- Fix the runtime dep for pdc-client.
06472ac
4a816fa
* Tue Jun 27 2017 Jan Kaluza <jkaluza@redhat.com> - 1.3.24-2
ac85250
- Fix the pdc-client dependency
ac85250
4a816fa
* Tue Jun 27 2017 Jan Kaluza <jkaluza@redhat.com> - 1.3.24-1
66d99fd
- new version
66d99fd
b53c0aa
* Mon Jun 05 2017 Jan Kaluza <jkaluza@redhat.com> - 1.3.23-5
b53c0aa
- Fix the components reuse if database returns them in different order
b53c0aa
fe51ec6
* Mon Jun 05 2017 Jan Kaluza <jkaluza@redhat.com> - 1.3.23-4
fe51ec6
- Tag the untagged artifacts when returning their build_id
fe51ec6
2354959
* Mon Jun 05 2017 Jan Kaluza <jkaluza@redhat.com> - 1.3.23-3
2354959
- correct the patch from previous commit
2354959
b70930f
* Mon Jun 05 2017 Jan Kaluza <jkaluza@redhat.com> - 1.3.23-2
b70930f
- fix bug when untagged builds couldn't be find in Koji
b70930f
9e12c96
* Wed May 31 2017 Jan Kaluza <jkaluza@redhat.com> - 1.3.23-1
9e12c96
- new version
9e12c96
66e2490
* Thu May 25 2017 Jan Kaluza <jkaluza@redhat.com> - 1.3.22-3
66e2490
- Use the same spec file for both epel7 and fedora
66e2490
a931b7e
* Tue May 16 2017 Jan Kaluza <jkaluza@redhat.com> - 1.3.22-2
a931b7e
- fix reusing all components
a931b7e
dc006fc
* Fri May 12 2017 Jan Kaluza <jkaluza@redhat.com> - 1.3.22-1
dc006fc
- new version
dc006fc
c01909e
* Fri Apr 07 2017 Jan Kaluza <jkaluza@redhat.com> - 1.3.20-1
c01909e
- new version
c01909e
bd6ffaa
* Fri Apr 07 2017 Jan Kaluza <jkaluza@redhat.com> - 1.3.18-1
bd6ffaa
- new version
bd6ffaa
6813e83
* Thu Apr 06 2017 Jan Kaluza <jkaluza@redhat.com> - 1.3.17-1
6813e83
- new version
6813e83
Petr Šabata 74c30e6
* Sat Mar 25 2017 Petr Šabata <contyk@redhat.com> - 1.3.16-2
Petr Šabata 74c30e6
- Adding a missing runtime dependency, fedpkg
Petr Šabata 74c30e6
59a50c1
* Thu Mar 23 2017 Jan Kaluza <jkaluza@redhat.com> - 1.3.16-1
59a50c1
- new version
59a50c1
02a8870
* Thu Mar 23 2017 Jan Kaluza <jkaluza@redhat.com> - 1.3.15-1
02a8870
- new version
02a8870
aad2042
* Wed Mar 22 2017 Ralph Bean <rbean@redhat.com> - 1.3.14-1
aad2042
- new version
aad2042
6a7dee3
* Wed Mar 22 2017 Jan Kaluza <jkaluza@redhat.com> - 1.3.13-1
6a7dee3
- 1.3.13
6a7dee3
1857f7a
* Wed Mar 22 2017 Jan Kaluza <jkaluza@redhat.com> - 1.3.12-1
1857f7a
- 1.3.12
1857f7a
eab7eea
* Fri Mar 17 2017 Jan Kaluza <jkaluza@redhat.com> - 1.3.11-1
eab7eea
- 1.3.11 bump
eab7eea
Petr Šabata be339ac
* Fri Mar 17 2017 Petr Šabata <contyk@redhat.com> - 1.3.10-1
Petr Šabata be339ac
- 1.3.10 bump
Petr Šabata be339ac
786e959
* Thu Mar 16 2017 Ralph Bean <rbean@redhat.com> - 1.3.9-1
786e959
- new version
786e959
cbadef7
* Wed Mar 15 2017 Ralph Bean <rbean@redhat.com> - 1.3.8-1
cbadef7
- new version
cbadef7
c25f43c
* Tue Mar 14 2017 Ralph Bean <rbean@redhat.com> - 1.3.6-1
c25f43c
- new version
c25f43c
796fef3
* Tue Mar 14 2017 Ralph Bean <rbean@redhat.com> - 1.3.5-1
796fef3
- new version
796fef3
c002610
* Mon Mar 13 2017 Ralph Bean <rbean@redhat.com> - 1.3.4-1
c002610
- new version
c002610
d73b095
* Fri Mar 03 2017 Ralph Bean <rbean@redhat.com> - 1.3.3-1
d73b095
- new version
d73b095
Petr Šabata e3dee67
* Fri Mar 03 2017 Petr Šabata <contyk@redhat.com> - 1.3.2-3
Petr Šabata e3dee67
- MBS requires modulemd-1.1.0+ to work properly
Petr Šabata e3dee67
5dafa34
* Thu Mar 02 2017 Ralph Bean <rbean@redhat.com> - 1.3.2-2
5dafa34
- Conditionalize arch for epel7 building.
5dafa34
1a33ec9
* Thu Mar 02 2017 Ralph Bean <rbean@redhat.com> - 1.3.2-1
1a33ec9
- new version
1a33ec9
0a3efd7
* Tue Feb 28 2017 Ralph Bean <rbean@redhat.com> - 1.3.1-2
0a3efd7
- Disable the test suite in koji for now.
0a3efd7
1dacd64
* Tue Feb 28 2017 Ralph Bean <rbean@redhat.com> - 1.3.1-1
e76575a
- new version
e76575a
92e8746
* Wed Feb 15 2017 Ralph Bean <rbean@redhat.com> - 1.2.0-1
92e8746
- new version
92e8746
fa9c054
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-3
fa9c054
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
fa9c054
7317892
* Wed Feb  1 2017 Filip Valder <fvalder@redhat.com> - 1.1.1-2
7317892
- New revision (deps & cleanups)
7317892
e0b83be
* Tue Jan 31 2017 Ralph Bean <rbean@redhat.com> - 1.1.1-1
e0b83be
- new version
e0b83be
35014af
* Tue Jan 24 2017 Ralph Bean <rbean@redhat.com> - 1.1.0-3
35014af
- Include fedmsg.d/mbs-scheduler.py by default.
35014af
d3f12c7
* Wed Jan 18 2017 Ralph Bean <rbean@redhat.com> - 1.1.0-2
d3f12c7
- Dep fixes (for EPEL7).
d3f12c7
d0414f2
* Tue Jan 17 2017 Ralph Bean <rbean@redhat.com> - 1.1.0-1
d0414f2
- new version
d0414f2
d6a3534
* Wed Jan 11 2017 Ralph Bean <rbean@redhat.com> - 1.0.2-4
d6a3534
- Conditionalize some deps for EPEL7.
d6a3534
177e09c
* Wed Jan 11 2017 Ralph Bean <rbean@redhat.com> - 1.0.2-3
177e09c
- Sync spec file from upstream git.
177e09c
177e09c
* Thu Dec 15 2016 Matt Prahl <mprahl@redhat.com> - 1.0.2-2
177e09c
- Replace systemd unit with fedmsg-hub
84ddd55
- Remove an old .pyc file that got included by accident.
84ddd55
84ddd55
* Wed Dec 14 2016 Ralph Bean <rbean@redhat.com> - 1.0.2-1
84ddd55
- Enable test suite in the check section.
84ddd55
- Add systemd scriptlets, per review feedback.
84ddd55
84ddd55
* Mon Dec 12 2016 Ralph Bean <rbean@redhat.com> - 1.0.1-1
84ddd55
- Cleanup in preparation for package review.
84ddd55
84ddd55
* Tue Dec 6 2016 Matt Prahl <mprahl@redhat.com> - 1.0.0-2
84ddd55
- Adds systemd unit.
84ddd55
84ddd55
* Fri Nov 25 2016 Filip Valder <fvalder@redhat.com> - 1.0.0-1
84ddd55
- Let's get this party started.