| |
@@ -4,7 +4,7 @@
|
| |
|
| |
Name: copr-backend
|
| |
Version: 1.95
|
| |
- Release: 1%{?dist}
|
| |
+ Release: 2%{?dist}
|
| |
Summary: Backend for Copr
|
| |
|
| |
Group: Applications/Productivity
|
| |
@@ -93,7 +93,10 @@
|
| |
Requires: python-lockfile
|
| |
Requires: python2-modulemd
|
| |
# Requires: python-ipdb
|
| |
+ # EL7 doesn't support "Suggests"
|
| |
+ %if 0%{?fedora}
|
| |
Suggests: logstash
|
| |
+ %endif
|
| |
Requires: libappstream-glib-builder >= 0.4.0
|
| |
# Requires: python-plumbum
|
| |
Requires: rpm-sign
|
| |
@@ -259,6 +262,9 @@
|
| |
%exclude %{_pkgdocdir}/playbooks
|
| |
|
| |
%changelog
|
| |
+ * Mon Dec 05 2016 Martin Juhl <mj@casalogic.dk> 1.95-2
|
| |
+ - EL7 Support
|
| |
+
|
| |
* Thu Dec 01 2016 clime <clime@redhat.com> 1.95-1
|
| |
- use buildroot_pkgs substitution type according to job.chroot
|
| |
- use timeout command to respect timeout param coming from frontend
|
| |