[anaconda/f17] - make ks=file:... parse kickstart earlier (#806931) (wwoods) - Let "root=..." override "repo=..." (

Brian C. Lane bcl at fedoraproject.org
Tue Mar 27 23:55:39 UTC 2012


commit d03a62b7a91c57bc91dfa99a12e552a1f74443e4
Author: Brian C. Lane <bcl at redhat.com>
Date:   Tue Mar 27 16:55:27 2012 -0700

    - make ks=file:... parse kickstart earlier (#806931) (wwoods)
    - Let "root=..." override "repo=..." (wwoods)
    - dracut cleanup: use consistent filenames for cmdline.d files (wwoods)
    - fix "strsep: command not found" error with repo:hd:.. (#806966) (wwoods)
    - load modules needed by Anaconda (#804522) (bcl)
    - Fix nfs/nfsiso (NM handover problems / empty net.ifaces) (wwoods)
    - Format PReP partition (hamzy)

 .gitignore               |    1 +
 anaconda-17.14-ppc.patch |  141 ----------------------------------------------
 anaconda.spec            |   17 +++--
 sources                  |    2 +-
 4 files changed, 12 insertions(+), 149 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f05285a..65a896a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -47,3 +47,4 @@ anaconda-15.2.tar.bz2
 /anaconda-17.12.tar.bz2
 /anaconda-17.13.tar.bz2
 /anaconda-17.14.tar.bz2
+/anaconda-17.15.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index 68c2ae0..b575c88 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,8 +2,8 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 17.14
-Release: 1%{?dist}.1
+Version: 17.15
+Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
 URL:     http://fedoraproject.org/wiki/Anaconda
@@ -14,8 +14,6 @@ URL:     http://fedoraproject.org/wiki/Anaconda
 # ./autogen.sh
 # make dist
 Source0: %{name}-%{version}.tar.bz2
-# commit 22c0e94db
-Patch0: %{name}-17.14-ppc.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -189,7 +187,6 @@ runtime on NFS/HTTP/FTP servers or local disks.
 
 %prep
 %setup -q
-%patch0 -p1 -b .ppc
 
 %build
 %configure --disable-static
@@ -258,8 +255,14 @@ update-desktop-database &> /dev/null || :
 /usr/lib/dracut/modules.d/80%{name}/*
 
 %changelog
-* Mon Mar 26 2012 Dan HorĂ¡k <dan[at]danny.cz> - 17.14-1.1
-- add ppc patch by Mark Hamzy
+* Tue Mar 27 2012 Brian C. Lane <bcl at redhat.com> - 17.15-1
+- make ks=file:... parse kickstart earlier (#806931) (wwoods)
+- Let "root=..." override "repo=..." (wwoods)
+- dracut cleanup: use consistent filenames for cmdline.d files (wwoods)
+- fix "strsep: command not found" error with repo:hd:.. (#806966) (wwoods)
+- load modules needed by Anaconda (#804522) (bcl)
+- Fix nfs/nfsiso (NM handover problems / empty net.ifaces) (wwoods)
+- Format PReP partition (hamzy)
 
 * Thu Mar 22 2012 Brian C. Lane <bcl at redhat.com> - 17.14-1
 - Revert "dracut: use /run/install/source for repodir" (bcl)
diff --git a/sources b/sources
index f218098..2def745 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7ea5ed1e0a42e270794da19671874de6  anaconda-17.14.tar.bz2
+23c26352c17f3f1d9399f99c926c4ab0  anaconda-17.15.tar.bz2


More information about the scm-commits mailing list