- 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
|
Summary: The GNU disk partition manipulation program
|
||||||
Name: parted
|
Name: parted
|
||||||
Version: 3.2
|
Version: 3.2
|
||||||
Release: 32%{?dist}
|
Release: 33%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: http://www.gnu.org/software/parted
|
URL: http://www.gnu.org/software/parted
|
||||||
@ -112,7 +112,7 @@ BuildRequires: device-mapper-devel
|
|||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel
|
||||||
BuildRequires: libuuid-devel
|
BuildRequires: libuuid-devel
|
||||||
BuildRequires: libblkid-devel >= 2.17
|
BuildRequires: libblkid-devel >= 2.17
|
||||||
BuildRequires: gnupg
|
BuildRequires: gnupg2
|
||||||
BuildRequires: git
|
BuildRequires: git
|
||||||
BuildRequires: autoconf automake
|
BuildRequires: autoconf automake
|
||||||
BuildRequires: e2fsprogs
|
BuildRequires: e2fsprogs
|
||||||
@ -154,8 +154,8 @@ Parted library, you need to install this package.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
gpg --import %{SOURCE2} %{SOURCE3}
|
gpg2 --import %{SOURCE2} %{SOURCE3}
|
||||||
gpg --verify %{SOURCE1} %{SOURCE0}
|
gpg2 --verify %{SOURCE1} %{SOURCE0}
|
||||||
git init
|
git init
|
||||||
git config user.email "parted-owner@fedoraproject.org"
|
git config user.email "parted-owner@fedoraproject.org"
|
||||||
git config user.name "Fedora Ninjas"
|
git config user.name "Fedora Ninjas"
|
||||||
@ -235,6 +235,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Mar 24 2018 Richard W.M. Jones <rjones@redhat.com> - 3.2-32
|
||||||
- Fix for missing major/minor() macros in glibc 2.27.
|
- Fix for missing major/minor() macros in glibc 2.27.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user