[anaconda/f18] - Remove linuxrc.s390 (dcantrell) - Source in url-lib.sh if we don't have it (#847831) (jkeating) -

clumens clumens at fedoraproject.org
Thu Aug 16 21:42:28 UTC 2012


commit fc5045b24a3c4e3a082272d4bfec5fa8dfcbf289
Author: Chris Lumens <clumens at redhat.com>
Date:   Thu Aug 16 17:41:48 2012 -0400

    - Remove linuxrc.s390 (dcantrell)
    - Source in url-lib.sh if we don't have it (#847831) (jkeating)
    - parse-kickstart: add proc_cmdline (fix init_logger()) (wwoods)
    - Remove the data/bootdisk directory tree. (clumens)
    - Remove duplicate boot disk setting code (#848841). (clumens)
    - Force authconfig to be installed on the target system (#848803). (clumens)

 .gitignore    |    1 +
 anaconda.spec |   10 +++++++++-
 sources       |    2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 95ca736..6275aa6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -45,3 +45,4 @@ anaconda-15.2.tar.bz2
 /anaconda-18.3.tar.bz2
 /anaconda-18.4.tar.bz2
 /anaconda-18.5.tar.bz2
+/anaconda-18.6.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index 5c24fa9..24b1a81 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 18.5
+Version: 18.6
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -293,6 +293,14 @@ update-desktop-database &> /dev/null || :
 /usr/lib/dracut/modules.d/80%{name}/*
 
 %changelog
+* Thu Aug 16 2012 Chris Lumens <clumens at redhat.com> - 18.6-1
+- Remove linuxrc.s390 (dcantrell)
+- Source in url-lib.sh if we don't have it (#847831) (jkeating)
+- parse-kickstart: add proc_cmdline (fix init_logger()) (wwoods)
+- Remove the data/bootdisk directory tree. (clumens)
+- Remove duplicate boot disk setting code (#848841). (clumens)
+- Force authconfig to be installed on the target system (#848803). (clumens)
+
 * Wed Aug 15 2012 Chris Lumens <clumens at redhat.com> - 18.5-1
 - Mark/unmark some strings for translation, as appropriate. (clumens)
 - Save the distro label into the right variable for retranslation. (clumens)
diff --git a/sources b/sources
index 12e8e14..dcaf70f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a984e2082e9910757a777c00a4fc2967  anaconda-18.5.tar.bz2
+9a425f4680d6f0aa7be9755bed52e03b  anaconda-18.6.tar.bz2


More information about the scm-commits mailing list