Handle legacy version specifiers that would previously raise exceptions.
This commit is contained in:
parent
a3ad67b505
commit
2c2f8bd984
2 changed files with 26 additions and 8 deletions
|
|
@ -1,7 +1,7 @@
|
|||
Name: python-rpm-generators
|
||||
Summary: Dependency generators for Python RPMs
|
||||
Version: 12
|
||||
Release: 10%{?dist}
|
||||
Release: 11%{?dist}
|
||||
|
||||
# Originally all those files were part of RPM, so license is kept here
|
||||
License: GPLv2+
|
||||
|
|
@ -47,6 +47,9 @@ install -Dpm0755 -t %{buildroot}%{_rpmconfigdir} *.py
|
|||
%{_rpmconfigdir}/pythonbundles.py
|
||||
|
||||
%changelog
|
||||
* Sun Dec 19 2021 Gordon Messmer <gordon.messmer@gmail.com> - 12-11
|
||||
- Handle legacy version specifiers that would previously raise exceptions.
|
||||
|
||||
* Fri Oct 29 2021 Gordon Messmer <gordon.messmer@gmail.com> - 12-10
|
||||
- Additional fix for dev releases.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue