- Merge pull request #806 from M4rtinK/f25-devel-fix_tui_ntp_server_listing

(martin.kolman)
- Fix NTP server list fetching when running in IS (#1374810) (mkolman)
- Merge pull request #804 from rvykydal/f25-devel-cgwalters-rpmostree-fix-
  remote (rvykydal)
- rpmostreepayload: Clean up use of sysroot files a bit (walters)
- rpmostreepayload: Fix remote handling to use correct sysroot (walters)
This commit is contained in:
Samantha N. Bueno 2016-09-21 15:00:51 -04:00
parent 5bbba89207
commit 0e00ab810a
3 changed files with 12 additions and 2 deletions

1
.gitignore vendored
View File

@ -74,3 +74,4 @@
/anaconda-25.20.tar.bz2
/anaconda-25.20.1.tar.bz2
/anaconda-25.20.2.tar.bz2
/anaconda-25.20.3.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 25.20.2
Version: 25.20.3
Release: 1%{?dist}
License: GPLv2+ and MIT
Group: Applications/System
@ -325,6 +325,15 @@ update-desktop-database &> /dev/null || :
%{_prefix}/libexec/anaconda/dd_*
%changelog
* Wed Sep 21 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 25.20.3-1
- Merge pull request #806 from M4rtinK/f25-devel-fix_tui_ntp_server_listing
(martin.kolman)
- Fix NTP server list fetching when running in IS (#1374810) (mkolman)
- Merge pull request #804 from rvykydal/f25-devel-cgwalters-rpmostree-fix-
remote (rvykydal)
- rpmostreepayload: Clean up use of sysroot files a bit (walters)
- rpmostreepayload: Fix remote handling to use correct sysroot (walters)
* Mon Sep 19 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 25.20.2-1
- Merge pull request #801 from rvykydal/f25-devel-rhbz-1309661 (rvykydal)
- Merge pull request #802 from rvykydal/f25-devel-rhbz-1234849 (rvykydal)

View File

@ -1 +1 @@
9cf2956622226c42801ab54a5c9e2940 anaconda-25.20.2.tar.bz2
3f27b3652573c68e5a3bee97912d380f anaconda-25.20.3.tar.bz2