Accepting request 231183 from security

- remove dependency on gpg-offline (source_validator already
  checks for gpg integrity) (forwarded request 231181 from lnussel)

OBS-URL: https://build.opensuse.org/request/show/231183
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=86
This commit is contained in:
Stephan Kulow 2014-04-26 15:01:54 +00:00 committed by Git OBS Bridge
commit 9396118766
2 changed files with 7 additions and 7 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Apr 23 16:08:09 UTC 2014 - dmueller@suse.com
- remove dependency on gpg-offline (source_validator already
checks for gpg integrity)
-------------------------------------------------------------------
Sun Dec 15 20:04:00 UTC 2013 - crrodriguez@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package cryptsetup
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -31,9 +31,6 @@ Source3: %{name}.keyring
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: device-mapper-devel
BuildRequires: e2fsprogs-devel
%if 0%{?suse_version} > 1220
BuildRequires: gpg-offline
%endif
BuildRequires: libgcrypt-devel
BuildRequires: libselinux-devel
BuildRequires: libtool
@ -77,9 +74,6 @@ includes support for automatically setting up encrypted volumes at boot
time via the config file /etc/crypttab.
%prep
%if 0%{?gpg_verify:1}
%gpg_verify %{S:1}
%endif
%setup -q
%build