- makeupdates: install liveinst to /usr/sbin (bcl)

- liveinst: adjust updates path (#807397) (bcl)
- dracut: add missing spaces for module loading (#804522) (bcl)
- Don't set MALLOC_PERTURB_ when calling grub2-install. (workaround #806784)
  (pjones)
This commit is contained in:
Brian C. Lane 2012-03-28 16:10:52 -07:00
parent d03a62b7a9
commit 10d6b7ceeb
3 changed files with 10 additions and 2 deletions

1
.gitignore vendored
View File

@ -48,3 +48,4 @@ anaconda-15.2.tar.bz2
/anaconda-17.13.tar.bz2
/anaconda-17.14.tar.bz2
/anaconda-17.15.tar.bz2
/anaconda-17.16.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 17.15
Version: 17.16
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -255,6 +255,13 @@ update-desktop-database &> /dev/null || :
/usr/lib/dracut/modules.d/80%{name}/*
%changelog
* Wed Mar 28 2012 Brian C. Lane <bcl@redhat.com> - 17.16-1
- makeupdates: install liveinst to /usr/sbin (bcl)
- liveinst: adjust updates path (#807397) (bcl)
- dracut: add missing spaces for module loading (#804522) (bcl)
- Don't set MALLOC_PERTURB_ when calling grub2-install. (workaround #806784)
(pjones)
* Tue Mar 27 2012 Brian C. Lane <bcl@redhat.com> - 17.15-1
- make ks=file:... parse kickstart earlier (#806931) (wwoods)
- Let "root=..." override "repo=..." (wwoods)

View File

@ -1 +1 @@
23c26352c17f3f1d9399f99c926c4ab0 anaconda-17.15.tar.bz2
38fc654ef67cf9383200c8a7431c8a06 anaconda-17.16.tar.bz2