summaryrefslogtreecommitdiff
path: root/copr-backend.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-05-16 09:39:36 +0000
committerCoprDistGit <infra@openeuler.org>2023-05-16 09:39:36 +0000
commit62e37eb76bf02a3e3e9bddb5ea1fdb3f136ed742 (patch)
treeb9e6542e8f9b2075eac5fb94e63c850aee5bf65c /copr-backend.spec
parentf9807a8e6cd2e2bdeabdfa781335f3b1c6aa705a (diff)
automatic import of copr-backend
Diffstat (limited to 'copr-backend.spec')
-rw-r--r--copr-backend.spec30
1 files changed, 17 insertions, 13 deletions
diff --git a/copr-backend.spec b/copr-backend.spec
index 50ef523..e1f597f 100644
--- a/copr-backend.spec
+++ b/copr-backend.spec
@@ -9,7 +9,7 @@
%global copr_common_version 0.16.4.dev
Name: copr-backend
-Version: 1.165
+Version: 1.168
Release: 1%{?dist}
Summary: Backend for Copr
@@ -21,7 +21,6 @@ URL: https://github.com/fedora-copr/copr
# tito build --tgz --tag %%name-%%version-%%release
Source0: %{name}-%{version}.tar.gz
Source1: https://github.com/fedora-copr/%{tests_tar}/archive/v%{tests_version}/%{tests_tar}-%{tests_version}.tar.gz
-Patch0: copr_messaging.patch
BuildArch: noarch
BuildRequires: asciidoc
@@ -42,10 +41,6 @@ BuildRequires: python3-copr-common >= %copr_common_version
BuildRequires: python3-daemon
BuildRequires: python3-dateutil
BuildRequires: python3-distro
-%if !0%{?openEuler}
-BuildRequires: python3-fedmsg
-BuildRequires: python3-copr-messaging
-%endif
BuildRequires: python3-filelock
BuildRequires: python3-gobject
BuildRequires: python3-httpretty
@@ -80,19 +75,17 @@ Requires: openssh-clients
Requires: prunerepo >= %prunerepo_version
Requires: python3-copr
Requires: python3-copr-common >= %copr_common_version
+Recommends: python3-copr-messaging
Requires: python3-daemon
Requires: python3-dateutil
-%if !0%{?openEuler}
-Requires: python3-fedmsg
-Requires: python3-copr-messaging
-Requires: python3-novaclient
-%endif
+Recommends: python3-fedmsg
Requires: python3-filelock
Requires: python3-gobject
Requires: python3-humanize
Requires: python3-jinja2
Requires: python3-munch
Requires: python3-netaddr
+Requires: python3-novaclient
Requires: python3-packaging
Requires: python3-pytz
Requires: python3-requests
@@ -131,7 +124,6 @@ only.
%prep
%setup -q -a 1
-%patch -P0 -p2
%build
@@ -188,7 +180,7 @@ cp -a conf/logstash/copr_backend.conf %{buildroot}%{_pkgdocdir}/examples/%{_sysc
cp -a docs/build/html %{buildroot}%{_pkgdocdir}/
-# check need non-root user
+
%check
./run_tests.sh -vv --no-cov
@@ -249,6 +241,18 @@ useradd -r -g copr -G lighttpd -s /bin/bash -c "COPR user" copr
%exclude %{_pkgdocdir}/playbooks
%changelog
+* Wed Apr 05 2023 Jiri Kyjovsky <j1.kyjovsky@gmail.com> 1.168-1
+- Bump version for release mess
+
+* Tue Apr 04 2023 Jiri Kyjovsky <j1.kyjovsky@gmail.com> 1.167-1
+- Run createrepo without --database
+- Make copr_messaging optional
+
+* Wed Mar 22 2023 Jiri Kyjovsky <j1.kyjovsky@gmail.com> 1.166-1
+- Don't include package name into srpm result dir name
+- Remove libmodulemd1 dependency
+- Hardlink RPMs while doing rawhide_to_release
+- Make sign key domain name configurable
* Wed Jan 25 2023 Jakub Kadlcik <frostyx@email.cz> 1.165-1
- Skip the test_run_prunerepo test because of Koji