Accepting request 361107 from devel:libraries:c_c++

- Fix postun->preun on info packages regenerating

OBS-URL: https://build.opensuse.org/request/show/361107
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnettle?expand=0&rev=24
This commit is contained in:
Dominique Leuenberger 2016-02-25 20:44:41 +00:00 committed by Git OBS Bridge
parent 4d92d29d53
commit dfc593249f
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 23 12:05:01 UTC 2016 - tchvatal@suse.com
- Fix postun->preun on info packages regenerating
-------------------------------------------------------------------
Thu Jan 28 20:45:45 UTC 2016 - tchvatal@suse.com

View File

@ -114,7 +114,7 @@ make DESTDIR=%{buildroot} install %{?_smp_mflags}
%post -n libnettle-devel
%install_info --info-dir="%{_infodir}" "%{_infodir}"/nettle.info%{ext_info}
%postun -n libnettle-devel
%preun -n libnettle-devel
%install_info_delete --info-dir="%{_infodir}" "%{_infodir}"/nettle.info%{ext_info}
%check