Verify source tar ball gpg signature.

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/cifs-utils?expand=0&rev=96
This commit is contained in:
Lars Müller 2013-10-09 12:53:15 +00:00 committed by Git OBS Bridge
parent 7259f70cfe
commit 7c8c7a2b31
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 9 12:16:57 UTC 2013 - lmuelle@suse.com
- Verify source tar ball gpg signature.
-------------------------------------------------------------------
Tue Oct 8 15:02:44 UTC 2013 - lmuelle@suse.com

View File

@ -73,6 +73,9 @@ BuildRequires: pkg-config
BuildRequires: pkgconfig
%endif
Requires: keyutils
%if %suse_version > 1220
BuildRequires: gpg-offline
%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -89,6 +92,7 @@ on Microsoft Windows machines. This package contains the header file
necessary for building ID mapping plugins for cifs-utils.
%prep
%{?gpg_verify: %gpg_verify --keyring %{SOURCE6} %{SOURCE5}}
%setup -q
%build