Accepting request 202701 from network:samba:STABLE

Verify source tar ball gpg signature.

OBS-URL: https://build.opensuse.org/request/show/202701
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cifs-utils?expand=0&rev=35
This commit is contained in:
Tomáš Chvátal 2013-10-10 06:26:18 +00:00 committed by Git OBS Bridge
commit 168bbc9d47
2 changed files with 10 additions and 1 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

@ -25,7 +25,7 @@ Group: System/Filesystems
Url: http://www.samba.org/linux-cifs/cifs-utils/
Source: ftp://ftp.samba.org/pub/linux-cifs/%{name}/%{name}-%{version}.tar.bz2
Source5: ftp://ftp.samba.org/pub/linux-cifs/%{name}/%{name}-%{version}.tar.bz2.asc
Source6 ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/cifs-utils-pubkey_70F3B981.asc
Source6: ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/cifs-utils-pubkey_70F3B981.asc
%if "%{_vendor}" == "suse"
%define NET_CFGDIR network
%else
@ -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