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:
parent
7259f70cfe
commit
7c8c7a2b31
@ -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
|
Tue Oct 8 15:02:44 UTC 2013 - lmuelle@suse.com
|
||||||
|
|
||||||
|
@ -73,6 +73,9 @@ BuildRequires: pkg-config
|
|||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
%endif
|
%endif
|
||||||
Requires: keyutils
|
Requires: keyutils
|
||||||
|
%if %suse_version > 1220
|
||||||
|
BuildRequires: gpg-offline
|
||||||
|
%endif
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -89,6 +92,7 @@ on Microsoft Windows machines. This package contains the header file
|
|||||||
necessary for building ID mapping plugins for cifs-utils.
|
necessary for building ID mapping plugins for cifs-utils.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
%{?gpg_verify: %gpg_verify --keyring %{SOURCE6} %{SOURCE5}}
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Loading…
Reference in New Issue
Block a user