- Merge pull request #857 from snbueno/1335046-f25 (martin.kolman)

- Bump required Blivet version (#1378156) (mkolman)
- Merge pull request #862 from jkonecny12/f25-dev-fix-iscsi-timeout
(jkonecny)
- Merge pull request #850 from AdamWill/iscsi-node-auth (jkonecny)
- Fix bad exception handling from blivet in iscsi (#1378156) (jkonecny)
- iSCSI: adjust to change in blivet auth info (#1378156) (awilliam)
- Add some error checking when users don't provide input for DASD
devices.
  (sbueno+anaconda)
- Add some error checking when users don't provide input for zFCP
devices.
  (sbueno+anaconda)
- Merge pull request #846 from jkonecny12/f25-rel-fix-mock (jkonecny)
- Merge pull request #849 from AdamWill/iscsi-singleton (jkonecny)
- Merge pull request #848 from AdamWill/device-links (jkonecny)
- use blivet iSCSI singleton directly in storage spoke (awilliam)
- Correct deviceLinks to device_links (blivet renamed it) (awilliam)
- Change mock from Rawhide to Fedora 25 (jkonecny)
This commit is contained in:
Martin Kolman 2016-11-07 17:36:56 +01:00
parent 056e97deca
commit 432f1e2b25
3 changed files with 22 additions and 3 deletions

1
.gitignore vendored
View File

@ -78,3 +78,4 @@
/anaconda-25.20.4.tar.bz2
/anaconda-25.20.5.tar.bz2
/anaconda-25.20.6.tar.bz2
/anaconda-25.20.7.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 25.20.6
Version: 25.20.7
Release: 1%{?dist}
License: GPLv2+ and MIT
Group: Applications/System
@ -83,7 +83,7 @@ The anaconda package is a metapackage for the Anaconda installer.
%package core
Summary: Core of the Anaconda installer
Requires: python3-dnf >= %{dnfver}, python3-dnf < %{dnfmaxver}
Requires: python3-blivet >= 1:2.1.3
Requires: python3-blivet >= 1:2.1.7
Requires: python3-meh >= %{mehver}
Requires: libreport-anaconda >= 2.0.21-1
Requires: libselinux-python3
@ -325,6 +325,24 @@ update-desktop-database &> /dev/null || :
%{_prefix}/libexec/anaconda/dd_*
%changelog
* Mon Nov 07 2016 Martin Kolman <mkolman@redhat.com> - 25.20.7-1
- Merge pull request #857 from snbueno/1335046-f25 (martin.kolman)
- Bump required Blivet version (#1378156) (mkolman)
- Merge pull request #862 from jkonecny12/f25-dev-fix-iscsi-timeout (jkonecny)
- Merge pull request #850 from AdamWill/iscsi-node-auth (jkonecny)
- Fix bad exception handling from blivet in iscsi (#1378156) (jkonecny)
- iSCSI: adjust to change in blivet auth info (#1378156) (awilliam)
- Add some error checking when users don't provide input for DASD devices.
(sbueno+anaconda)
- Add some error checking when users don't provide input for zFCP devices.
(sbueno+anaconda)
- Merge pull request #846 from jkonecny12/f25-rel-fix-mock (jkonecny)
- Merge pull request #849 from AdamWill/iscsi-singleton (jkonecny)
- Merge pull request #848 from AdamWill/device-links (jkonecny)
- use blivet iSCSI singleton directly in storage spoke (awilliam)
- Correct deviceLinks to device_links (blivet renamed it) (awilliam)
- Change mock from Rawhide to Fedora 25 (jkonecny)
* Fri Oct 28 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 25.20.6-1
- Merge pull request #847 from snbueno/1384532-v02 (snbueno)
- Merge pull request #845 from poncovka/f25-devel-tui_software_group_selection

View File

@ -1 +1 @@
afbb8889ca6223f1c6c5ae9d2f535b25 anaconda-25.20.6.tar.bz2
1a8dcd31b8c4078765d664ed682673c5 anaconda-25.20.7.tar.bz2