summaryrefslogtreecommitdiffstats
path: root/dracut.spec
diff options
context:
space:
mode:
Diffstat (limited to 'dracut.spec')
-rw-r--r--dracut.spec15
1 files changed, 14 insertions, 1 deletions
diff --git a/dracut.spec b/dracut.spec
index a85991b..e73a192 100644
--- a/dracut.spec
+++ b/dracut.spec
@@ -10,7 +10,7 @@
Name: dracut
Version: 034
-Release: 1%{?dist}
+Release: 7.git20131008%{?dist}
Summary: Initramfs generator using udev
%if 0%{?fedora} || 0%{?rhel}
@@ -29,6 +29,12 @@ 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
Source0: http://www.kernel.org/pub/linux/utils/boot/dracut/dracut-%{version}.tar.bz2
+Patch1: 0001-lvm-install-thin-utils-for-non-hostonly.patch
+Patch2: 0002-module-setup.sh-add-comments-for-dracut-called-funct.patch
+Patch3: 0003-10i18n-parse-i18n.sh-parse-rd.vconsole-and-rd.locale.patch
+Patch4: 0004-dracut.sh-do-not-bail-out-if-kernel-modules-dir-is-m.patch
+Patch5: 0005-Doc-cleanup-extend-and-split-and-reuse.patch
+Patch6: 0006-dmsquash-live-add-dev-mapper-live-base.patch
BuildRequires: bash git
@@ -315,6 +321,7 @@ rm -rf -- $RPM_BUILD_ROOT
%endif
%{_mandir}/man7/dracut.kernel.7*
%{_mandir}/man7/dracut.cmdline.7*
+%{_mandir}/man7/dracut.modules.7*
%{_mandir}/man7/dracut.bootup.7*
%{_mandir}/man5/dracut.conf.5*
%if %{defined _unitdir}
@@ -448,6 +455,12 @@ rm -rf -- $RPM_BUILD_ROOT
%endif
%changelog
+* Tue Oct 08 2013 Harald Hoyer <harald@redhat.com> 034-7.git20131008
+- lvm: install thin utils for non-hostonly
+- do not bail out, if kernel modules dir is missing
+- dmsquash-live: add /dev/mapper/live-base
+Resolves: rhbz#1016726
+
* Tue Oct 08 2013 Harald Hoyer <harald@redhat.com> 034-1
- version 034
- add option to turn on/off prelinking