Accepting request 393450 from home:pluskalm:branches:Base:System

- Fix typo in preun script

OBS-URL: https://build.opensuse.org/request/show/393450
OBS-URL: https://build.opensuse.org/package/show/Base:System/autogen?expand=0&rev=42
This commit is contained in:
Andreas Schwab 2016-05-03 16:30:42 +00:00 committed by Git OBS Bridge
parent 1f26123875
commit 90cd6c3d09
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue May 3 15:34:42 UTC 2016 - mpluskal@suse.com
- Fix typo in preun script
-------------------------------------------------------------------
Tue Apr 19 08:38:13 UTC 2016 - mpluskal@suse.com

View File

@ -96,7 +96,7 @@ make %{?_smp_mflags} check
%install_info --info-dir=%{_infodir} %{_infodir}/autogen.info%{ext_info}
%preun
%install_info_delete --info-dir=%{_infodir} %%{_infodir}/autogen.info%{ext_info}
%install_info_delete --info-dir=%{_infodir} %{_infodir}/autogen.info%{ext_info}
%post -n %{libname} -p /sbin/ldconfig
%postun -n %{libname} -p /sbin/ldconfig