diff options
Diffstat (limited to 'copr-keygen.spec')
-rw-r--r-- | copr-keygen.spec | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/copr-keygen.spec b/copr-keygen.spec index fedbf93..e9c3f80 100644 --- a/copr-keygen.spec +++ b/copr-keygen.spec @@ -2,8 +2,8 @@ %global copr_common_version 0.16.3.dev Name: copr-keygen -Version: 1.89 -Release: 1.git.76.8c8bf18%{?dist} +Version: 1.90 +Release: 1%{?dist} Summary: Part of Copr build system. Aux service that generate keys for signd License: GPL-2.0-or-later @@ -12,7 +12,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-keygen-git-76.d9977f5.tar.gz +Source0: %name-%version.tar.gz BuildArch: noarch BuildRequires: util-linux @@ -80,7 +80,7 @@ This package contains document for copr-keygen service. %prep -%setup -q -n copr-keygen-git-76.d9977f5 +%setup -q %build @@ -176,6 +176,9 @@ systemctl condrestart httpd &>/dev/null || : %endif %changelog +* Mon May 22 2023 Jakub Kadlcik <frostyx@email.cz> 1.90-1 +- Specfile compatibility with OpenEuler + * Wed Mar 22 2023 Jiri Kyjovsky <j1.kyjovsky@gmail.com> 1.89-1 - Fix config files installation pattern |