From 8843d0efd86f97b655c4879d8bf770e340563844 Mon Sep 17 00:00:00 2001 From: Christopher Edward Lumens Date: Aug 09 2007 19:36:00 +0000 Subject: New version. --- diff --git a/.cvsignore b/.cvsignore index 22b6538..0885cf1 100644 --- a/.cvsignore +++ b/.cvsignore @@ -3,3 +3,4 @@ anaconda-11.3.0.14.tar.bz2 anaconda-11.3.0.15.tar.bz2 anaconda-11.3.0.16.tar.bz2 anaconda-11.3.0.17.tar.bz2 +anaconda-11.3.0.18.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index b6de9ce..7494d1c 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,7 +1,7 @@ %define livearches %{ix86} x86_64 Name: anaconda -Version: 11.3.0.17 +Version: 11.3.0.18 Release: 1 License: GPL Summary: Graphical system installer @@ -36,7 +36,7 @@ Requires: dosfstools e2fsprogs Requires: python-pyblock >= 0.24-1 Requires: libbdevid >= 5.1.2-1, libbdevid-python Requires: audit-libs -Requires: libuser +Requires: libuser-python, newt-python Requires: authconfig Requires: gnome-python2-gtkhtml2 Requires: system-config-securitylevel @@ -95,6 +95,8 @@ make DESTDIR=$RPM_BUILD_ROOT install desktop-file-install --vendor="" --dir=$RPM_BUILD_ROOT/%{_datadir}/applications $RPM_BUILD_ROOT/%{_datadir}/applications/liveinst.desktop %endif +%find_lang %{name} + %clean rm -rf $RPM_BUILD_ROOT @@ -108,7 +110,7 @@ rm -rf $RPM_BUILD_ROOT /usr/bin/update-desktop-database %{_datadir}/applications %endif -%files +%files -f %{name}.lang %defattr(-,root,root) %doc COPYING %doc ChangeLog @@ -123,7 +125,6 @@ rm -rf $RPM_BUILD_ROOT /usr/sbin/gptsync %endif /usr/share/anaconda -/usr/share/locale/*/*/* /usr/lib/anaconda %ifarch %livearches %{_bindir}/liveinst @@ -142,6 +143,19 @@ rm -rf $RPM_BUILD_ROOT /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Thu Aug 09 2007 Chris Lumens 11.3.0.18-1 +- Fix "noipv6 ip=dhcp" to not ask about v4 vs. v6 (katzj). +- Blacklist the ata_generic module (katzj). +- Don't double add packages to the transaction set (katzj, #249908). +- Use find_lang (katzj, #251444). +- Add newt-python and libuser-python packages (katzj, clumens, #251347). +- Add dosfslabel (katzj, #251217). +- Enable runlevel 5 if kdm is installed (#251194). +- Fix disk selection in text UI (#247997, #251150). +- Don't require a command line option for xfs (katzj). +- Fix syntax error (pjones). +- Rework loader flags (dcantrell, #250895). + * Mon Aug 06 2007 Chris Lumens 11.3.0.17-1 - Check the rpmdb of the installed root (katzj). - Fix mknod calls (hhara AT miraclelinux DOT com). diff --git a/sources b/sources index 1107691..3381096 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -09a5f88753931b9cd99da6c63948efea anaconda-11.3.0.17.tar.bz2 +2469fb4466d48b4bd43ebc1a783be17c anaconda-11.3.0.18.tar.bz2