rpms/anaconda/devel .cvsignore, 1.644, 1.645 anaconda.spec, 1.793, 1.794 sources, 1.778, 1.779

David Cantrell dcantrel at fedoraproject.org
Fri Jul 10 01:48:50 UTC 2009


Author: dcantrel

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

Modified Files:
	.cvsignore anaconda.spec sources 
Log Message:
* Thu Jul 09 2009 David Cantrell <dcantrell at redhat.com> - 12.2-1
- mdmon added to install.img (Jacek.Danecki)
- Remove some unnecessary code. (clumens)
- Use a method yum provides, rather than inventing our own. (clumens)
- Remove _catchallCategory.  yum handles this for us now. (clumens)
- Write out NM_CONTROLLED=no for NICs used for FCoE (hdegoede)
- Add support for biosraid using mdadm (hdegoede)
- Reverse: "Support for MD containers" (hdegoede)
- When all udev_is-foo() checks fail return instead of backtracing (hdegoede)
- 70-anaconda.rules: always import blkid output (hdegoede)
- Make sure to have "self" as an argument. (clumens)
- Add kickstart fcoe command (hdegoede)
- Use the yum preconf object to do $releasever substitution. (clumens)
- Indicate LV status according to lv_attr active bit (#491754) (dcantrell)
- Include lv_attr in lvm.lvs() return value. (dcantrell)
- Fix list of 64-bit arches. (notting)
- We also need -DUSESELINUX if we want to call matchPathContext. (clumens)
- Clean up some arch code. (notting)
- Update /etc/hosts with hostname for loopback IP address (#506384)
  (rvykydal)
- Add missing LAYER2 and PORTNO handling for s390x. (dcantrell)
- Ignore configure.ac when generating updates.img (dcantrell)
- AC_ARG_WITH -> AC_ARG_ENABLE (dcantrell)
- dhclient now reads config files from /etc/dhcp (dcantrell)
- no "rhgb quiet" on s390 to enable visible boot progress and system
  automation (#509881) (maier)
- fix backtrace in s390 reipl support due to missing anaconda.id.fsset
  (#509877) (maier)
- Put sleep in /bin on the initrd (#505639). (clumens)
- Also include the grep programs. (clumens)
- Add programs from vim-minimal, coreutils, and util-linux-ng. (clumens)
- Move programs that aren't s390-specific into the main image. (clumens)
- Look for /bin/sh, not /sbin/busybox. (clumens)
- No longer symlink binaries to busybox. (clumens)
- No longer require busybox. (clumens)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/.cvsignore,v
retrieving revision 1.644
retrieving revision 1.645
diff -u -p -r1.644 -r1.645
--- .cvsignore	6 Jul 2009 21:16:28 -0000	1.644
+++ .cvsignore	10 Jul 2009 01:48:19 -0000	1.645
@@ -1,3 +1 @@
-anaconda-11.5.0.53.tar.bz2
-anaconda-12.0.tar.bz2
-anaconda-12.1.tar.bz2
+anaconda-12.2.tar.bz2


Index: anaconda.spec
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/anaconda.spec,v
retrieving revision 1.793
retrieving revision 1.794
diff -u -p -r1.793 -r1.794
--- anaconda.spec	6 Jul 2009 21:16:28 -0000	1.793
+++ anaconda.spec	10 Jul 2009 01:48:20 -0000	1.794
@@ -3,7 +3,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 12.1
+Version: 12.2
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -26,7 +26,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version
 %define libnlver 1.0
 %define libselinuxver 1.6
 %define mkinitrdver 5.1.2-1
-%define pykickstartver 1.55
+%define pykickstartver 1.56
 %define rpmpythonver 4.2-0.61
 %define slangver 2.0.6-2
 %define yumver 2.9.2
@@ -135,7 +135,6 @@ Requires: device-mapper
 %ifarch s390 s390x
 Requires: openssh
 %endif
-Requires: busybox-anaconda
 Requires: isomd5sum
 Requires: yum-utils >= %{yumutilsver}
 Requires: NetworkManager >= %{nmver}
@@ -213,6 +212,42 @@ update-desktop-database &> /dev/null || 
 %endif
 
 %changelog
+* Thu Jul 09 2009 David Cantrell <dcantrell at redhat.com> - 12.2-1
+- mdmon added to install.img (Jacek.Danecki)
+- Remove some unnecessary code. (clumens)
+- Use a method yum provides, rather than inventing our own. (clumens)
+- Remove _catchallCategory.  yum handles this for us now. (clumens)
+- Write out NM_CONTROLLED=no for NICs used for FCoE (hdegoede)
+- Add support for biosraid using mdadm (hdegoede)
+- Reverse: "Support for MD containers" (hdegoede)
+- When all udev_is-foo() checks fail return instead of backtracing (hdegoede)
+- 70-anaconda.rules: always import blkid output (hdegoede)
+- Make sure to have "self" as an argument. (clumens)
+- Add kickstart fcoe command (hdegoede)
+- Use the yum preconf object to do $releasever substitution. (clumens)
+- Indicate LV status according to lv_attr active bit (#491754) (dcantrell)
+- Include lv_attr in lvm.lvs() return value. (dcantrell)
+- Fix list of 64-bit arches. (notting)
+- We also need -DUSESELINUX if we want to call matchPathContext. (clumens)
+- Clean up some arch code. (notting)
+- Update /etc/hosts with hostname for loopback IP address (#506384)
+  (rvykydal)
+- Add missing LAYER2 and PORTNO handling for s390x. (dcantrell)
+- Ignore configure.ac when generating updates.img (dcantrell)
+- AC_ARG_WITH -> AC_ARG_ENABLE (dcantrell)
+- dhclient now reads config files from /etc/dhcp (dcantrell)
+- no "rhgb quiet" on s390 to enable visible boot progress and system
+  automation (#509881) (maier)
+- fix backtrace in s390 reipl support due to missing anaconda.id.fsset
+  (#509877) (maier)
+- Put sleep in /bin on the initrd (#505639). (clumens)
+- Also include the grep programs. (clumens)
+- Add programs from vim-minimal, coreutils, and util-linux-ng. (clumens)
+- Move programs that aren't s390-specific into the main image. (clumens)
+- Look for /bin/sh, not /sbin/busybox. (clumens)
+- No longer symlink binaries to busybox. (clumens)
+- No longer require busybox. (clumens)
+
 * Mon Jul 06 2009 Chris Lumens <clumens at redhat.com> - 12.1-1
 - Include the rest of the libs isys needs to link against (#509572).
   (clumens)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/sources,v
retrieving revision 1.778
retrieving revision 1.779
diff -u -p -r1.778 -r1.779
--- sources	6 Jul 2009 21:16:28 -0000	1.778
+++ sources	10 Jul 2009 01:48:20 -0000	1.779
@@ -1 +1 @@
-5b0e05c551d0b9c284b18ecb4464f1d5  anaconda-12.1.tar.bz2
+dcc4826488ffc6a918cf050637bf66d6  anaconda-12.2.tar.bz2




More information about the fedora-extras-commits mailing list