diff --git a/python-pycurl.changes b/python-pycurl.changes index 4f3acbc..7153c62 100644 --- a/python-pycurl.changes +++ b/python-pycurl.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 22 08:25:46 UTC 2020 - Callum Farmer + +- Fixes for %_libexecdir changing to /usr/libexec + ------------------------------------------------------------------- Wed Apr 8 12:05:25 UTC 2020 - Tomáš Chvátal diff --git a/python-pycurl.spec b/python-pycurl.spec index 67373b2..4f97102 100644 --- a/python-pycurl.spec +++ b/python-pycurl.spec @@ -114,7 +114,7 @@ fi %{python_expand PYTHONPATH=%{buildroot}%{$python_sitearch} \ nosetests-%{$python_bin_suffix} -v --with-flaky -a "$test_flags" -e 'test_getinfo' } -rm -rf %{buildroot}%{_libexecdir}/debug %{buildroot}%{_libdir}/python* +rm -rf %{buildroot}%{_prefix}/lib/debug %{buildroot}%{_libdir}/python* %endif # test %if ! %{with test}