From 3166d30c65cac1a61e4f95dab71b672945683b4e Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Thu, 7 Jun 2018 09:47:30 -0700 Subject: [PATCH] - Use gpg2 for signature checking --- parted.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/parted.spec b/parted.spec index 869cf2b..c899a20 100644 --- a/parted.spec +++ b/parted.spec @@ -4,7 +4,7 @@ Summary: The GNU disk partition manipulation program Name: parted Version: 3.2 -Release: 32%{?dist} +Release: 33%{?dist} License: GPLv3+ Group: Applications/System URL: http://www.gnu.org/software/parted @@ -112,7 +112,7 @@ BuildRequires: device-mapper-devel BuildRequires: libselinux-devel BuildRequires: libuuid-devel BuildRequires: libblkid-devel >= 2.17 -BuildRequires: gnupg +BuildRequires: gnupg2 BuildRequires: git BuildRequires: autoconf automake BuildRequires: e2fsprogs @@ -154,8 +154,8 @@ Parted library, you need to install this package. %prep %setup -q -gpg --import %{SOURCE2} %{SOURCE3} -gpg --verify %{SOURCE1} %{SOURCE0} +gpg2 --import %{SOURCE2} %{SOURCE3} +gpg2 --verify %{SOURCE1} %{SOURCE0} git init git config user.email "parted-owner@fedoraproject.org" git config user.name "Fedora Ninjas" @@ -235,6 +235,9 @@ fi %changelog +* Thu Jun 07 2018 Brian C. Lane - 3.2-33 +- Use gpg2 for signature checking + * Sat Mar 24 2018 Richard W.M. Jones - 3.2-32 - Fix for missing major/minor() macros in glibc 2.27.