diff --git a/python-pysmi.changes b/python-pysmi.changes index d5663fd..aced58e 100644 --- a/python-pysmi.changes +++ b/python-pysmi.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 14 14:17:08 UTC 2019 - Matej Cepl + +- Replace %fdupes -s with plain %fdupes; hardlinks are better. + ------------------------------------------------------------------- Mon May 6 13:46:05 UTC 2019 - pgajdos@suse.com diff --git a/python-pysmi.spec b/python-pysmi.spec index 19a3f15..1cf8cde 100644 --- a/python-pysmi.spec +++ b/python-pysmi.spec @@ -22,7 +22,6 @@ Version: 0.3.4 Release: 0 Summary: SNMP SMI/MIB Parser License: BSD-2-Clause -Group: Development/Languages/Python URL: http://pysmi.sourceforge.net/ Source: https://files.pythonhosted.org/packages/source/p/pysmi/pysmi-%{version}.tar.gz BuildRequires: %{python_module ply} @@ -52,7 +51,7 @@ mv %{buildroot}%{_bindir}/mibdump.py %{buildroot}%{_bindir}/mibdump mv %{buildroot}%{_bindir}/mibcopy.py %{buildroot}%{_bindir}/mibcopy %python_clone -a %{buildroot}%{_bindir}/mibdump %python_clone -a %{buildroot}%{_bindir}/mibcopy -%python_expand %fdupes -s %{buildroot}%{$python_sitelib} +%python_expand %fdupes %{buildroot}%{$python_sitelib} %post %python_install_alternative mibdump