- fixed fsck -a option

This commit is contained in:
Harald Hoyer 2010-11-03 13:53:18 -04:00
parent 2627f31ea4
commit 86334e2c5c
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ dracut-006.tar.bz2
dracut-007.tar.bz2
/dracut-008-353ef76.tar.bz2
/dracut-008-3871942.tar.bz2
/dracut-008-5e1898f.tar.bz2

View File

@ -1,4 +1,4 @@
%define gittag 3871942
%define gittag 5e1898f
# Variables must be defined
%define with_nbd 1
@ -16,7 +16,7 @@
Name: dracut
Version: 008
%define release_prefix 0.7%{?rdist}
%define release_prefix 0.8%{?rdist}
Release: %{release_prefix}
Summary: Initramfs generator using udev
@ -280,10 +280,13 @@ rm -rf $RPM_BUILD_ROOT
%dir /var/lib/dracut/overlay
%changelog
* Fri Oct 29 2010 Harald Hoyer <harald@redhat.com> 008-0.7%{?rdist}
* Wed Nov 3 2010 Harald Hoyer <harald@redhat.com> - 008-0.8
- fixed fsck -a option
* Fri Oct 29 2010 Harald Hoyer <harald@redhat.com> 008-0.7
- added fsck to initramfs
* Fri Oct 29 2010 Harald Hoyer <harald@redhat.com> 008-0.6%{?rdist}
* Fri Oct 29 2010 Harald Hoyer <harald@redhat.com> 008-0.6
- fixed rpm macros
* Fri Oct 29 2010 Harald Hoyer <harald@redhat.com> 008-0.5

View File

@ -1 +1 @@
65bc64094b150528afda9dbe7ddf4b20 dracut-008-3871942.tar.bz2
358a60a203bb74cf8e0d584a6e9a1e78 dracut-008-5e1898f.tar.bz2