- Revert "Temporarily disable translations" (bcl)
- Change where to look for the iscsi object (#1344131) (dshea) - Fix old blivet identifiers (#1343907) (dshea) - Fix a covscan warning about fetch-driver-net (#1269915) (bcl) - Fix crash when NM get_setting* methods return None (#1273497) (jkonecny) - Overwrite network files when using ks liveimg (#1342639) (bcl) - Stop using undocumented DNF logging API (bcl) - Use the LUKS device for encrypted swap on RAID (dshea) - Keep the subdir in driver disk update paths (dshea) - Warn about broken keyboard layout switching in VNC (#1274228) (jkonecny) - Make the anaconda-generator exit early outside of the installation environment (#1289179) (mkolman)
This commit is contained in:
parent
348b652d1f
commit
733bf94685
1
.gitignore
vendored
1
.gitignore
vendored
@ -69,3 +69,4 @@
|
|||||||
/anaconda-25.14.tar.bz2
|
/anaconda-25.14.tar.bz2
|
||||||
/anaconda-25.15.tar.bz2
|
/anaconda-25.15.tar.bz2
|
||||||
/anaconda-25.16.tar.bz2
|
/anaconda-25.16.tar.bz2
|
||||||
|
/anaconda-25.17.tar.bz2
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 25.16
|
Version: 25.17
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+ and MIT
|
License: GPLv2+ and MIT
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -325,6 +325,20 @@ update-desktop-database &> /dev/null || :
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 10 2016 Brian C. Lane <bcl@redhat.com> - 25.17-1
|
||||||
|
- Revert "Temporarily disable translations" (bcl)
|
||||||
|
- Change where to look for the iscsi object (#1344131) (dshea)
|
||||||
|
- Fix old blivet identifiers (#1343907) (dshea)
|
||||||
|
- Fix a covscan warning about fetch-driver-net (#1269915) (bcl)
|
||||||
|
- Fix crash when NM get_setting* methods return None (#1273497) (jkonecny)
|
||||||
|
- Overwrite network files when using ks liveimg (#1342639) (bcl)
|
||||||
|
- Stop using undocumented DNF logging API (bcl)
|
||||||
|
- Use the LUKS device for encrypted swap on RAID (dshea)
|
||||||
|
- Keep the subdir in driver disk update paths (dshea)
|
||||||
|
- Warn about broken keyboard layout switching in VNC (#1274228) (jkonecny)
|
||||||
|
- Make the anaconda-generator exit early outside of the installation
|
||||||
|
environment (#1289179) (mkolman)
|
||||||
|
|
||||||
* Fri Jun 03 2016 Brian C. Lane <bcl@redhat.com> - 25.16-1
|
* Fri Jun 03 2016 Brian C. Lane <bcl@redhat.com> - 25.16-1
|
||||||
- Add a button to refresh the disk list. (dlehman)
|
- Add a button to refresh the disk list. (dlehman)
|
||||||
- Only try to restart payload in the Anaconda environment (mkolman)
|
- Only try to restart payload in the Anaconda environment (mkolman)
|
||||||
|
Loading…
Reference in New Issue
Block a user