Handle all-zero versions without crashing
From https://github.com/rpm-software-management/rpm/pull/1184
This commit is contained in:
parent
783dcc7147
commit
0ec8581037
2 changed files with 5 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
Name: python-rpm-generators
|
||||
Summary: Dependency generators for Python RPMs
|
||||
Version: 11
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
|
||||
# Originally all those files were part of RPM, so license is kept here
|
||||
License: GPLv2+
|
||||
|
|
@ -45,6 +45,9 @@ install -Dpm0755 -t %{buildroot}%{_rpmconfigdir} pythondistdeps.py
|
|||
%{_rpmconfigdir}/pythondistdeps.py
|
||||
|
||||
%changelog
|
||||
* Mon Apr 20 2020 Gordon Messmer <gordon.messmer@gmail.com> - 11-3
|
||||
- Handle all-zero versions without crashing
|
||||
|
||||
* Tue Apr 07 2020 Miro Hrončok <mhroncok@redhat.com> - 11-2
|
||||
- Use dynamic %%_prefix value when matching files for python(abi) provides
|
||||
- Sync with upstream RPM dist generator
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue