diff --git a/python-multidict.changes b/python-multidict.changes index 88c8ee4..b9aca31 100644 --- a/python-multidict.changes +++ b/python-multidict.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 7 11:26:03 UTC 2019 - Tomáš Chvátal + +- Fix fdupes macro expansion + ------------------------------------------------------------------- Mon Sep 3 17:09:12 UTC 2018 - Hans-Peter Jansen diff --git a/python-multidict.spec b/python-multidict.spec index fc92ece..1dbcd3a 100644 --- a/python-multidict.spec +++ b/python-multidict.spec @@ -1,7 +1,7 @@ # # spec file for package python-multidict # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -49,7 +49,7 @@ export CFLAGS="%{optflags}" %install %python_install -%python_expand rm -f %{buildroot}%{python_sitearch}/multidict/*.c +%python_expand rm -f %{buildroot}%{$python_sitearch}/multidict/*.c %check %python_exec setup.py test