diff --git a/flex.changes b/flex.changes index 3c33f2c..71e6d68 100644 --- a/flex.changes +++ b/flex.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 7 14:05:38 UTC 2017 - dimstar@opensuse.org + +- Fix de-registration of the info files. + ------------------------------------------------------------------- Thu Jul 14 09:00:23 UTC 2016 - mpluskal@suse.com diff --git a/flex.spec b/flex.spec index 779143f..32f58fc 100644 --- a/flex.spec +++ b/flex.spec @@ -1,7 +1,7 @@ # # spec file for package flex # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -75,7 +75,7 @@ find %{buildroot} -type f -name "*.la" -delete -print %install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info%{ext_info} %preun -%install_info_delete --info-dir=%{_infodir} %%{_infodir}/%{name}.info%{ext_info} +%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info%{ext_info} %files -f %{name}.lang %defattr(-,root,root)