[dracut] version 011

Harald Hoyer harald at fedoraproject.org
Mon Jul 18 16:02:26 UTC 2011


commit 77a5db3192ae85664d1424d5a0edff3472dbb934
Author: Harald Hoyer <harald at redhat.com>
Date:   Mon Jul 18 18:02:29 2011 +0200

    version 011

 .gitignore  |    1 +
 dracut.spec |   31 +++++++++++++------------------
 sources     |    2 +-
 3 files changed, 15 insertions(+), 19 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4470271..6af7436 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /dracut-011-9b30d47.tar.bz2
+/dracut-011.tar.bz2
diff --git a/dracut.spec b/dracut.spec
index 8a63b61..7a11602 100644
--- a/dracut.spec
+++ b/dracut.spec
@@ -1,4 +1,3 @@
-%define gittag 9b30d47
 # Variables must be defined
 %define with_nbd                1
 
@@ -7,17 +6,9 @@
 %define with_nbd 0
 %endif
 
-%if %{defined gittag}
-%define rdist .git%{gittag}%{?dist}
-%define dashgittag -%{gittag}
-%else
-%define rdist %{?dist}
-%endif
-
 Name: dracut
 Version: 011
-%define release_prefix 0.1%{?rdist}
-Release: %{release_prefix}
+Release: 1
 
 Summary: Initramfs generator using udev
 %if 0%{?fedora}
@@ -29,8 +20,9 @@ Group: System/Base
 License: GPLv2+
 URL: https://dracut.wiki.kernel.org/
 # Source can be generated by
-# http://git.kernel.org/?p=boot/dracut/dracut.git;a=snapshot;h=%{?dashgittag};sf=tgz
-Source0: http://www.kernel.org/pub/linux/utils/boot/dracut/dracut-%{version}%{?dashgittag}.tar.bz2
+# 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
+
 
 BuildArch: noarch
 BuildRequires: dash bash
@@ -163,7 +155,8 @@ Requires: %{name} = %{version}-%{release}
 This package contains tools to assemble the local initrd and host configuration.
 
 %prep
-%setup -q -n %{name}-%{version}%{?dashgittag}
+%setup -q -n %{name}-%{version}
+
 
 %build
 make
@@ -204,8 +197,8 @@ rm $RPM_BUILD_ROOT/sbin/mkinitrd
 rm $RPM_BUILD_ROOT/sbin/lsinitrd
 %endif
 
-mkdir -p $RPM_BUILD_ROOT/etc/logrotate.d/dracut
-install -m 0644 dracut.logrotate $RPM_BUILD_ROOT/etc/logrotate.d/dracut
+mkdir -p $RPM_BUILD_ROOT/etc/logrotate.d
+install -m 0644 dracut.logrotate $RPM_BUILD_ROOT/etc/logrotate.d/dracut_log
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -227,7 +220,6 @@ rm -rf $RPM_BUILD_ROOT
 %config(noreplace) /etc/dracut.conf.d/01-dist.conf
 %endif
 %dir /etc/dracut.conf.d
-%config(noreplace) /etc/logrotate.d/dracut
 %{_mandir}/man8/dracut.8*
 %{_mandir}/man7/dracut.kernel.7*
 %{_mandir}/man5/dracut.conf.5*
@@ -261,8 +253,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/dracut/modules.d/98selinux
 %{_datadir}/dracut/modules.d/98syslog
 %{_datadir}/dracut/modules.d/99base
-# logfile needs no logrotate, because it gets overwritten
-# for every dracut run
+%{_datadir}/dracut/modules.d/99shutdown
+%config(noreplace) /etc/logrotate.d/dracut_log
 %attr(0644,root,root) %ghost %config(missingok,noreplace) %{_localstatedir}/log/dracut.log
 %dir %{_sharedstatedir}/initramfs
 
@@ -298,6 +290,9 @@ rm -rf $RPM_BUILD_ROOT
 %dir /var/lib/dracut/overlay
 
 %changelog
+* Mon Jul 18 2011 Harald Hoyer <harald at redhat.com> 011-1
+- version 011
+
 * Fri May 20 2011 Harald Hoyer <harald at redhat.com> 011-0.1%{?rdist}
 - git snapshot of pre-version 011
 
diff --git a/sources b/sources
index 2e54f2c..5a745fb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-927a7872904858049cb8d2131655ebc1  dracut-011-9b30d47.tar.bz2
+52b399efcee701ddbb63f92f407c91f6  dracut-011.tar.bz2


More information about the scm-commits mailing list