diff --git a/libgpg-error.spec b/libgpg-error.spec index a49e15c3d1e144f521cac5b2565b9bd383905f9e..49db3f84471d4ab80a1567f1d3f435bbb66e2f2e 100644 --- a/libgpg-error.spec +++ b/libgpg-error.spec @@ -1,6 +1,6 @@ Name: libgpg-error Version: 1.38 -Release: 1 +Release: 2 Summary: Library for common error values and messages in GnuPG components. License: LGPLv2+ URL: https://www.gnupg.org/ftp/gcrypt/libgpg-error @@ -51,16 +51,6 @@ make check %ldconfig_scriptlets -%post devel -[ -f %{_infodir}/gpgrt.info.gz ] && /sbin/install-info %{_infodir}/gpgrt.info.gz %{_infodir}/dir -exit 0 - -%preun devel -if [ $1 = 0 -a -f %{_infodir}/gpgrt.info.gz ]; then - /sbin/install-info --delete %{_infodir}/gpgrt.info.gz %{_infodir}/dir -fi -exit 0 - %files -f %{name}.lang %defattr(-,root,root) %license COPYING COPYING.LIB @@ -85,6 +75,12 @@ exit 0 %{_mandir}/* %changelog +* Thu Sep 30 2021 zhanzhimin - 1.38-2 +- Type:bugfix +- Id:NA +- SUG:NA +- DESC:fix libgpg-error-devel install-info warning + * Sat Aug 29 2020 xiaqirong - 1.38-1 - Type:bugfix - Id:NA