[anaconda/f20] - New transifex branch for f20 (bcl) - Fix python-blivet buildrequires for new f20-branch version. (

Brian C. Lane bcl at fedoraproject.org
Thu Oct 17 00:03:02 UTC 2013


commit 5224649042f75a6997f771e36ab535072a117b19
Author: Brian C. Lane <bcl at redhat.com>
Date:   Wed Oct 16 17:02:42 2013 -0700

    - New transifex branch for f20 (bcl)
    - Fix python-blivet buildrequires for new f20-branch version. (dlehman)
    - Save mountpoints specified for existing btrfs volumes. (#892747) (dlehman)
    - BTRFS cannot hold swap, no need to care about fstab swaps (vpodzime)
    - Fix the alignment of the Network Time switch (#1019301) (dshea)
    - Tell blivet which swaps should appear in the fstab (#1011391) (vpodzime)
    - Put only newly created or reformated swaps to the new root (vpodzime)
    - Make code to get new devices reusable as property (vpodzime)
    - Grab journal only from the last boot (vpodzime)
    - DNFPayload: allow enable/disable calls for repos that do not exist. (ales)
    - network: look for device settings also based on DEVICE value (#1017788)
      (rvykydal)
    - Add shell spoke to s390x installations (vpodzime)
    - Put TUI spokes in common categories (vpodzime)
    - MountpointSelector is a widget, set its property properly (#1013612)
      (vpodzime)
    - Include the journal log on installed system (bcl)
    - DNFPayload: error handling and logging cleanups. (ales)
    - DNFPayload: reset the transaction goal on new package selection check. (ales)
    - DNFPayload: implement environmentGroups() (ales)
    - Some partition scheme is always selected (#1017435) (vpodzime)

 .gitignore    |    1 +
 anaconda.spec |   27 +++++++++++++++++++++++++--
 sources       |    2 +-
 3 files changed, 27 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bc79474..4ad6629 100644
--- a/.gitignore
+++ b/.gitignore
@@ -108,3 +108,4 @@ anaconda-15.2.tar.bz2
 /anaconda-20.23.tar.bz2
 /anaconda-20.24.tar.bz2
 /anaconda-20.25.tar.bz2
+/anaconda-20.25.1.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index 79e1b15..286e8c7 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 20.25
+Version: 20.25.1
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -81,7 +81,7 @@ BuildRequires: s390utils-devel
 
 Requires: anaconda-widgets = %{version}-%{release}
 Requires: dnf
-Requires: python-blivet >= 0.23
+Requires: python-blivet >= 0.23.1
 Requires: gnome-icon-theme-symbolic
 Requires: python-meh >= %{mehver}
 Requires: libreport-anaconda >= 2.0.21-1
@@ -253,6 +253,29 @@ update-desktop-database &> /dev/null || :
 %{_prefix}/libexec/anaconda/dd_*
 
 %changelog
+* Wed Oct 16 2013 Brian C. Lane <bcl at redhat.com> - 20.25.1-1
+- New transifex branch for f20 (bcl)
+- Fix python-blivet buildrequires for new f20-branch version. (dlehman)
+- Save mountpoints specified for existing btrfs volumes. (#892747) (dlehman)
+- BTRFS cannot hold swap, no need to care about fstab swaps (vpodzime)
+- Fix the alignment of the Network Time switch (#1019301) (dshea)
+- Tell blivet which swaps should appear in the fstab (#1011391) (vpodzime)
+- Put only newly created or reformated swaps to the new root (vpodzime)
+- Make code to get new devices reusable as property (vpodzime)
+- Grab journal only from the last boot (vpodzime)
+- DNFPayload: allow enable/disable calls for repos that do not exist. (ales)
+- network: look for device settings also based on DEVICE value (#1017788)
+  (rvykydal)
+- Add shell spoke to s390x installations (vpodzime)
+- Put TUI spokes in common categories (vpodzime)
+- MountpointSelector is a widget, set its property properly (#1013612)
+  (vpodzime)
+- Include the journal log on installed system (bcl)
+- DNFPayload: error handling and logging cleanups. (ales)
+- DNFPayload: reset the transaction goal on new package selection check. (ales)
+- DNFPayload: implement environmentGroups() (ales)
+- Some partition scheme is always selected (#1017435) (vpodzime)
+
 * Fri Oct 11 2013 Brian C. Lane <bcl at redhat.com> - 20.25-1
 - Don't use g_object_set on initialized objects. (dshea)
 - Remove the "other" tab in the network spoke. (dshea)
diff --git a/sources b/sources
index 8a52e02..7c223b7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-44b4837f3b7dbc0de7292a4961c93d2b  anaconda-20.25.tar.bz2
+8255349a61ebef147506a73c07251c5b  anaconda-20.25.1.tar.bz2


More information about the scm-commits mailing list