Update to 8.12

- Preserve trailing indentation when splitting line elements (mads)
  Resolves: rhbz#742720
- Pick last device mounted on / (pjones,bcl)
  Related: rhbz#820340
  Related: rhbz#820351
This commit is contained in:
Peter Jones 2012-05-31 09:55:36 -04:00
parent 7cb2f55b29
commit 94529bf3fb
2 changed files with 10 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Name: grubby
Version: 8.11
Version: 8.12
Release: 1%{?dist}
Summary: Command line tool for updating bootloader configs
Group: System Environment/Base
@ -61,6 +61,14 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Thu May 31 2012 Peter Jones <pjones@redhat.com> - 8.12-1
- Update to 8.12
- Preserve trailing indentation when splitting line elements (mads)
Resolves: rhbz#742720
- Pick last device mounted on / (pjones,bcl)
Related: rhbz#820340
Related: rhbz#820351
* Wed Mar 21 2012 Peter Jones <pjones@redhat.com> - 8.11-1
- Update to 8.11
Resolves: rhbz#805310

View File

@ -1 +1 @@
953e26ec497abc2d27254d1b2ea4fd4b grubby-8.11.tar.bz2
c4d77bac7a38d1bc77020b168742ee48 grubby-8.12.tar.bz2