Compare commits

...

12 Commits
master ... f26

Author SHA1 Message Date
Martin Kolman a46cd4ca9b New version 26.21.12-1
- rpmostreepayload: Set up /var first (walters)
- rpmostreepayload: Explicitly create /var/lib before tmpfiles (walters)
- rpmostreepayload: Rework mount setup to support admin-defined mounts (walters)
- rpmostreepayload: try to verify local ostree repo cache (dusty)
- rpmostreepayload: ignore <F25 location, support RHEL (dusty)
- rpmostreepayload: use correct secondary url location (dusty)
- rpmostreepayload: Do /sysroot mount non-recursively (walters)
- rpmostreepayload: Reuse the local repo as a cache (walters)
- rpmostreepayload: Handle /var as a user-specified mountpoint (walters)
- gui: show supported locales on Atomic Host installs (jlebon)
- tasks: add missing string substitution in log message (rvykydal)
2017-08-08 17:56:16 +02:00
Martin Kolman da8b1ecbb4 New version 26.21.11-1
- Fix a typo in python-meh initialization (#1462825) (mkolman)
- Require "blivet-gui-runtime" instead of "blivet-gui" (vtrefny)
2017-06-30 13:07:54 +02:00
Martin Kolman b2aa7b1583 New version 26.21.10-1
- Install class shouldn't set the default boot fstype (#1463297) (vponcova)
- Store testing logs properly (jkonecny)
- Fix location of the blivet-gui user help (vtrefny)
- netowrk: fix noipv6 option check regression (#1464297) (rvykydal)
- Use context manager to check KickstartError (jkonecny)
- Honor --erroronfail kickstart option in cmdline mode (rvykydal)
- Fix the 'non-ASCII characters in password' checks (#1413813) (awilliam)
- Move mock config files to slaves (jkonecny)
2017-06-26 17:02:44 +02:00
Martin Kolman 4e9ef6580f New version 26.21.9-1
- Bump version of Pykickstart and Blivet (#1113207) (jkonecny)
- Add XFS uuid changer (#1113207) (jkonecny)
- Support --when parameter in snapshot (#1113207) (jkonecny)
- Add snapshot support (#1113207) (jkonecny)
2017-06-15 17:13:00 +02:00
Martin Kolman 0063619ff7 New version 26.21.8-1
- Show warning if swap is smaller then recommended (#1290360) (vponcova)
- Disable test-install in Makefile (jkonecny)
- Fixes for Pylint 1.7 (vponcova)
- Add support for IPoIB in tui (#1366935) (rvykydal)
- Fix pylint unused import error (jkonecny)
- Add support for DNF-2.5.0 (jkonecny)
- Fix simpleline_getpass related Pylint warning (mkolman)
- network: handle multiple connections for one device better (#1444887) (rvykydal)
- Fix setting errors and warnings in the StorageCheckHandler (vponcova)
- Add inst.waitfornet option (#1315160) (rvykydal)
- Set the default filesystem type from a kickstart file (vponcova)
- Adapt to our new daily builds of Anaconda (jkonecny)
- Perform recursive copying of driver disk RPM repo contents (esyr)
- network: catch exception when reading in-memory connection being removed (#1439220) (rvykydal)
- network: fix setting hostname via boot options (#1441337) (rvykydal)
- Fix a typo in an error message (esyr)
- Use the function we already have for applying disk selection (#1412022) (rvykydal)
- Ignore disks labeled OEMDRV (#1412022) (rvykydal)
- network: create dracut arguments for iSCSI root accessed via vlan (#1374003) (rvykydal)
- Test if Anaconda can be installed inside of mock (jkonecny)
- Remove run_install_test test (jkonecny)
- Show the text of completions in the datetime spoke. (vponcova)
- Use new daily-blivet copr builds (jkonecny)
2017-06-13 18:04:33 +02:00
Martin Kolman 49acf2c24d New version 26.21.7-1
- Provide access to simpleline App instance (mkolman)
- Make it possible to use a custom getpass() (mkolman)
- Fix the addon handlers for the checkbox (#1451754) (vponcova)
2017-05-24 16:45:22 +02:00
Martin Kolman 471d1b5698 New version 26.21.6-1
- Bump Pykickstart version (mkolman)
2017-05-09 16:54:43 +02:00
Martin Kolman f1e522fc9b New version 26.21.5-1
- Make some missed adjustments to blivet API changes. (#1440134) (dlehman)
- Bump required version for blivet-gui (vtrefny)
- BlivetGuiSpoke: Set keyboard shortcuts for blivet-gui (#1439608) (vtrefny)
- BlivetGuiSpoke: Refresh blivet-gui UI after spoke is entered (vtrefny)
- Really fix with tmux 2.4 (version comparison was busted) (awilliam)
- Show or hide the content of the expander on Fedora (vponcova)
- itertools.chain can be iterated only once (#1414391) (vponcova)
2017-05-05 13:44:35 +02:00
Martin Kolman 3f3827f79b New version 26.21.4-1
- Use `time.tzset()` to apply timezone changes when we can (awilliam)
- Tweak epoch definition to fix system clock setting (#1433560) (awilliam)
- make anaconda working back again with tmux2.4 (pallotron)
- Trigger the entered signal only once the screen is shown (#1443011) (mkolman)
- Use constants in storage checker constraints. (vponcova)
- Optimize payload thread restart on network change (jkonecny)
- Add unit test for RepoMDMetaHash object (#1373449) (jkonecny)
- Make the formating in payload consistent (#1373449) (jkonecny)
- Fix Anaconda forces payload restart when network (not)change (#1373449) (jkonecny)
- Gtk: Fix creating images from resources. (vponcova)
- Fix partial kickstart software selection in GUI (#1404158) (jkonecny)
- Removed unused code in the Software spoke (#1404158) (jkonecny)
- Fix selection logic in Software spoke (#1404158) (jkonecny)
- Fix Driver Disc documentation (#1377233) (jkonecny)
- Support DD rpm loading from local disk device (#1377233) (jkonecny)
- Gtk: Replace deprecated get_misc_set_alignment in widgets. (vponcova)
- Gtk: Replace deprecated Gtk.Viewport.get_v/hadjustment. (vponcova)
- Gtk: Replace deprecated methods. (vponcova)
- Set the info bar only once if the partitioning method changes. (vponcova)
- Catch race-condition error reading from in-memory connection being removed (#1373360) (rvykydal)
- Fix pylint issue Catching too general exception Exception (jkonecny)
- network tui: fix changing ipv4 config from static to dhcp (#1432886) (rvykydal)
- Allow setting up bridge for fetching installer image from kickstart (#1373360) (rvykydal)
- Support --noboot and --noswap options in autopartitioning (#1220866) (vponcova)
- Support --nohome option in the autopartitioning (vponcova)
2017-04-28 13:57:09 +02:00
Martin Kolman 7cc395a9bc New version 26.21.3-1
- Hide options based on storage configuration method (#1439519) (mkolman)
- Catch exception when reading from in-memory connection being removed (#1439051) (rvykydal)
- docs/boot-options.rst: Fix #dhcpd anchor (mopsfelder)
- docs/boot-options.rst: Remove trailing spaces (mopsfelder)
- Fix logging of the storage checker report. (vponcova)
- Fix a property name of luks devices in storage checking (#1439411) (vponcova)
- Bump required version for blivet-gui (vtrefny)
- Use newly created swaps after the installation (#1439729) (vtrefny)
- Set default FS type for blivet-gui (#1439581) (vtrefny)
2017-04-11 16:14:53 +02:00
Martin Kolman 8951eb9ff5 New version 26.21.2-1
- Display progress for the post installation phase (mkolman)
- Enable the install class to customize the storage checking (vponcova)
- Replace sanity check with more advanced storage checker (vponcova)
- Various log-capture script improvements (mkolman)
- Rename StorageChecker to StorageCheckHandler (vponcova)
- Correction of some typographic mistakes in documentation. (rludva)
- Fix bullet point formatting in contribution guidelines (mkolman)
- Propagate firstboot --disable to Screen Access Manager (mkolman)
- util: Add script to capture logs (riehecky)
- Fix a typo (mkolman)
- Enhance git-find-branch script (jkonecny)
- Improve how storage configuration settings are displayed (mkolman
2017-04-05 16:37:02 +02:00
Martin Kolman 4345efecdc New version 26.21.1-1
- We should not have pyanaconda submodules on PYTHONPATH (vponcova)
- Lock empty root password during kickstart installation (#1383656) (mkolman)
- Use system Python when running Anaconda (mkolman)
- Remove unused false positives for pylint (vtrefny)
- Fix pylint error in BlivetGUI spoke (vtrefny)
- Fix tests by renaming packaging to payload (jkonecny)
- Rescue mode should wait for the storage and luks devices (#1376638) (vponcova)
2017-03-06 19:24:21 +01:00
3 changed files with 167 additions and 7 deletions

12
.gitignore vendored
View File

@ -92,3 +92,15 @@
/anaconda-26.19.tar.bz2
/anaconda-26.20.tar.bz2
/anaconda-26.21.tar.bz2
/anaconda-26.21.1.tar.bz2
/anaconda-26.21.2.tar.bz2
/anaconda-26.21.3.tar.bz2
/anaconda-26.21.4.tar.bz2
/anaconda-26.21.5.tar.bz2
/anaconda-26.21.6.tar.bz2
/anaconda-26.21.7.tar.bz2
/anaconda-26.21.8.tar.bz2
/anaconda-26.21.9.tar.bz2
/anaconda-26.21.10.tar.bz2
/anaconda-26.21.11.tar.bz2
/anaconda-26.21.12.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 26.21
Version: 26.21.12
Release: 1%{?dist}
License: GPLv2+ and MIT
Group: Applications/System
@ -19,8 +19,8 @@ Source0: %{name}-%{version}.tar.bz2
# match the requires versions of things).
%define gettextver 0.19.8
%define pykickstartver 2.32-1
%define dnfver 2.0.0
%define pykickstartver 2.35-1
%define dnfver 2.2.0
%define partedver 1.8.1
%define pypartedver 2.5-2
%define nmver 1.0
@ -39,7 +39,7 @@ Source0: %{name}-%{version}.tar.bz2
%define libtimezonemapver 0.4.1-2
%define helpver 22.1-1
%define libblockdevver 2.1
%define blivetguiver 2.1.0
%define blivetguiver 2.1.5-2
BuildRequires: audit-libs-devel
BuildRequires: gettext >= %{gettextver}
@ -83,8 +83,9 @@ The anaconda package is a metapackage for the Anaconda installer.
%package core
Summary: Core of the Anaconda installer
Requires: python3-libs
Requires: python3-dnf >= %{dnfver}
Requires: python3-blivet >= 1:2.1.7-3
Requires: python3-blivet >= 1:2.1.9-1
Requires: python3-blockdev >= %{libblockdevver}
Requires: libblockdev-plugins-all >= %{libblockdevver}
Requires: python3-meh >= %{mehver}
@ -183,7 +184,7 @@ Requires: NetworkManager-wifi
Requires: anaconda-user-help >= %{helpver}
Requires: yelp
Requires: python3-gobject-base
Requires: blivet-gui >= %{blivetguiver}
Requires: blivet-gui-runtime >= %{blivetguiver}
# Needed to compile the gsettings files
BuildRequires: gsettings-desktop-schemas
@ -327,6 +328,153 @@ update-desktop-database &> /dev/null || :
%{_prefix}/libexec/anaconda/dd_*
%changelog
* Tue Aug 08 2017 Martin Kolman <mkolman@redhat.com> - 26.21.12-1
- rpmostreepayload: Set up /var first (walters)
- rpmostreepayload: Explicitly create /var/lib before tmpfiles (walters)
- rpmostreepayload: Rework mount setup to support admin-defined mounts
(walters)
- rpmostreepayload: try to verify local ostree repo cache (dusty)
- rpmostreepayload: ignore <F25 location, support RHEL (dusty)
- rpmostreepayload: use correct secondary url location (dusty)
- rpmostreepayload: Do /sysroot mount non-recursively (walters)
- rpmostreepayload: Reuse the local repo as a cache (walters)
- rpmostreepayload: Handle /var as a user-specified mountpoint (walters)
- gui: show supported locales on Atomic Host installs (jlebon)
- tasks: add missing string substitution in log message (rvykydal)
* Fri Jun 30 2017 Martin Kolman <mkolman@redhat.com> - 26.21.11-1
- Fix a typo in python-meh initialization (#1462825) (mkolman)
- Require "blivet-gui-runtime" instead of "blivet-gui" (vtrefny)
* Mon Jun 26 2017 Martin Kolman <mkolman@redhat.com> - 26.21.10-1
- Install class shouldn't set the default boot fstype (#1463297) (vponcova)
- Store testing logs properly (jkonecny)
- Fix location of the blivet-gui user help (vtrefny)
- netowrk: fix noipv6 option check regression (#1464297) (rvykydal)
- Use context manager to check KickstartError (jkonecny)
- Honor --erroronfail kickstart option in cmdline mode (rvykydal)
- Fix the 'non-ASCII characters in password' checks (#1413813) (awilliam)
- Move mock config files to slaves (jkonecny)
* Thu Jun 15 2017 Martin Kolman <mkolman@redhat.com> - 26.21.9-1
- Bump version of Pykickstart and Blivet (#1113207) (jkonecny)
- Add XFS uuid changer (#1113207) (jkonecny)
- Support --when parameter in snapshot (#1113207) (jkonecny)
- Add snapshot support (#1113207) (jkonecny)
* Tue Jun 13 2017 Martin Kolman <mkolman@redhat.com> - 26.21.8-1
- Show warning if swap is smaller then recommended (#1290360) (vponcova)
- Disable test-install in Makefile (jkonecny)
- Fixes for Pylint 1.7 (vponcova)
- Add support for IPoIB in tui (#1366935) (rvykydal)
- Fix pylint unused import error (jkonecny)
- Add support for DNF-2.5.0 (jkonecny)
- Fix simpleline_getpass related Pylint warning (mkolman)
- network: handle multiple connections for one device better (#1444887)
(rvykydal)
- Fix setting errors and warnings in the StorageCheckHandler (vponcova)
- Add inst.waitfornet option (#1315160) (rvykydal)
- Set the default filesystem type from a kickstart file (vponcova)
- Adapt to our new daily builds of Anaconda (jkonecny)
- Perform recursive copying of driver disk RPM repo contents (esyr)
- network: catch exception when reading in-memory connection being removed
(#1439220) (rvykydal)
- network: fix setting hostname via boot options (#1441337) (rvykydal)
- Fix a typo in an error message (esyr)
- Use the function we already have for applying disk selection (#1412022)
(rvykydal)
- Ignore disks labeled OEMDRV (#1412022) (rvykydal)
- network: create dracut arguments for iSCSI root accessed via vlan (#1374003)
(rvykydal)
- Test if Anaconda can be installed inside of mock (jkonecny)
- Remove run_install_test test (jkonecny)
- Show the text of completions in the datetime spoke. (vponcova)
- Use new daily-blivet copr builds (jkonecny)
* Wed May 24 2017 Martin Kolman <mkolman@redhat.com> - 26.21.7-1
- Provide access to simpleline App instance (mkolman)
- Make it possible to use a custom getpass() (mkolman)
- Fix the addon handlers for the checkbox (#1451754) (vponcova)
* Tue May 09 2017 Martin Kolman <mkolman@redhat.com> - 26.21.6-1
- Bump Pykickstart version (mkolman)
* Fri May 05 2017 Martin Kolman <mkolman@redhat.com> - 26.21.5-1
- Make some missed adjustments to blivet API changes. (#1440134) (dlehman)
- Bump required version for blivet-gui (vtrefny)
- BlivetGuiSpoke: Set keyboard shortcuts for blivet-gui (#1439608) (vtrefny)
- BlivetGuiSpoke: Refresh blivet-gui UI after spoke is entered (vtrefny)
- Really fix with tmux 2.4 (version comparison was busted) (awilliam)
- Show or hide the content of the expander on Fedora (vponcova)
- itertools.chain can be iterated only once (#1414391) (vponcova)
* Fri Apr 28 2017 Martin Kolman <mkolman@redhat.com> - 26.21.4-1
- Use `time.tzset()` to apply timezone changes when we can (awilliam)
- Tweak epoch definition to fix system clock setting (#1433560) (awilliam)
- make anaconda working back again with tmux2.4 (pallotron)
- Trigger the entered signal only once the screen is shown (#1443011) (mkolman)
- Use constants in storage checker constraints. (vponcova)
- Optimize payload thread restart on network change (jkonecny)
- Add unit test for RepoMDMetaHash object (#1373449) (jkonecny)
- Make the formating in payload consistent (#1373449) (jkonecny)
- Fix Anaconda forces payload restart when network (not)change (#1373449)
(jkonecny)
- Gtk: Fix creating images from resources. (vponcova)
- Fix partial kickstart software selection in GUI (#1404158) (jkonecny)
- Removed unused code in the Software spoke (#1404158) (jkonecny)
- Fix selection logic in Software spoke (#1404158) (jkonecny)
- Fix Driver Disc documentation (#1377233) (jkonecny)
- Support DD rpm loading from local disk device (#1377233) (jkonecny)
- Gtk: Replace deprecated get_misc_set_alignment in widgets. (vponcova)
- Gtk: Replace deprecated Gtk.Viewport.get_v/hadjustment. (vponcova)
- Gtk: Replace deprecated methods. (vponcova)
- Set the info bar only once if the partitioning method changes. (vponcova)
- Catch race-condition error reading from in-memory connection being removed
(#1373360) (rvykydal)
- Fix pylint issue Catching too general exception Exception (jkonecny)
- network tui: fix changing ipv4 config from static to dhcp (#1432886)
(rvykydal)
- Allow setting up bridge for fetching installer image from kickstart
(#1373360) (rvykydal)
- Support --noboot and --noswap options in autopartitioning (#1220866)
(vponcova)
- Support --nohome option in the autopartitioning (vponcova)
* Tue Apr 11 2017 Martin Kolman <mkolman@redhat.com> - 26.21.3-1
- Hide options based on storage configuration method (#1439519) (mkolman)
- Catch exception when reading from in-memory connection being removed
(#1439051) (rvykydal)
- docs/boot-options.rst: Fix #dhcpd anchor (mopsfelder)
- docs/boot-options.rst: Remove trailing spaces (mopsfelder)
- Fix logging of the storage checker report. (vponcova)
- Fix a property name of luks devices in storage checking (#1439411) (vponcova)
- Bump required version for blivet-gui (vtrefny)
- Use newly created swaps after the installation (#1439729) (vtrefny)
- Set default FS type for blivet-gui (#1439581) (vtrefny)
* Wed Apr 05 2017 Martin Kolman <mkolman@redhat.com> - 26.21.2-1
- Display progress for the post installation phase (mkolman)
- Enable the install class to customize the storage checking (vponcova)
- Replace sanity check with more advanced storage checker (vponcova)
- Various log-capture script improvements (mkolman)
- Rename StorageChecker to StorageCheckHandler (vponcova)
- Correction of some typographic mistakes in documentation. (rludva)
- Fix bullet point formatting in contribution guidelines (mkolman)
- Propagate firstboot --disable to Screen Access Manager (mkolman)
- util: Add script to capture logs (riehecky)
- Fix a typo (mkolman)
- Enhance git-find-branch script (jkonecny)
- Improve how storage configuration settings are displayed (mkolman)
* Mon Mar 06 2017 Martin Kolman <mkolman@redhat.com> - 26.21.1-1
- We should not have pyanaconda submodules on PYTHONPATH (vponcova)
- Lock empty root password during kickstart installation (#1383656) (mkolman)
- Use system Python when running Anaconda (mkolman)
- Remove unused false positives for pylint (vtrefny)
- Fix pylint error in BlivetGUI spoke (vtrefny)
- Fix tests by renaming packaging to payload (jkonecny)
- Rescue mode should wait for the storage and luks devices (#1376638) (vponcova)
* Mon Feb 27 2017 Martin Kolman <mkolman@redhat.com> - 26.21-1
- Add blivet-gui as requirement for the GUI package (vtrefny)
- Add a bottom bar to the Blivet GUI spoke (mkolman)

View File

@ -1 +1 @@
SHA512 (anaconda-26.21.tar.bz2) = 7b2ebfc6e48acab9f889178a81732f4e1be88b57deecc6df4d5e94463a675398f3b2a260000a2e4c3e591e189c9a04d4356d91321b486e73eefec9ce140c9f5b
SHA512 (anaconda-26.21.12.tar.bz2) = 51a51217e4d08012b9c6b42633df5354e163465a97591a510acd97c0caaeededd2dd8bbe16f675f1760abbcc9e26293750e80da28207a5867246c0b063a7d9d2