forked from pool/libgcrypt
Accepting request 284554 from home:dimstar:Factory
- Move %install_info_delete calls from postun to preun: the files must still be present to be parsed. - Fix the names passed to install_info for gcrypt.info-[12].gz instead of gcrypt-[12].info.gz. via xtrymalloc macro OBS-URL: https://build.opensuse.org/request/show/284554 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgcrypt?expand=0&rev=68
This commit is contained in:
parent
f3deb426aa
commit
f5c7e834a5
@ -5,6 +5,14 @@ Fri Feb 6 18:42:28 UTC 2015 - coolo@suse.com
|
||||
http://lists.gnupg.org/pipermail/gnupg-commits/2014-September/010683.html
|
||||
for a very similiar problem
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 6 18:38:55 UTC 2015 - dimstar@opensuse.org
|
||||
|
||||
- Move %install_info_delete calls from postun to preun: the files
|
||||
must still be present to be parsed.
|
||||
- Fix the names passed to install_info for gcrypt.info-[12].gz
|
||||
instead of gcrypt-[12].info.gz.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 6 18:30:26 UTC 2015 - coolo@suse.com
|
||||
|
||||
@ -21,7 +29,7 @@ Wed Nov 5 20:37:24 UTC 2014 - andreas.stieger@gmx.de
|
||||
* Fix building for the x32 ABI platform.
|
||||
* Fix some possible NULL deref bugs.
|
||||
- remove libgcrypt-1.6.0-use-intenal-functions.patch, upstream
|
||||
via xtrymalloc macro
|
||||
via xtrymalloc macro
|
||||
- remove libgcrypt-fixed-sizet.patch, upstream
|
||||
- adjust libgcrypt-1.6.1-use-fipscheck.patch for xtrymalloc change
|
||||
|
||||
|
@ -249,7 +249,7 @@ mv %{buildroot}%{_bindir}/drbg_test %{buildroot}%{cavs_dir}
|
||||
%install_info --info-dir=%{_infodir} %{_infodir}/gcrypt.info-1.gz
|
||||
%install_info --info-dir=%{_infodir} %{_infodir}/gcrypt.info-2.gz
|
||||
|
||||
%postun devel
|
||||
%preun devel
|
||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/gcrypt.info.gz
|
||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/gcrypt.info-1.gz
|
||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/gcrypt.info-2.gz
|
||||
|
Loading…
Reference in New Issue
Block a user