Hello community,

here is the log from the commit of package cryptsetup-mkinitrd for 
openSUSE:Factory checked in at 2012-12-28 14:56:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cryptsetup-mkinitrd (Old)
 and      /work/SRC/openSUSE:Factory/.cryptsetup-mkinitrd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cryptsetup-mkinitrd", Maintainer is ""

Changes:
--------
New Changes file:

--- /dev/null   2012-12-21 01:49:00.356010756 +0100
+++ 
/work/SRC/openSUSE:Factory/.cryptsetup-mkinitrd.new/cryptsetup-mkinitrd.changes 
    2012-12-28 14:56:29.000000000 +0100
@@ -0,0 +1,5 @@
+-------------------------------------------------------------------
+Wed Dec 12 16:09:43 UTC 2012 - lnus...@suse.de
+
+- initial package split off from cryptsetup
+

New:
----
  boot.crypto-0_201206151440.tar.bz2
  cryptsetup-mkinitrd.changes
  cryptsetup-mkinitrd.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ cryptsetup-mkinitrd.spec ++++++
#
# spec file for package cryptsetup-mkinitrd
#
# Copyright (c) 2012 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
# 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/
#

Name:           cryptsetup-mkinitrd
Url:            http://gitorious.org/opensuse/boot_crypto
Version:        0_201206151440
Release:        0
Summary:        mkinitrd plugin scripts for encrypted root file system
License:        GPL-2.0+
Group:          System/Base
# git://gitorious.org/opensuse/boot_crypto.git
Source:         boot.crypto-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
Provides:       cryptsetup:/lib/mkinitrd/scripts/boot-luks.sh
Requires:       cryptsetup

%description
plugin scripts for mkinitrd that unlock an encrypted root in
initrd

%prep
%setup -n boot.crypto-%version -q

%build

%install
make install DESTDIR=$RPM_BUILD_ROOT
#
# no longer needed
rm -rf $RPM_BUILD_ROOT%_mandir/man5
rm -rf $RPM_BUILD_ROOT/lib/cryptsetup/checks/
rm -rf $RPM_BUILD_ROOT/etc/init.d
rm -f $RPM_BUILD_ROOT/etc/crypttab
rm -f $RPM_BUILD_ROOT/etc/cryptotab

%post
if [ -x /sbin/mkinitrd_setup ]; then
        mkinitrd_setup
fi

%postun
if [ -x /sbin/mkinitrd_setup ]; then
        mkinitrd_setup
fi

%files
%defattr(-,root,root)
%dir /lib/mkinitrd
%dir /lib/mkinitrd/scripts
/lib/mkinitrd/scripts/setup-luks.sh
/lib/mkinitrd/scripts/boot-luks.sh
/lib/mkinitrd/scripts/setup-luks2.sh
/lib/mkinitrd/scripts/setup-luks_final.sh
/usr/sbin/convert_cryptotab
/lib/cryptsetup

%changelog
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to