From c5fa93875ef0b687b2a34e6cde28cbde4a635e8e Mon Sep 17 00:00:00 2001 From: Christopher Edward Lumens Date: Jul 23 2008 19:40:53 +0000 Subject: New version. --- diff --git a/.cvsignore b/.cvsignore index 9633d83..b5231b1 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,3 +1,4 @@ clog anaconda-11.4.1.15.tar.bz2 anaconda-11.4.1.16.tar.bz2 +anaconda-11.4.1.17.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 8837e30..db2c74b 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 11.4.1.16 +Version: 11.4.1.17 Release: 1 License: GPLv2+ Group: Applications/System @@ -107,6 +107,7 @@ Requires: system-config-keyboard %endif Requires: hal, dbus-python Requires: cracklib-python +Requires: python-bugzilla %ifarch %livearches Requires: usermode Requires: zenity @@ -194,6 +195,22 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Wed Jul 23 2008 Chris Lumens - 11.4.1.17-1 +- Add support for filing bugs straight into bugzilla. (clumens) +- Running git-tag -f from a makefile rule is a bad idea (katzj) +- A text message in rescue.py is not gettext-ized (atodorov) +- Code cleanup - handling of --serial (atodorov) +- Offer physical NIC identification in stage 1 (#261101) (dcantrell) +- Specify a default cio_ignore parameter for s390x (#253075) (dcantrell) +- Fix getting the stage2 image when doing kickstart installs. (clumens) +- Convert package names to unicode before displaying the error message + (#446826). (clumens) +- When there is text mode specified in the kickstart file, disable the vnc + question (#455612) (msivak) +- We no longer add the fstype to the hd: method in loader. (clumens) +- Check DHCP by default on the text network configurator screen. (clumens) +- Support booting from FCP-attached CD/DVD drive on s390 (#184648) (dcantrell) + * Thu Jul 17 2008 Chris Lumens - 11.4.1.16-1 - Support xdriver= again (katzj) - Fix loadkeys on serial console (niels.devos) diff --git a/sources b/sources index e4ee6d4..83db471 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2ccbed54a4241deeb631373db89a4c96 anaconda-11.4.1.16.tar.bz2 +22d8bd2e1874186f15ed61fe90312889 anaconda-11.4.1.17.tar.bz2