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
|
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/
|
Url: http://www.samba.org/linux-cifs/cifs-utils/
|
||||||
Source: ftp://ftp.samba.org/pub/linux-cifs/%{name}/%{name}-%{version}.tar.bz2
|
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
|
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
|
Source100: README.cifstab.migration
|
||||||
%if "%{_vendor}" == "suse"
|
%if "%{_vendor}" == "suse"
|
||||||
%define NET_CFGDIR network
|
%define NET_CFGDIR network
|
||||||
@ -75,9 +76,6 @@ BuildRequires: pkg-config
|
|||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
%endif
|
%endif
|
||||||
Requires: keyutils
|
Requires: keyutils
|
||||||
%if 0%{?suse_version} > 1220
|
|
||||||
BuildRequires: gpg-offline
|
|
||||||
%endif
|
|
||||||
%if ! %{defined _rundir}
|
%if ! %{defined _rundir}
|
||||||
%define _rundir %{_localstatedir}/run
|
%define _rundir %{_localstatedir}/run
|
||||||
%endif
|
%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.
|
provide these credentials to the kernel automatically at login.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%{?gpg_verify: %gpg_verify --keyring %{SOURCE6} %{SOURCE5}}
|
|
||||||
%setup -q
|
%setup -q
|
||||||
cp -a ${RPM_SOURCE_DIR}/README.cifstab.migration .
|
cp -a ${RPM_SOURCE_DIR}/README.cifstab.migration .
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user