Compare commits

...

1 Commits

Author SHA1 Message Date
David Abdurachmanov 5b2c601fa6
Remove version requirement on python-srpm-macros
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2022-09-17 12:20:57 +03:00
1 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Name: python-rpm-generators
Summary: Dependency generators for Python RPMs
Version: 13
Release: 2%{?dist}
Release: 2.0.riscv64%{?dist}
# Originally all those files were part of RPM, so license is kept here
License: GPLv2+
@ -25,7 +25,7 @@ Requires: python3-packaging
# We have parametric macro generators, we need RPM 4.16 (4.15.90+ is 4.16 alpha)
Requires: rpm > 4.15.90-0
# This contains the Lua functions we use:
Requires: python-srpm-macros >= 3.10-15
Requires: python-srpm-macros
%description -n python3-rpm-generators
%{summary}.
@ -47,6 +47,9 @@ install -Dpm0755 -t %{buildroot}%{_rpmconfigdir} *.py
%{_rpmconfigdir}/pythonbundles.py
%changelog
* Sat Sep 17 2022 David Abdurachmanov <davidlt@rivosinc.com> - 13-2.0.riscv64
- Remove version requirement on python-srpm-macros
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 13-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild