From 8db5b1e82a6960934b451000a0e5786bda3c0292 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: May 30 2020 15:51:44 +0000 Subject: Remove redundant Python dependency generator definition This was upstreamed into RPM itself with RPM 4.15.x. --- diff --git a/fileattrs/pythondistdeps.attr b/fileattrs/pythondistdeps.attr deleted file mode 100644 index 23a41d6..0000000 --- a/fileattrs/pythondistdeps.attr +++ /dev/null @@ -1,3 +0,0 @@ -%__python_provides %{_rpmconfigdir}/pythondistdeps.py --provides --majorver-provides -%__python_requires %{_rpmconfigdir}/pythondistdeps.py --requires -%__python_path ^((/usr/lib(64)?/python[[:digit:]]\\.[[:digit:]]/.*\\.(dist.*|egg.*))$ diff --git a/midipix-rpm-config.spec b/midipix-rpm-config.spec index b9e8be3..2debd49 100644 --- a/midipix-rpm-config.spec +++ b/midipix-rpm-config.spec @@ -12,8 +12,8 @@ License: GPLv2+ URL: https://midipix.org Source0: %{name}-%{version}.tar.gz -BuildRequires: rpm >= 4.14.0 -Requires: rpm >= 4.14.0 +BuildRequires: rpm >= 4.15.1 +Requires: rpm >= 4.15.1 # Generic Provides for alternatives to this package, # to make it easy to replace this with a different vendor config # One of these names should be required by the rpm-build package.