From b0aee1bb06eb8f21d848eb74248dc819c1c05aac0753942d6c218cd76c2ac765 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Wed, 8 Feb 2017 09:03:26 +0000 Subject: [PATCH] Accepting request 455286 from home:dimstar:Factory - Fix de-registration of the info files. RPM 4.13.0 is getting strict and fails if a scriptlet exits != 0 (which I think is correct for rpmbuild) OBS-URL: https://build.opensuse.org/request/show/455286 OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/flex?expand=0&rev=24 --- flex.changes | 5 +++++ flex.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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)