rpms/anaconda/devel .cvsignore, 1.568, 1.569 anaconda.spec, 1.710, 1.711 sources, 1.702, 1.703

Christopher Edward Lumens clumens at fedoraproject.org
Fri Sep 19 21:12:03 UTC 2008


Author: clumens

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

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



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/.cvsignore,v
retrieving revision 1.568
retrieving revision 1.569
diff -u -r1.568 -r1.569
--- .cvsignore	16 Sep 2008 05:07:24 -0000	1.568
+++ .cvsignore	19 Sep 2008 21:11:32 -0000	1.569
@@ -1 +1,2 @@
 anaconda-11.4.1.36.tar.bz2
+anaconda-11.4.1.37.tar.bz2


Index: anaconda.spec
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/anaconda.spec,v
retrieving revision 1.710
retrieving revision 1.711
diff -u -r1.710 -r1.711
--- anaconda.spec	16 Sep 2008 05:07:24 -0000	1.710
+++ anaconda.spec	19 Sep 2008 21:11:32 -0000	1.711
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 11.4.1.36
+Version: 11.4.1.37
 Release: 1
 License: GPLv2+
 Group:   Applications/System
@@ -135,6 +135,7 @@
 Requires: NetworkManager >= %{nmver}
 Requires: dhclient
 Requires: dhcpv6-client
+Requires: anaconda-yum-plugins
 Obsoletes: anaconda-images <= 10
 Obsoletes: anaconda-runtime < %{version}-%{release}
 Provides: anaconda-runtime = %{version}-%{release}
@@ -143,15 +144,6 @@
 The anaconda package contains the program which was used to install your 
 system.  These files are of little use on an already installed system.
 
-%package yum-plugins
-Summary:  Installation-related yum plugins
-Group:    Applications/System
-Requires: python, yum
-
-%description yum-plugins
-The anaconda yum-plugins package contains yum plugins that are useful for
-anaconda and other system installation-related programs.
-
 %prep
 %setup -q
 
@@ -209,15 +201,34 @@
 %{_datadir}/applications/*.desktop
 %endif
 
-%files yum-plugins
-%defattr(-,root,root)
-%{_sysconfdir}/yum/pluginconf.d/*
-%{_prefix}/lib/yum-plugins/*
-
 %triggerun -- anaconda < 8.0-1
 /sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
 
 %changelog
+* Fri Sep 19 2008 Chris Lumens <clumens at redhat.com> - 11.4.1.37-1
+- Set the filename on the traceback when we upload it (wwoods).
+- Don't worry about errors looking up protected partitions on upgrades.
+  (clumens)
+- Fix test for allowing the installation source to be on the root fs
+  (#462769). (clumens)
+- lang-names should really only depend on lang-table (katzj)
+- Don't make the .desktop file unless we actually need to (katzj)
+- Fix lang-name generation (katzj)
+- Look for xrandr in the search path. (clumens)
+- Make the textw network screen match the iw interface by only prompting for
+  hostname (#462592) (dcantrell)
+- Pick up hostname if we have it, otherwise use localhost.localdomain
+  (#461933) (dcantrell)
+- dhclient-script not needed for NetworkManager (dcantrell)
+- Add getDefaultHostname() to network.py (dcantrel)
+- Write out NETMASK and BROADCAST correctly in loader. (dcantrel)
+- Fix problems with manual network configuration in loader. (dcantrel)
+- anaconda-yum-plugins is now in its own source repo. (clumens)
+- Remove most of the network configuration from text mode as well (#462691).
+  (clumens)
+- Add an extra newline to the empty partition table message. (clumens)
+- Fixup DiskSet._askForLabelPermission() (markmc)
+
 * Mon Sep 15 2008 David Cantrell <dcantrell at redhat.com> - 11.4.1.36-1
 - Remove invalid i18n stuff to let anaconda build. (dcantrell)
 - Remove doConfigNetDevice() prototype. (dcantrell)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/sources,v
retrieving revision 1.702
retrieving revision 1.703
diff -u -r1.702 -r1.703
--- sources	16 Sep 2008 05:07:24 -0000	1.702
+++ sources	19 Sep 2008 21:11:32 -0000	1.703
@@ -1 +1 @@
-ce732d7cf59e09901d3d82a555e9b551  anaconda-11.4.1.36.tar.bz2
+81902bd0da1be03e1f425344908a204a  anaconda-11.4.1.37.tar.bz2




More information about the fedora-extras-commits mailing list