summaryrefslogtreecommitdiffstats
path: root/dracut.spec
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2013-07-31 16:13:33 +0200
committerHarald Hoyer <harald@redhat.com>2013-07-31 16:13:33 +0200
commit650a106cbf1a269b8116735ca4f86a62e474bd96 (patch)
treefa5523e6bc1b1bded61e8dd7a110b7de750af77f /dracut.spec
parent7540e531afa66f3dd4cb98348df7d7db1ffe847f (diff)
downloaddracut-650a106cbf1a269b8116735ca4f86a62e474bd96.tar.gz
dracut-650a106cbf1a269b8116735ca4f86a62e474bd96.tar.xz
dracut-650a106cbf1a269b8116735ca4f86a62e474bd96.zip
dracut-031-3.git20130731
- do not include adjtime and localtime in the initramfs - write out vlan configs
Diffstat (limited to 'dracut.spec')
-rw-r--r--dracut.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/dracut.spec b/dracut.spec
index 5b3c130..baf9155 100644
--- a/dracut.spec
+++ b/dracut.spec
@@ -10,7 +10,7 @@
Name: dracut
Version: 031
-Release: 1%{?dist}
+Release: 3.git20130731%{?dist}
Summary: Initramfs generator using udev
%if 0%{?fedora} || 0%{?rhel}
@@ -29,6 +29,9 @@ 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-Generate-correct-ifcfg-file-for-vlan-option.patch
+Patch2: 0002-Revert-base-setup-correct-system-time-and-time-zone-.patch
+
BuildRequires: bash git
@@ -443,6 +446,10 @@ rm -rf -- $RPM_BUILD_ROOT
%endif
%changelog
+* Wed Jul 31 2013 Harald Hoyer <harald@redhat.com> 031-3.git20130731
+- do not include adjtime and localtime in the initramfs
+- write out vlan configs
+
* Wed Jul 31 2013 Harald Hoyer <harald@redhat.com> 031-1
- do not include the resume dracut module in hostonly mode,
if no swap is present