- Use gpg2 for signature checking
This commit is contained in:
parent
749ef2e667
commit
3166d30c65
11
parted.spec
11
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 <bcl@redhat.com> - 3.2-33
|
||||
- Use gpg2 for signature checking
|
||||
|
||||
* Sat Mar 24 2018 Richard W.M. Jones <rjones@redhat.com> - 3.2-32
|
||||
- Fix for missing major/minor() macros in glibc 2.27.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user