beautify specfile

OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=4
This commit is contained in:
Frederic Crozat 2012-08-07 06:50:52 +00:00 committed by Git OBS Bridge
parent f4ff927d08
commit 94c2fbfd0e

View File

@ -1,6 +1,8 @@
#
# spec file for package dracut
#
# 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
@ -10,6 +12,10 @@
# 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/
#
%define dracutlibdir %{_prefix}/lib/dracut
%define replace_mkinitrd 0
@ -19,8 +25,8 @@ Version: 023
Release: 0
Summary: Initramfs generator using udev
Group: System/Base
License: GPL-2.0+ and LGPL-2.1+
Group: System/Base
Url: https://dracut.wiki.kernel.org/
# Source can be generated by
# http://git.kernel.org/?p=boot/dracut/dracut.git;a=snapshot;h=%{version};sf=tgz
@ -57,8 +63,8 @@ Requires: logrotate
Requires: module-init-tools >= 3.8
Requires: sed
Requires: udev > 166
Requires: xz
Requires: util-linux >= 2.21
Requires: xz
%description
Dracut contains tools to create a bootable initramfs for 2.6 Linux kernels.
@ -69,6 +75,7 @@ NFS, iSCSI, NBD, FCoE with the dracut-network package.
%package network
Summary: Dracut modules to build a dracut initramfs with network support
Group: System/Base
Requires: %{name} = %{version}
Obsoletes: dracut-generic < 008
Provides: dracut-generic = %{version}
@ -79,6 +86,7 @@ all purpose initramfs with network support with dracut.
%package caps
Summary: Dracut modules to build a dracut initramfs which drops capabilities
Group: System/Base
Requires: %{name} = %{version}
Requires: libcap
@ -88,6 +96,7 @@ all purpose initramfs with dracut, which drops capabilities.
%package tools
Summary: Dracut tools to build the local initramfs
Group: System/Base
Requires: %{name} = %{version}
%description tools