Compare commits

...
Sign in to create a new pull request.

5 commits

Author SHA1 Message Date
Martin Styk
a5d5f8e887 Merge branch 'rawhide' into epel9 2025-05-26 16:13:38 +00:00
Martin Styk
b3cccf20b0 Merge branch 'rawhide' into epel9 2025-05-26 15:41:35 +00:00
Martin Styk
cd9932f0aa Merge branch 'rawhide' into epel9 2024-02-11 20:52:29 +00:00
Martin Styk
e26403e0ff Merge branch 'rawhide' into epel9 2024-01-18 16:57:16 +00:00
Martin Styk
c32f6b5468 Drop nose symlink
Signed-off-by: Martin Styk <mart.styk@gmail.com>
2022-05-24 13:56:14 +00:00

View file

@ -73,11 +73,6 @@ export BKR_PY3=1
make
%install
# RHEL 8 python3-nose removed unversioned executables
%if 0%{?rhel} >= 8
ln -sf %{_bindir}/nosetests-%{python3_version} %{buildroot}/nosetests-3
%endif
export BKR_PY3=1
DESTDIR=%{buildroot} make install