From b46d279c49a3ef3ffbaf0b4f1f51702f3fdcde3494e62e5b233c3220473744b8 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 8 Aug 2008 15:19:08 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=14 --- boot.crypto-0_200805061223.tar.bz2 | 3 --- boot.crypto-0_200808081124.tar.bz2 | 3 +++ cryptsetup.changes | 6 ++++++ cryptsetup.spec | 18 ++++++++++++++---- 4 files changed, 23 insertions(+), 7 deletions(-) delete mode 100644 boot.crypto-0_200805061223.tar.bz2 create mode 100644 boot.crypto-0_200808081124.tar.bz2 diff --git a/boot.crypto-0_200805061223.tar.bz2 b/boot.crypto-0_200805061223.tar.bz2 deleted file mode 100644 index 17f8e25..0000000 --- a/boot.crypto-0_200805061223.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1b8008b316e548e31551a6a631386fe54113cb449ed8f2a44bd67c6600b41428 -size 13209 diff --git a/boot.crypto-0_200808081124.tar.bz2 b/boot.crypto-0_200808081124.tar.bz2 new file mode 100644 index 0000000..611e6d3 --- /dev/null +++ b/boot.crypto-0_200808081124.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8a6f10d68a07a66368261ffda953e7c47e319ffd8c9897a7817badc8a552d28 +size 13257 diff --git a/cryptsetup.changes b/cryptsetup.changes index 8977055..c212ac4 100644 --- a/cryptsetup.changes +++ b/cryptsetup.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Aug 8 11:42:10 CEST 2008 - mkoenig@suse.de + +- boot.crypto: + * Provide some reasonable exit status [bnc#409502] + ------------------------------------------------------------------- Wed Jul 23 15:44:31 CEST 2008 - hare@suse.de diff --git a/cryptsetup.spec b/cryptsetup.spec index 8e5e073..177d969 100644 --- a/cryptsetup.spec +++ b/cryptsetup.spec @@ -2,9 +2,16 @@ # spec file for package cryptsetup (Version 1.0.5_SVNr46) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. # +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -17,12 +24,12 @@ BuildRequires: device-mapper-devel e2fsprogs-devel libgcrypt-devel popt-devel # hashalot version %define haver 0.3 # boot.crypto version -%define bcver 0_200805061223 +%define bcver 0_200808081124 License: BSD 3-Clause; GPL v2 or later Group: System/Base AutoReqProv: on Version: 1.0.5_SVNr46 -Release: 28 +Release: 36 Summary: Set Up dm-crypt Based Encrypted Block Devices Source: cryptsetup-%{version}.tar.bz2 Source1: hashalot-%haver.tar.bz2 @@ -184,6 +191,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libcryptsetup.so %changelog +* Fri Aug 08 2008 mkoenig@suse.de +- boot.crypto: + * Provide some reasonable exit status [bnc#409502] * Wed Jul 23 2008 hare@suse.de - Include mkinitrd scriptlets. * Wed Jul 23 2008 mkoenig@suse.de