From 7221e44bee949656d4ede42995faa99bd52cc2fd Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Sep 07 2008 08:50:49 +0000 Subject: * Sat Sep 06 2008 David Cantrell - 11.4.1.32-1 - Use struct audit_reply instead of struct auditd_reply_list (dcantrell) * Sat Sep 06 2008 David Cantrell - 11.4.1.31-1 - Use --service=NAME in firewall.py when calling lokkit (dcantrell) - Make NM work for the DHCP case, at least (dcbw) (#461071). (clumens) - Sleep a little after dbus to give it time before HAL connects. (clumens) - Add libsqlite to the initrd, which is needed by NSS libs. (clumens) - Add more dlopen()ed libraries to the initrd. (clumens) - Fix various problems with the exn saving UI (#461129). (clumens) - Fail gracefully if we can't talk to NetworkManager over DBus. (dcantrell) - Reword text for easy of translating plurals (#460728). (clumens) - Make sure /bin/sh is linked to /bin/bash (dcantrell) - Do not include /usr/lib/gconv in install.img (dcantrell) - Add /etc/NetworkManager/dispatcher.d to the install.img. (clumens) - Remove last vestiges of rhpxl and pirut. (clumens) - Only one list of packages in upd-instroot, thanks. (clumens) - Add xrandr back into the install.img (#458738). (clumens) - Add a couple more directories to search paths. (clumens) - Do repo setup and sack setup as separate steps. (clumens) - Fix a typo that was causing repos in the kickstart file to be skipped (#451020). (clumens) --- diff --git a/.cvsignore b/.cvsignore index d790f24..db0f763 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -anaconda-11.4.1.30.tar.bz2 +anaconda-11.4.1.32.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 5af877b..79909b9 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 11.4.1.30 +Version: 11.4.1.32 Release: 1 License: GPLv2+ Group: Applications/System @@ -29,7 +29,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %define syscfgdatever 1.9.0 %define pythonpyblockver 0.24-1 %define libbdevidver 5.1.2-1 -%define rhpxlver 0.25 %define desktopfileutilsver 0.8 %define e2fsver 1.41.0 %define nmver 0.7.0 @@ -108,7 +107,6 @@ Requires: mdadm Requires: lvm2 Requires: util-linux-ng %ifnarch s390 s390x ppc64 -Requires: rhpxl >= %{rhpxlver} Requires: system-config-keyboard %endif Requires: hal, dbus-python @@ -220,6 +218,29 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Sat Sep 06 2008 David Cantrell - 11.4.1.32-1 +- Use struct audit_reply instead of struct auditd_reply_list (dcantrell) + +* Sat Sep 06 2008 David Cantrell - 11.4.1.31-1 +- Use --service=NAME in firewall.py when calling lokkit (dcantrell) +- Make NM work for the DHCP case, at least (dcbw) (#461071). (clumens) +- Sleep a little after dbus to give it time before HAL connects. (clumens) +- Add libsqlite to the initrd, which is needed by NSS libs. (clumens) +- Add more dlopen()ed libraries to the initrd. (clumens) +- Fix various problems with the exn saving UI (#461129). (clumens) +- Fail gracefully if we can't talk to NetworkManager over DBus. (dcantrell) +- Reword text for easy of translating plurals (#460728). (clumens) +- Make sure /bin/sh is linked to /bin/bash (dcantrell) +- Do not include /usr/lib/gconv in install.img (dcantrell) +- Add /etc/NetworkManager/dispatcher.d to the install.img. (clumens) +- Remove last vestiges of rhpxl and pirut. (clumens) +- Only one list of packages in upd-instroot, thanks. (clumens) +- Add xrandr back into the install.img (#458738). (clumens) +- Add a couple more directories to search paths. (clumens) +- Do repo setup and sack setup as separate steps. (clumens) +- Fix a typo that was causing repos in the kickstart file to be skipped + (#451020). (clumens) + * Fri Aug 29 2008 David Cantrell - 11.4.1.30-1 - Fix a traceback with unencrypted autopart. (dlehman) - doLoggingSetup has grown some new arguments (#460654). (clumens) diff --git a/sources b/sources index 6653bd2..9eb0dd2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9bab4743f94201d0a4ddd66979fa6f80 anaconda-11.4.1.30.tar.bz2 +5645069302e98bc7e65ded673b6725ea anaconda-11.4.1.32.tar.bz2