From a5a193c2f701ff9b893ebe9d4e9c4bfab5ac9cd70c8a1dba1a8213d822b9c893 Mon Sep 17 00:00:00 2001 From: Ludwig Nussel Date: Wed, 23 Apr 2014 16:25:27 +0000 Subject: [PATCH] Accepting request 231181 from home:dirkmueller:branches:security - remove dependency on gpg-offline (source_validator already checks for gpg integrity) OBS-URL: https://build.opensuse.org/request/show/231181 OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=109 --- cryptsetup.changes | 6 ++++++ cryptsetup.spec | 8 +------- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/cryptsetup.changes b/cryptsetup.changes index a5d0969..34096c9 100644 --- a/cryptsetup.changes +++ b/cryptsetup.changes @@ -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 diff --git a/cryptsetup.spec b/cryptsetup.spec index 9db0f74..0a2bd71 100644 --- a/cryptsetup.spec +++ b/cryptsetup.spec @@ -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