diff --git a/python-PyQRCode.changes b/python-PyQRCode.changes index 9d63826..4d2629f 100644 --- a/python-PyQRCode.changes +++ b/python-PyQRCode.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 14 11:45:51 UTC 2019 - Matej Cepl + +- Replace %fdupes -s with plain %fdupes; hardlinks are better. + ------------------------------------------------------------------- Mon Apr 1 08:43:21 UTC 2019 - Tomáš Chvátal diff --git a/python-PyQRCode.spec b/python-PyQRCode.spec index b6372dd..c0a00a5 100644 --- a/python-PyQRCode.spec +++ b/python-PyQRCode.spec @@ -23,7 +23,6 @@ Version: 1.3.0 Release: 0 Summary: Python 3 module to generate QR Codes License: MIT -Group: Development/Languages/Python URL: https://github.com/mnooner256/pyqrcode # This is unofficial fork with some additional fixes, the canonical # upstream repository is dead. @@ -54,7 +53,7 @@ rm -rvf build/sphinx/html/.buildinfo %install %python_install %python_clone -a %{buildroot}%{_bindir}/pyqr -%python_expand %fdupes -s %{buildroot}/%{$python_sitelib} +%python_expand %fdupes %{buildroot}/%{$python_sitelib} %check %pytest