rpms/anaconda/devel .cvsignore, 1.668, 1.669 anaconda.spec, 1.818, 1.819 sources, 1.802, 1.803

David Cantrell dcantrel at fedoraproject.org
Fri Sep 18 01:01:38 UTC 2009


Author: dcantrel

Update of /cvs/pkgs/rpms/anaconda/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27907

Modified Files:
	.cvsignore anaconda.spec sources 
Log Message:
* Thu Sep 17 2009 David Cantrell <dcantrell at redhat.com> - 12.26-1
- NetworkManagerSystemSettings.service no longer exists. (jkeating)
- udevsettle is no longer used (udevadm settle is called instead) so don't
  put it in images. (jkeating)
- nm-system-settings is no longer shipped. (jkeating)
- Port from PolicyKit to polkit (jkeating)
- Keep po/anaconda.pot in the source tree (#522072) (dcantrell)
- Do not show Unknown as filesystem type for free space. (dcantrell)
- Catch failures from write(2) in utils/snarffont.c (dcantrell)
- Don't leak fds (#520154) (jgranado)
- Initialize the opts variable. (jgranado)
- Add the help messages for the new options of makeupdates script. (jgranado)
- Revert "The Madan font should no longer be used (apparently).  (#523906)."
  (clumens)
- Fix going back from hd install UI when stage2 is given as boot param
  (#519206). (rvykydal)
- The Madan font should no longer be used (apparently).  (#523906). (clumens)
- Update the pykickstart requirement to reflect the escrow stuff. (clumens)
- add requires for sparc arches on elftoaout and piggyback we need them to
  make the tftp image (dennis)
- copy the sparc boot loader on all sparc arches (dennis)
- make sure we include sparc boot loaders on all sparc arches (dennis)
- make sure we get the sparc64 kernel on sparc (dennis)
- Check whatever contains /boot on PPC as well as the bootable part
  (#523747). (clumens)
- make a call to rpmutils to get the basearch works on all arches that dont
  have anaconda built on the basearch (dennis)
- s-c-keyboard is now provided on all architectures (#523445). (clumens)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/.cvsignore,v
retrieving revision 1.668
retrieving revision 1.669
diff -u -p -r1.668 -r1.669
--- .cvsignore	16 Sep 2009 00:17:36 -0000	1.668
+++ .cvsignore	18 Sep 2009 01:01:37 -0000	1.669
@@ -1 +1 @@
-anaconda-12.25.tar.bz2
+anaconda-12.26.tar.bz2


Index: anaconda.spec
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/anaconda.spec,v
retrieving revision 1.818
retrieving revision 1.819
diff -u -p -r1.818 -r1.819
--- anaconda.spec	16 Sep 2009 00:17:36 -0000	1.818
+++ anaconda.spec	18 Sep 2009 01:01:37 -0000	1.819
@@ -3,7 +3,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 12.25
+Version: 12.26
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -27,7 +27,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version
 %define libnlver 1.0
 %define libselinuxver 1.6
 %define mkinitrdver 5.1.2-1
-%define pykickstartver 1.58
+%define pykickstartver 1.63
 %define rpmpythonver 4.2-0.61
 %define slangver 2.0.6-2
 %define yumver 2.9.2
@@ -115,9 +115,7 @@ Requires: python-cryptsetup >= %{pythonc
 Requires: mdadm
 Requires: lvm2
 Requires: util-linux-ng >= 2.15.1
-%ifnarch s390 s390x ppc64
 Requires: system-config-keyboard >= 1.3.0-3
-%endif
 Requires: hal, dbus-python
 Requires: cracklib-python
 Requires: python-bugzilla
@@ -143,6 +141,9 @@ Requires: dhclient
 Requires: dhcpv6-client
 Requires: anaconda-yum-plugins
 Requires: libselinux-python >= %{libselinuxver}
+%ifarch %{sparc}
+Requires: elftoaout piggyback
+%endif
 Obsoletes: anaconda-images <= 10
 Provides: anaconda-images = %{version}-%{release}
 Obsoletes: anaconda-runtime < %{version}-%{release}
@@ -214,6 +215,35 @@ update-desktop-database &> /dev/null || 
 %endif
 
 %changelog
+* Thu Sep 17 2009 David Cantrell <dcantrell at redhat.com> - 12.26-1
+- NetworkManagerSystemSettings.service no longer exists. (jkeating)
+- udevsettle is no longer used (udevadm settle is called instead) so don't
+  put it in images. (jkeating)
+- nm-system-settings is no longer shipped. (jkeating)
+- Port from PolicyKit to polkit (jkeating)
+- Keep po/anaconda.pot in the source tree (#522072) (dcantrell)
+- Do not show Unknown as filesystem type for free space. (dcantrell)
+- Catch failures from write(2) in utils/snarffont.c (dcantrell)
+- Don't leak fds (#520154) (jgranado)
+- Initialize the opts variable. (jgranado)
+- Add the help messages for the new options of makeupdates script. (jgranado)
+- Revert "The Madan font should no longer be used (apparently).  (#523906)."
+  (clumens)
+- Fix going back from hd install UI when stage2 is given as boot param
+  (#519206). (rvykydal)
+- The Madan font should no longer be used (apparently).  (#523906). (clumens)
+- Update the pykickstart requirement to reflect the escrow stuff. (clumens)
+- add requires for sparc arches on elftoaout and piggyback we need them to
+  make the tftp image (dennis)
+- copy the sparc boot loader on all sparc arches (dennis)
+- make sure we include sparc boot loaders on all sparc arches (dennis)
+- make sure we get the sparc64 kernel on sparc (dennis)
+- Check whatever contains /boot on PPC as well as the bootable part
+  (#523747). (clumens)
+- make a call to rpmutils to get the basearch works on all arches that dont
+  have anaconda built on the basearch (dennis)
+- s-c-keyboard is now provided on all architectures (#523445). (clumens)
+
 * Tue Sep 15 2009 David Cantrell <dcantrell at redhat.com> - 12.25-1
 - Use pyblock for device-mapper devices' status. (dlehman)
 - load_policy has moved from /usr/sbin to /sbin (#523506). (clumens)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/sources,v
retrieving revision 1.802
retrieving revision 1.803
diff -u -p -r1.802 -r1.803
--- sources	16 Sep 2009 00:17:37 -0000	1.802
+++ sources	18 Sep 2009 01:01:37 -0000	1.803
@@ -1 +1 @@
-2f7b7b77418b5dd057045f7ebd359ebf  anaconda-12.25.tar.bz2
+7494d5f42675d01eb0c2e27cdc206ea0  anaconda-12.26.tar.bz2




More information about the fedora-extras-commits mailing list