Go to file
Miro Hrončok b67b47d5b0 %python_provide: Don't try to obsolete %_isa provides
Based on recent changes in 04769fa014,
packagers might want to use:

    %{?python_provide:%python_provide python2-foo%{?_isa}}

...for backwards compatibility. However the macro adds obsoletes and
since RPM 4.15, obsoletes with %{?_isa} are not possible:

    Only package names are allowed in Obsoletes: Obsoletes: python-foo(x86-64) < ...

To allow such usage, %python_provide now only obsoletes if the argument
does not end with ")".
2019-07-09 13:45:18 +02:00
.gitignore Initial setup of the repo 2016-01-12 23:33:17 +00:00
macros.pybytecompile Workaround leaking buildroot PATH in %py_byte_compile (#1647212) 2018-12-14 10:20:40 +01:00
macros.python %python_provide: Don't try to obsolete %_isa provides 2019-07-09 13:45:18 +02:00
macros.python2 Move "sleep 1" workaround from py3_build to py2_build 2018-11-01 11:06:22 +01:00
macros.python3 Move "sleep 1" workaround from py3_build to py2_build 2018-11-01 11:06:22 +01:00
macros.python-srpm Make %__python /usr/bin/python once again until we are ready 2019-06-17 16:29:44 +02:00
python-rpm-macros.spec %python_provide: Don't try to obsolete %_isa provides 2019-07-09 13:45:18 +02:00
sources Initial setup of the repo 2016-01-12 23:33:17 +00:00