rpms/anaconda/devel .cvsignore, 1.717, 1.718 anaconda.spec, 1.868, 1.869 sources, 1.852, 1.853

Christopher Edward Lumens clumens at fedoraproject.org
Thu Jul 8 20:02:34 UTC 2010


Author: clumens

Update of /cvs/pkgs/rpms/anaconda/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv961

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



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/.cvsignore,v
retrieving revision 1.717
retrieving revision 1.718
diff -u -p -r1.717 -r1.718
--- .cvsignore	28 Jun 2010 17:33:45 -0000	1.717
+++ .cvsignore	8 Jul 2010 20:02:32 -0000	1.718
@@ -6,3 +6,4 @@ anaconda-14.6.tar.bz2
 anaconda-14.7.tar.bz2
 anaconda-14.8.tar.bz2
 anaconda-14.9.tar.bz2
+anaconda-14.10.tar.bz2


Index: anaconda.spec
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/anaconda.spec,v
retrieving revision 1.868
retrieving revision 1.869
diff -u -p -r1.868 -r1.869
--- anaconda.spec	28 Jun 2010 17:33:45 -0000	1.868
+++ anaconda.spec	8 Jul 2010 20:02:33 -0000	1.869
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 14.9
+Version: 14.10
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -54,7 +54,7 @@ BuildRequires: elfutils-devel
 BuildRequires: gettext >= %{gettextver}
 BuildRequires: gtk2-devel
 BuildRequires: intltool >= %{intltoolver}
-BuildRequires: isomd5sum-devel >= %{isomd5sumver}
+BuildRequires: isomd5sum-static >= %{isomd5sumver}
 BuildRequires: libarchive-devel
 BuildRequires: libX11-devel
 BuildRequires: libXt-devel
@@ -223,6 +223,48 @@ update-desktop-database &> /dev/null || 
 %endif
 
 %changelog
+* Thu Jul 08 2010 Chris Lumens <clumens at redhat.com> - 14.10-1
+- Handle 16 digit hex strings for ID_SERIAL_SHORT (#611554) (dcantrell)
+- Focus default advanced storage type in add dialog (#603726) (dcantrell)
+- Add multipath member with addUdevDiskDevice instead of DiskDevice (#582254)
+  (dcantrell)
+- add mime.cache to the stage2 image (#609596). (akozumpl)
+- makeupdates: treat files under pyanaconda/ individually. (akozumpl)
+- ssl: propagate 'url --noverifyssl' into yum repo configuration (#599040).
+  (akozumpl)
+- ssl: support for 'url --noverifyssl' in loader. (akozumpl)
+- ssl: support --noverifyssl in the repo kickstart command. (akozumpl)
+- Fix a file descriptor leak in getDevices (#612153, mganisin). (clumens)
+- Pass size of structure not a size of pointer to calloc (#592227) (msivak)
+- Properly iterate over the netdevices list (#610769). (clumens)
+- Require the static package instead of the devel one (#610797). (clumens)
+- ui: C_reate mnemonics in Create Storage dialog. (akozumpl)
+- fix insensitivities of 0783c488 (akozumpl)
+- During an update don't erase old kernels (#594411) (bcl)
+- booty and isys have moved, so update runpylint.sh. (clumens)
+- Translate MAC addresses to devices in the second stage, too. (clumens)
+- Fix prototype of getIPAddresses (#605659) (rvykydal)
+- Account for ipv6 addresses too (#605659) (rvykydal)
+- Use progressbar instead of waitwindow for repo setup (#584996) (rvykydal)
+- Don't deactivate active device before running nm-c-e (#608773) (rvykydal)
+- Control all devs by NM by default + filtering (iSCSI, FCoE) (#606745)
+  (rvykydal)
+- anaconda's lvm vgreduce invocation is not filtering out disks (609479)
+  (hdegoede)
+- Clean up proxy handling in yuminstall.py (#604137) (bcl)
+- Write out missing space on 'part' lines in ks file (#605938) (dcantrell)
+- Make sure swap devices are included in dracut args (#607646) (dcantrell)
+- Catch DeviceNotFoundError in cleardisks (#607661) (dcantrell)
+- Do not proceed after partitioning errors in text mode (#599484) (bcl)
+- fixup exclude/excludepkgs usage (#607664) (bcl)
+- yum calls it "exclude" instead of "excludepkgs" (#607664). (clumens)
+- Add full proxy URL to writeKS (#602705) (bcl)
+- Fix repo --includepkgs=, and add more to anaconda-ks.cfg's repo line
+  (#602705). (clumens)
+- Add a slash to the path pointing to hdinstall dir (#592154) (msivak)
+- Don't resize lv's formatting unless also resizing the lv. (#575046) (dlehman)
+- Show sane non-removable drives too in the DD dialog (#594548) (msivak)
+
 * Mon Jun 28 2010 Chris Lumens <clumens at redhat.com> - 14.9-1
 - Update to use the latest pykickstart. (clumens)
 - Import anaconda_log correctly to avoid the double import problem. (clumens)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/sources,v
retrieving revision 1.852
retrieving revision 1.853
diff -u -p -r1.852 -r1.853
--- sources	28 Jun 2010 17:33:45 -0000	1.852
+++ sources	8 Jul 2010 20:02:34 -0000	1.853
@@ -1 +1 @@
-5d850383cac379954f44efdf0100f1f4  anaconda-14.9.tar.bz2
+fe758bbbb9a22b76c1ea6f8155c8b153  anaconda-14.10.tar.bz2



More information about the scm-commits mailing list