Compare commits

...

9 Commits
master ... f25

Author SHA1 Message Date
Martin Kolman bd88005224 - rpmostreepayload: Rework binds to be recursive (walters)
- Merge pull request #876 from jkonecny12/f25-dev-fix-can-touch-runtime-call (jkonecny)
- Fix calling of can_touch_runtime_system function (jkonecny)
- Merge pull request #864 from M4rtinK/f25-devel-no_uic_on_image_dir_install (martin.kolman)
- Fix user interaction config handling in image & directory install modes (#1379106) (mkolman)
2016-12-14 19:01:06 +01:00
Martin Kolman 83b9984e30 - Merge pull request #863 from AdamWill/relax-blivet-dep (martin.kolman)
- Relax blivet dependency to >= 2.1.6-3 (awilliam)
2016-11-08 19:40:08 +01:00
Martin Kolman 432f1e2b25 - 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)
2016-11-07 17:36:56 +01:00
Samantha N. Bueno 056e97deca - Merge pull request #847 from snbueno/1384532-v02 (snbueno)
- Merge pull request #845 from poncovka/f25-devel-tui_software_group_selection
  (vponcova)
- tui: Add software group selection (vponcova)
- Merge pull request #844 from jkonecny12/f25-dev-fix-space_check_skip
  (jkonecny)
