|
|
@ -12,7 +12,7 @@
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-rpmautospec
|
|
|
|
Name: python-rpmautospec
|
|
|
|
Version: 0.1.2
|
|
|
|
Version: 0.1.3
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
@ -69,7 +69,7 @@ Requires: python3-%{srcname} = %{version}-%{release}
|
|
|
|
# We add this require here and not in python3-rpmautospec because we do not want
|
|
|
|
# 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
|
|
|
|
# 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.
|
|
|
|
# we need this in the chroot or when packagers run the CLI on their machines.
|
|
|
|
Requires: rpm-build
|
|
|
|
Requires: rpm-build >= 4.9
|
|
|
|
|
|
|
|
|
|
|
|
%description -n %{srcname}
|
|
|
|
%description -n %{srcname}
|
|
|
|
CLI tool for generating RPM releases and changelogs
|
|
|
|
CLI tool for generating RPM releases and changelogs
|
|
|
@ -181,6 +181,9 @@ install -m 644 rpm/macros.d/macros.rpmautospec %{buildroot}%{rpmmacrodir}/
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Apr 09 2020 Pierre-Yves Chibon <pingou@pingoured.fr> - 0.1.3-1
|
|
|
|
|
|
|
|
- Update to 0.1.3
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Apr 09 2020 Pierre-Yves Chibon <pingou@pingoured.fr> - 0.1.2-1
|
|
|
|
* Thu Apr 09 2020 Pierre-Yves Chibon <pingou@pingoured.fr> - 0.1.2-1
|
|
|
|
- Update to 0.1.2
|
|
|
|
- Update to 0.1.2
|
|
|
|
|
|
|
|
|
|
|
|