Remove dependency on gpg-offline as signature checking is implemented in the
source validator. OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/cifs-utils?expand=0&rev=122
This commit is contained in:
parent
ad2c94527e
commit
6b80924545
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 28 19:04:30 UTC 2014 - lmuelle@suse.com
|
||||
|
||||
- Remove dependency on gpg-offline as signature checking is implemented in the
|
||||
source validator.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 28 10:47:47 UTC 2014 - lmuelle@suse.com
|
||||
|
||||
|
@ -25,7 +25,8 @@ 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
|
||||
# ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/cifs-utils-pubkey_70F3B981.asc
|
||||
Source6: cifs-utils.keyring
|
||||
Source100: README.cifstab.migration
|
||||
%if "%{_vendor}" == "suse"
|
||||
%define NET_CFGDIR network
|
||||
@ -75,9 +76,6 @@ BuildRequires: pkg-config
|
||||
BuildRequires: pkgconfig
|
||||
%endif
|
||||
Requires: keyutils
|
||||
%if 0%{?suse_version} > 1220
|
||||
BuildRequires: gpg-offline
|
||||
%endif
|
||||
%if ! %{defined _rundir}
|
||||
%define _rundir %{_localstatedir}/run
|
||||
%endif
|
||||
@ -112,7 +110,6 @@ for each user from somewhere. The pam_cifscreds module can be used to
|
||||
provide these credentials to the kernel automatically at login.
|
||||
|
||||
%prep
|
||||
%{?gpg_verify: %gpg_verify --keyring %{SOURCE6} %{SOURCE5}}
|
||||
%setup -q
|
||||
cp -a ${RPM_SOURCE_DIR}/README.cifstab.migration .
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user