- Merge pull request #839 from jkonecny12/f25-dev-improve-logging (jkonecny)
- Instantiate the zFCP object ourselves now. (#1384532) (sbueno+anaconda)
- Fix the way DASD list is determined. (#1384532) (sbueno+anaconda)
- Add tests for payload location picking (#1328151) (jkonecny)
- Fix picking mountpoint for package download (#1328151) (jkonecny)
- Merge pull request #842 from jkonecny12/f25-dev-rm-zanata-main-extra-pot
  (jkonecny)
- Remove main and extra pot files before zanata push (jkonecny)
- Don't send intermediate pot files to zanata (gh#791) (awilliam)
- Merge pull request #831 from poncovka/f25-devel-show_password_option
  (vponcova)
- Improve packaging logs without DEBUG logging (jkonecny)
- Add option to show password in password field (vponcova)
2016-10-28 16:35:07 -04:00
Samantha N. Bueno 35ede1c165 - Merge pull request #824 from snbueno/1378338 (snbueno)
- Generate a list of DASDs in GUI storage spoke. (#1378338) (sbueno+anaconda)
2016-10-13 14:55:23 -04:00
Samantha N. Bueno 88e04d35db - Merge pull request #817 from rvykydal/f25-devel-installation-from-live-iso-
to-disk-usb (rvykydal)
- Merge pull request #813 from M4rtinK/f25-devel-no_mandatory_network_in_IS
  (martin.kolman)
- Skip live image on usb when checking storage for mounted partitions
  (#1369786) (rvykydal)
- Fix network spoke being incorrectly marked as mandatory (#1374864) (mkolman)
- Merge pull request #812 from dwlehman/udev-cruft-removal (dlehman)
- Merge pull request #811 from M4rtinK/f25-devel-improved_driver_disk_copying
  (martin.kolman)
- Improved driver disk copying (#1269915) (mkolman)
- Merge pull request #810 from M4rtinK/f25-devel-fix_screenshot_taking
  (martin.kolman)
- Don't deactivate all storage in anaconda-cleanup. (#1225184) (dlehman)
- Stop setting ANACONDA udev environment variable. (#1225184) (dlehman)
- Fix screenshot taking logic (#1327456) (mkolman)
- Merge pull request #807 from jkonecny12/master-add-mod-reload-dependencies
  (jkonecny)
- Change blank lines to pep8 for Dracut DUD test (jkonecny)
- Tweak lambda use in Dracut test (jkonecny)
- Add Dracut test for reloading mod dependencies (jkonecny)
2016-10-04 12:59:40 -04:00
Samantha N. Bueno 0e00ab810a - 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)
2016-09-21 15:00:51 -04:00
Samantha N. Bueno 5bbba89207 - Merge pull request #801 from rvykydal/f25-devel-rhbz-1309661 (rvykydal)
- Merge pull request #802 from rvykydal/f25-devel-rhbz-1234849 (rvykydal)
- Merge pull request #797 from jkonecny12/f25-dev-fix-text-repo-option-checker
  (jkonecny)
- Merge pull request #796 from jkonecny12/f25-dev-fix-net-when-dud-unload
  (jkonecny)
- Merge pull request #798 from rvykydal/f25-devel-rhbz-1371188 (rvykydal)
- network: set onboot correctly for vlan on bond device in ks (#1234849)
  (rvykydal)
- network: don't show ibft configured devices in UI (#1309661) (rvykydal)
- Merge pull request #765 from rvykydal/f25-devel-port-rhel-1325134-1252879
  (rvykydal)
- iscsi: don't generate kickstart iscsi commands for offload devices (#1252879)
  (rvykydal)
- iscsi: allow installing bootloader on offload iscsi disks (qla4xxx)
  (#1325134) (rvykydal)
- network: adapt to changed NM ibft plugin enablement configuration (#1371188)
  (rvykydal)
- Merge pull request #795 from rvykydal/f25-devel-rhbz-1268792 (rvykydal)
- Merge pull request #794 from rvykydal/f25-devel-rhbz-1321288 (rvykydal)
- Merge pull request #793 from rvykydal/f25-devel-rhbz-1358795 (rvykydal)
- network: don't activate bond/team devices regardless of --activate (#1358795)
  (rvykydal)
- Merge pull request #771 from rvykydal/f25-devel-1277975-add-network-no-
  activate-option (rvykydal)
- Fix traceback when payload have None as url (#1371494) (jkonecny)
- Add new Dracut test and fix another ones (#1101653) (jkonecny)
- Fix bug when we add set to list (#1101653) (jkonecny)
- Add new helper script files to build system (#1101653) (jkonecny)
- Document new helper scripts to the DriverDisk README (#1101653) (jkonecny)
- Fix driver unload is disabling network settings (#1101653) (jkonecny)
- dud: fix multiple inst.dd=http:// instances stalling in dracut (#1268792)
  (rvykydal)
- network: fix ksdata generating for for non-active virtual devices (#1321288)
  (rvykydal)
- network: update kickstart data also with bond bridge slaves (#1321288)
  (rvykydal)
- network: add support for bridge bond slaves (#1321288) (rvykydal)
- Merge pull request #790 from cgwalters/sam-evaluation (martin.kolman)
- screen_access: Ensure we write config to real sysroot (walters)
- network: add support for --no-activate kickstart opton (#1277975) (rvykydal)
2016-09-19 15:24:20 -04:00
Samantha N. Bueno a00dc4f507 - Update zanata.xml file for f25. (sbueno+anaconda)
- Fix a small typo in makebumpver script. (sbueno+anaconda)
- Merge pull request #778 from M4rtinK/f25-release-zanata_branch_hotfix
  (martin.kolman)
- Fix the git branch name/Zanata branch name mismatch (mkolman)
- Merge pull request #769 from rvykydal/f25-devel-port-1370099 (rvykydal)
- Merge pull request #743 from M4rtinK/f25-devel-how_to_merge (martin.kolman)
- Add git merging examples to the contribution guidelines (mkolman)
- network: don't stumble upon new Device.Statistics NM dbus iface (#1370099)
  (rvykydal)
- Merge pull request #760 from jkonecny12/f25-reaplly-dev-fix-dnf-change
  (jkonecny)
- Current Anaconda is not compatible with DNF 2.0.0 (jkonecny)
- Fix replacement of deprecated DNF method (jkonecny)
- Replace deprecated method of DNF (jmracek)
- Merge pull request #751 from M4rtinK/f25-devel-fix_systemd_sysroot
  (martin.kolman)
- Translate press-c-to-continue correctly in TUI (#1364539) (mkolman)
- Merge pull request #744 from jkonecny12/f25-dev-fix-bootloader-bootpart
  (jkonecny)
- Fix bootDrive driveorder fallback (#1355795) (jkonecny)
- Fix bootloader when re-using existing /boot part (#1355795) (jkonecny)
- Add support for device specification variants (#1200833) (mkolman)
- Revert "Update zanata.xml for f25-devel branch." (sbueno+anaconda)
- Update zanata.xml for f25-devel branch. (sbueno+anaconda)
- Merge pull request #736 from jkonecny12/master-fix-net-reset-payload
  (jkonecny)
- network: don't require gateway for static ipv4 config in TUI (#1365532)
  (rvykydal)
- Merge pull request #732 from jkonecny12/master-fix-ana-pre-service (jkonecny)
- Improve connection network change detection (jkonecny)
- Revert "Revalidate source only if nm-con-ed change settings (#1270354)"
  (jkonecny)
- Fix anaconda-pre.service wasn't properly installed (#1255659) (jkonecny)
- Merge pull request #704 from snbueno/contributing (snbueno)
- Rename function for better consistency (#1259284) (rvykydal)
- Update error message for consistency (#1259284) (rvykydal)
- Add more specific username check messages also to gui (#1360334) (rvykydal)
- fix style guide test false positive on username variable (#1350375)
  (rvykydal)
- tui: use functions instead of fake REs for checking values (#1350375)
  (rvykydal)
- tui: get proper index of entry we are handling in input (#1331054) (rvykydal)
- tui: fix user name validity checking (#1350375) (rvykydal)
- More descriptive message on invalid username (kvalek)
- Fix another pep8 name issue (jkonecny)
- iscsi: fix getting iscsi target iface of bound target (#1359739) (rvykydal)
- Fix needsNetwork testing only additional repositories (#1358788) (jkonecny)
- Fix restart payload only when repo needs network (#1358788) (jkonecny)
- Cleanup remaining runlevel references (mkolman)
- Clarify a nosave related log message (mkolman)
- Use Screen Access Manager (mkolman)
- Add screen entry/exit callbacks (mkolman)
- Add screen access manager (mkolman)
- A simple formatting fix (mkolman)
- Fix another blivet-2.0 pep8 error (jkonecny)
- Quickfix of failing test (japokorn)
- Some docstring refactoring & typo fixes for the TUI base classes (mkolman)
- Add a file about contributing. (sbueno+anaconda)
- Store logs before anaconda starts (#1255659) (japokorn)
- DD can now replace existing drivers (#1101653) (japokorn)
- Use the F25 timezone kickstart command version (mkolman)
- Use sshd-keygen.target instead of hardcoded sshd-keygen script (jjelen)
- Make it possible to disable sshd service from running. (#1262707)
  (sbueno+anaconda)
- Change bootloader boot drive fallback (jkonecny)
- Merge pull request #702 from japokorn/master_quickfix (japokorn)
- Fix of Python3x uncompatible commands (japokorn)
- Add NTP server configuration to the TUI (#1269399) (mkolman)
- Move the NTP server checking constants to constants.py (mkolman)
- Use a constant for the NTP check thread name prefix (mkolman)
- Fix another victim of the python 2->3 conversion. (#1354020) (dshea)
- Attempt to unload modules updated by a driver disk (dshea)
- Fix the processing of device nodes as driver disks (dshea)
2016-09-08 13:18:36 -04:00
3 changed files with 223 additions and 8 deletions

9
.gitignore vendored
View File

@ -72,3 +72,12 @@
/anaconda-25.17.tar.bz2
/anaconda-25.19.tar.bz2
/anaconda-25.20.tar.bz2
/anaconda-25.20.1.tar.bz2
/anaconda-25.20.2.tar.bz2
/anaconda-25.20.3.tar.bz2
/anaconda-25.20.4.tar.bz2
/anaconda-25.20.5.tar.bz2
/anaconda-25.20.6.tar.bz2
/anaconda-25.20.7.tar.bz2
/anaconda-25.20.8.tar.bz2
/anaconda-25.20.9.tar.bz2

View File

@ -2,8 +2,8 @@
Summary: Graphical system installer
Name: anaconda
Version: 25.20
Release: 2%{?dist}
Version: 25.20.9
Release: 1%{?dist}
License: GPLv2+ and MIT
Group: Applications/System
URL: http://fedoraproject.org/wiki/Anaconda
@ -19,8 +19,9 @@ Source0: %{name}-%{version}.tar.bz2
# match the requires versions of things).
%define gettextver 0.19.8
%define pykickstartver 2.30-1
%define pykickstartver 2.32-1
%define dnfver 0.6.4
%define dnfmaxver 2.0.0
%define partedver 1.8.1
%define pypartedver 2.5-2
%define nmver 0.9.9.0-10.git20130906
@ -81,8 +82,8 @@ The anaconda package is a metapackage for the Anaconda installer.
%package core
Summary: Core of the Anaconda installer
Requires: python3-dnf >= %{dnfver}
Requires: python3-blivet >= 1:2.0.2
Requires: python3-dnf >= %{dnfver}, python3-dnf < %{dnfmaxver}
Requires: python3-blivet >= 1:2.1.6-3
Requires: python3-meh >= %{mehver}
Requires: libreport-anaconda >= 2.0.21-1
Requires: libselinux-python3
@ -324,8 +325,213 @@ update-desktop-database &> /dev/null || :
%{_prefix}/libexec/anaconda/dd_*
%changelog
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 25.20-2
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
* Wed Dec 14 2016 Martin Kolman <mkolman@redhat.com> - 25.20.9-1
- rpmostreepayload: Rework binds to be recursive (walters)
- Merge pull request #876 from jkonecny12/f25-dev-fix-can-touch-runtime-call
(jkonecny)
- Fix calling of can_touch_runtime_system function (jkonecny)
- Merge pull request #864 from M4rtinK/f25-devel-no_uic_on_image_dir_install
(martin.kolman)
- Fix user interaction config handling in image & directory install modes
(#1379106) (mkolman)
* Tue Nov 08 2016 Martin Kolman <mkolman@redhat.com> - 25.20.8-1
- Merge pull request #863 from AdamWill/relax-blivet-dep (martin.kolman)
- Relax blivet dependency to >= 2.1.6-3 (awilliam)
* 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
(vponcova)
- tui: Add software group selection (vponcova)
- Merge pull request #844 from jkonecny12/f25-dev-fix-space_check_skip
(jkonecny)
- Merge pull request #839 from jkonecny12/f25-dev-improve-logging (jkonecny)
- Instantiate the zFCP object ourselves now. (#1384532) (sbueno+anaconda)
- Fix the way DASD list is determined. (#1384532) (sbueno+anaconda)
- Add tests for payload location picking (#1328151) (jkonecny)
- Fix picking mountpoint for package download (#1328151) (jkonecny)
- Merge pull request #842 from jkonecny12/f25-dev-rm-zanata-main-extra-pot
(jkonecny)
- Remove main and extra pot files before zanata push (jkonecny)
- Don't send intermediate pot files to zanata (gh#791) (awilliam)
- Merge pull request #831 from poncovka/f25-devel-show_password_option
(vponcova)
- Improve packaging logs without DEBUG logging (jkonecny)
- Add option to show password in password field (vponcova)
* Thu Oct 13 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 25.20.5-1
- Merge pull request #824 from snbueno/1378338 (snbueno)
- Generate a list of DASDs in GUI storage spoke. (#1378338) (sbueno+anaconda)
* Tue Oct 04 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 25.20.4-1
- Merge pull request #817 from rvykydal/f25-devel-installation-from-live-iso-
to-disk-usb (rvykydal)
- Merge pull request #813 from M4rtinK/f25-devel-no_mandatory_network_in_IS
(martin.kolman)
- Skip live image on usb when checking storage for mounted partitions
(#1369786) (rvykydal)
- Fix network spoke being incorrectly marked as mandatory (#1374864) (mkolman)
- Merge pull request #812 from dwlehman/udev-cruft-removal (dlehman)
- Merge pull request #811 from M4rtinK/f25-devel-improved_driver_disk_copying
(martin.kolman)
- Improved driver disk copying (#1269915) (mkolman)
- Merge pull request #810 from M4rtinK/f25-devel-fix_screenshot_taking
(martin.kolman)
- Don't deactivate all storage in anaconda-cleanup. (#1225184) (dlehman)
- Stop setting ANACONDA udev environment variable. (#1225184) (dlehman)
- Fix screenshot taking logic (#1327456) (mkolman)
- Merge pull request #807 from jkonecny12/master-add-mod-reload-dependencies
(jkonecny)
- Change blank lines to pep8 for Dracut DUD test (jkonecny)
- Tweak lambda use in Dracut test (jkonecny)
- Add Dracut test for reloading mod dependencies (jkonecny)
* 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)
- Merge pull request #797 from jkonecny12/f25-dev-fix-text-repo-option-checker
(jkonecny)
- Merge pull request #796 from jkonecny12/f25-dev-fix-net-when-dud-unload
(jkonecny)
- Merge pull request #798 from rvykydal/f25-devel-rhbz-1371188 (rvykydal)
- network: set onboot correctly for vlan on bond device in ks (#1234849)
(rvykydal)
- network: don't show ibft configured devices in UI (#1309661) (rvykydal)
- Merge pull request #765 from rvykydal/f25-devel-port-rhel-1325134-1252879
(rvykydal)
- iscsi: don't generate kickstart iscsi commands for offload devices (#1252879)
(rvykydal)
- iscsi: allow installing bootloader on offload iscsi disks (qla4xxx)
(#1325134) (rvykydal)
- network: adapt to changed NM ibft plugin enablement configuration (#1371188)
(rvykydal)
- Merge pull request #795 from rvykydal/f25-devel-rhbz-1268792 (rvykydal)
- Merge pull request #794 from rvykydal/f25-devel-rhbz-1321288 (rvykydal)
- Merge pull request #793 from rvykydal/f25-devel-rhbz-1358795 (rvykydal)
- network: don't activate bond/team devices regardless of --activate (#1358795)
(rvykydal)
- Merge pull request #771 from rvykydal/f25-devel-1277975-add-network-no-
activate-option (rvykydal)
- Fix traceback when payload have None as url (#1371494) (jkonecny)
- Add new Dracut test and fix another ones (#1101653) (jkonecny)
- Fix bug when we add set to list (#1101653) (jkonecny)
- Add new helper script files to build system (#1101653) (jkonecny)
- Document new helper scripts to the DriverDisk README (#1101653) (jkonecny)
- Fix driver unload is disabling network settings (#1101653) (jkonecny)
- dud: fix multiple inst.dd=http:// instances stalling in dracut (#1268792)
(rvykydal)
- network: fix ksdata generating for for non-active virtual devices (#1321288)
(rvykydal)
- network: update kickstart data also with bond bridge slaves (#1321288)
(rvykydal)
- network: add support for bridge bond slaves (#1321288) (rvykydal)
- Merge pull request #790 from cgwalters/sam-evaluation (martin.kolman)
- screen_access: Ensure we write config to real sysroot (walters)
- network: add support for --no-activate kickstart opton (#1277975) (rvykydal)
* Thu Sep 08 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 25.20.1-1
- Update zanata.xml file for f25. (sbueno+anaconda)
- Fix a small typo in makebumpver script. (sbueno+anaconda)
- Merge pull request #778 from M4rtinK/f25-release-zanata_branch_hotfix
(martin.kolman)
- Fix the git branch name/Zanata branch name mismatch (mkolman)
- Merge pull request #769 from rvykydal/f25-devel-port-1370099 (rvykydal)
- Merge pull request #743 from M4rtinK/f25-devel-how_to_merge (martin.kolman)
- Add git merging examples to the contribution guidelines (mkolman)
- network: don't stumble upon new Device.Statistics NM dbus iface (#1370099)
(rvykydal)
- Merge pull request #760 from jkonecny12/f25-reaplly-dev-fix-dnf-change
(jkonecny)
- Current Anaconda is not compatible with DNF 2.0.0 (jkonecny)
- Fix replacement of deprecated DNF method (jkonecny)
- Replace deprecated method of DNF (jmracek)
- Merge pull request #751 from M4rtinK/f25-devel-fix_systemd_sysroot
(martin.kolman)
- Translate press-c-to-continue correctly in TUI (#1364539) (mkolman)
- Merge pull request #744 from jkonecny12/f25-dev-fix-bootloader-bootpart
(jkonecny)
- Fix bootDrive driveorder fallback (#1355795) (jkonecny)
- Fix bootloader when re-using existing /boot part (#1355795) (jkonecny)
- Add support for device specification variants (#1200833) (mkolman)
- Revert "Update zanata.xml for f25-devel branch." (sbueno+anaconda)
- Update zanata.xml for f25-devel branch. (sbueno+anaconda)
- Merge pull request #736 from jkonecny12/master-fix-net-reset-payload
(jkonecny)
- network: don't require gateway for static ipv4 config in TUI (#1365532)
(rvykydal)
- Merge pull request #732 from jkonecny12/master-fix-ana-pre-service (jkonecny)
- Improve connection network change detection (jkonecny)
- Revert "Revalidate source only if nm-con-ed change settings (#1270354)"
(jkonecny)
- Fix anaconda-pre.service wasn't properly installed (#1255659) (jkonecny)
- Merge pull request #704 from snbueno/contributing (snbueno)
- Rename function for better consistency (#1259284) (rvykydal)
- Update error message for consistency (#1259284) (rvykydal)
- Add more specific username check messages also to gui (#1360334) (rvykydal)
- fix style guide test false positive on username variable (#1350375)
(rvykydal)
- tui: use functions instead of fake REs for checking values (#1350375)
(rvykydal)
- tui: get proper index of entry we are handling in input (#1331054) (rvykydal)
- tui: fix user name validity checking (#1350375) (rvykydal)
- More descriptive message on invalid username (kvalek)
- Fix another pep8 name issue (jkonecny)
- iscsi: fix getting iscsi target iface of bound target (#1359739) (rvykydal)
- Fix needsNetwork testing only additional repositories (#1358788) (jkonecny)
- Fix restart payload only when repo needs network (#1358788) (jkonecny)
- Cleanup remaining runlevel references (mkolman)
- Clarify a nosave related log message (mkolman)
- Use Screen Access Manager (mkolman)
- Add screen entry/exit callbacks (mkolman)
- Add screen access manager (mkolman)
- A simple formatting fix (mkolman)
- Fix another blivet-2.0 pep8 error (jkonecny)
- Quickfix of failing test (japokorn)
- Some docstring refactoring & typo fixes for the TUI base classes (mkolman)
- Add a file about contributing. (sbueno+anaconda)
- Store logs before anaconda starts (#1255659) (japokorn)
- DD can now replace existing drivers (#1101653) (japokorn)
- Use the F25 timezone kickstart command version (mkolman)
- Use sshd-keygen.target instead of hardcoded sshd-keygen script (jjelen)
- Make it possible to disable sshd service from running. (#1262707)
(sbueno+anaconda)
- Change bootloader boot drive fallback (jkonecny)
- Merge pull request #702 from japokorn/master_quickfix (japokorn)
- Fix of Python3x uncompatible commands (japokorn)
- Add NTP server configuration to the TUI (#1269399) (mkolman)
- Move the NTP server checking constants to constants.py (mkolman)
- Use a constant for the NTP check thread name prefix (mkolman)
- Fix another victim of the python 2->3 conversion. (#1354020) (dshea)
- Attempt to unload modules updated by a driver disk (dshea)
- Fix the processing of device nodes as driver disks (dshea)
* Fri Jul 08 2016 Brian C. Lane <bcl@redhat.com> - 25.20-1
- Allow kickstart users to ignore the free space error (dshea)

View File

@ -1 +1 @@
45f9dd4433c818d371e37a6121d3f7df anaconda-25.20.tar.bz2
SHA512 (anaconda-25.20.9.tar.bz2) = 423016684eb713bc5330f1e844a2defb2668f8dd9145fd149f2a612c8fa6b6b94c121901d25f5156ec9a25250e848c4e3f2d2ce7c0abc3458eaf41c94bf0792a