rpms/anaconda/devel .cvsignore, 1.492, 1.493 anaconda.spec, 1.632, 1.633 sources, 1.624, 1.625

David Cantrell (dcantrel) fedora-extras-commits at redhat.com
Fri Feb 15 04:19:09 UTC 2008


Author: dcantrel

Update of /cvs/pkgs/rpms/anaconda/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15370

Modified Files:
	.cvsignore anaconda.spec sources 
Log Message:
* Thu Feb 14 2008 David Cantrell <dcantrell at redhat.com> - 11.4.0.36-1
- Fix up firmware inclusion.  This didn't actually ever work. (katzj)
- Fix up the groff related stuff for man pages to be done in the correct
  place (katzj)
- remove yumcache (katzj)
- Don't do fixmtimes anymore (katzj)
- Don't compress translations (katzj)
- Don't manually duplicate things from package %post scripts (katzj)
- Remove some unused options (--discs and --buildinstdir) (katzj)
- Keep /etc/nsswitch.conf and /etc/shells (katzj)
- Stop forcing passive mode for FTP by patching urllib (katzj)
- We don't use timezones.gz anymore anywhere (katzj)
- We shouldn't need to remove files that are only in -devel packages (katzj)
- Remove some obsolete files from the list to clean up noise in the
  output (katzj)
- We want nss bits on all arches these days (katzj)
- Just use default /etc/nsswitch.conf and /etc/shells (katzj)
- alpha should have translations probably (katzj)
- Remove some things that aren't used anymore (katzj)
- Don't run pkgorder as a part of buildinstall anymore (katzj)
- Remove duplicate file from the file lists (katzj)
- Don't use the static versions of these anymore as they're likely to go
  away (katzj)
- Remove weird s390 hack that shouldn't be needed any more (katzj)
- Make makebootfat less noisy (katzj)
- Get rid of dangling fobpath stuff; now that we're not mounting to
  create (katzj)
- Ignore .bak files created by glade (katzj)
- Get rid of duplication for yaboot stuff to make scripts less noisy (katzj)
- Correct internationalization of exception handler text (msw)
- More fixing of mount paths (#432720) (katzj)
- securitylevel -> firewall in the spec file. (clumens)
- Include util-linux-ng, which contains mount (#432720). (clumens)
- When mounting stage2 on loopback, add -o loop to mount opts. (clumens)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/.cvsignore,v
retrieving revision 1.492
retrieving revision 1.493
diff -u -r1.492 -r1.493
--- .cvsignore	13 Feb 2008 03:56:41 -0000	1.492
+++ .cvsignore	15 Feb 2008 04:18:33 -0000	1.493
@@ -1 +1 @@
-anaconda-11.4.0.35.tar.bz2
+anaconda-11.4.0.36.tar.bz2


Index: anaconda.spec
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/anaconda.spec,v
retrieving revision 1.632
retrieving revision 1.633
diff -u -r1.632 -r1.633
--- anaconda.spec	13 Feb 2008 03:56:41 -0000	1.632
+++ anaconda.spec	15 Feb 2008 04:18:33 -0000	1.633
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 11.4.0.35
+Version: 11.4.0.36
 Release: 1
 License: GPLv2+
 Group:   Applications/System
@@ -102,7 +102,7 @@
 Requires: newt-python
 Requires: authconfig
 Requires: gnome-python2-gtkhtml2
-Requires: system-config-securitylevel
+Requires: system-config-firewall
 Requires: cryptsetup-luks
 Requires: mdadm
 Requires: iscsi-initiator-utils
@@ -211,6 +211,41 @@
 /sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
 
 %changelog
+* Thu Feb 14 2008 David Cantrell <dcantrell at redhat.com> - 11.4.0.36-1
+- Fix up firmware inclusion.  This didn't actually ever work. (katzj)
+- Fix up the groff related stuff for man pages to be done in the correct
+  place (katzj)
+- remove yumcache (katzj)
+- Don't do fixmtimes anymore (katzj)
+- Don't compress translations (katzj)
+- Don't manually duplicate things from package %post scripts (katzj)
+- Remove some unused options (--discs and --buildinstdir) (katzj)
+- Keep /etc/nsswitch.conf and /etc/shells (katzj)
+- Stop forcing passive mode for FTP by patching urllib (katzj)
+- We don't use timezones.gz anymore anywhere (katzj)
+- We shouldn't need to remove files that are only in -devel packages (katzj)
+- Remove some obsolete files from the list to clean up noise in the
+  output (katzj)
+- We want nss bits on all arches these days (katzj)
+- Just use default /etc/nsswitch.conf and /etc/shells (katzj)
+- alpha should have translations probably (katzj)
+- Remove some things that aren't used anymore (katzj)
+- Don't run pkgorder as a part of buildinstall anymore (katzj)
+- Remove duplicate file from the file lists (katzj)
+- Don't use the static versions of these anymore as they're likely to go
+  away (katzj)
+- Remove weird s390 hack that shouldn't be needed any more (katzj)
+- Make makebootfat less noisy (katzj)
+- Get rid of dangling fobpath stuff; now that we're not mounting to
+  create (katzj)
+- Ignore .bak files created by glade (katzj)
+- Get rid of duplication for yaboot stuff to make scripts less noisy (katzj)
+- Correct internationalization of exception handler text (msw)
+- More fixing of mount paths (#432720) (katzj)
+- securitylevel -> firewall in the spec file. (clumens)
+- Include util-linux-ng, which contains mount (#432720). (clumens)
+- When mounting stage2 on loopback, add -o loop to mount opts. (clumens)
+
 * Tue Feb 12 2008 Jeremy Katz <katzj at redhat.com> - 11.4.0.35-1
 - Fix the build (katzj)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/sources,v
retrieving revision 1.624
retrieving revision 1.625
diff -u -r1.624 -r1.625
--- sources	13 Feb 2008 03:56:41 -0000	1.624
+++ sources	15 Feb 2008 04:18:33 -0000	1.625
@@ -1 +1 @@
-544f4f4bcaaa76b9b217b9dcbcb28bfe  anaconda-11.4.0.35.tar.bz2
+c712f3d6ea19942eb2995f11e31196ba  anaconda-11.4.0.36.tar.bz2




More information about the fedora-extras-commits mailing list