remove fedora specific pythonname.attr [release 14+20260117git.172074f-2mamba;Sat Feb 14 2026]

This commit is contained in:
2026-02-15 11:49:35 +01:00
parent cb0fa67ba8
commit 0b31af93ef

View File

@@ -1,7 +1,7 @@
%define gitcommit %(echo %version | cut -d+ -f2 | cut -d. -f2)
Name: python-rpm-generators
Version: 14+20260117git.172074f
Release: 1mamba
Release: 2mamba
Summary: Dependency generators for Python RPMs
Group: System/Management
Vendor: openmamba
@@ -29,6 +29,9 @@ Dependency generators for Python RPMs.
install -Dpm0644 -t %{buildroot}%{_fileattrsdir} *.attr
install -Dpm0755 -t %{buildroot}%{_rpmconfigdir} *.py
# Requires fedora.srpm.python
rm -f %{buildroot}%{_fileattrsdir}/pythonname.attr
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@@ -38,9 +41,11 @@ install -Dpm0755 -t %{buildroot}%{_rpmconfigdir} *.py
%{_rpmconfigdir}/pythondistdeps.py
%{_fileattrsdir}/python.attr
%{_fileattrsdir}/pythondist.attr
%{_fileattrsdir}/pythonname.attr
%doc COPYING
%changelog
* Sat Feb 14 2026 Silvan Calarco <silvan@openmamba.org> 14+20260117git.172074f-2mamba
- remove fedora specific pythonname.attr
* Tue Feb 10 2026 Silvan Calarco <silvan@openmamba.org> 14+20260117git.172074f-1mamba
- package created using the webbuild interface