Use PEP 503 names for requires
This commit is contained in:
parent
39315a6aa4
commit
3a396fbf96
3 changed files with 12 additions and 9 deletions
|
|
@ -1,7 +1,7 @@
|
|||
Name: python-rpm-generators
|
||||
Summary: Dependency generators for Python RPMs
|
||||
Version: 11
|
||||
Release: 6%{?dist}
|
||||
Release: 7%{?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
|
||||
* Thu May 21 2020 Miro Hrončok <mhroncok@redhat.com> - 11-7
|
||||
- Use PEP 503 names for requires
|
||||
|
||||
* Tue May 05 2020 Miro Hrončok <mhroncok@redhat.com> - 11-6
|
||||
- Deduplicate automatically provided names trough Python RPM Lua macros
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue