rpms/anaconda/devel .cvsignore, 1.672, 1.673 anaconda.spec, 1.822, 1.823 sources, 1.806, 1.807

David Cantrell dcantrel at fedoraproject.org
Sat Sep 26 03:45:17 UTC 2009


Author: dcantrel

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

Modified Files:
	.cvsignore anaconda.spec sources 
Log Message:
* Fri Sep 25 2009 David Cantrell <dcantrell at redhat.com> - 12.31-1
- Move S390MODS to inside makeBootImages(), remove libiscsi_tcp. (dcantrell)
- Require the latest and greatest python-meh. (clumens)
- Add a stub enableNetwork method for cmdline mode (#525779). (clumens)
- Adapt to python-meh passing a bug description around. (clumens)
- Return None for next part type if all primary slots full. (#524859)
  (dlehman)
- Make sure the Minimal group is selected by default on RHEL installs
  (#524561). (clumens)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/.cvsignore,v
retrieving revision 1.672
retrieving revision 1.673
diff -u -p -r1.672 -r1.673
--- .cvsignore	24 Sep 2009 14:14:17 -0000	1.672
+++ .cvsignore	26 Sep 2009 03:45:15 -0000	1.673
@@ -1,2 +1 @@
-anaconda-12.29.tar.bz2
-anaconda-12.30.tar.bz2
+anaconda-12.31.tar.bz2


Index: anaconda.spec
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/anaconda.spec,v
retrieving revision 1.822
retrieving revision 1.823
diff -u -p -r1.822 -r1.823
--- anaconda.spec	24 Sep 2009 14:14:17 -0000	1.822
+++ anaconda.spec	26 Sep 2009 03:45:16 -0000	1.823
@@ -3,7 +3,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 12.30
+Version: 12.31
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -43,6 +43,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version
 %define yumutilsver 1.1.11-3
 %define iscsiver 6.2.0.870-3
 %define pythoncryptsetupver 0.0.6
+%define mehver 0.4
 
 BuildRequires: audit-libs-devel
 BuildRequires: bzip2-devel
@@ -83,7 +84,7 @@ BuildRequires: iscsi-initiator-utils-dev
 BuildRequires: s390utils-devel
 %endif
 
-Requires: python-meh
+Requires: python-meh >= %{mehver}
 Requires: policycoreutils
 Requires: rpm-python >= %{rpmpythonver}
 Requires: comps-extras
@@ -214,6 +215,16 @@ update-desktop-database &> /dev/null || 
 %endif
 
 %changelog
+* Fri Sep 25 2009 David Cantrell <dcantrell at redhat.com> - 12.31-1
+- Move S390MODS to inside makeBootImages(), remove libiscsi_tcp. (dcantrell)
+- Require the latest and greatest python-meh. (clumens)
+- Add a stub enableNetwork method for cmdline mode (#525779). (clumens)
+- Adapt to python-meh passing a bug description around. (clumens)
+- Return None for next part type if all primary slots full. (#524859)
+  (dlehman)
+- Make sure the Minimal group is selected by default on RHEL installs
+  (#524561). (clumens)
+
 * Thu Sep 24 2009 Chris Lumens <clumens at redhat.com> - 12.30-1
 - Simplify s390x module list generation. (dcantrell)
 - Read cmsfs* commands from $IMGPATH/usr/sbin in mk-images (dcantrell)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/sources,v
retrieving revision 1.806
retrieving revision 1.807
diff -u -p -r1.806 -r1.807
--- sources	24 Sep 2009 14:14:17 -0000	1.806
+++ sources	26 Sep 2009 03:45:16 -0000	1.807
@@ -1 +1 @@
-512e0594e6caf2015f0f7d2472061a73  anaconda-12.30.tar.bz2
+8e4a7cf339c3787e781652fe25adc8b3  anaconda-12.31.tar.bz2




More information about the fedora-extras-commits mailing list