[anaconda/f17] - Revert "dracut: use /run/install/source for repodir" (bcl) - Disable creation of btrfs filesystems

Brian C. Lane bcl at fedoraproject.org
Fri Mar 23 05:00:24 UTC 2012


commit 70a985dd05be31c78efba854742afa274ddcbb91
Author: Brian C. Lane <bcl at redhat.com>
Date:   Thu Mar 22 21:59:34 2012 -0700

    - Revert "dracut: use /run/install/source for repodir" (bcl)
    - Disable creation of btrfs filesystems aside from kickstart. (#787341)
      (dlehman)
    - fix text mode KeyError crash (#804483) (wwoods)
    - Default to text-mode if 'console=XXX' was provided (#804506) (wwoods)
    - dracut startup: "Loading $product $version $arch installer..." (wwoods)
    - fix nfsiso:...:/path/to/filename.iso (#804515) (wwoods)
    - fix typo in makeupdates (bcl)
    - makeupdates: add support for updating systemd services/targets (wwoods)
    - disable warnings about boot options needing 'inst.XXX' (wwoods)
    - Create default ifcfg-* for each interface (#804504, #804716) (wwoods)
    - save ifcfg for every interface we bring up (wwoods)
    - Let systemd handle terminal setup, fix possible race with NM (wwoods)
    - Migrate PPC from Yaboot to Grub2 for Anaconda (hamzy)
    - dracut: fix anaconda-netroot for inst.repo=nfsiso:.. (wwoods)
    - dracut: accept inst.updates or updates for live.updates (wwoods)
    - makeupdates: put files the right places (wwoods)
    - dracut: use /run/install/source for repodir (wwoods)
    - read args from 80kickstart.conf (bcl)

 .gitignore    |    1 +
 anaconda.spec |   24 +++++++++++++++++++++++-
 sources       |    2 +-
 3 files changed, 25 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c58db53..f05285a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -46,3 +46,4 @@ anaconda-15.2.tar.bz2
 /anaconda-17.11.tar.bz2
 /anaconda-17.12.tar.bz2
 /anaconda-17.13.tar.bz2
+/anaconda-17.14.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index 4a489a3..6119e0b 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 17.13
+Version: 17.14
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -225,6 +225,7 @@ update-desktop-database &> /dev/null || :
 %doc docs/install-methods.txt
 %doc docs/mediacheck.txt
 /lib/systemd/system/*
+/lib/systemd/system-generators/*
 /lib/udev/rules.d/70-anaconda.rules
 %{_bindir}/instperf
 %{_sbindir}/anaconda
@@ -254,6 +255,27 @@ update-desktop-database &> /dev/null || :
 /usr/lib/dracut/modules.d/80%{name}/*
 
 %changelog
+* Thu Mar 22 2012 Brian C. Lane <bcl at redhat.com> - 17.14-1
+- Revert "dracut: use /run/install/source for repodir" (bcl)
+- Disable creation of btrfs filesystems aside from kickstart. (#787341)
+  (dlehman)
+- fix text mode KeyError crash (#804483) (wwoods)
+- Default to text-mode if 'console=XXX' was provided (#804506) (wwoods)
+- dracut startup: "Loading $product $version $arch installer..." (wwoods)
+- fix nfsiso:...:/path/to/filename.iso (#804515) (wwoods)
+- fix typo in makeupdates (bcl)
+- makeupdates: add support for updating systemd services/targets (wwoods)
+- disable warnings about boot options needing 'inst.XXX' (wwoods)
+- Create default ifcfg-* for each interface (#804504, #804716) (wwoods)
+- save ifcfg for every interface we bring up (wwoods)
+- Let systemd handle terminal setup, fix possible race with NM (wwoods)
+- Migrate PPC from Yaboot to Grub2 for Anaconda (hamzy)
+- dracut: fix anaconda-netroot for inst.repo=nfsiso:.. (wwoods)
+- dracut: accept inst.updates or updates for live.updates (wwoods)
+- makeupdates: put files the right places (wwoods)
+- dracut: use /run/install/source for repodir (wwoods)
+- read args from 80kickstart.conf (bcl)
+
 * Fri Mar 16 2012 Brian C. Lane <bcl at redhat.com> - 17.13-1
 - anaconda.service Wants=NetworkManager.service (wwoods)
 - make sure we save the network setup for any network device we used (wwoods)
diff --git a/sources b/sources
index 2d7c76e..f218098 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d3340658cd2f6b9955825af0d93dc31b  anaconda-17.13.tar.bz2
+7ea5ed1e0a42e270794da19671874de6  anaconda-17.14.tar.bz2


More information about the scm-commits mailing list