Update to 0.0.12
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
b3eac4d3c7
commit
6e3c91c816
@ -12,7 +12,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-rpmautospec
|
Name: python-rpmautospec
|
||||||
Version: 0.0.11
|
Version: 0.0.12
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Package and CLI tool to generate release fields and changelogs
|
Summary: Package and CLI tool to generate release fields and changelogs
|
||||||
|
|
||||||
@ -49,7 +49,6 @@ Summary: %{summary}
|
|||||||
|
|
||||||
Requires: koji
|
Requires: koji
|
||||||
Requires: git-core
|
Requires: git-core
|
||||||
Requires: rpm-build
|
|
||||||
Requires: python3-rpm
|
Requires: python3-rpm
|
||||||
Requires: python3-koji
|
Requires: python3-koji
|
||||||
|
|
||||||
@ -67,6 +66,10 @@ Requires: python3-koji
|
|||||||
%package -n %{srcname}
|
%package -n %{srcname}
|
||||||
Summary: CLI tool for generating RPM releases and changelogs
|
Summary: CLI tool for generating RPM releases and changelogs
|
||||||
Requires: python3-%{srcname} = %{version}-%{release}
|
Requires: python3-%{srcname} = %{version}-%{release}
|
||||||
|
# We add this require here and not in python3-rpmautospec because we do not want
|
||||||
|
# it on the builders, the hub and builders plugins will work fine without it but
|
||||||
|
# we need this in the chroot or when packagers run the CLI on their machines.
|
||||||
|
Requires: rpm-build
|
||||||
|
|
||||||
%description -n %{srcname}
|
%description -n %{srcname}
|
||||||
CLI tool for generating RPM releases and changelogs
|
CLI tool for generating RPM releases and changelogs
|
||||||
@ -162,6 +165,9 @@ done
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 07 2020 Pierre-Yves Chibon <pingou@pingoured.fr> - 0.0.12-1
|
||||||
|
- Update to 0.0.12
|
||||||
|
|
||||||
* Mon Apr 06 2020 Pierre-Yves Chibon <pingou@pingoured.fr> - 0.0.11-1
|
* Mon Apr 06 2020 Pierre-Yves Chibon <pingou@pingoured.fr> - 0.0.11-1
|
||||||
- Update to 0.0.11
|
- Update to 0.0.11
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (rpmautospec-0.0.11.tar.gz) = 56dc5ee88631e8efd36492648567b5dcb02d38169a2dd572a3ce57949e1bd612655f36fcee0e30a57f2fe777a8232167daf1c7a2455e9cea0b616e6d152a1875
|
SHA512 (rpmautospec-0.0.12.tar.gz) = 4b9cae223cd5af5774f25a12c706846ccef0d83b2032947fd4e56a75e3e0df24bfd198d91a412818b7eace9bec49fa5269177beafb6bacb5c82397b7986e14b7
|
||||||
|
Loading…
Reference in New Issue
Block a user