* Sat Sep 06 2008 David Cantrell <dcantrell@redhat.com> - 11.4.1.32-1
- Use struct audit_reply instead of struct auditd_reply_list (dcantrell) * Sat Sep 06 2008 David Cantrell <dcantrell@redhat.com> - 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)
This commit is contained in:
parent
9852805488
commit
7221e44bee
@ -1 +1 @@
|
|||||||
anaconda-11.4.1.30.tar.bz2
|
anaconda-11.4.1.32.tar.bz2
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 11.4.1.30
|
Version: 11.4.1.32
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -29,7 +29,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||||||
%define syscfgdatever 1.9.0
|
%define syscfgdatever 1.9.0
|
||||||
%define pythonpyblockver 0.24-1
|
%define pythonpyblockver 0.24-1
|
||||||
%define libbdevidver 5.1.2-1
|
%define libbdevidver 5.1.2-1
|
||||||
%define rhpxlver 0.25
|
|
||||||
%define desktopfileutilsver 0.8
|
%define desktopfileutilsver 0.8
|
||||||
%define e2fsver 1.41.0
|
%define e2fsver 1.41.0
|
||||||
%define nmver 0.7.0
|
%define nmver 0.7.0
|
||||||
@ -108,7 +107,6 @@ Requires: mdadm
|
|||||||
Requires: lvm2
|
Requires: lvm2
|
||||||
Requires: util-linux-ng
|
Requires: util-linux-ng
|
||||||
%ifnarch s390 s390x ppc64
|
%ifnarch s390 s390x ppc64
|
||||||
Requires: rhpxl >= %{rhpxlver}
|
|
||||||
Requires: system-config-keyboard
|
Requires: system-config-keyboard
|
||||||
%endif
|
%endif
|
||||||
Requires: hal, dbus-python
|
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 || :
|
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Sep 06 2008 David Cantrell <dcantrell@redhat.com> - 11.4.1.32-1
|
||||||
|
- Use struct audit_reply instead of struct auditd_reply_list (dcantrell)
|
||||||
|
|
||||||
|
* Sat Sep 06 2008 David Cantrell <dcantrell@redhat.com> - 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 <dcantrell@redhat.com> - 11.4.1.30-1
|
* Fri Aug 29 2008 David Cantrell <dcantrell@redhat.com> - 11.4.1.30-1
|
||||||
- Fix a traceback with unencrypted autopart. (dlehman)
|
- Fix a traceback with unencrypted autopart. (dlehman)
|
||||||
- doLoggingSetup has grown some new arguments (#460654). (clumens)
|
- doLoggingSetup has grown some new arguments (#460654). (clumens)
|
||||||
|
Loading…
Reference in New Issue
Block a user