- Revert "Revert "Don't emit "gfxterm" in grub2 configs (#821355)"" (pjones)
- Make "s" a hotkey for "Save Changes" on Advanced User Configuration. (pjones) - Clean up tracebacks saved in pstore space (#950709) (pjones) - Move anaconda-yum to /usr/libexec/anaconda/ (bcl) - Cleanup: remove dead upgrade code (wwoods) - Fix console= persistence, remove serial (#928269) (wwoods) - Revert "Don't emit "gfxterm" in grub2 configs (#821355)" (pjones) - Disable grub2-mkconfig's submenus by default. (pjones) - Don't emit "gfxterm" in grub2 configs (#821355) (pjones) - updates to boot-options.txt (wwoods) - flags.py: remove unused flags (wwoods) - remove flags.virtpconsole (wwoods) - Call os.chdir("/") after calling os.chroot (vpodzime)
This commit is contained in:
parent
abeeb5fedf
commit
d8841c3ef2
1
.gitignore
vendored
1
.gitignore
vendored
@ -70,3 +70,4 @@ anaconda-15.2.tar.bz2
|
|||||||
/anaconda-19.15.tar.bz2
|
/anaconda-19.15.tar.bz2
|
||||||
/anaconda-19.16.tar.bz2
|
/anaconda-19.16.tar.bz2
|
||||||
/anaconda-19.17.tar.bz2
|
/anaconda-19.17.tar.bz2
|
||||||
|
/anaconda-19.18.tar.bz2
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 19.17
|
Version: 19.18
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -218,7 +218,6 @@ update-desktop-database &> /dev/null || :
|
|||||||
%{_libdir}/python*/site-packages/log_picker/*
|
%{_libdir}/python*/site-packages/log_picker/*
|
||||||
%{_bindir}/analog
|
%{_bindir}/analog
|
||||||
%{_bindir}/anaconda-cleanup
|
%{_bindir}/anaconda-cleanup
|
||||||
%{_bindir}/anaconda-yum
|
|
||||||
%ifarch %livearches
|
%ifarch %livearches
|
||||||
%{_bindir}/liveinst
|
%{_bindir}/liveinst
|
||||||
%{_sbindir}/liveinst
|
%{_sbindir}/liveinst
|
||||||
@ -246,6 +245,21 @@ update-desktop-database &> /dev/null || :
|
|||||||
%{_prefix}/lib/dracut/modules.d/80%{name}/*
|
%{_prefix}/lib/dracut/modules.d/80%{name}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 11 2013 Brian C. Lane <bcl@redhat.com> - 19.18-1
|
||||||
|
- Revert "Revert "Don't emit "gfxterm" in grub2 configs (#821355)"" (pjones)
|
||||||
|
- Make "s" a hotkey for "Save Changes" on Advanced User Configuration. (pjones)
|
||||||
|
- Clean up tracebacks saved in pstore space (#950709) (pjones)
|
||||||
|
- Move anaconda-yum to /usr/libexec/anaconda/ (bcl)
|
||||||
|
- Cleanup: remove dead upgrade code (wwoods)
|
||||||
|
- Fix console= persistence, remove serial (#928269) (wwoods)
|
||||||
|
- Revert "Don't emit "gfxterm" in grub2 configs (#821355)" (pjones)
|
||||||
|
- Disable grub2-mkconfig's submenus by default. (pjones)
|
||||||
|
- Don't emit "gfxterm" in grub2 configs (#821355) (pjones)
|
||||||
|
- updates to boot-options.txt (wwoods)
|
||||||
|
- flags.py: remove unused flags (wwoods)
|
||||||
|
- remove flags.virtpconsole (wwoods)
|
||||||
|
- Call os.chdir("/") after calling os.chroot (vpodzime)
|
||||||
|
|
||||||
* Tue Apr 09 2013 Brian C. Lane <bcl@redhat.com> - 19.17-1
|
* Tue Apr 09 2013 Brian C. Lane <bcl@redhat.com> - 19.17-1
|
||||||
- Pass open file to execWithRedirect for vncpasswd (#948638) (bcl)
|
- Pass open file to execWithRedirect for vncpasswd (#948638) (bcl)
|
||||||
- Fix ip= saving in parse-kickstart (hamzy)
|
- Fix ip= saving in parse-kickstart (hamzy)
|
||||||
|
Loading…
Reference in New Issue
Block a user