SHA256
3
0
forked from pool/flex

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
This commit is contained in:
Martin Pluskal 2017-02-08 09:03:26 +00:00 committed by Git OBS Bridge
parent 014b10195e
commit b0aee1bb06
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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)