Browse Source

updated 2 packages

gnupg2-2.2.30-1

libgcrypt-1.9.4-1
Tomohiro "Tomo-p" KATO 2 years ago
parent
commit
9244e817b4
2 changed files with 12 additions and 22 deletions
  1. 6 11
      g/gnupg2/gnupg2-vl.spec
  2. 6 11
      lib/libg/libgcrypt/libgcrypt-vl.spec

+ 6 - 11
g/gnupg2/gnupg2-vl.spec

@@ -3,7 +3,7 @@
 Summary: Utility for secure communication and data storage
 Summary(ja): GnuPG2 - 安全なデータ交換と保存のためのユーティリティ
 Name:    gnupg2
-Version: 2.2.28
+Version: 2.2.30
 Release: 1%{?_dist_release}
 Group: security
 Vendor: Project Vine
@@ -52,8 +52,7 @@ BuildRequires: gnutls-devel
 BuildRequires: sqlite-devel
 BuildRequires: fuse
 
-Requires(post): /sbin/install-info
-Requires(postun): /sbin/install-info
+Requires: /sbin/install-info
 
 Recommends: pinentry
 Recommends: gnupg2-smime
@@ -212,14 +211,6 @@ do
 done
 %endif
 
-%post
-/sbin/install-info %{_infodir}/gnupg.info %{_infodir}/dir ||:
-
-%preun
-if [ $1 -eq 0 ]; then
-  /sbin/install-info --delete %{_infodir}/gnupg.info %{_infodir}/dir ||:
-fi
-
 
 %files -f %{name}.lang
 %{!?_licensedir:%global license %%doc}
@@ -266,6 +257,10 @@ fi
 
 
 %changelog
+* Tue Sep 14 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.2.30-1
+- update to 2.2.30.
+- dropped install-info scriptlets.
+
 * Wed Jun 16 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.2.28-1
 - update to 2.2.28.
 

+ 6 - 11
lib/libg/libgcrypt/libgcrypt-vl.spec

@@ -2,7 +2,7 @@
 Summary: A cryptographic library based on the code from GnuPG.
 Summary(ja): GnuPG のコードをベースとした暗号化ライブラリ
 Name: libgcrypt
-Version: 1.9.3
+Version: 1.9.4
 Release: 1%{?_dist_release}
 Group: system
 Vendor: Project Vine
@@ -17,7 +17,7 @@ Source1: https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-%{version}.tar.bz2.sig
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: libgpg-error-devel >= 0.5
 Requires: libgpg-error
-Requires(post,preun): /sbin/install-info
+Requires: /sbin/install-info
 
 %description
 This is a general purpose cryptographic library based on the code from
@@ -91,15 +91,6 @@ rm -rf $RPM_BUILD_ROOT%{_libdir}/*.la
 [ "%{buildroot}" != / ] && rm -rf %{buildroot}
 
 
-%post devel
-/sbin/install-info --info-dir=%{_infodir} %{_infodir}/gcrypt.info.gz ||:
-
-%preun devel
-if [ $1 = 0 ]; then
-    /sbin/install-info --delete %{_infodir}/gcrypt.info.gz %{_infodir}/dir ||:
-fi
-
-
 %files
 %defattr(-,root,root)
 %{_bindir}/dumpsexp
@@ -132,6 +123,10 @@ fi
 
 
 %changelog
+* Tue Sep 14 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.9.4-1
+- updated to 1.9.4.
+- dropped install-info scriptlets.
+
 * Wed Jun 16 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.9.3-1
 - updated to 1.9.3.