Added gpg verification of package as part of build process
This commit is contained in:
parent
90e605bbf3
commit
3dd6dd4012
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
||||
/ccid-1.4.21.tar.bz2.asc
|
||||
/ccid-1.4.22.tar.bz2.asc
|
||||
/ccid-1.4.23.tar.bz2.asc
|
||||
/gpgkey-F5E11B9FFE911146F41D953D78A1B4DFE8F9C57E.gpg
|
||||
|
@ -11,6 +11,8 @@ Group: System Environment/Libraries
|
||||
License: LGPLv2+
|
||||
URL: http://pcsclite.alioth.debian.org/ccid.html
|
||||
Source0: https://alioth.debian.org/frs/download.php/file/%{upstream_build}/ccid-%{version}.tar.bz2
|
||||
Source1: ccid-%{version}.tar.bz2.asc
|
||||
Source2: gpgkey-F5E11B9FFE911146F41D953D78A1B4DFE8F9C57E.gpg
|
||||
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-Getopt-Long
|
||||
@ -30,6 +32,7 @@ PC/SC Lite daemon.
|
||||
|
||||
|
||||
%prep
|
||||
gpgv2 --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0}
|
||||
%setup -q -n ccid-%{version}
|
||||
|
||||
|
||||
@ -60,6 +63,7 @@ cp -p src/openct/LICENSE LICENSE.openct
|
||||
%changelog
|
||||
* Mon Apr 25 2016 Nikos Mavrogiannopoulos <nmav@redhat.com> - 1.4.23-1
|
||||
- Updated to 1.4.23 (#1328849, #1330087)
|
||||
- Added gpg verification of package as part of build process
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.22-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user