New version.

This commit is contained in:
Christopher Edward Lumens 2007-08-09 19:36:00 +00:00
parent 9396d2eb84
commit 8843d0efd8
3 changed files with 20 additions and 5 deletions

View File

@ -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

View File

@ -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 <clumens@redhat.com> 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 <clumens@redhat.com> 11.3.0.17-1
- Check the rpmdb of the installed root (katzj).
- Fix mknod calls (hhara AT miraclelinux DOT com).

View File

@ -1 +1 @@
09a5f88753931b9cd99da6c63948efea anaconda-11.3.0.17.tar.bz2
2469fb4466d48b4bd43ebc1a783be17c anaconda-11.3.0.18.tar.bz2