|
|
@ -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
|
|
|
|
|
|
|
|
|
|
|
|