diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-05 14:42:40 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-05 14:42:40 +0000 |
commit | 550af695449f726ab26a4f2e2a417246b33ae6ba (patch) | |
tree | c5c8307f42786f5793f46cd4e2ccf4c459ef392e | |
parent | 9d7aed6ede59cf7fa68c5fe77c69f4a1ea302eac (diff) |
automatic import of copr-dist-git
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | copr-dist-git.spec | 12 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 9 deletions
@@ -1,3 +1,4 @@ /copr-dist-git-0.60.tar.gz /copr-dist-git-0.64.tar.gz /copr-dist-git-git-7611.f8d6d71.tar.gz +/copr-dist-git-git-7611.6327012.tar.gz diff --git a/copr-dist-git.spec b/copr-dist-git.spec index 5a9ddd8..e11f9d9 100644 --- a/copr-dist-git.spec +++ b/copr-dist-git.spec @@ -2,7 +2,7 @@ Name: copr-dist-git Version: 0.66 -Release: 1.git.7611.f8d6d71%{?dist} +Release: 1.git.7611.6327012%{?dist} Summary: Copr services for Dist Git server License: GPL-2.0-or-later @@ -11,7 +11,7 @@ URL: https://github.com/fedora-copr/copr # Source is created by: # git clone %%url && cd copr # tito build --tgz --tag %%name-%%version-%%release -Source0: copr-dist-git-git-7611.f8d6d71.tar.gz +Source0: copr-dist-git-git-7611.6327012.tar.gz BuildArch: noarch @@ -30,11 +30,7 @@ Recommends: logrotate Requires: systemd Requires: httpd Requires: coreutils -%if 0%{?openEuler} -Requires: python3-crudini -%else -Requires: crudini -%endif +Requires: /usr/bin/crudini Requires: dist-git Requires: python3-copr-common >= %copr_common_version Requires: python3-requests @@ -62,7 +58,7 @@ This package contains Copr services for Dist Git server. %prep -%setup -q -n copr-dist-git-git-7611.f8d6d71 +%setup -q -n copr-dist-git-git-7611.6327012 %build @@ -1 +1 @@ -282d59a9a8504305d2debc3c3f7ef250 copr-dist-git-git-7611.f8d6d71.tar.gz +320af2a44007dd1692d450eefba968a9 copr-dist-git-git-7611.6327012.tar.gz |