- 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)
This commit is contained in:
Brian C. Lane 2013-10-16 17:02:42 -07:00
parent 02c85e11e5
commit 5224649042
3 changed files with 27 additions and 3 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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@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@redhat.com> - 20.25-1
- Don't use g_object_set on initialized objects. (dshea)
- Remove the "other" tab in the network spoke. (dshea)

View File

@ -1 +1 @@
44b4837f3b7dbc0de7292a4961c93d2b anaconda-20.25.tar.bz2
8255349a61ebef147506a73c07251c5b anaconda-20.25.1.tar.bz2