rpms/anaconda/devel .cvsignore, 1.432, 1.433 anaconda.spec, 1.566, 1.567 sources, 1.560, 1.561

Christopher Edward Lumens (clumens) fedora-extras-commits at redhat.com
Thu Aug 9 19:36:33 UTC 2007


Author: clumens

Update of /cvs/pkgs/rpms/anaconda/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27257

Modified Files:
	.cvsignore anaconda.spec sources 
Log Message:
New version.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/.cvsignore,v
retrieving revision 1.432
retrieving revision 1.433
diff -u -r1.432 -r1.433
--- .cvsignore	6 Aug 2007 20:40:07 -0000	1.432
+++ .cvsignore	9 Aug 2007 19:36:00 -0000	1.433
@@ -3,3 +3,4 @@
 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


Index: anaconda.spec
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/anaconda.spec,v
retrieving revision 1.566
retrieving revision 1.567
diff -u -r1.566 -r1.567
--- anaconda.spec	6 Aug 2007 20:40:07 -0000	1.566
+++ anaconda.spec	9 Aug 2007 19:36:00 -0000	1.567
@@ -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: 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 @@
 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 @@
 /usr/bin/update-desktop-database %{_datadir}/applications
 %endif
 
-%files
+%files -f %{name}.lang
 %defattr(-,root,root)
 %doc COPYING
 %doc ChangeLog
@@ -123,7 +125,6 @@
 /usr/sbin/gptsync
 %endif
 /usr/share/anaconda
-/usr/share/locale/*/*/*
 /usr/lib/anaconda
 %ifarch %livearches
 %{_bindir}/liveinst
@@ -142,6 +143,19 @@
 /sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
 
 %changelog
+* Thu Aug 09 2007 Chris Lumens <clumens at 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 at redhat.com> 11.3.0.17-1
 - Check the rpmdb of the installed root (katzj).
 - Fix mknod calls (hhara AT miraclelinux DOT com).


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/sources,v
retrieving revision 1.560
retrieving revision 1.561
diff -u -r1.560 -r1.561
--- sources	6 Aug 2007 20:40:07 -0000	1.560
+++ sources	9 Aug 2007 19:36:00 -0000	1.561
@@ -1 +1 @@
-09a5f88753931b9cd99da6c63948efea  anaconda-11.3.0.17.tar.bz2
+2469fb4466d48b4bd43ebc1a783be17c  anaconda-11.3.0.18.tar.bz2




More information about the fedora-extras-commits mailing list