rpms/anaconda/devel .cvsignore, 1.607, 1.608 anaconda.spec, 1.751, 1.752 sources, 1.742, 1.743

Christopher Edward Lumens clumens at fedoraproject.org
Fri Feb 13 15:13:48 UTC 2009


Author: clumens

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

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



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/.cvsignore,v
retrieving revision 1.607
retrieving revision 1.608
diff -u -r1.607 -r1.608
--- .cvsignore	11 Feb 2009 19:38:59 -0000	1.607
+++ .cvsignore	13 Feb 2009 15:13:17 -0000	1.608
@@ -1 +1,2 @@
 anaconda-11.5.0.17.tar.bz2
+anaconda-11.5.0.18.tar.bz2


Index: anaconda.spec
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/anaconda.spec,v
retrieving revision 1.751
retrieving revision 1.752
diff -u -r1.751 -r1.752
--- anaconda.spec	11 Feb 2009 19:38:59 -0000	1.751
+++ anaconda.spec	13 Feb 2009 15:13:18 -0000	1.752
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 11.5.0.17
+Version: 11.5.0.18
 Release: 1
 License: GPLv2+
 Group:   Applications/System
@@ -30,6 +30,7 @@
 %define yumver 2.9.2
 %define rhplver 0.170
 %define partedver 1.8.1
+%define pypartedver 2.0.0
 %define syscfgdatever 1.9.0
 %define pythonpyblockver 0.24-1
 %define libbdevidver 5.1.2-1
@@ -38,6 +39,7 @@
 %define dbusver 1.2.3
 %define createrepover 0.4.7
 %define yumutilsver 1.1.11-3
+%define iscsiver 6.2.0.870-3
 
 BuildRequires: audit-libs-devel
 BuildRequires: booty
@@ -75,6 +77,7 @@
 %ifarch %livearches
 BuildRequires: desktop-file-utils
 %endif
+BuildRequires: iscsi-initiator-utils-devel >= %{iscsiver}
 
 Requires: policycoreutils
 Requires: rpm-python >= %{rpmpythonver}
@@ -82,7 +85,7 @@
 Requires: rhpl >= %{rhplver}
 Requires: booty
 Requires: parted >= %{partedver}
-Requires: pyparted >= %{partedver}
+Requires: pyparted >= %{pypartedver}
 Requires: yum >= %{yumver}
 Requires: libxml2-python
 Requires: python-urlgrabber
@@ -204,6 +207,16 @@
 %endif
 
 %changelog
+* Fri Feb 13 2009 Chris Lumens <clumens at redhat.com> - 11.5.0.18-1
+- Require pyparted >= 2.0.0 (dcantrell)
+- Update to use the new pyparted. (dcantrell, clumens)
+- Replace non UTF-8 char for hiding password chars with UTF-8 (#485218)
+  (hdegoede)
+- Use a better test for when we're in text mode (#484881). (clumens)
+- Add iBFT support to loader (msivak)
+- Hardlink the initrd.img since we're linking the vmlinuz as well. (jkeating)
+- Check if ld-linux.so.2 is a link already, before removing it (dcantrell)
+
 * Wed Feb 11 2009 Hans de Goede <hdegoede at redhat.com> - 11.5.0.17-1
 - Revert broken German translation fixes so that we will build again
 - Sync up module list (#484984) (katzj)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/sources,v
retrieving revision 1.742
retrieving revision 1.743
diff -u -r1.742 -r1.743
--- sources	11 Feb 2009 19:38:59 -0000	1.742
+++ sources	13 Feb 2009 15:13:18 -0000	1.743
@@ -1 +1 @@
-03c8e9f3c2336d1081a1368bf0801438  anaconda-11.5.0.17.tar.bz2
+ac41eb8f6692cc46382d785cdd8ebe1e  anaconda-11.5.0.18.tar.bz2




More information about the fedora-extras-commits mailing list