[anaconda/f18] - Add a gradient background to spoke headers (mizmo, clumens). (clumens) - Only allow changing files

Brian C. Lane bcl at fedoraproject.org
Wed Dec 12 18:27:22 UTC 2012


commit b92ae9d6cd5a6f2a61cf605e9eb7bab32b692482
Author: Brian C. Lane <bcl at redhat.com>
Date:   Wed Dec 12 10:27:07 2012 -0800

    - Add a gradient background to spoke headers (mizmo, clumens). (clumens)
    - Only allow changing filesystem type if the reformat combo is checked
      (#885906). (clumens)
    - Install default system for %packages --default (#869978) (bcl)
    - Include the new lib directory in the package (#886319, #886470). (clumens)
    - It's possible for mountpoint to be None (#885279). (clumens)

 .gitignore    |    1 +
 anaconda.spec |   11 ++++++++++-
 sources       |    2 +-
 3 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7fe76c4..0f0e54e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@ anaconda-18.24.tar.bz2
 /anaconda-18.36.tar.bz2
 /anaconda-18.37.tar.bz2
 /anaconda-18.37.1.tar.bz2
+/anaconda-18.37.2.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index e0e953e..41c6670 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 18.37.1
+Version: 18.37.2
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -300,6 +300,15 @@ update-desktop-database &> /dev/null || :
 %{_prefix}/lib/dracut/modules.d/80%{name}/*
 
 %changelog
+* Wed Dec 12 2012 Brian C. Lane <bcl at redhat.com> - 18.37.2-1
+- Add a gradient background to spoke headers (mizmo, clumens). (clumens)
+- Only allow changing filesystem type if the reformat combo is checked
+  (#885906). (clumens)
+- Install default system for %%packages --default (#869978) (cherry picked from
+  commit 10cd57a15081250e69052bd68101a62fcf9ce095) (bcl)
+- Include the new lib directory in the package (#886319, #886470). (clumens)
+- It's possible for mountpoint to be None (#885279). (clumens)
+
 * Tue Dec 11 2012 Brian C. Lane <bcl at redhat.com> - 18.37.1-1
 - In interactive installs, default to bootloader in the MBR (#885284).
   (clumens)
diff --git a/sources b/sources
index 3c34ac0..4c58284 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3c4a3ba6e6a85c21a65a93fa5a86cae0  anaconda-18.37.1.tar.bz2
+38371684a8a7089f6c3369f8b3b48367  anaconda-18.37.2.tar.bz2


More information about the scm-commits mailing list