From f3fdea6943c6f27a115437c49d12eb5548b02432 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Thu, 7 Jun 2018 23:30:26 +0200 Subject: [PATCH 001/135] New version 29.16-1 - Add tests for changes in tasks and the install manager (vponcova) - Add a simple installation task in the Baz module (vponcova) - Update the boss classes (vponcova) - Update the base clases for modules (vponcova) - Use the system installation task in the install manager (vponcova) - Add the system installation task (vponcova) - Add methods for running remote DBus tasks (vponcova) - Improved base clases for DBus tasks (vponcova) - Do not manually create LUKSDevice when unlocking a LUKS format (vtrefny) - Fix pylint errors (vponcova) - Skip the pylint check for the bootloader.py (vponcova) - Enable DNF depsolver debugging in debug mode (mkolman) - Don't reset locale of our DBus daemon (vponcova) - Close the DNF base later (#1571299) (vponcova) - Add 10% for storage metadata to the total required space (#1578395) (vponcova) - Add hook to prevent mistake upstream pushes (jkonecny) - Revert "WIP" (vponcova) - WIP (vponcova) - Set locale to en_US.UTF-8 in every module (#1575415) (vponcova) - Move initial module configuration to the init function (vponcova) - Fix the mount command (vponcova) - Use the auto partitioning module in UI (vponcova) - Only check space during a tui kickstart if ksprompt is enabled (bcl) - Fix can't exit TUI storage spoke (jkonecny) - Use PROCESSED_AND_CLOSE and PROCESSED_AND_REDRAW (jkonecny) - Remove not required PROCESSED return (jkonecny) - Remove PROCESSED from refresh method (jkonecny) --- .gitignore | 1 + anaconda.spec | 32 +++++++++++++++++++++++++++++++- sources | 2 +- 3 files changed, 33 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 60d882b..2a69dbe 100644 --- a/.gitignore +++ b/.gitignore @@ -147,3 +147,4 @@ /anaconda-29.13.tar.bz2 /anaconda-29.14.tar.bz2 /anaconda-29.15.tar.bz2 +/anaconda-29.16.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 2b28146..5c0406e 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -6,7 +6,7 @@ Summary: Graphical system installer Name: anaconda -Version: 29.15 +Version: 29.16 Release: 1%{?dist} License: GPLv2+ and MIT Group: Applications/System @@ -347,6 +347,36 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Thu Jun 07 2018 Martin Kolman - 29.16-1 +- Add tests for changes in tasks and the install manager (vponcova) +- Add a simple installation task in the Baz module (vponcova) +- Update the boss classes (vponcova) +- Update the base clases for modules (vponcova) +- Use the system installation task in the install manager (vponcova) +- Add the system installation task (vponcova) +- Add methods for running remote DBus tasks (vponcova) +- Improved base clases for DBus tasks (vponcova) +- Do not manually create LUKSDevice when unlocking a LUKS format (vtrefny) +- Fix pylint errors (vponcova) +- Skip the pylint check for the bootloader.py (vponcova) +- Enable DNF depsolver debugging in debug mode (mkolman) +- Don't reset locale of our DBus daemon (vponcova) +- Close the DNF base later (#1571299) (vponcova) +- Add 10%% for storage metadata to the total required space (#1578395) + (vponcova) +- Add hook to prevent mistake upstream pushes (jkonecny) +- Revert "WIP" (vponcova) +- WIP (vponcova) +- Set locale to en_US.UTF-8 in every module (#1575415) (vponcova) +- Move initial module configuration to the init function (vponcova) +- Fix the mount command (vponcova) +- Use the auto partitioning module in UI (vponcova) +- Only check space during a tui kickstart if ksprompt is enabled (bcl) +- Fix can't exit TUI storage spoke (jkonecny) +- Use PROCESSED_AND_CLOSE and PROCESSED_AND_REDRAW (jkonecny) +- Remove not required PROCESSED return (jkonecny) +- Remove PROCESSED from refresh method (jkonecny) + * Wed May 16 2018 Martin Kolman - 29.15-1 - nvdimm: make debug messages more clear (rvykydal) - nvdimm: use libblockdev enum to check namespace mode (rvykydal) diff --git a/sources b/sources index f02a7bd..3a20caf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-29.15.tar.bz2) = 13036274c600ef33a6644c51870399051088d3bab07174e3c3f7049ee04943ac7daa8546cdbb85024cdf9580fbe614b9ebd8472388f0ab05778cf07422638990 +SHA512 (anaconda-29.16.tar.bz2) = 298cd095ae206a444b3c8d36e08ca0717ccc7bcf32071a41262d65900166a3241e9c38a5cf9b0fc66018f6808717fc8d144f2b9d881098bcf11d32d6e43a103a From e58f9a43d0dc494af3c3dc3fcb4c37fc2bc5165f Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Tue, 12 Jun 2018 17:19:21 +0200 Subject: [PATCH 002/135] New version 29.17-1 - Wait for kickstart modules to quit (vponcova) - Ask for a default passphrase if required (vponcova) - Add support for setting different types of passwords in TUI (vponcova) --- .gitignore | 1 + anaconda.spec | 7 ++++++- sources | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2a69dbe..58d7870 100644 --- a/.gitignore +++ b/.gitignore @@ -148,3 +148,4 @@ /anaconda-29.14.tar.bz2 /anaconda-29.15.tar.bz2 /anaconda-29.16.tar.bz2 +/anaconda-29.17.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 5c0406e..3159729 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -6,7 +6,7 @@ Summary: Graphical system installer Name: anaconda -Version: 29.16 +Version: 29.17 Release: 1%{?dist} License: GPLv2+ and MIT Group: Applications/System @@ -347,6 +347,11 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Jun 12 2018 Martin Kolman - 29.17-1 +- Wait for kickstart modules to quit (vponcova) +- Ask for a default passphrase if required (vponcova) +- Add support for setting different types of passwords in TUI (vponcova) + * Thu Jun 07 2018 Martin Kolman - 29.16-1 - Add tests for changes in tasks and the install manager (vponcova) - Add a simple installation task in the Baz module (vponcova) diff --git a/sources b/sources index 3a20caf..4dd6ea9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-29.16.tar.bz2) = 298cd095ae206a444b3c8d36e08ca0717ccc7bcf32071a41262d65900166a3241e9c38a5cf9b0fc66018f6808717fc8d144f2b9d881098bcf11d32d6e43a103a +SHA512 (anaconda-29.17.tar.bz2) = 7afb2f10aca93ee075583deac66ecd54320aaef19fb2144b54436ffa49f33ff297fa82e2b359ac5e7307503f35ae023efbf577c18c0420ad045791a9cf4b6b33 From d0ceea9bc6f892daadd6e8c9805525aadbbf90fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 18 Jun 2018 17:23:05 +0200 Subject: [PATCH 003/135] Rebuilt for Python 3.7 --- anaconda.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/anaconda.spec b/anaconda.spec index 3159729..80b759f 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -7,7 +7,7 @@ Summary: Graphical system installer Name: anaconda Version: 29.17 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ and MIT Group: Applications/System URL: http://fedoraproject.org/wiki/Anaconda @@ -347,6 +347,9 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Mon Jun 18 2018 Miro Hrončok - 29.17-2 +- Rebuilt for Python 3.7 + * Tue Jun 12 2018 Martin Kolman - 29.17-1 - Wait for kickstart modules to quit (vponcova) - Ask for a default passphrase if required (vponcova) From b3b63c2695dc6541c81c806419cd2dbff0fe44ae Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Mon, 25 Jun 2018 15:30:45 +0200 Subject: [PATCH 004/135] New version 29.18-1 - Add tests for the DASD module (vponcova) - Run the DASD formatting task in UI (vponcova) - Extend the sync_run_task method with a callback (vponcova) - Create a task for formatting DASDs (vponcova) - Run the DASD discovery task from UI (vponcova) - Create a task for discovering DASDs (vponcova) - Create the DASD module (vponcova) - Add tests for the language installation task (vponcova) - Run an installation task to install a language (vponcova) - nvdimm: fix crash on non-block devices (rvykydal) --- .gitignore | 1 + anaconda.spec | 17 +++++++++++++---- sources | 2 +- 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 58d7870..8ee8bd6 100644 --- a/.gitignore +++ b/.gitignore @@ -149,3 +149,4 @@ /anaconda-29.15.tar.bz2 /anaconda-29.16.tar.bz2 /anaconda-29.17.tar.bz2 +/anaconda-29.18.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 80b759f..d46eaa9 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -6,8 +6,8 @@ Summary: Graphical system installer Name: anaconda -Version: 29.17 -Release: 2%{?dist} +Version: 29.18 +Release: 1%{?dist} License: GPLv2+ and MIT Group: Applications/System URL: http://fedoraproject.org/wiki/Anaconda @@ -347,8 +347,17 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog -* Mon Jun 18 2018 Miro Hrončok - 29.17-2 -- Rebuilt for Python 3.7 +* Mon Jun 25 2018 Martin Kolman - 29.18-1 +- Add tests for the DASD module (vponcova) +- Run the DASD formatting task in UI (vponcova) +- Extend the sync_run_task method with a callback (vponcova) +- Create a task for formatting DASDs (vponcova) +- Run the DASD discovery task from UI (vponcova) +- Create a task for discovering DASDs (vponcova) +- Create the DASD module (vponcova) +- Add tests for the language installation task (vponcova) +- Run an installation task to install a language (vponcova) +- nvdimm: fix crash on non-block devices (rvykydal) * Tue Jun 12 2018 Martin Kolman - 29.17-1 - Wait for kickstart modules to quit (vponcova) diff --git a/sources b/sources index 4dd6ea9..0e066f2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-29.17.tar.bz2) = 7afb2f10aca93ee075583deac66ecd54320aaef19fb2144b54436ffa49f33ff297fa82e2b359ac5e7307503f35ae023efbf577c18c0420ad045791a9cf4b6b33 +SHA512 (anaconda-29.18.tar.bz2) = fe1208dc93b516eaec4c4b37403d7e44bb3ca0b345bc8eb5cd79065c7db1f97f37d067c2a157688dff84bc4ff4edade443b75a1d780ce0e9124d7168e9281700 From 3c1afff27475f6f2aa32e6f4659be16d47ed3fbf Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 26 Jun 2018 13:50:59 -0700 Subject: [PATCH 005/135] Initial DNF 3 compatibility via downstream patches --- ...bstitutions-moved-from-dnf-to-libdnf.patch | 37 +++++++++++ ...e-calculations-for-transaction-item-.patch | 43 +++++++++++++ ...allback-constants-moved-to-dnf.trans.patch | 62 +++++++++++++++++++ anaconda.spec | 14 ++++- 4 files changed, 154 insertions(+), 2 deletions(-) create mode 100644 0001-DNF-3-config-substitutions-moved-from-dnf-to-libdnf.patch create mode 100644 0002-DNF-3-Update-size-calculations-for-transaction-item-.patch create mode 100644 0003-DNF-3-progress-callback-constants-moved-to-dnf.trans.patch diff --git a/0001-DNF-3-config-substitutions-moved-from-dnf-to-libdnf.patch b/0001-DNF-3-config-substitutions-moved-from-dnf-to-libdnf.patch new file mode 100644 index 0000000..3917054 --- /dev/null +++ b/0001-DNF-3-config-substitutions-moved-from-dnf-to-libdnf.patch @@ -0,0 +1,37 @@ +From 73e1d130538ea4cdca2dfd6a273cb3f9ac092934 Mon Sep 17 00:00:00 2001 +From: Adam Williamson +Date: Tue, 26 Jun 2018 11:53:22 -0700 +Subject: [PATCH 1/3] DNF 3: config substitutions moved from dnf to libdnf + +This just moved from dnf.conf to libdnf.conf, no big problem. + +Signed-off-by: Adam Williamson +--- + pyanaconda/payload/dnfpayload.py | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/pyanaconda/payload/dnfpayload.py b/pyanaconda/payload/dnfpayload.py +index dee3903eb..8b8be68c9 100644 +--- a/pyanaconda/payload/dnfpayload.py ++++ b/pyanaconda/payload/dnfpayload.py +@@ -54,7 +54,7 @@ import dnf.logging + import dnf.exceptions + import dnf.repo + import dnf.callback +-import dnf.conf.parser ++import libdnf.conf + import dnf.conf.substitutions + import rpm + import librepo +@@ -325,7 +325,7 @@ class DNFPayload(payload.PackagePayload): + Currently supports $releasever and $basearch. + """ + if url: +- return dnf.conf.parser.substitute(url, self._base.conf.substitutions) ++ return libdnf.conf.ConfigParser.substitute(url, self._base.conf.substitutions) + + return None + +-- +2.18.0.rc2 + diff --git a/0002-DNF-3-Update-size-calculations-for-transaction-item-.patch b/0002-DNF-3-Update-size-calculations-for-transaction-item-.patch new file mode 100644 index 0000000..c5ea523 --- /dev/null +++ b/0002-DNF-3-Update-size-calculations-for-transaction-item-.patch @@ -0,0 +1,43 @@ +From f8ad90a0d76741b14767e1e94c9fbe6d760e301d Mon Sep 17 00:00:00 2001 +From: Adam Williamson +Date: Tue, 26 Jun 2018 12:14:56 -0700 +Subject: [PATCH 2/3] DNF 3: Update size calculations for transaction item + changes + +Seems we can basically get sizes for the package that backs a +transaction item now, rather than for the 'set of files it +installs'. + +Signed-off-by: Adam Williamson +--- + pyanaconda/payload/dnfpayload.py | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) + +diff --git a/pyanaconda/payload/dnfpayload.py b/pyanaconda/payload/dnfpayload.py +index 8b8be68c9..27bc6d7d3 100644 +--- a/pyanaconda/payload/dnfpayload.py ++++ b/pyanaconda/payload/dnfpayload.py +@@ -602,7 +602,7 @@ class DNFPayload(payload.PackagePayload): + if transaction is None: + return Size(0) + +- size = sum(tsi.installed.downloadsize for tsi in transaction) ++ size = sum(tsi.pkg.downloadsize for tsi in transaction) + # reserve extra + return Size(size) + Size("150 MB") + +@@ -782,9 +782,9 @@ class DNFPayload(payload.PackagePayload): + files_nm = 0 + for tsi in transaction: + # space taken by all files installed by the packages +- size += tsi.installed.installsize ++ size += tsi.pkg.installsize + # number of files installed on the system +- files_nm += len(tsi.installed.files) ++ files_nm += len(tsi.pkg.files) + + # append bonus size depending on number of files + bonus_size = files_nm * BONUS_SIZE_ON_FILE +-- +2.18.0.rc2 + diff --git a/0003-DNF-3-progress-callback-constants-moved-to-dnf.trans.patch b/0003-DNF-3-progress-callback-constants-moved-to-dnf.trans.patch new file mode 100644 index 0000000..351c940 --- /dev/null +++ b/0003-DNF-3-progress-callback-constants-moved-to-dnf.trans.patch @@ -0,0 +1,62 @@ +From 83ca305baf8aa1b08ab7e2b64845d94c820bfa1a Mon Sep 17 00:00:00 2001 +From: Adam Williamson +Date: Tue, 26 Jun 2018 12:43:15 -0700 +Subject: [PATCH 3/3] DNF 3: progress callback constants moved to + dnf.transaction + +Another fairly trivial DNF 3 fix. + +Signed-off-by: Adam Williamson +--- + pyanaconda/payload/dnfpayload.py | 9 +++++---- + 1 file changed, 5 insertions(+), 4 deletions(-) + +diff --git a/pyanaconda/payload/dnfpayload.py b/pyanaconda/payload/dnfpayload.py +index 27bc6d7d3..46a327f5a 100644 +--- a/pyanaconda/payload/dnfpayload.py ++++ b/pyanaconda/payload/dnfpayload.py +@@ -54,6 +54,7 @@ import dnf.logging + import dnf.exceptions + import dnf.repo + import dnf.callback ++import dnf.transaction + import libdnf.conf + import dnf.conf.substitutions + import rpm +@@ -176,7 +177,7 @@ class PayloadRPMDisplay(dnf.callback.TransactionProgress): + # Process DNF actions, communicating with anaconda via the queue + # A normal installation consists of 'install' messages followed by + # the 'post' message. +- if action == self.PKG_INSTALL and ti_done == 0: ++ if action == dnf.transaction.PKG_INSTALL and ti_done == 0: + # do not report same package twice + if self._last_ts == ts_done: + return +@@ -192,13 +193,13 @@ class PayloadRPMDisplay(dnf.callback.TransactionProgress): + log_msg = "Installed: %s %s %s" % (nevra, package.buildtime, package.returnIdSum()[1]) + self._queue.put(('log', log_msg)) + +- elif action == self.TRANS_POST: ++ elif action == dnf.transaction.TRANS_POST: + self._queue.put(('post', None)) + log_msg = "Post installation setup phase started." + self._queue.put(('log', log_msg)) + self._postinst_phase = True + +- elif action == self.PKG_SCRIPTLET: ++ elif action == dnf.transaction.PKG_SCRIPTLET: + # Log the exact package nevra, build time and checksum + nevra = "%s-%s.%s" % (package.name, package.evr, package.arch) + log_msg = "Configuring (running scriptlet for): %s %s %s" % (nevra, package.buildtime, package.returnIdSum()[1]) +@@ -210,7 +211,7 @@ class PayloadRPMDisplay(dnf.callback.TransactionProgress): + #self.cnt += 1 + self._queue.put(('configure', msg)) + +- elif action == self.PKG_VERIFY: ++ elif action == dnf.transaction.PKG_VERIFY: + msg = '%s.%s (%d/%d)' % (package.name, package.arch, ts_done, ts_total) + self._queue.put(('verify', msg)) + +-- +2.18.0.rc2 + diff --git a/anaconda.spec b/anaconda.spec index d46eaa9..65b47c0 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -7,7 +7,7 @@ Summary: Graphical system installer Name: anaconda Version: 29.18 -Release: 1%{?dist} +Release: 1%{?dist}.1 License: GPLv2+ and MIT Group: Applications/System URL: http://fedoraproject.org/wiki/Anaconda @@ -19,6 +19,13 @@ URL: http://fedoraproject.org/wiki/Anaconda # make dist Source0: %{name}-%{version}.tar.bz2 +# Initial DNF 3 compat fixes, submitted upstream: +# https://github.com/rhinstaller/anaconda/pull/1515 +# These (or improved versions) should be in 29.19 +Patch0: 0001-DNF-3-config-substitutions-moved-from-dnf-to-libdnf.patch +Patch1: 0002-DNF-3-Update-size-calculations-for-transaction-item-.patch +Patch2: 0003-DNF-3-progress-callback-constants-moved-to-dnf.trans.patch + # Versions of required components (done so we make sure the buildrequires # match the requires versions of things). @@ -249,7 +256,7 @@ options. This includes driver disks, kickstarts, and finding the anaconda runtime on NFS/HTTP/FTP servers or local disks. %prep -%setup -q +%autosetup -p1 %build # use actual build-time release number, not tarball creation time release number @@ -347,6 +354,9 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Jun 26 2018 Adam Williamson - 29.18-1.fc29.1 +- Initial DNF 3 compatibility via downstream patches + * Mon Jun 25 2018 Martin Kolman - 29.18-1 - Add tests for the DASD module (vponcova) - Run the DASD formatting task in UI (vponcova) From 562399b26bc62bcd7c3d195a3b5447f1e8d85c61 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Wed, 27 Jun 2018 18:00:37 +0200 Subject: [PATCH 006/135] New version 29.19-1 - DNF 3: progress callback constants moved to dnf.transaction (awilliam) - DNF 3: Update size calculations for transaction item changes (awilliam) - DNF 3: config substitutions moved from dnf to libdnf (awilliam) --- .gitignore | 1 + ...bstitutions-moved-from-dnf-to-libdnf.patch | 37 ----------- ...e-calculations-for-transaction-item-.patch | 43 ------------- ...allback-constants-moved-to-dnf.trans.patch | 62 ------------------- anaconda.spec | 19 +++--- sources | 2 +- 6 files changed, 9 insertions(+), 155 deletions(-) delete mode 100644 0001-DNF-3-config-substitutions-moved-from-dnf-to-libdnf.patch delete mode 100644 0002-DNF-3-Update-size-calculations-for-transaction-item-.patch delete mode 100644 0003-DNF-3-progress-callback-constants-moved-to-dnf.trans.patch diff --git a/.gitignore b/.gitignore index 8ee8bd6..c425899 100644 --- a/.gitignore +++ b/.gitignore @@ -150,3 +150,4 @@ /anaconda-29.16.tar.bz2 /anaconda-29.17.tar.bz2 /anaconda-29.18.tar.bz2 +/anaconda-29.19.tar.bz2 diff --git a/0001-DNF-3-config-substitutions-moved-from-dnf-to-libdnf.patch b/0001-DNF-3-config-substitutions-moved-from-dnf-to-libdnf.patch deleted file mode 100644 index 3917054..0000000 --- a/0001-DNF-3-config-substitutions-moved-from-dnf-to-libdnf.patch +++ /dev/null @@ -1,37 +0,0 @@ -From 73e1d130538ea4cdca2dfd6a273cb3f9ac092934 Mon Sep 17 00:00:00 2001 -From: Adam Williamson -Date: Tue, 26 Jun 2018 11:53:22 -0700 -Subject: [PATCH 1/3] DNF 3: config substitutions moved from dnf to libdnf - -This just moved from dnf.conf to libdnf.conf, no big problem. - -Signed-off-by: Adam Williamson ---- - pyanaconda/payload/dnfpayload.py | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/pyanaconda/payload/dnfpayload.py b/pyanaconda/payload/dnfpayload.py -index dee3903eb..8b8be68c9 100644 ---- a/pyanaconda/payload/dnfpayload.py -+++ b/pyanaconda/payload/dnfpayload.py -@@ -54,7 +54,7 @@ import dnf.logging - import dnf.exceptions - import dnf.repo - import dnf.callback --import dnf.conf.parser -+import libdnf.conf - import dnf.conf.substitutions - import rpm - import librepo -@@ -325,7 +325,7 @@ class DNFPayload(payload.PackagePayload): - Currently supports $releasever and $basearch. - """ - if url: -- return dnf.conf.parser.substitute(url, self._base.conf.substitutions) -+ return libdnf.conf.ConfigParser.substitute(url, self._base.conf.substitutions) - - return None - --- -2.18.0.rc2 - diff --git a/0002-DNF-3-Update-size-calculations-for-transaction-item-.patch b/0002-DNF-3-Update-size-calculations-for-transaction-item-.patch deleted file mode 100644 index c5ea523..0000000 --- a/0002-DNF-3-Update-size-calculations-for-transaction-item-.patch +++ /dev/null @@ -1,43 +0,0 @@ -From f8ad90a0d76741b14767e1e94c9fbe6d760e301d Mon Sep 17 00:00:00 2001 -From: Adam Williamson -Date: Tue, 26 Jun 2018 12:14:56 -0700 -Subject: [PATCH 2/3] DNF 3: Update size calculations for transaction item - changes - -Seems we can basically get sizes for the package that backs a -transaction item now, rather than for the 'set of files it -installs'. - -Signed-off-by: Adam Williamson ---- - pyanaconda/payload/dnfpayload.py | 6 +++--- - 1 file changed, 3 insertions(+), 3 deletions(-) - -diff --git a/pyanaconda/payload/dnfpayload.py b/pyanaconda/payload/dnfpayload.py -index 8b8be68c9..27bc6d7d3 100644 ---- a/pyanaconda/payload/dnfpayload.py -+++ b/pyanaconda/payload/dnfpayload.py -@@ -602,7 +602,7 @@ class DNFPayload(payload.PackagePayload): - if transaction is None: - return Size(0) - -- size = sum(tsi.installed.downloadsize for tsi in transaction) -+ size = sum(tsi.pkg.downloadsize for tsi in transaction) - # reserve extra - return Size(size) + Size("150 MB") - -@@ -782,9 +782,9 @@ class DNFPayload(payload.PackagePayload): - files_nm = 0 - for tsi in transaction: - # space taken by all files installed by the packages -- size += tsi.installed.installsize -+ size += tsi.pkg.installsize - # number of files installed on the system -- files_nm += len(tsi.installed.files) -+ files_nm += len(tsi.pkg.files) - - # append bonus size depending on number of files - bonus_size = files_nm * BONUS_SIZE_ON_FILE --- -2.18.0.rc2 - diff --git a/0003-DNF-3-progress-callback-constants-moved-to-dnf.trans.patch b/0003-DNF-3-progress-callback-constants-moved-to-dnf.trans.patch deleted file mode 100644 index 351c940..0000000 --- a/0003-DNF-3-progress-callback-constants-moved-to-dnf.trans.patch +++ /dev/null @@ -1,62 +0,0 @@ -From 83ca305baf8aa1b08ab7e2b64845d94c820bfa1a Mon Sep 17 00:00:00 2001 -From: Adam Williamson -Date: Tue, 26 Jun 2018 12:43:15 -0700 -Subject: [PATCH 3/3] DNF 3: progress callback constants moved to - dnf.transaction - -Another fairly trivial DNF 3 fix. - -Signed-off-by: Adam Williamson ---- - pyanaconda/payload/dnfpayload.py | 9 +++++---- - 1 file changed, 5 insertions(+), 4 deletions(-) - -diff --git a/pyanaconda/payload/dnfpayload.py b/pyanaconda/payload/dnfpayload.py -index 27bc6d7d3..46a327f5a 100644 ---- a/pyanaconda/payload/dnfpayload.py -+++ b/pyanaconda/payload/dnfpayload.py -@@ -54,6 +54,7 @@ import dnf.logging - import dnf.exceptions - import dnf.repo - import dnf.callback -+import dnf.transaction - import libdnf.conf - import dnf.conf.substitutions - import rpm -@@ -176,7 +177,7 @@ class PayloadRPMDisplay(dnf.callback.TransactionProgress): - # Process DNF actions, communicating with anaconda via the queue - # A normal installation consists of 'install' messages followed by - # the 'post' message. -- if action == self.PKG_INSTALL and ti_done == 0: -+ if action == dnf.transaction.PKG_INSTALL and ti_done == 0: - # do not report same package twice - if self._last_ts == ts_done: - return -@@ -192,13 +193,13 @@ class PayloadRPMDisplay(dnf.callback.TransactionProgress): - log_msg = "Installed: %s %s %s" % (nevra, package.buildtime, package.returnIdSum()[1]) - self._queue.put(('log', log_msg)) - -- elif action == self.TRANS_POST: -+ elif action == dnf.transaction.TRANS_POST: - self._queue.put(('post', None)) - log_msg = "Post installation setup phase started." - self._queue.put(('log', log_msg)) - self._postinst_phase = True - -- elif action == self.PKG_SCRIPTLET: -+ elif action == dnf.transaction.PKG_SCRIPTLET: - # Log the exact package nevra, build time and checksum - nevra = "%s-%s.%s" % (package.name, package.evr, package.arch) - log_msg = "Configuring (running scriptlet for): %s %s %s" % (nevra, package.buildtime, package.returnIdSum()[1]) -@@ -210,7 +211,7 @@ class PayloadRPMDisplay(dnf.callback.TransactionProgress): - #self.cnt += 1 - self._queue.put(('configure', msg)) - -- elif action == self.PKG_VERIFY: -+ elif action == dnf.transaction.PKG_VERIFY: - msg = '%s.%s (%d/%d)' % (package.name, package.arch, ts_done, ts_total) - self._queue.put(('verify', msg)) - --- -2.18.0.rc2 - diff --git a/anaconda.spec b/anaconda.spec index 65b47c0..3690928 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -6,8 +6,8 @@ Summary: Graphical system installer Name: anaconda -Version: 29.18 -Release: 1%{?dist}.1 +Version: 29.19 +Release: 1%{?dist} License: GPLv2+ and MIT Group: Applications/System URL: http://fedoraproject.org/wiki/Anaconda @@ -19,13 +19,6 @@ URL: http://fedoraproject.org/wiki/Anaconda # make dist Source0: %{name}-%{version}.tar.bz2 -# Initial DNF 3 compat fixes, submitted upstream: -# https://github.com/rhinstaller/anaconda/pull/1515 -# These (or improved versions) should be in 29.19 -Patch0: 0001-DNF-3-config-substitutions-moved-from-dnf-to-libdnf.patch -Patch1: 0002-DNF-3-Update-size-calculations-for-transaction-item-.patch -Patch2: 0003-DNF-3-progress-callback-constants-moved-to-dnf.trans.patch - # Versions of required components (done so we make sure the buildrequires # match the requires versions of things). @@ -256,7 +249,7 @@ options. This includes driver disks, kickstarts, and finding the anaconda runtime on NFS/HTTP/FTP servers or local disks. %prep -%autosetup -p1 +%setup -q %build # use actual build-time release number, not tarball creation time release number @@ -354,8 +347,10 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog -* Tue Jun 26 2018 Adam Williamson - 29.18-1.fc29.1 -- Initial DNF 3 compatibility via downstream patches +* Wed Jun 27 2018 Martin Kolman - 29.19-1 +- DNF 3: progress callback constants moved to dnf.transaction (awilliam) +- DNF 3: Update size calculations for transaction item changes (awilliam) +- DNF 3: config substitutions moved from dnf to libdnf (awilliam) * Mon Jun 25 2018 Martin Kolman - 29.18-1 - Add tests for the DASD module (vponcova) diff --git a/sources b/sources index 0e066f2..e90faa0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-29.18.tar.bz2) = fe1208dc93b516eaec4c4b37403d7e44bb3ca0b345bc8eb5cd79065c7db1f97f37d067c2a157688dff84bc4ff4edade443b75a1d780ce0e9124d7168e9281700 +SHA512 (anaconda-29.19.tar.bz2) = 9612d8070329f769e316cdc4655417aad119aeef836d4b8cc885305b50f106b9b99b1b1eed1268804440afaac797527671005884e764c58d7783e0c4660c75ad From 50c67d194e08e45c3f7d88c90d0f25b28b4aa35a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 2 Jul 2018 18:22:09 +0200 Subject: [PATCH 007/135] Rebuilt for Python 3.7 --- anaconda.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/anaconda.spec b/anaconda.spec index 3690928..f1643d3 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -7,7 +7,7 @@ Summary: Graphical system installer Name: anaconda Version: 29.19 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ and MIT Group: Applications/System URL: http://fedoraproject.org/wiki/Anaconda @@ -347,6 +347,9 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Mon Jul 02 2018 Miro Hrončok - 29.19-2 +- Rebuilt for Python 3.7 + * Wed Jun 27 2018 Martin Kolman - 29.19-1 - DNF 3: progress callback constants moved to dnf.transaction (awilliam) - DNF 3: Update size calculations for transaction item changes (awilliam) From 8e0f17b975050c3b60f7e21181e4f78aab32c430 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 6 Jul 2018 15:26:17 -0700 Subject: [PATCH 008/135] Fix a compose-breaking crash with Python 3.7 (#1598574) --- ...dbus.typing-work-with-Python-3.7-159.patch | 64 +++++++++++++++++++ anaconda.spec | 10 ++- 2 files changed, 73 insertions(+), 1 deletion(-) create mode 100644 0001-Make-pyanaconda.dbus.typing-work-with-Python-3.7-159.patch diff --git a/0001-Make-pyanaconda.dbus.typing-work-with-Python-3.7-159.patch b/0001-Make-pyanaconda.dbus.typing-work-with-Python-3.7-159.patch new file mode 100644 index 0000000..004fc4d --- /dev/null +++ b/0001-Make-pyanaconda.dbus.typing-work-with-Python-3.7-159.patch @@ -0,0 +1,64 @@ +From 38b9f3206d86cded04c52e52b0d627079ba44acc Mon Sep 17 00:00:00 2001 +From: Adam Williamson +Date: Fri, 6 Jul 2018 15:04:39 -0700 +Subject: [PATCH] Make pyanaconda.dbus.typing work with Python 3.7 (#1598574) +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +As reported in RHBZ#1598574, the internals of typing changed in +Python 3.7 such that it's no longer so simple to find the 'base' +type of a type hint (it's not just its `__origin__` any more). +There doesn't appear to be any particularly great fix for this, +but this suggestion from Miro Hrončok seems as good as any other +option we have for now. This should work with both 3.6 and 3.7. + +Signed-off-by: Adam Williamson +--- + pyanaconda/dbus/typing.py | 18 ++++++++++++------ + 1 file changed, 12 insertions(+), 6 deletions(-) + +diff --git a/pyanaconda/dbus/typing.py b/pyanaconda/dbus/typing.py +index ea8a2999c..1cb1ea99a 100644 +--- a/pyanaconda/dbus/typing.py ++++ b/pyanaconda/dbus/typing.py +@@ -149,24 +149,30 @@ class DBusType(object): + @staticmethod + def _is_container_type(type_hint): + """Is it a container type?""" +- # Try to get the "base" type of the container type. ++ # Try to get the "origin" of the hint. + origin = getattr(type_hint, "__origin__", None) +- return origin in DBusType._container_type_mapping ++ if origin: ++ # Return true if the "origin" is a subclass of a container type ++ # see https://bugzilla.redhat.com/show_bug.cgi?id=1598574 ++ return any(issubclass(origin, contype) for contype in DBusType._container_type_mapping) ++ return False + + @staticmethod + def _get_container_type(type_hint): + """Return a container type.""" +- # Get the "base" type of the container. +- origin = type_hint.__origin__ ++ # Get the "base" type via the "origin" of the hint ++ # see https://bugzilla.redhat.com/show_bug.cgi?id=1598574 ++ basetype = tuple(contype for contype in DBusType._container_type_mapping ++ if issubclass(type_hint.__origin__, contype))[0] + # Get the arguments of the container. + args = type_hint.__args__ + + # Check the typing. +- if origin == Dict: ++ if basetype == Dict: + DBusType._check_if_valid_dictionary(type_hint) + + # Generate string. +- container = DBusType._container_type_mapping[origin] ++ container = DBusType._container_type_mapping[basetype] + items = [DBusType.get_dbus_representation(arg) for arg in args] + return container % "".join(items) + +-- +2.18.0.rc2 + diff --git a/anaconda.spec b/anaconda.spec index f1643d3..7070a70 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -7,7 +7,7 @@ Summary: Graphical system installer Name: anaconda Version: 29.19 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2+ and MIT Group: Applications/System URL: http://fedoraproject.org/wiki/Anaconda @@ -19,6 +19,10 @@ URL: http://fedoraproject.org/wiki/Anaconda # make dist Source0: %{name}-%{version}.tar.bz2 +# Fix for RHBZ#1598574, a compose-breaking crash with Python 3.7 +# https://github.com/rhinstaller/anaconda/pull/1526 +Patch0: 0001-Make-pyanaconda.dbus.typing-work-with-Python-3.7-159.patch + # Versions of required components (done so we make sure the buildrequires # match the requires versions of things). @@ -250,6 +254,7 @@ runtime on NFS/HTTP/FTP servers or local disks. %prep %setup -q +%patch0 -p1 %build # use actual build-time release number, not tarball creation time release number @@ -347,6 +352,9 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Fri Jul 06 2018 Adam Williamson - 29.19-3 +- Fix a compose-breaking crash with Python 3.7 (#1598574) + * Mon Jul 02 2018 Miro Hrončok - 29.19-2 - Rebuilt for Python 3.7 From cb6eb9f32ca7973ce0a1f08125a41419232f1a44 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 12 Jul 2018 20:12:48 +0000 Subject: [PATCH 009/135] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- anaconda.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/anaconda.spec b/anaconda.spec index 7070a70..88710cf 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -7,7 +7,7 @@ Summary: Graphical system installer Name: anaconda Version: 29.19 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2+ and MIT Group: Applications/System URL: http://fedoraproject.org/wiki/Anaconda @@ -352,6 +352,9 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Thu Jul 12 2018 Fedora Release Engineering - 29.19-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Fri Jul 06 2018 Adam Williamson - 29.19-3 - Fix a compose-breaking crash with Python 3.7 (#1598574) From 63417c02988f94db389347ac91734665cf917e0b Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Wed, 18 Jul 2018 18:15:58 +0200 Subject: [PATCH 010/135] New version 29.20-1 - Make pyanaconda.dbus.typing work with Python 3.7 (#1598574) (awilliam) - Protected devices might be hidden (#1561766) (vponcova) - fstab: include a note about systemctl daemon-reload (zbyszek) - Access the ZFCP module only on s390x (vponcova) - Tell libreport if it is a final release or not (#1596392) (vpodzime) - bootloader: GRUB2: Set menu_auto_hide when enabled by the instClass (hdegoede) - installclass: Add bootloader_menu_autohide property (hdegoede) - Add tests for the zFCP module (vponcova) - Handle the zfcp command in the zFCP module (vponcova) - Use the zFCP discovery task in UI (vponcova) - Create the zFCP discovery task (vponcova) - Create the zFCP module (vponcova) --- .gitignore | 1 + ...dbus.typing-work-with-Python-3.7-159.patch | 64 ------------------- anaconda.spec | 31 ++++----- sources | 2 +- 4 files changed, 18 insertions(+), 80 deletions(-) delete mode 100644 0001-Make-pyanaconda.dbus.typing-work-with-Python-3.7-159.patch diff --git a/.gitignore b/.gitignore index c425899..9c086cc 100644 --- a/.gitignore +++ b/.gitignore @@ -151,3 +151,4 @@ /anaconda-29.17.tar.bz2 /anaconda-29.18.tar.bz2 /anaconda-29.19.tar.bz2 +/anaconda-29.20.tar.bz2 diff --git a/0001-Make-pyanaconda.dbus.typing-work-with-Python-3.7-159.patch b/0001-Make-pyanaconda.dbus.typing-work-with-Python-3.7-159.patch deleted file mode 100644 index 004fc4d..0000000 --- a/0001-Make-pyanaconda.dbus.typing-work-with-Python-3.7-159.patch +++ /dev/null @@ -1,64 +0,0 @@ -From 38b9f3206d86cded04c52e52b0d627079ba44acc Mon Sep 17 00:00:00 2001 -From: Adam Williamson -Date: Fri, 6 Jul 2018 15:04:39 -0700 -Subject: [PATCH] Make pyanaconda.dbus.typing work with Python 3.7 (#1598574) -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -As reported in RHBZ#1598574, the internals of typing changed in -Python 3.7 such that it's no longer so simple to find the 'base' -type of a type hint (it's not just its `__origin__` any more). -There doesn't appear to be any particularly great fix for this, -but this suggestion from Miro Hrončok seems as good as any other -option we have for now. This should work with both 3.6 and 3.7. - -Signed-off-by: Adam Williamson ---- - pyanaconda/dbus/typing.py | 18 ++++++++++++------ - 1 file changed, 12 insertions(+), 6 deletions(-) - -diff --git a/pyanaconda/dbus/typing.py b/pyanaconda/dbus/typing.py -index ea8a2999c..1cb1ea99a 100644 ---- a/pyanaconda/dbus/typing.py -+++ b/pyanaconda/dbus/typing.py -@@ -149,24 +149,30 @@ class DBusType(object): - @staticmethod - def _is_container_type(type_hint): - """Is it a container type?""" -- # Try to get the "base" type of the container type. -+ # Try to get the "origin" of the hint. - origin = getattr(type_hint, "__origin__", None) -- return origin in DBusType._container_type_mapping -+ if origin: -+ # Return true if the "origin" is a subclass of a container type -+ # see https://bugzilla.redhat.com/show_bug.cgi?id=1598574 -+ return any(issubclass(origin, contype) for contype in DBusType._container_type_mapping) -+ return False - - @staticmethod - def _get_container_type(type_hint): - """Return a container type.""" -- # Get the "base" type of the container. -- origin = type_hint.__origin__ -+ # Get the "base" type via the "origin" of the hint -+ # see https://bugzilla.redhat.com/show_bug.cgi?id=1598574 -+ basetype = tuple(contype for contype in DBusType._container_type_mapping -+ if issubclass(type_hint.__origin__, contype))[0] - # Get the arguments of the container. - args = type_hint.__args__ - - # Check the typing. -- if origin == Dict: -+ if basetype == Dict: - DBusType._check_if_valid_dictionary(type_hint) - - # Generate string. -- container = DBusType._container_type_mapping[origin] -+ container = DBusType._container_type_mapping[basetype] - items = [DBusType.get_dbus_representation(arg) for arg in args] - return container % "".join(items) - --- -2.18.0.rc2 - diff --git a/anaconda.spec b/anaconda.spec index 88710cf..bc3376e 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -6,8 +6,8 @@ Summary: Graphical system installer Name: anaconda -Version: 29.19 -Release: 4%{?dist} +Version: 29.20 +Release: 1%{?dist} License: GPLv2+ and MIT Group: Applications/System URL: http://fedoraproject.org/wiki/Anaconda @@ -19,10 +19,6 @@ URL: http://fedoraproject.org/wiki/Anaconda # make dist Source0: %{name}-%{version}.tar.bz2 -# Fix for RHBZ#1598574, a compose-breaking crash with Python 3.7 -# https://github.com/rhinstaller/anaconda/pull/1526 -Patch0: 0001-Make-pyanaconda.dbus.typing-work-with-Python-3.7-159.patch - # Versions of required components (done so we make sure the buildrequires # match the requires versions of things). @@ -254,7 +250,6 @@ runtime on NFS/HTTP/FTP servers or local disks. %prep %setup -q -%patch0 -p1 %build # use actual build-time release number, not tarball creation time release number @@ -352,14 +347,20 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog -* Thu Jul 12 2018 Fedora Release Engineering - 29.19-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Fri Jul 06 2018 Adam Williamson - 29.19-3 -- Fix a compose-breaking crash with Python 3.7 (#1598574) - -* Mon Jul 02 2018 Miro Hrončok - 29.19-2 -- Rebuilt for Python 3.7 +* Wed Jul 18 2018 Martin Kolman - 29.20-1 +- Make pyanaconda.dbus.typing work with Python 3.7 (#1598574) (awilliam) +- Protected devices might be hidden (#1561766) (vponcova) +- fstab: include a note about systemctl daemon-reload (zbyszek) +- Access the ZFCP module only on s390x (vponcova) +- Tell libreport if it is a final release or not (#1596392) (vpodzime) +- bootloader: GRUB2: Set menu_auto_hide when enabled by the instClass + (hdegoede) +- installclass: Add bootloader_menu_autohide property (hdegoede) +- Add tests for the zFCP module (vponcova) +- Handle the zfcp command in the zFCP module (vponcova) +- Use the zFCP discovery task in UI (vponcova) +- Create the zFCP discovery task (vponcova) +- Create the zFCP module (vponcova) * Wed Jun 27 2018 Martin Kolman - 29.19-1 - DNF 3: progress callback constants moved to dnf.transaction (awilliam) diff --git a/sources b/sources index e90faa0..77027b7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-29.19.tar.bz2) = 9612d8070329f769e316cdc4655417aad119aeef836d4b8cc885305b50f106b9b99b1b1eed1268804440afaac797527671005884e764c58d7783e0c4660c75ad +SHA512 (anaconda-29.20.tar.bz2) = 69178998ed9665406ca85e968c9c4274afe6a4f71169aa46961c0144bfe8dc00ad049826db2e5c16d8c8f8e51e48e0f64f894cb7d2a496e827120ac0cf681117 From 8b3d1feae6a19e185e421f895d06cd24139cc1c2 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Wed, 25 Jul 2018 16:20:21 +0200 Subject: [PATCH 011/135] New version 29.21-1 - Pylint should skip the file livepayload.py (vponcova) - Fix pylint errors (vponcova) - Change the pop-up text with the pre-release warning (#1542998) (vpodzime) - Sort categories on the hub by defined order (#1584160) (rvykydal) - Show a note about EULA where relevant (mkolman) - Change message log level to INFO when adding repo (jkonecny) - Set packaging log level to DEBUG by default (jkonecny) - Remove the python-wrapt dependency (vponcova) - Do not use capitals for spoke names (#1584160) (rvykydal) - Wrap category label and add space between columns (#1584160) (rvykydal) - Use 32 px icons (instead of 16 px) on hubs (#1584160) (rvykydal) - Replace deprecated dracut options for booting with ibft. (rvykydal) - Improve handling of unsupported filesystems in UI. (rvykydal) - Reserve two lines for status message (#1584160) (rvykydal) - Use three spoke columns on hub for better scaling (#1584160) (rvykydal) --- .gitignore | 1 + anaconda.spec | 20 ++++++++++++++++++-- sources | 2 +- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9c086cc..ed448b2 100644 --- a/.gitignore +++ b/.gitignore @@ -152,3 +152,4 @@ /anaconda-29.18.tar.bz2 /anaconda-29.19.tar.bz2 /anaconda-29.20.tar.bz2 +/anaconda-29.21.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index bc3376e..860131a 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -6,7 +6,7 @@ Summary: Graphical system installer Name: anaconda -Version: 29.20 +Version: 29.21 Release: 1%{?dist} License: GPLv2+ and MIT Group: Applications/System @@ -128,7 +128,6 @@ Requires: python3-ntplib Requires: systemd Requires: python3-pid Requires: python3-ordered-set >= 2.0.0 -Requires: python3-wrapt Requires: python3-coverage >= 4.0-0.12.b3 @@ -347,6 +346,23 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Wed Jul 25 2018 Martin Kolman - 29.21-1 +- Pylint should skip the file livepayload.py (vponcova) +- Fix pylint errors (vponcova) +- Change the pop-up text with the pre-release warning (#1542998) (vpodzime) +- Sort categories on the hub by defined order (#1584160) (rvykydal) +- Show a note about EULA where relevant (mkolman) +- Change message log level to INFO when adding repo (jkonecny) +- Set packaging log level to DEBUG by default (jkonecny) +- Remove the python-wrapt dependency (vponcova) +- Do not use capitals for spoke names (#1584160) (rvykydal) +- Wrap category label and add space between columns (#1584160) (rvykydal) +- Use 32 px icons (instead of 16 px) on hubs (#1584160) (rvykydal) +- Replace deprecated dracut options for booting with ibft. (rvykydal) +- Improve handling of unsupported filesystems in UI. (rvykydal) +- Reserve two lines for status message (#1584160) (rvykydal) +- Use three spoke columns on hub for better scaling (#1584160) (rvykydal) + * Wed Jul 18 2018 Martin Kolman - 29.20-1 - Make pyanaconda.dbus.typing work with Python 3.7 (#1598574) (awilliam) - Protected devices might be hidden (#1561766) (vponcova) diff --git a/sources b/sources index 77027b7..9aece10 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-29.20.tar.bz2) = 69178998ed9665406ca85e968c9c4274afe6a4f71169aa46961c0144bfe8dc00ad049826db2e5c16d8c8f8e51e48e0f64f894cb7d2a496e827120ac0cf681117 +SHA512 (anaconda-29.21.tar.bz2) = 7d8d74e6eb3d8e18d6af7e4a8aab6bf41afbda22f479e3404e22599936736811ded6d329249e8ac6486fddc590d0c5b62a285a72766bca7a64eaa231ace25021 From 99fd9e8711666ecd693814908dddc336f848a4ec Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Fri, 27 Jul 2018 15:34:54 +0200 Subject: [PATCH 012/135] New version 29.22-1 - Handle new module specific error states (mkolman) - Handle missing package errors reported by the install_specs() function (mkolman) - Initial module enablement and installation support (mkolman) - Use productmd library to parse .treeinfo (#1411673) (jkonecny) - Import kickstart classes as version-less in the dracut script (vponcova) - Use only version-less kickstart classes (vponcova) - Define version-less variants of kickstart classes (vponcova) --- .gitignore | 1 + anaconda.spec | 15 +++++++++++++-- sources | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ed448b2..7f684fb 100644 --- a/.gitignore +++ b/.gitignore @@ -153,3 +153,4 @@ /anaconda-29.19.tar.bz2 /anaconda-29.20.tar.bz2 /anaconda-29.21.tar.bz2 +/anaconda-29.22.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 860131a..92fb6e7 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -6,7 +6,7 @@ Summary: Graphical system installer Name: anaconda -Version: 29.21 +Version: 29.22 Release: 1%{?dist} License: GPLv2+ and MIT Group: Applications/System @@ -24,7 +24,7 @@ Source0: %{name}-%{version}.tar.bz2 %define blivetguiver 2.1.7-2 %define dbusver 1.2.3 -%define dnfver 2.2.0 +%define dnfver 3.1.0 %define dracutver 034-7 %define fcoeutilsver 1.0.12-3.20100323git %define gettextver 0.19.8 @@ -105,6 +105,7 @@ Requires: python3-dbus Requires: python3-pwquality Requires: python3-systemd Requires: python3-pydbus +Requires: python3-productmd # pwquality only "recommends" the dictionaries it needs to do anything useful, # which is apparently great for containers but unhelpful for the rest of us @@ -346,6 +347,16 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Fri Jul 27 2018 Martin Kolman - 29.22-1 +- Handle new module specific error states (mkolman) +- Handle missing package errors reported by the install_specs() function + (mkolman) +- Initial module enablement and installation support (mkolman) +- Use productmd library to parse .treeinfo (#1411673) (jkonecny) +- Import kickstart classes as version-less in the dracut script (vponcova) +- Use only version-less kickstart classes (vponcova) +- Define version-less variants of kickstart classes (vponcova) + * Wed Jul 25 2018 Martin Kolman - 29.21-1 - Pylint should skip the file livepayload.py (vponcova) - Fix pylint errors (vponcova) diff --git a/sources b/sources index 9aece10..e9637dc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-29.21.tar.bz2) = 7d8d74e6eb3d8e18d6af7e4a8aab6bf41afbda22f479e3404e22599936736811ded6d329249e8ac6486fddc590d0c5b62a285a72766bca7a64eaa231ace25021 +SHA512 (anaconda-29.22.tar.bz2) = 7b8c483e224d57d42374197ad8233f0b8434e579ef36483c0138b42a043601ea9003e27701fd20a5fa934eb7618bb606eda18a60bb7c0b8a6c2eb4189f94ce61 From cfc7337a7eca27f5209e7000dc20a6f7b689b67a Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Tue, 7 Aug 2018 16:45:44 +0200 Subject: [PATCH 013/135] New version 29.23-1 - Bump required DNF version (mkolman) - Fix some small issues with the platform id patch (mkolman) - Set platform id for DNF (mkolman) - Fix crash when software environment is False (jkonecny) - Allow to delete all file systems used by Unknown (#1597199) (vponcova) - DD: Use text mode when calling tools with subprocess (rvykydal) - Update RHEL placeholder names (mkolman) - Typo fixup (rvykydal) - Define if blivet-gui is supported via installclasses (rvykydal) - Offer Blivet-GUI partitioning only if supported (rvykydal) - Only show the "closest mirror" source option where appropriate (mkolman) - Starting from 3.0 DNF expects strings in comps queries (mkolman) - Use the manual partitioning module in TUI (vponcova) - Use the manual partitioning module in UI (vponcova) - Add tests for the manual partitioning module (vponcova) - Create the manual partitioning module (vponcova) - Reserve enough static space for 2 lines in spoke status on hub (#1584160) (rvykydal) - Fix disable additional repositories (jkonecny) - Show better messages for NoSuchPackage and NoSuchGroup (#1599190) (vponcova) - Bootloader stage2 can't be on btrfs on rhel (#1533904) (rvykydal) --- .gitignore | 1 + anaconda.spec | 27 +++++++++++++++++++++++++-- sources | 2 +- 3 files changed, 27 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7f684fb..3efe1e9 100644 --- a/.gitignore +++ b/.gitignore @@ -154,3 +154,4 @@ /anaconda-29.20.tar.bz2 /anaconda-29.21.tar.bz2 /anaconda-29.22.tar.bz2 +/anaconda-29.23.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 92fb6e7..b6a2c70 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -6,7 +6,7 @@ Summary: Graphical system installer Name: anaconda -Version: 29.22 +Version: 29.23 Release: 1%{?dist} License: GPLv2+ and MIT Group: Applications/System @@ -24,7 +24,7 @@ Source0: %{name}-%{version}.tar.bz2 %define blivetguiver 2.1.7-2 %define dbusver 1.2.3 -%define dnfver 3.1.0 +%define dnfver 3.2.0 %define dracutver 034-7 %define fcoeutilsver 1.0.12-3.20100323git %define gettextver 0.19.8 @@ -347,6 +347,29 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Aug 07 2018 Martin Kolman - 29.23-1 +- Bump required DNF version (mkolman) +- Fix some small issues with the platform id patch (mkolman) +- Set platform id for DNF (mkolman) +- Fix crash when software environment is False (jkonecny) +- Allow to delete all file systems used by Unknown (#1597199) (vponcova) +- DD: Use text mode when calling tools with subprocess (rvykydal) +- Update RHEL placeholder names (mkolman) +- Typo fixup (rvykydal) +- Define if blivet-gui is supported via installclasses (rvykydal) +- Offer Blivet-GUI partitioning only if supported (rvykydal) +- Only show the "closest mirror" source option where appropriate (mkolman) +- Starting from 3.0 DNF expects strings in comps queries (mkolman) +- Use the manual partitioning module in TUI (vponcova) +- Use the manual partitioning module in UI (vponcova) +- Add tests for the manual partitioning module (vponcova) +- Create the manual partitioning module (vponcova) +- Reserve enough static space for 2 lines in spoke status on hub (#1584160) + (rvykydal) +- Fix disable additional repositories (jkonecny) +- Show better messages for NoSuchPackage and NoSuchGroup (#1599190) (vponcova) +- Bootloader stage2 can't be on btrfs on rhel (#1533904) (rvykydal) + * Fri Jul 27 2018 Martin Kolman - 29.22-1 - Handle new module specific error states (mkolman) - Handle missing package errors reported by the install_specs() function diff --git a/sources b/sources index e9637dc..6dd26ed 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-29.22.tar.bz2) = 7b8c483e224d57d42374197ad8233f0b8434e579ef36483c0138b42a043601ea9003e27701fd20a5fa934eb7618bb606eda18a60bb7c0b8a6c2eb4189f94ce61 +SHA512 (anaconda-29.23.tar.bz2) = 2a31b32cc3c6b164cc60468cc2afd6b24a4e85fa116cde778b1c9c934c24cdb75d2bac89f475075d8582b089ce9314731fd3345f8e1a5786bce1310a6fca44c7 From 1d80cfe72203a98b30b6c2f8edcc0edb4d82a24d Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Tue, 7 Aug 2018 18:03:46 +0200 Subject: [PATCH 014/135] New version 29.23-2 - Fix a typo --- anaconda.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/anaconda.spec b/anaconda.spec index b6a2c70..9ed23e7 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -7,7 +7,7 @@ Summary: Graphical system installer Name: anaconda Version: 29.23 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ and MIT Group: Applications/System URL: http://fedoraproject.org/wiki/Anaconda @@ -264,7 +264,7 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm} mkdir %{buildroot}%{_datadir}/anaconda/addons %ifarch %livearches -desktop-file-install ---dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/liveinst.desktop +desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/liveinst.desktop %endif # NOTE: If you see "error: Installed (but unpackaged) file(s) found" that include liveinst files, # check the IS_LIVEINST_ARCH in configure.ac to make sure your architecture is properly defined @@ -347,6 +347,9 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Aug 07 2018 Martin Kolman - 29.23-2 +- Fix a typo + * Tue Aug 07 2018 Martin Kolman - 29.23-1 - Bump required DNF version (mkolman) - Fix some small issues with the platform id patch (mkolman) From 5873518367b76a8d7ab72ea049af37cd4426fd78 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 10 Aug 2018 10:43:35 -0700 Subject: [PATCH 015/135] Switch back to running dnf in a subprocess (#1614511) --- 1571.patch | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ anaconda.spec | 11 ++++++++++- 2 files changed, 61 insertions(+), 1 deletion(-) create mode 100644 1571.patch diff --git a/1571.patch b/1571.patch new file mode 100644 index 0000000..526aca1 --- /dev/null +++ b/1571.patch @@ -0,0 +1,51 @@ +From dedeb70b021f1a02461167ce1d520dfb0df6d911 Mon Sep 17 00:00:00 2001 +From: Martin Kolman +Date: Fri, 10 Aug 2018 15:05:47 +0200 +Subject: [PATCH] Revert back to running DNF in a subprocess + +When working on the modula installation support via the install_specs() +API we hit a weird issue with DNF crashing on a "foregin key error" +when accessing one of its sqlite databases. + +When looking into it with the DNF developers we found out the issue +goes away when we just run the DNF transaction in a dummy process +instead of a real one. That seemed to work fine and there were no +apparent regressions at that time so we went with the workaround. + +Looks like we might have been wrong - bug 1614511 strongly hints +on chroot being used by rpm od DNF during package installation trasaction +is causing GTK to crash by basically swapping the root filesystem under +it. + +A similar issue back with yum was the main reason for isolating +the yum payload into a separate process. So switch back to the previous +behavior where the DNF trasaction runs in a separate sub-process to +shield the main Anaconda process from rpm/DNF chroot shenanigans. + +Resolves: rhbz#1614511 +Related: rhbz#1613296 +--- + pyanaconda/payload/dnfpayload.py | 3 +-- + 1 file changed, 1 insertion(+), 2 deletions(-) + +diff --git a/pyanaconda/payload/dnfpayload.py b/pyanaconda/payload/dnfpayload.py +index 3e166389b9..61ab753107 100644 +--- a/pyanaconda/payload/dnfpayload.py ++++ b/pyanaconda/payload/dnfpayload.py +@@ -37,7 +37,6 @@ + import collections + import itertools + import multiprocessing +-import multiprocessing.dummy + import operator + import hashlib + import shutil +@@ -1020,7 +1019,7 @@ def install(self): + progress_message(pre_msg) + + queue_instance = multiprocessing.Queue() +- process = multiprocessing.dummy.Process(target=do_transaction, ++ process = multiprocessing.Process(target=do_transaction, + args=(self._base, queue_instance)) + process.start() + (token, msg) = queue_instance.get() diff --git a/anaconda.spec b/anaconda.spec index 9ed23e7..3711837 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -7,7 +7,7 @@ Summary: Graphical system installer Name: anaconda Version: 29.23 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2+ and MIT Group: Applications/System URL: http://fedoraproject.org/wiki/Anaconda @@ -18,6 +18,11 @@ URL: http://fedoraproject.org/wiki/Anaconda # ./autogen.sh # make dist Source0: %{name}-%{version}.tar.bz2 +# Reverts to running dnf in a subprocess (not a thread). Requires +# libdnf-0.17.0-2.fc29 or higher. Fixes +# https://bugzilla.redhat.com/show_bug.cgi?id=1614511 +# https://github.com/rhinstaller/anaconda/pull/1571 +Patch0: 1571.patch # Versions of required components (done so we make sure the buildrequires # match the requires versions of things). @@ -250,6 +255,7 @@ runtime on NFS/HTTP/FTP servers or local disks. %prep %setup -q +%patch0 -p1 %build # use actual build-time release number, not tarball creation time release number @@ -347,6 +353,9 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Fri Aug 10 2018 Adam Williamson - 29.23-3 +- Switch back to running dnf in a subprocess (#1614511) + * Tue Aug 07 2018 Martin Kolman - 29.23-2 - Fix a typo From df7a1bba91a31090976425bfa5906a3f746900ca Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Wed, 22 Aug 2018 17:53:56 +0200 Subject: [PATCH 016/135] New version 29.24-1 - Fix crash in tui when default partitioning scheme is not supported. (rvykydal) - Fix pylint errors (vponcova) - Add libtool build dependency (jkonecny) - Remove shebang from DUD test (jkonecny) - Add inst.addrepo documentation for HD variant (jkonecny) - Warn when repo names are not unique (jkonecny) - HD addon repos have mount directories permanent (jkonecny) - Unmount hard drive additional repositories (jkonecny) - Move RepoData copy creation to the RepoData class (jkonecny) - Show empty file protocol on HD addon repo fail (jkonecny) - Mount and use HDD additional repositories (jkonecny) - Separate _find_and_mount_iso from _setup_media (jkonecny) - Load hard drive repo type from inst.addrepo (jkonecny) - Do not fail if .discinfo file can't be read (jkonecny) - Use productmd to parse .discinfo file (jkonecny) - Add payload sources tests (jkonecny) - Cleanup payload tests source file (jkonecny) - Add documentation for inst.addrepo boot option (jkonecny) - Add additional repositories to KS data (jkonecny) - Use new source solution (jkonecny) - Add payload sources implementation (jkonecny) - Don't resize a device if the size is same as the old size (#1572828) (vponcova) - Mark disks with additional repos as protected (jkonecny) - Support boot args parsing to list (jkonecny) - Add inst.addrepo new options (jkonecny) - Make parenthesis consistent (jkonecny) - Remove unused parameter from live_startup method (jkonecny) - Disable treeinfo based repos only once (jkonecny) - Disable treeinfo repos when base repo change (jkonecny) - Treeinfo repos can't be changed nor removed (jkonecny) - Add all repositories from the treeinfo file (jkonecny) - Load base repository location from treeinfo (jkonecny) - Add limited file:// protocol to GUI Source spoke (jkonecny) - Add BaseOS between default base repositories (jkonecny) - Split _setupInstallDevice method in payload (jkonecny) - Check the LUKS2 memory requirements (vponcova) - Add an option for choosing version of LUKS in GUI (vponcova) - Add tests for LUKS2 in the auto partitioning module (vponcova) - Apply the LUKS2 options from the auto partitioning module (vponcova) - Support LUKS2 options in the auto partitioning module (vponcova) - Support LUKS2 options in logvol, part and raid commands (vponcova) - Enable to set a default version of LUKS (vponcova) - Update dependencies and kickstart commands to support LUKS2 (#1547908) (vponcova) - Revert back to running DNF in a subprocess (mkolman) - Use SimpleConfigFile to get PLATFORM_ID from /etc/os-release (mkolman) - Fix a 5 year old typo in the spec file (mkolman) - Use wwn attr instead of removed wwid. (#1565693) (dlehman) --- .gitignore | 1 + 1571.patch | 51 ------------------------------------ anaconda.spec | 71 ++++++++++++++++++++++++++++++++++++++++----------- sources | 2 +- 4 files changed, 58 insertions(+), 67 deletions(-) delete mode 100644 1571.patch diff --git a/.gitignore b/.gitignore index 3efe1e9..7ccea0d 100644 --- a/.gitignore +++ b/.gitignore @@ -155,3 +155,4 @@ /anaconda-29.21.tar.bz2 /anaconda-29.22.tar.bz2 /anaconda-29.23.tar.bz2 +/anaconda-29.24.tar.bz2 diff --git a/1571.patch b/1571.patch deleted file mode 100644 index 526aca1..0000000 --- a/1571.patch +++ /dev/null @@ -1,51 +0,0 @@ -From dedeb70b021f1a02461167ce1d520dfb0df6d911 Mon Sep 17 00:00:00 2001 -From: Martin Kolman -Date: Fri, 10 Aug 2018 15:05:47 +0200 -Subject: [PATCH] Revert back to running DNF in a subprocess - -When working on the modula installation support via the install_specs() -API we hit a weird issue with DNF crashing on a "foregin key error" -when accessing one of its sqlite databases. - -When looking into it with the DNF developers we found out the issue -goes away when we just run the DNF transaction in a dummy process -instead of a real one. That seemed to work fine and there were no -apparent regressions at that time so we went with the workaround. - -Looks like we might have been wrong - bug 1614511 strongly hints -on chroot being used by rpm od DNF during package installation trasaction -is causing GTK to crash by basically swapping the root filesystem under -it. - -A similar issue back with yum was the main reason for isolating -the yum payload into a separate process. So switch back to the previous -behavior where the DNF trasaction runs in a separate sub-process to -shield the main Anaconda process from rpm/DNF chroot shenanigans. - -Resolves: rhbz#1614511 -Related: rhbz#1613296 ---- - pyanaconda/payload/dnfpayload.py | 3 +-- - 1 file changed, 1 insertion(+), 2 deletions(-) - -diff --git a/pyanaconda/payload/dnfpayload.py b/pyanaconda/payload/dnfpayload.py -index 3e166389b9..61ab753107 100644 ---- a/pyanaconda/payload/dnfpayload.py -+++ b/pyanaconda/payload/dnfpayload.py -@@ -37,7 +37,6 @@ - import collections - import itertools - import multiprocessing --import multiprocessing.dummy - import operator - import hashlib - import shutil -@@ -1020,7 +1019,7 @@ def install(self): - progress_message(pre_msg) - - queue_instance = multiprocessing.Queue() -- process = multiprocessing.dummy.Process(target=do_transaction, -+ process = multiprocessing.Process(target=do_transaction, - args=(self._base, queue_instance)) - process.start() - (token, msg) = queue_instance.get() diff --git a/anaconda.spec b/anaconda.spec index 3711837..cd716bb 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -6,8 +6,8 @@ Summary: Graphical system installer Name: anaconda -Version: 29.23 -Release: 3%{?dist} +Version: 29.24 +Release: 1%{?dist} License: GPLv2+ and MIT Group: Applications/System URL: http://fedoraproject.org/wiki/Anaconda @@ -18,11 +18,6 @@ URL: http://fedoraproject.org/wiki/Anaconda # ./autogen.sh # make dist Source0: %{name}-%{version}.tar.bz2 -# Reverts to running dnf in a subprocess (not a thread). Requires -# libdnf-0.17.0-2.fc29 or higher. Fixes -# https://bugzilla.redhat.com/show_bug.cgi?id=1614511 -# https://github.com/rhinstaller/anaconda/pull/1571 -Patch0: 1571.patch # Versions of required components (done so we make sure the buildrequires # match the requires versions of things). @@ -43,13 +38,14 @@ Patch0: 1571.patch %define libxklavierver 5.4 %define mehver 0.23-1 %define nmver 1.0 -%define pykickstartver 3.14-1 +%define pykickstartver 3.16-1 %define pypartedver 2.5-2 %define rpmver 4.10.0 %define simplelinever 1.1-1 %define utillinuxver 2.15.1 BuildRequires: audit-libs-devel +BuildRequires: libtool BuildRequires: gettext-devel >= %{gettextver} BuildRequires: gtk3-devel >= %{gtk3ver} BuildRequires: gtk-doc @@ -91,7 +87,7 @@ The anaconda package is a metapackage for the Anaconda installer. Summary: Core of the Anaconda installer Requires: python3-libs Requires: python3-dnf >= %{dnfver} -Requires: python3-blivet >= 1:3.1.0-0.1.b1 +Requires: python3-blivet >= 1:3.1.0-1 Requires: python3-blockdev >= %{libblockdevver} Requires: python3-meh >= %{mehver} Requires: libreport-anaconda >= 2.0.21-1 @@ -255,7 +251,6 @@ runtime on NFS/HTTP/FTP servers or local disks. %prep %setup -q -%patch0 -p1 %build # use actual build-time release number, not tarball creation time release number @@ -353,11 +348,57 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog -* Fri Aug 10 2018 Adam Williamson - 29.23-3 -- Switch back to running dnf in a subprocess (#1614511) - -* Tue Aug 07 2018 Martin Kolman - 29.23-2 -- Fix a typo +* Wed Aug 22 2018 Martin Kolman - 29.24-1 +- Fix crash in tui when default partitioning scheme is not supported. + (rvykydal) +- Fix pylint errors (vponcova) +- Add libtool build dependency (jkonecny) +- Remove shebang from DUD test (jkonecny) +- Add inst.addrepo documentation for HD variant (jkonecny) +- Warn when repo names are not unique (jkonecny) +- HD addon repos have mount directories permanent (jkonecny) +- Unmount hard drive additional repositories (jkonecny) +- Move RepoData copy creation to the RepoData class (jkonecny) +- Show empty file protocol on HD addon repo fail (jkonecny) +- Mount and use HDD additional repositories (jkonecny) +- Separate _find_and_mount_iso from _setup_media (jkonecny) +- Load hard drive repo type from inst.addrepo (jkonecny) +- Do not fail if .discinfo file can't be read (jkonecny) +- Use productmd to parse .discinfo file (jkonecny) +- Add payload sources tests (jkonecny) +- Cleanup payload tests source file (jkonecny) +- Add documentation for inst.addrepo boot option (jkonecny) +- Add additional repositories to KS data (jkonecny) +- Use new source solution (jkonecny) +- Add payload sources implementation (jkonecny) +- Don't resize a device if the size is same as the old size (#1572828) + (vponcova) +- Mark disks with additional repos as protected (jkonecny) +- Support boot args parsing to list (jkonecny) +- Add inst.addrepo new options (jkonecny) +- Make parenthesis consistent (jkonecny) +- Remove unused parameter from live_startup method (jkonecny) +- Disable treeinfo based repos only once (jkonecny) +- Disable treeinfo repos when base repo change (jkonecny) +- Treeinfo repos can't be changed nor removed (jkonecny) +- Add all repositories from the treeinfo file (jkonecny) +- Load base repository location from treeinfo (jkonecny) +- Add limited file:// protocol to GUI Source spoke (jkonecny) +- Add BaseOS between default base repositories (jkonecny) +- Split _setupInstallDevice method in payload (jkonecny) +- Check the LUKS2 memory requirements (vponcova) +- Add an option for choosing version of LUKS in GUI (vponcova) +- Add tests for LUKS2 in the auto partitioning module (vponcova) +- Apply the LUKS2 options from the auto partitioning module (vponcova) +- Support LUKS2 options in the auto partitioning module (vponcova) +- Support LUKS2 options in logvol, part and raid commands (vponcova) +- Enable to set a default version of LUKS (vponcova) +- Update dependencies and kickstart commands to support LUKS2 (#1547908) + (vponcova) +- Revert back to running DNF in a subprocess (mkolman) +- Use SimpleConfigFile to get PLATFORM_ID from /etc/os-release (mkolman) +- Fix a 5 year old typo in the spec file (mkolman) +- Use wwn attr instead of removed wwid. (#1565693) (dlehman) * Tue Aug 07 2018 Martin Kolman - 29.23-1 - Bump required DNF version (mkolman) diff --git a/sources b/sources index 6dd26ed..b4e1de6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-29.23.tar.bz2) = 2a31b32cc3c6b164cc60468cc2afd6b24a4e85fa116cde778b1c9c934c24cdb75d2bac89f475075d8582b089ce9314731fd3345f8e1a5786bce1310a6fca44c7 +SHA512 (anaconda-29.24.tar.bz2) = 1bf706503df40844d08bd285835db2178b02cba1bdcd06080c22ff09a5185eeb9c5593209b830343fe6bc4c49246716b29c50d4dff45d3a85d5c85dc81b3cdd8 From 1437e9302e9b9e4c1720422af60e15c7a300d9ec Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Mon, 27 Aug 2018 19:43:49 +0200 Subject: [PATCH 017/135] New version 30.1-1 - Fix the processing of the live CD source (#1622248) (vponcova) --- .gitignore | 1 + anaconda.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7ccea0d..99e82bd 100644 --- a/.gitignore +++ b/.gitignore @@ -156,3 +156,4 @@ /anaconda-29.22.tar.bz2 /anaconda-29.23.tar.bz2 /anaconda-29.24.tar.bz2 +/anaconda-30.1.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index cd716bb..72a0f13 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -6,7 +6,7 @@ Summary: Graphical system installer Name: anaconda -Version: 29.24 +Version: 30.1 Release: 1%{?dist} License: GPLv2+ and MIT Group: Applications/System @@ -348,6 +348,9 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Mon Aug 27 2018 Martin Kolman - 30.1-1 +- Fix the processing of the live CD source (#1622248) (vponcova) + * Wed Aug 22 2018 Martin Kolman - 29.24-1 - Fix crash in tui when default partitioning scheme is not supported. (rvykydal) diff --git a/sources b/sources index b4e1de6..763f943 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-29.24.tar.bz2) = 1bf706503df40844d08bd285835db2178b02cba1bdcd06080c22ff09a5185eeb9c5593209b830343fe6bc4c49246716b29c50d4dff45d3a85d5c85dc81b3cdd8 +SHA512 (anaconda-30.1.tar.bz2) = 8ff46e1912f7260e7817e44a6ccc0e7a217918120225f63bd4536b0c07bb593777449cde2031e2c0b70943a8b39d0f0adcde35bb6e1f98ee87ccea94595675d6 From aae84bc75691027f1777ac8c1f32f397f9af6454 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Thu, 30 Aug 2018 17:09:18 +0200 Subject: [PATCH 018/135] New version 30.2-1 - Add initial 32-bit ARMv7 EFI support (pbrobinson) - Drop legacy get_arm_machine pieces (pbrobinson) - arch: arm: drop omap checks and specifics (pbrobinson) --- .gitignore | 1 + anaconda.spec | 7 ++++++- sources | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 99e82bd..652a78b 100644 --- a/.gitignore +++ b/.gitignore @@ -157,3 +157,4 @@ /anaconda-29.23.tar.bz2 /anaconda-29.24.tar.bz2 /anaconda-30.1.tar.bz2 +/anaconda-30.2.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 72a0f13..f310f61 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -6,7 +6,7 @@ Summary: Graphical system installer Name: anaconda -Version: 30.1 +Version: 30.2 Release: 1%{?dist} License: GPLv2+ and MIT Group: Applications/System @@ -348,6 +348,11 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Thu Aug 30 2018 Martin Kolman - 30.2-1 +- Add initial 32-bit ARMv7 EFI support (pbrobinson) +- Drop legacy get_arm_machine pieces (pbrobinson) +- arch: arm: drop omap checks and specifics (pbrobinson) + * Mon Aug 27 2018 Martin Kolman - 30.1-1 - Fix the processing of the live CD source (#1622248) (vponcova) diff --git a/sources b/sources index 763f943..8d597c9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-30.1.tar.bz2) = 8ff46e1912f7260e7817e44a6ccc0e7a217918120225f63bd4536b0c07bb593777449cde2031e2c0b70943a8b39d0f0adcde35bb6e1f98ee87ccea94595675d6 +SHA512 (anaconda-30.2.tar.bz2) = d0dc8ac793212e7766f03351ae0a68f0284904c13498e393a7fb2bf00bf998178a3fb3e78d835ecac774721a7ceb79c6913a3e7a69db05e5eabdc03ba82ef784 From a8e4b81ae4ecc5555c4d1e53ab5580487f8a4d8b Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Tue, 11 Sep 2018 12:21:19 +0200 Subject: [PATCH 019/135] New version 30.3-1 - Save lsblk output to the Anaconda traceback file (vtrefny) - Remove librepo imports from Anaconda (#1626609) (jkonecny) - DNF 3.5 compatibility (mkolman) - Use the default LUKS version for auto partitioning (#1624680) (vponcova) - Remove the testing flag (vponcova) --- .gitignore | 1 + anaconda.spec | 11 +++++++++-- sources | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 652a78b..7a2fa13 100644 --- a/.gitignore +++ b/.gitignore @@ -158,3 +158,4 @@ /anaconda-29.24.tar.bz2 /anaconda-30.1.tar.bz2 /anaconda-30.2.tar.bz2 +/anaconda-30.3.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index f310f61..67d187c 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -6,7 +6,7 @@ Summary: Graphical system installer Name: anaconda -Version: 30.2 +Version: 30.3 Release: 1%{?dist} License: GPLv2+ and MIT Group: Applications/System @@ -24,7 +24,7 @@ Source0: %{name}-%{version}.tar.bz2 %define blivetguiver 2.1.7-2 %define dbusver 1.2.3 -%define dnfver 3.2.0 +%define dnfver 3.5.0 %define dracutver 034-7 %define fcoeutilsver 1.0.12-3.20100323git %define gettextver 0.19.8 @@ -348,6 +348,13 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Sep 11 2018 Martin Kolman - 30.3-1 +- Save lsblk output to the Anaconda traceback file (vtrefny) +- Remove librepo imports from Anaconda (#1626609) (jkonecny) +- DNF 3.5 compatibility (mkolman) +- Use the default LUKS version for auto partitioning (#1624680) (vponcova) +- Remove the testing flag (vponcova) + * Thu Aug 30 2018 Martin Kolman - 30.2-1 - Add initial 32-bit ARMv7 EFI support (pbrobinson) - Drop legacy get_arm_machine pieces (pbrobinson) diff --git a/sources b/sources index 8d597c9..d98e2ee 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-30.2.tar.bz2) = d0dc8ac793212e7766f03351ae0a68f0284904c13498e393a7fb2bf00bf998178a3fb3e78d835ecac774721a7ceb79c6913a3e7a69db05e5eabdc03ba82ef784 +SHA512 (anaconda-30.3.tar.bz2) = 5c440a82f50bea26fdd77e86f0f24e4ac2799cd5663662334a5858fb133c1cdfe9cb48f01b7dfd0f723b0b6c202a342f8db5aa52477d7a23730e3e4fbf54a474 From b7fb0b56012e0af3abb1bdef1d7c32a76ce608eb Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 26 Sep 2018 19:43:29 -0700 Subject: [PATCH 020/135] Backport #1627 to fix DNF 3.6 compat (#1595917) --- ...p-attempt-to-add-nocrypto-to-tsflags.patch | 52 +++++++++++++++++++ anaconda.spec | 10 +++- 2 files changed, 61 insertions(+), 1 deletion(-) create mode 100644 0001-Drop-attempt-to-add-nocrypto-to-tsflags.patch diff --git a/0001-Drop-attempt-to-add-nocrypto-to-tsflags.patch b/0001-Drop-attempt-to-add-nocrypto-to-tsflags.patch new file mode 100644 index 0000000..9539973 --- /dev/null +++ b/0001-Drop-attempt-to-add-nocrypto-to-tsflags.patch @@ -0,0 +1,52 @@ +From 18883ab79be8186363e48418feb34c7890e1c30d Mon Sep 17 00:00:00 2001 +From: Adam Williamson +Date: Wed, 26 Sep 2018 18:45:41 -0700 +Subject: [PATCH] Drop attempt to add 'nocrypto' to tsflags + +This has not actually *worked* since DNF 3.0, due to +https://bugzilla.redhat.com/show_bug.cgi?id=1595917 . You can +check this for yourself quite easily, with DNF 3.0 to 3.5.1: + +>>> import dnf.base +>>> base = dnf.base.Base() +>>> base.conf.tsflags +[] +>>> base.conf.tsflags.append('nocrypto') +>>> base.conf.tsflags +[] +>>> + +If you try this on DNF 3.6, you will notice that it errors out, +because in DNF 3.6, these types of config options are presented +as tuples rather than lists, as a way to try and spot now-broken +usages like this. + +I suggest we just drop this entirely, because if it was actually +*necessary* any more, we would've been running into the problem +this was supposed to work around - #1006280 - ever since DNF 3.0 +landed and it became a no-op. As we have *not* been (AFAIK) +running into any such problems, let's just drop it. + +Signed-off-by: Adam Williamson +--- + pyanaconda/payload/dnfpayload.py | 4 ---- + 1 file changed, 4 deletions(-) + +diff --git a/pyanaconda/payload/dnfpayload.py b/pyanaconda/payload/dnfpayload.py +index 15f4ca997..82abd388f 100644 +--- a/pyanaconda/payload/dnfpayload.py ++++ b/pyanaconda/payload/dnfpayload.py +@@ -670,10 +670,6 @@ class DNFPayload(payload.PackagePayload): + + self._base.conf.substitutions.update_from_etc(conf.installroot) + +- # NSS won't survive the forking we do to shield out chroot during +- # transaction, disable it in RPM: +- conf.tsflags.append('nocrypto') +- + if self.data.packages.multiLib: + conf.multilib_policy = "all" + +-- +2.19.0 + diff --git a/anaconda.spec b/anaconda.spec index 67d187c..2bd3a15 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -7,7 +7,7 @@ Summary: Graphical system installer Name: anaconda Version: 30.3 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ and MIT Group: Applications/System URL: http://fedoraproject.org/wiki/Anaconda @@ -18,6 +18,10 @@ URL: http://fedoraproject.org/wiki/Anaconda # ./autogen.sh # make dist Source0: %{name}-%{version}.tar.bz2 +# Fix DNF 3.6 compat +# https://github.com/rhinstaller/anaconda/pull/1627 +# https://bugzilla.redhat.com/show_bug.cgi?id=1595917 +Patch0: 0001-Drop-attempt-to-add-nocrypto-to-tsflags.patch # Versions of required components (done so we make sure the buildrequires # match the requires versions of things). @@ -251,6 +255,7 @@ runtime on NFS/HTTP/FTP servers or local disks. %prep %setup -q +%patch0 -p1 %build # use actual build-time release number, not tarball creation time release number @@ -348,6 +353,9 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Wed Sep 26 2018 Adam Williamson - 30.3-2 +- Backport #1627 to fix DNF 3.6 compat (#1595917) + * Tue Sep 11 2018 Martin Kolman - 30.3-1 - Save lsblk output to the Anaconda traceback file (vtrefny) - Remove librepo imports from Anaconda (#1626609) (jkonecny) From 3a95fedaf514cbf90114211badbb12f0bd7106ff Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Wed, 3 Oct 2018 18:48:33 +0200 Subject: [PATCH 021/135] New version 30.4-1 - Fix strings not marked for translation (jkonecny) - Drop attempt to add 'nocrypto' to tsflags (awilliam) - Fix librepo logging with new DNF (jkonecny) - Revert "Remove librepo imports from Anaconda (#1626609)" (jkonecny) - Set the VNC password directly (#1592686) (vponcova) - Update the spoke for unsupported hardware in TUI (#1601545) (vponcova) - Update the dialog for unsupported hardware in GUI (#1601545) (vponcova) - Support detection of kernel taints (vponcova) - Fix the rescue mode (#1631749) (vponcova) - Fix the sanity check verify_gpt_biosboot (#1593446) (vponcova) - Flags shouldn't process the kernel options (vponcova) - Fully support the inst.gpt option (vponcova) - Don't set Anaconda-specific flags in Blivet (vponcova) - Remove the class for kernel arguments from pyanaconda.flags (vponcova) - Remove unused false positives (vponcova) - Don't connect to signals of the Network Manager DBus objects (#1582233) (vponcova) - Fix documentation for setting Pykickstart command version (mkolman) - Don't try to get hostnamed proxy in non-installer-image environments (#1616214) (rvykydal) - Use realm data in UI (vponcova) - Use realm data in the DBus module (vponcova) - Create a DBus structure for realm data (vponcova) - Add support for DBus structures (vponcova) - docs/commit-log.rst: Don't wrap example firstlines (ferdnyc) - Detect that there is not enough space on a device (#1613232) (vponcova) - Add Silverblue InstallClass (jkonecny) --- .gitignore | 1 + ...p-attempt-to-add-nocrypto-to-tsflags.patch | 52 ------------------- anaconda.spec | 39 ++++++++++---- sources | 2 +- 4 files changed, 32 insertions(+), 62 deletions(-) delete mode 100644 0001-Drop-attempt-to-add-nocrypto-to-tsflags.patch diff --git a/.gitignore b/.gitignore index 7a2fa13..04231ec 100644 --- a/.gitignore +++ b/.gitignore @@ -159,3 +159,4 @@ /anaconda-30.1.tar.bz2 /anaconda-30.2.tar.bz2 /anaconda-30.3.tar.bz2 +/anaconda-30.4.tar.bz2 diff --git a/0001-Drop-attempt-to-add-nocrypto-to-tsflags.patch b/0001-Drop-attempt-to-add-nocrypto-to-tsflags.patch deleted file mode 100644 index 9539973..0000000 --- a/0001-Drop-attempt-to-add-nocrypto-to-tsflags.patch +++ /dev/null @@ -1,52 +0,0 @@ -From 18883ab79be8186363e48418feb34c7890e1c30d Mon Sep 17 00:00:00 2001 -From: Adam Williamson -Date: Wed, 26 Sep 2018 18:45:41 -0700 -Subject: [PATCH] Drop attempt to add 'nocrypto' to tsflags - -This has not actually *worked* since DNF 3.0, due to -https://bugzilla.redhat.com/show_bug.cgi?id=1595917 . You can -check this for yourself quite easily, with DNF 3.0 to 3.5.1: - ->>> import dnf.base ->>> base = dnf.base.Base() ->>> base.conf.tsflags -[] ->>> base.conf.tsflags.append('nocrypto') ->>> base.conf.tsflags -[] ->>> - -If you try this on DNF 3.6, you will notice that it errors out, -because in DNF 3.6, these types of config options are presented -as tuples rather than lists, as a way to try and spot now-broken -usages like this. - -I suggest we just drop this entirely, because if it was actually -*necessary* any more, we would've been running into the problem -this was supposed to work around - #1006280 - ever since DNF 3.0 -landed and it became a no-op. As we have *not* been (AFAIK) -running into any such problems, let's just drop it. - -Signed-off-by: Adam Williamson ---- - pyanaconda/payload/dnfpayload.py | 4 ---- - 1 file changed, 4 deletions(-) - -diff --git a/pyanaconda/payload/dnfpayload.py b/pyanaconda/payload/dnfpayload.py -index 15f4ca997..82abd388f 100644 ---- a/pyanaconda/payload/dnfpayload.py -+++ b/pyanaconda/payload/dnfpayload.py -@@ -670,10 +670,6 @@ class DNFPayload(payload.PackagePayload): - - self._base.conf.substitutions.update_from_etc(conf.installroot) - -- # NSS won't survive the forking we do to shield out chroot during -- # transaction, disable it in RPM: -- conf.tsflags.append('nocrypto') -- - if self.data.packages.multiLib: - conf.multilib_policy = "all" - --- -2.19.0 - diff --git a/anaconda.spec b/anaconda.spec index 2bd3a15..f8d76fc 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -6,8 +6,8 @@ Summary: Graphical system installer Name: anaconda -Version: 30.3 -Release: 2%{?dist} +Version: 30.4 +Release: 1%{?dist} License: GPLv2+ and MIT Group: Applications/System URL: http://fedoraproject.org/wiki/Anaconda @@ -18,10 +18,6 @@ URL: http://fedoraproject.org/wiki/Anaconda # ./autogen.sh # make dist Source0: %{name}-%{version}.tar.bz2 -# Fix DNF 3.6 compat -# https://github.com/rhinstaller/anaconda/pull/1627 -# https://bugzilla.redhat.com/show_bug.cgi?id=1595917 -Patch0: 0001-Drop-attempt-to-add-nocrypto-to-tsflags.patch # Versions of required components (done so we make sure the buildrequires # match the requires versions of things). @@ -255,7 +251,6 @@ runtime on NFS/HTTP/FTP servers or local disks. %prep %setup -q -%patch0 -p1 %build # use actual build-time release number, not tarball creation time release number @@ -353,8 +348,34 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog -* Wed Sep 26 2018 Adam Williamson - 30.3-2 -- Backport #1627 to fix DNF 3.6 compat (#1595917) +* Wed Oct 03 2018 Martin Kolman - 30.4-1 +- Fix strings not marked for translation (jkonecny) +- Drop attempt to add 'nocrypto' to tsflags (awilliam) +- Fix librepo logging with new DNF (jkonecny) +- Revert "Remove librepo imports from Anaconda (#1626609)" (jkonecny) +- Set the VNC password directly (#1592686) (vponcova) +- Update the spoke for unsupported hardware in TUI (#1601545) (vponcova) +- Update the dialog for unsupported hardware in GUI (#1601545) (vponcova) +- Support detection of kernel taints (vponcova) +- Fix the rescue mode (#1631749) (vponcova) +- Fix the sanity check verify_gpt_biosboot (#1593446) (vponcova) +- Flags shouldn't process the kernel options (vponcova) +- Fully support the inst.gpt option (vponcova) +- Don't set Anaconda-specific flags in Blivet (vponcova) +- Remove the class for kernel arguments from pyanaconda.flags (vponcova) +- Remove unused false positives (vponcova) +- Don't connect to signals of the Network Manager DBus objects (#1582233) + (vponcova) +- Fix documentation for setting Pykickstart command version (mkolman) +- Don't try to get hostnamed proxy in non-installer-image environments + (#1616214) (rvykydal) +- Use realm data in UI (vponcova) +- Use realm data in the DBus module (vponcova) +- Create a DBus structure for realm data (vponcova) +- Add support for DBus structures (vponcova) +- docs/commit-log.rst: Don't wrap example firstlines (ferdnyc) +- Detect that there is not enough space on a device (#1613232) (vponcova) +- Add Silverblue InstallClass (jkonecny) * Tue Sep 11 2018 Martin Kolman - 30.3-1 - Save lsblk output to the Anaconda traceback file (vtrefny) diff --git a/sources b/sources index d98e2ee..592ea0e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-30.3.tar.bz2) = 5c440a82f50bea26fdd77e86f0f24e4ac2799cd5663662334a5858fb133c1cdfe9cb48f01b7dfd0f723b0b6c202a342f8db5aa52477d7a23730e3e4fbf54a474 +SHA512 (anaconda-30.4.tar.bz2) = e3889b6e5afffb8d89ef21c1ebc86756d7735f1cc1b8a12c881d48fce216ee4247d61209d7a6e1dde265f14f9991f349821f2fdb4fb27aeea63e3bc5519bec40 From b585963dc1989402a689ec2d9e56a7b84893394d Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Mon, 8 Oct 2018 21:00:19 +0200 Subject: [PATCH 022/135] New version 30.5-1 - Adjust to some DNF 3.6 changes (#1637021) (mkolman) - Ignore errors when trying to activate unsupported swaps (#1635252) (vtrefny) - Add option to set kernel.hung_task_timeout_secs option (rvykydal) - Move the glade adaptor to a separate plugin (dshea) --- .gitignore | 1 + anaconda.spec | 11 +++++++++-- sources | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 04231ec..89d6303 100644 --- a/.gitignore +++ b/.gitignore @@ -160,3 +160,4 @@ /anaconda-30.2.tar.bz2 /anaconda-30.3.tar.bz2 /anaconda-30.4.tar.bz2 +/anaconda-30.5.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index f8d76fc..9fae240 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -6,7 +6,7 @@ Summary: Graphical system installer Name: anaconda -Version: 30.4 +Version: 30.5 Release: 1%{?dist} License: GPLv2+ and MIT Group: Applications/System @@ -24,7 +24,7 @@ Source0: %{name}-%{version}.tar.bz2 %define blivetguiver 2.1.7-2 %define dbusver 1.2.3 -%define dnfver 3.5.0 +%define dnfver 3.6.0 %define dracutver 034-7 %define fcoeutilsver 1.0.12-3.20100323git %define gettextver 0.19.8 @@ -338,6 +338,7 @@ update-desktop-database &> /dev/null || : %files widgets-devel %{_libdir}/libAnacondaWidgets.so +%{_libdir}/glade/modules/libAnacondaWidgets.so %{_includedir}/* %{_datadir}/glade/catalogs/AnacondaWidgets.xml %{_datadir}/gtk-doc @@ -348,6 +349,12 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Mon Oct 08 2018 Martin Kolman - 30.5-1 +- Adjust to some DNF 3.6 changes (#1637021) (mkolman) +- Ignore errors when trying to activate unsupported swaps (#1635252) (vtrefny) +- Add option to set kernel.hung_task_timeout_secs option (rvykydal) +- Move the glade adaptor to a separate plugin (dshea) + * Wed Oct 03 2018 Martin Kolman - 30.4-1 - Fix strings not marked for translation (jkonecny) - Drop attempt to add 'nocrypto' to tsflags (awilliam) diff --git a/sources b/sources index 592ea0e..96b51dc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-30.4.tar.bz2) = e3889b6e5afffb8d89ef21c1ebc86756d7735f1cc1b8a12c881d48fce216ee4247d61209d7a6e1dde265f14f9991f349821f2fdb4fb27aeea63e3bc5519bec40 +SHA512 (anaconda-30.5.tar.bz2) = 3f5cd9c7a7f1bf941163a83778c198e28f4703e4d2662d9140327b71aecd029195e497ce737a9f481e41abcc70801a4c59f6b32e32bdd1481c52e73dcc13bb4d From 181bfd16691ccc99dcc9c54c34cfe49b13fbdefa Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Mon, 15 Oct 2018 16:05:59 +0200 Subject: [PATCH 023/135] New version 30.6-1 - nvdimm: update ks data for actions in UI (rvykydal) - nvdimm: use pykickstart constant for setting reconfigure mode (rvykydal) - Revert "Don't allow booting from nvdimm devices" (rvykydal) - Add --no-pip to setup-mock-test-env script (jkonecny) - Fix error message in setup-mock-test-env script (jkonecny) - Add shortcut function to get dependency script (jkonecny) - Add install-pip parameter to setup-mock-test-env (jkonecny) - Small optimalization in setup-mock-test-env (jkonecny) - Add package installation from pip for test script (jkonecny) - Fix wrong pylint false positive regex (jkonecny) --- .gitignore | 1 + anaconda.spec | 14 +++++++++++++- sources | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 89d6303..19fcf46 100644 --- a/.gitignore +++ b/.gitignore @@ -161,3 +161,4 @@ /anaconda-30.3.tar.bz2 /anaconda-30.4.tar.bz2 /anaconda-30.5.tar.bz2 +/anaconda-30.6.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 9fae240..f3a9639 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -6,7 +6,7 @@ Summary: Graphical system installer Name: anaconda -Version: 30.5 +Version: 30.6 Release: 1%{?dist} License: GPLv2+ and MIT Group: Applications/System @@ -349,6 +349,18 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Mon Oct 15 2018 Martin Kolman - 30.6-1 +- nvdimm: update ks data for actions in UI (rvykydal) +- nvdimm: use pykickstart constant for setting reconfigure mode (rvykydal) +- Revert "Don't allow booting from nvdimm devices" (rvykydal) +- Add --no-pip to setup-mock-test-env script (jkonecny) +- Fix error message in setup-mock-test-env script (jkonecny) +- Add shortcut function to get dependency script (jkonecny) +- Add install-pip parameter to setup-mock-test-env (jkonecny) +- Small optimalization in setup-mock-test-env (jkonecny) +- Add package installation from pip for test script (jkonecny) +- Fix wrong pylint false positive regex (jkonecny) + * Mon Oct 08 2018 Martin Kolman - 30.5-1 - Adjust to some DNF 3.6 changes (#1637021) (mkolman) - Ignore errors when trying to activate unsupported swaps (#1635252) (vtrefny) diff --git a/sources b/sources index 96b51dc..fc5be1d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-30.5.tar.bz2) = 3f5cd9c7a7f1bf941163a83778c198e28f4703e4d2662d9140327b71aecd029195e497ce737a9f481e41abcc70801a4c59f6b32e32bdd1481c52e73dcc13bb4d +SHA512 (anaconda-30.6.tar.bz2) = b137908044d730795e060b8e5a88dda50c9f8e8eaf5516c5ff6806f5d21b40f6279ceb1178ce9bf4fe257253dc23742c53782fa5024c0540b81adc1c9c69cafa From 6bed851d4c330f30bf81198ccc49ee34498634e0 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Thu, 18 Oct 2018 18:24:50 +0200 Subject: [PATCH 024/135] New version 30.7-1 - installclass: fix variant string for Atomic Host (#1640409) (dusty) - Remove EXPERIMENTAL label for mountpoint assignment in TUI (#1636940) (mkolman) --- .gitignore | 1 + anaconda.spec | 7 ++++++- sources | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 19fcf46..31ad9a7 100644 --- a/.gitignore +++ b/.gitignore @@ -162,3 +162,4 @@ /anaconda-30.4.tar.bz2 /anaconda-30.5.tar.bz2 /anaconda-30.6.tar.bz2 +/anaconda-30.7.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index f3a9639..d743f22 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -6,7 +6,7 @@ Summary: Graphical system installer Name: anaconda -Version: 30.6 +Version: 30.7 Release: 1%{?dist} License: GPLv2+ and MIT Group: Applications/System @@ -349,6 +349,11 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Thu Oct 18 2018 Martin Kolman - 30.7-1 +- installclass: fix variant string for Atomic Host (#1640409) (dusty) +- Remove EXPERIMENTAL label for mountpoint assignment in TUI (#1636940) + (mkolman) + * Mon Oct 15 2018 Martin Kolman - 30.6-1 - nvdimm: update ks data for actions in UI (rvykydal) - nvdimm: use pykickstart constant for setting reconfigure mode (rvykydal) diff --git a/sources b/sources index fc5be1d..225b98c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-30.6.tar.bz2) = b137908044d730795e060b8e5a88dda50c9f8e8eaf5516c5ff6806f5d21b40f6279ceb1178ce9bf4fe257253dc23742c53782fa5024c0540b81adc1c9c69cafa +SHA512 (anaconda-30.7.tar.bz2) = 5e5e15e3c3451af14cc99c16de741bcd97f865be1120bfb1a4b408ca4a9b35dbe3f4352887d260ce130b3163641e6d2164004361a132886a9e297ed1a914074c From 66fe9070fb9e8bd35927c4b906caad267218e6b9 Mon Sep 17 00:00:00 2001 From: Jiri Konecny Date: Thu, 1 Nov 2018 17:22:44 +0100 Subject: [PATCH 025/135] New version - 30.8-1 - Remove flags from anaconda_logging (vponcova) - Remove blivet-specific flags from pyanaconda.flags (vponcova) - The armplatform option is deprecated (vponcova) - Create a class for the Anaconda bus connection (vponcova) - Fix local repo files aren't enabled (#1636739) (jkonecny) - Write RPM tests for the Anaconda configuration file (vponcova) - Write tests for the configuration support (vponcova) - Create a class for handling the Anaconda configuration (vponcova) - Provide a better support for handling the configuration files (vponcova) - Create the Anaconda configuration file (vponcova) --- .gitignore | 1 + anaconda.spec | 16 +++++++++++++++- sources | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 31ad9a7..ab259cd 100644 --- a/.gitignore +++ b/.gitignore @@ -163,3 +163,4 @@ /anaconda-30.5.tar.bz2 /anaconda-30.6.tar.bz2 /anaconda-30.7.tar.bz2 +/anaconda-30.8.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index d743f22..3871362 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -6,7 +6,7 @@ Summary: Graphical system installer Name: anaconda -Version: 30.7 +Version: 30.8 Release: 1%{?dist} License: GPLv2+ and MIT Group: Applications/System @@ -313,6 +313,8 @@ update-desktop-database &> /dev/null || : %exclude %{python3_sitearch}/pyanaconda/ui/tui/* %{_bindir}/analog %{_bindir}/anaconda-cleanup +%dir %{_sysconfdir}/%{name} +%config %{_sysconfdir}/%{name}/* %ifarch %livearches %{_bindir}/liveinst %{_sbindir}/liveinst @@ -349,6 +351,18 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Thu Nov 01 2018 Jiri Konecny - 30.8-1 +- Remove flags from anaconda_logging (vponcova) +- Remove blivet-specific flags from pyanaconda.flags (vponcova) +- The armplatform option is deprecated (vponcova) +- Create a class for the Anaconda bus connection (vponcova) +- Fix local repo files aren't enabled (#1636739) (jkonecny) +- Write RPM tests for the Anaconda configuration file (vponcova) +- Write tests for the configuration support (vponcova) +- Create a class for handling the Anaconda configuration (vponcova) +- Provide a better support for handling the configuration files (vponcova) +- Create the Anaconda configuration file (vponcova) + * Thu Oct 18 2018 Martin Kolman - 30.7-1 - installclass: fix variant string for Atomic Host (#1640409) (dusty) - Remove EXPERIMENTAL label for mountpoint assignment in TUI (#1636940) diff --git a/sources b/sources index 225b98c..5b0cd40 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-30.7.tar.bz2) = 5e5e15e3c3451af14cc99c16de741bcd97f865be1120bfb1a4b408ca4a9b35dbe3f4352887d260ce130b3163641e6d2164004361a132886a9e297ed1a914074c +SHA512 (anaconda-30.8.tar.bz2) = c7c9536c5ce079833c1e8cde6c77e31a134b6b669278b42c050b1e2c00163d7c74012b34c192ba3a9890b12d8b97e190919fa639d3f291a4c815f619b76296b6 From b1974bddd8f82ba0fdcd94d6e10bc8bb4a304ec8 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Mon, 5 Nov 2018 15:27:23 +0100 Subject: [PATCH 026/135] New version 30.9-1 - Load configuration files from /etc/anaconda/conf.d (vponcova) - Let the DBus launcher to set up the modules (vponcova) - Start modules that are enabled in the configuration file (vponcova) - Enable the DBus modules and addons via the configuration file (vponcova) --- .gitignore | 1 + anaconda.spec | 10 +++++++++- sources | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ab259cd..534afde 100644 --- a/.gitignore +++ b/.gitignore @@ -164,3 +164,4 @@ /anaconda-30.6.tar.bz2 /anaconda-30.7.tar.bz2 /anaconda-30.8.tar.bz2 +/anaconda-30.9.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 3871362..46d562c 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -6,7 +6,7 @@ Summary: Graphical system installer Name: anaconda -Version: 30.8 +Version: 30.9 Release: 1%{?dist} License: GPLv2+ and MIT Group: Applications/System @@ -315,6 +315,8 @@ update-desktop-database &> /dev/null || : %{_bindir}/anaconda-cleanup %dir %{_sysconfdir}/%{name} %config %{_sysconfdir}/%{name}/* +%dir %{_sysconfdir}/%{name}/conf.d +%config %{_sysconfdir}/%{name}/conf.d/* %ifarch %livearches %{_bindir}/liveinst %{_sbindir}/liveinst @@ -351,6 +353,12 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Mon Nov 05 2018 Martin Kolman - 30.9-1 +- Load configuration files from /etc/anaconda/conf.d (vponcova) +- Let the DBus launcher to set up the modules (vponcova) +- Start modules that are enabled in the configuration file (vponcova) +- Enable the DBus modules and addons via the configuration file (vponcova) + * Thu Nov 01 2018 Jiri Konecny - 30.8-1 - Remove flags from anaconda_logging (vponcova) - Remove blivet-specific flags from pyanaconda.flags (vponcova) diff --git a/sources b/sources index 5b0cd40..9499a87 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-30.8.tar.bz2) = c7c9536c5ce079833c1e8cde6c77e31a134b6b669278b42c050b1e2c00163d7c74012b34c192ba3a9890b12d8b97e190919fa639d3f291a4c815f619b76296b6 +SHA512 (anaconda-30.9.tar.bz2) = 180daaccaa3f2e34a9d6b5cda9d49f4e01cbab87490136c3f96aa245d419c99da438c782c3e021493b3498b409e03221f6ba6a7a8efc43356645cec16284b74a From 7d8060b9e3f43d048ae6b5423c919f79f38ce67c Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Tue, 6 Nov 2018 14:56:05 +0100 Subject: [PATCH 027/135] New version 30.10-1 - Make the pyanaconda/image.py more pep8 (jkonecny) - Test image repodata folder based on treeinfo file (jkonecny) - Use var instead of strings in findFirstIsoImage (jkonecny) - Use new InstallTreeMetadata instead of TreeInfo (jkonecny) - Add InstallTreeMetadata class (jkonecny) - Move DEFAULT_REPOS to the constants (jkonecny) - Don't check for firmware compatibility to enable BootLoaderSpec support (javierm) - Update kernel command line parameters in BLS files (javierm) - Add support for GRUB_ENABLE_BLSCFG and inst.noblscfg (pjones) - Get rid of new-kernel-pkg invocations (pjones) - Minor pylint cleanups (pjones) --- .gitignore | 1 + anaconda.spec | 16 +++++++++++++++- sources | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 534afde..2e675a0 100644 --- a/.gitignore +++ b/.gitignore @@ -165,3 +165,4 @@ /anaconda-30.7.tar.bz2 /anaconda-30.8.tar.bz2 /anaconda-30.9.tar.bz2 +/anaconda-30.10.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 46d562c..f14baf5 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -6,7 +6,7 @@ Summary: Graphical system installer Name: anaconda -Version: 30.9 +Version: 30.10 Release: 1%{?dist} License: GPLv2+ and MIT Group: Applications/System @@ -353,6 +353,20 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Nov 06 2018 Martin Kolman - 30.10-1 +- Make the pyanaconda/image.py more pep8 (jkonecny) +- Test image repodata folder based on treeinfo file (jkonecny) +- Use var instead of strings in findFirstIsoImage (jkonecny) +- Use new InstallTreeMetadata instead of TreeInfo (jkonecny) +- Add InstallTreeMetadata class (jkonecny) +- Move DEFAULT_REPOS to the constants (jkonecny) +- Don't check for firmware compatibility to enable BootLoaderSpec support + (javierm) +- Update kernel command line parameters in BLS files (javierm) +- Add support for GRUB_ENABLE_BLSCFG and inst.noblscfg (pjones) +- Get rid of new-kernel-pkg invocations (pjones) +- Minor pylint cleanups (pjones) + * Mon Nov 05 2018 Martin Kolman - 30.9-1 - Load configuration files from /etc/anaconda/conf.d (vponcova) - Let the DBus launcher to set up the modules (vponcova) diff --git a/sources b/sources index 9499a87..389ab98 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-30.9.tar.bz2) = 180daaccaa3f2e34a9d6b5cda9d49f4e01cbab87490136c3f96aa245d419c99da438c782c3e021493b3498b409e03221f6ba6a7a8efc43356645cec16284b74a +SHA512 (anaconda-30.10.tar.bz2) = f5398c243643efd32d64432364598a88f6304f86eb9b7d90fb936ff66de6f4bb7718c9b8b63c498a9ef5760cc3804ec9241fbbb13a0fea1ee43282f1ed414fd3 From dc43817eada0876168270b0c29b4aca46710129f Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 9 Nov 2018 16:04:57 -0800 Subject: [PATCH 028/135] Backport PR #1688 to fix Rawhide bug #1648472 --- ...loader-file-snippets-on-live-install.patch | 80 +++++++++++++++++++ anaconda.spec | 9 ++- 2 files changed, 88 insertions(+), 1 deletion(-) create mode 100644 0001-Re-generate-BLS-loader-file-snippets-on-live-install.patch diff --git a/0001-Re-generate-BLS-loader-file-snippets-on-live-install.patch b/0001-Re-generate-BLS-loader-file-snippets-on-live-install.patch new file mode 100644 index 0000000..6b1eaf4 --- /dev/null +++ b/0001-Re-generate-BLS-loader-file-snippets-on-live-install.patch @@ -0,0 +1,80 @@ +From e5619c9d094833fd9d256c2c8d1ad22fc43b3b13 Mon Sep 17 00:00:00 2001 +From: Adam Williamson +Date: Fri, 9 Nov 2018 14:42:28 -0800 +Subject: [PATCH] Re-generate BLS loader file snippets on live installs + (#1648472) + +Currently, on live installs, the BLS loader snippets that are +part of the live image itself - in /boot/loader/entries - are +simply rsync'ed into the installed system along with everything +else. This is no good in most cases because they point to +`/boot/vmlinuz-(foo)` and `/boot/initramfs-(foo)` (since the +live image itself does not have a separate /boot partition), +whereas most installs will have a separate /boot partition so +the path specified in the config snippet should not include +`/boot`. (The files are also named for the machine ID that was +used during live image generation, which will not be the machine +ID of the installed system; I'm not sure exactly what the +consequences of this are, probably nothing major but it may be +somehow an issue when the kernel is removed, perhaps.) + +To fix this, we should exclude these files from the rsync, and +instead do something to have them re-generated after the rsync +has run. There are a few different ways and places we could do +this, but my choice is to run `kernel-install` in live payload +postInstall. This seems like it should be fairly robust. In +testing it does the job, both BIOS and UEFI installs that I +tested installed cleanly and booted successfully. Note that +`kernel-install` must run *after* `/etc/machine-id` exists in +the install root, or it will bail immediately and do nothing. +Note that at present, the 'Generating rescue image' step in +`install()` actually results in the generation of a machine ID, +so this could be done any time after that, but doing it after +the explicit failsafe machine ID generation in `postInstall()` +seems safest. + +Signed-off-by: Adam Williamson +--- + pyanaconda/payload/livepayload.py | 9 +++++++++ + 1 file changed, 9 insertions(+) + +diff --git a/pyanaconda/payload/livepayload.py b/pyanaconda/payload/livepayload.py +index 04f7e2b79..2749f540e 100644 +--- a/pyanaconda/payload/livepayload.py ++++ b/pyanaconda/payload/livepayload.py +@@ -48,6 +48,7 @@ from pyanaconda.anaconda_loggers import get_packaging_logger + log = get_packaging_logger() + + from pyanaconda.errors import errorHandler, ERROR_RAISE ++from pyanaconda.flags import flags + from pyanaconda.progress import progressQ + from blivet.size import Size + import blivet.util +@@ -143,6 +144,7 @@ class LiveImagePayload(ImagePayload): + # file system boundaries + args = ["-pogAXtlHrDx", "--exclude", "/dev/", "--exclude", "/proc/", + "--exclude", "/sys/", "--exclude", "/run/", "--exclude", "/boot/*rescue*", ++ "--exclude", "/boot/loader/", "--exclude", "/boot/efi/loader/", + "--exclude", "/etc/machine-id", INSTALL_TREE + "/", util.getSysroot()] + try: + rc = util.execWithRedirect(cmd, args) +@@ -194,9 +196,16 @@ class LiveImagePayload(ImagePayload): + super().postInstall() + + # Make sure the new system has a machine-id, it won't boot without it ++ # (and nor will some of the subsequent commands) + if not os.path.exists(util.getSysroot() + "/etc/machine-id"): ++ log.info("Generating machine ID") + util.execInSysroot("systemd-machine-id-setup", []) + ++ for kernel in self.kernelVersionList: ++ if flags.blscfg: ++ log.info("Regenerating BLS info for %s", kernel) ++ util.execInSysroot("kernel-install", ["add", kernel, "/lib/modules/{0}/vmlinuz".format(kernel)]) ++ + @property + def spaceRequired(self): + return Size(util.getDirSize("/") * 1024) +-- +2.19.1 + diff --git a/anaconda.spec b/anaconda.spec index f14baf5..79946d1 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -7,7 +7,7 @@ Summary: Graphical system installer Name: anaconda Version: 30.10 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ and MIT Group: Applications/System URL: http://fedoraproject.org/wiki/Anaconda @@ -19,6 +19,9 @@ URL: http://fedoraproject.org/wiki/Anaconda # make dist Source0: %{name}-%{version}.tar.bz2 +# Fix Rawhide live image boot fail bug #1648472 +Patch0: 0001-Re-generate-BLS-loader-file-snippets-on-live-install.patch + # Versions of required components (done so we make sure the buildrequires # match the requires versions of things). @@ -251,6 +254,7 @@ runtime on NFS/HTTP/FTP servers or local disks. %prep %setup -q +%patch0 -p1 %build # use actual build-time release number, not tarball creation time release number @@ -353,6 +357,9 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Fri Nov 09 2018 Adam Williamson - 30.10-2 +- Backport PR #1688 to fix Rawhide bug #1648472 + * Tue Nov 06 2018 Martin Kolman - 30.10-1 - Make the pyanaconda/image.py more pep8 (jkonecny) - Test image repodata folder based on treeinfo file (jkonecny) From e9427771d4c649fd444c491afa8703768c27e3ef Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Mon, 19 Nov 2018 14:45:23 +0100 Subject: [PATCH 029/135] New version 30.11-1 - Install grubby-deprecated when using the extlinux bootloader (javierm) - Remove configurePayload (vponcova) - Resolve the name conflicts with conf (vponcova) - Write tests for the target support (vponcova) - Simplify the code (vponcova) - Replace the dirInstall flag (vponcova) - Replace the imageInstall flag (vponcova) - Configure the installation target (vponcova) - Write tests for the default partitioning (vponcova) - Define the default partitioning statically (vponcova) - Remove l10n_domain from the install classes (vponcova) - Re-generate BLS loader file snippets on live installs (#1648472) (awilliam) - Remove the attribute bootloaderTimeoutDefault (vponcova) - Remove the attribute bootloaderExtraArgs (vponcova) - Remove the method setPackageSelection (vponcova) - Remove the setStorageChecker method (vponcova) - Remove the getBackend method (vponcova) - Add doc to make a release in a mock environment (jkonecny) - Support in our scripts creating release in a mock (jkonecny) - Add dependencies to make a new release to dependency_solver (jkonecny) --- .gitignore | 1 + ...loader-file-snippets-on-live-install.patch | 80 ------------------- anaconda.spec | 31 +++++-- sources | 2 +- 4 files changed, 25 insertions(+), 89 deletions(-) delete mode 100644 0001-Re-generate-BLS-loader-file-snippets-on-live-install.patch diff --git a/.gitignore b/.gitignore index 2e675a0..213f1f9 100644 --- a/.gitignore +++ b/.gitignore @@ -166,3 +166,4 @@ /anaconda-30.8.tar.bz2 /anaconda-30.9.tar.bz2 /anaconda-30.10.tar.bz2 +/anaconda-30.11.tar.bz2 diff --git a/0001-Re-generate-BLS-loader-file-snippets-on-live-install.patch b/0001-Re-generate-BLS-loader-file-snippets-on-live-install.patch deleted file mode 100644 index 6b1eaf4..0000000 --- a/0001-Re-generate-BLS-loader-file-snippets-on-live-install.patch +++ /dev/null @@ -1,80 +0,0 @@ -From e5619c9d094833fd9d256c2c8d1ad22fc43b3b13 Mon Sep 17 00:00:00 2001 -From: Adam Williamson -Date: Fri, 9 Nov 2018 14:42:28 -0800 -Subject: [PATCH] Re-generate BLS loader file snippets on live installs - (#1648472) - -Currently, on live installs, the BLS loader snippets that are -part of the live image itself - in /boot/loader/entries - are -simply rsync'ed into the installed system along with everything -else. This is no good in most cases because they point to -`/boot/vmlinuz-(foo)` and `/boot/initramfs-(foo)` (since the -live image itself does not have a separate /boot partition), -whereas most installs will have a separate /boot partition so -the path specified in the config snippet should not include -`/boot`. (The files are also named for the machine ID that was -used during live image generation, which will not be the machine -ID of the installed system; I'm not sure exactly what the -consequences of this are, probably nothing major but it may be -somehow an issue when the kernel is removed, perhaps.) - -To fix this, we should exclude these files from the rsync, and -instead do something to have them re-generated after the rsync -has run. There are a few different ways and places we could do -this, but my choice is to run `kernel-install` in live payload -postInstall. This seems like it should be fairly robust. In -testing it does the job, both BIOS and UEFI installs that I -tested installed cleanly and booted successfully. Note that -`kernel-install` must run *after* `/etc/machine-id` exists in -the install root, or it will bail immediately and do nothing. -Note that at present, the 'Generating rescue image' step in -`install()` actually results in the generation of a machine ID, -so this could be done any time after that, but doing it after -the explicit failsafe machine ID generation in `postInstall()` -seems safest. - -Signed-off-by: Adam Williamson ---- - pyanaconda/payload/livepayload.py | 9 +++++++++ - 1 file changed, 9 insertions(+) - -diff --git a/pyanaconda/payload/livepayload.py b/pyanaconda/payload/livepayload.py -index 04f7e2b79..2749f540e 100644 ---- a/pyanaconda/payload/livepayload.py -+++ b/pyanaconda/payload/livepayload.py -@@ -48,6 +48,7 @@ from pyanaconda.anaconda_loggers import get_packaging_logger - log = get_packaging_logger() - - from pyanaconda.errors import errorHandler, ERROR_RAISE -+from pyanaconda.flags import flags - from pyanaconda.progress import progressQ - from blivet.size import Size - import blivet.util -@@ -143,6 +144,7 @@ class LiveImagePayload(ImagePayload): - # file system boundaries - args = ["-pogAXtlHrDx", "--exclude", "/dev/", "--exclude", "/proc/", - "--exclude", "/sys/", "--exclude", "/run/", "--exclude", "/boot/*rescue*", -+ "--exclude", "/boot/loader/", "--exclude", "/boot/efi/loader/", - "--exclude", "/etc/machine-id", INSTALL_TREE + "/", util.getSysroot()] - try: - rc = util.execWithRedirect(cmd, args) -@@ -194,9 +196,16 @@ class LiveImagePayload(ImagePayload): - super().postInstall() - - # Make sure the new system has a machine-id, it won't boot without it -+ # (and nor will some of the subsequent commands) - if not os.path.exists(util.getSysroot() + "/etc/machine-id"): -+ log.info("Generating machine ID") - util.execInSysroot("systemd-machine-id-setup", []) - -+ for kernel in self.kernelVersionList: -+ if flags.blscfg: -+ log.info("Regenerating BLS info for %s", kernel) -+ util.execInSysroot("kernel-install", ["add", kernel, "/lib/modules/{0}/vmlinuz".format(kernel)]) -+ - @property - def spaceRequired(self): - return Size(util.getDirSize("/") * 1024) --- -2.19.1 - diff --git a/anaconda.spec b/anaconda.spec index 79946d1..5d5cd19 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -6,8 +6,8 @@ Summary: Graphical system installer Name: anaconda -Version: 30.10 -Release: 2%{?dist} +Version: 30.11 +Release: 1%{?dist} License: GPLv2+ and MIT Group: Applications/System URL: http://fedoraproject.org/wiki/Anaconda @@ -19,9 +19,6 @@ URL: http://fedoraproject.org/wiki/Anaconda # make dist Source0: %{name}-%{version}.tar.bz2 -# Fix Rawhide live image boot fail bug #1648472 -Patch0: 0001-Re-generate-BLS-loader-file-snippets-on-live-install.patch - # Versions of required components (done so we make sure the buildrequires # match the requires versions of things). @@ -254,7 +251,6 @@ runtime on NFS/HTTP/FTP servers or local disks. %prep %setup -q -%patch0 -p1 %build # use actual build-time release number, not tarball creation time release number @@ -357,8 +353,27 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog -* Fri Nov 09 2018 Adam Williamson - 30.10-2 -- Backport PR #1688 to fix Rawhide bug #1648472 +* Mon Nov 19 2018 Martin Kolman - 30.11-1 +- Install grubby-deprecated when using the extlinux bootloader (javierm) +- Remove configurePayload (vponcova) +- Resolve the name conflicts with conf (vponcova) +- Write tests for the target support (vponcova) +- Simplify the code (vponcova) +- Replace the dirInstall flag (vponcova) +- Replace the imageInstall flag (vponcova) +- Configure the installation target (vponcova) +- Write tests for the default partitioning (vponcova) +- Define the default partitioning statically (vponcova) +- Remove l10n_domain from the install classes (vponcova) +- Re-generate BLS loader file snippets on live installs (#1648472) (awilliam) +- Remove the attribute bootloaderTimeoutDefault (vponcova) +- Remove the attribute bootloaderExtraArgs (vponcova) +- Remove the method setPackageSelection (vponcova) +- Remove the setStorageChecker method (vponcova) +- Remove the getBackend method (vponcova) +- Add doc to make a release in a mock environment (jkonecny) +- Support in our scripts creating release in a mock (jkonecny) +- Add dependencies to make a new release to dependency_solver (jkonecny) * Tue Nov 06 2018 Martin Kolman - 30.10-1 - Make the pyanaconda/image.py more pep8 (jkonecny) diff --git a/sources b/sources index 389ab98..48edf58 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-30.10.tar.bz2) = f5398c243643efd32d64432364598a88f6304f86eb9b7d90fb936ff66de6f4bb7718c9b8b63c498a9ef5760cc3804ec9241fbbb13a0fea1ee43282f1ed414fd3 +SHA512 (anaconda-30.11.tar.bz2) = be31485f8fc5ed0edb9d727a7e031055d115dbef6375100c4350318d429d714a19bdff698eabded4a1b0166ce2dc89580090c1ef4b9c1f00607c5d36a37ead12 From bd408f145db3c789725e83ba12d4b75294045b1c Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Thu, 22 Nov 2018 18:24:05 +0100 Subject: [PATCH 030/135] New version 30.12-1 - Simplify the task Activate filesystems (vponcova) - Remove the flag livecdInstall (vponcova) - Overwrite network configuration for the live image payload (vponcova) - Write tests for the installation system configuration (vponcova) - Resolve the name conflicts in exception.py (vponcova) - Use the Anaconda configuration in the network module (vponcova) - Revert "Don't try to get hostnamed proxy in non-installer-image environments (#1616214)" (vponcova) - Remove the function can_touch_runtime_system (vponcova) - Add rules for the installation system (vponcova) - Configure the installation system (vponcova) - Replace setNetworkOnbootDefault (vponcova) - Add tests for the FCoE module (vponcova) - Discover an FCoE device with a DBus task (vponcova) - Reload the FCoE module on the storage reset (vponcova) - Let the FCoE module to provide the dracut arguments (vponcova) - Let the FCoE module to write the configuration (vponcova) - Move kickstart support to the FCoE module (vponcova) - Create the basic structure for the FCoE module (vponcova) --- .gitignore | 1 + anaconda.spec | 23 ++++++++++++++++++++++- sources | 2 +- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 213f1f9..19bd84b 100644 --- a/.gitignore +++ b/.gitignore @@ -167,3 +167,4 @@ /anaconda-30.9.tar.bz2 /anaconda-30.10.tar.bz2 /anaconda-30.11.tar.bz2 +/anaconda-30.12.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 5d5cd19..6a23ce4 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -6,7 +6,7 @@ Summary: Graphical system installer Name: anaconda -Version: 30.11 +Version: 30.12 Release: 1%{?dist} License: GPLv2+ and MIT Group: Applications/System @@ -353,6 +353,27 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Thu Nov 22 2018 Martin Kolman - 30.12-1 +- Simplify the task Activate filesystems (vponcova) +- Remove the flag livecdInstall (vponcova) +- Overwrite network configuration for the live image payload (vponcova) +- Write tests for the installation system configuration (vponcova) +- Resolve the name conflicts in exception.py (vponcova) +- Use the Anaconda configuration in the network module (vponcova) +- Revert "Don't try to get hostnamed proxy in non-installer-image environments + (#1616214)" (vponcova) +- Remove the function can_touch_runtime_system (vponcova) +- Add rules for the installation system (vponcova) +- Configure the installation system (vponcova) +- Replace setNetworkOnbootDefault (vponcova) +- Add tests for the FCoE module (vponcova) +- Discover an FCoE device with a DBus task (vponcova) +- Reload the FCoE module on the storage reset (vponcova) +- Let the FCoE module to provide the dracut arguments (vponcova) +- Let the FCoE module to write the configuration (vponcova) +- Move kickstart support to the FCoE module (vponcova) +- Create the basic structure for the FCoE module (vponcova) + * Mon Nov 19 2018 Martin Kolman - 30.11-1 - Install grubby-deprecated when using the extlinux bootloader (javierm) - Remove configurePayload (vponcova) diff --git a/sources b/sources index 48edf58..d1561f1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-30.11.tar.bz2) = be31485f8fc5ed0edb9d727a7e031055d115dbef6375100c4350318d429d714a19bdff698eabded4a1b0166ce2dc89580090c1ef4b9c1f00607c5d36a37ead12 +SHA512 (anaconda-30.12.tar.bz2) = ee70c526af125a7cf8a48aa1005a0244ff145e541da022a7cd4f9b23878045a848e04deba28c35e9bb9de49ab9be0ae689c0b233927886af037ce9da0ac10451 From 75e0b444c90f7b1c6ca5dc6d4098db920a1112a6 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 23 Nov 2018 09:30:03 -0800 Subject: [PATCH 031/135] anaconda-core requires dbus-daemon --- anaconda.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/anaconda.spec b/anaconda.spec index 6a23ce4..4a89191 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -7,7 +7,7 @@ Summary: Graphical system installer Name: anaconda Version: 30.12 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ and MIT Group: Applications/System URL: http://fedoraproject.org/wiki/Anaconda @@ -139,6 +139,10 @@ Requires: anaconda-tui = %{version}-%{release} # Make sure we get the en locale one way or another Requires: glibc-langpack-en +# anaconda literally runs its own dbus-daemon, so it needs this, +# even though the distro default is dbus-broker in F30+ +Requires: dbus-daemon + Obsoletes: anaconda-images <= 10 Provides: anaconda-images = %{version}-%{release} Obsoletes: anaconda-runtime < %{version}-%{release} @@ -353,6 +357,9 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Fri Nov 23 2018 Adam Williamson - 30.12-2 +- anaconda-core requires dbus-daemon + * Thu Nov 22 2018 Martin Kolman - 30.12-1 - Simplify the task Activate filesystems (vponcova) - Remove the flag livecdInstall (vponcova) From 02115ca0bc3a5878de7471858ecb953643845d32 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Tue, 4 Dec 2018 17:06:52 +0100 Subject: [PATCH 032/135] New version 30.13-1 - Extend tests for the configuration support (vponcova) - Split the Anaconda configuration handler to more files (vponcova) - Add tests for the product configurations (vponcova) - Read only *.conf files from /etc/anaconda/conf.d (vponcova) - Create the product configuration loader (vponcova) - Disable BLS config if new-kernel-pkg script is installed (javierm) - Drop xorg-x11-server-Xorg check from graphical target detection (#1583958) (mkolman) - Create a basic structure of the product configuration files (vponcova) - Fix pylint errors (vponcova) - dracut/parse-kickstart: don't abort on --device=link (lkundrak) - Add provides_network_config system property (rvykydal) - Get rid of network system capability which does not make sense. (rvykydal) - Prohibit network configuration on Live OS. (rvykydal) - Use check_supported_locales to filter unsupported locales (vponcova) - Replace filterSupportedLangs and filterSupportedLocales (vponcova) - Remove help-related constants from install classes (vponcova) - Remove setup_on_boot from the install classes (vponcova) - Convert a keymap into a list of layouts (vponcova) - RPM: anaconda-core requires dbus-daemon (awilliam) - Remove use_geolocation_with_kickstart from install classes (vponcova) --- .gitignore | 1 + anaconda.spec | 30 ++++++++++++++++++++++++++---- sources | 2 +- 3 files changed, 28 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 19bd84b..e3d923d 100644 --- a/.gitignore +++ b/.gitignore @@ -168,3 +168,4 @@ /anaconda-30.10.tar.bz2 /anaconda-30.11.tar.bz2 /anaconda-30.12.tar.bz2 +/anaconda-30.13.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 4a89191..43402b0 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -6,8 +6,8 @@ Summary: Graphical system installer Name: anaconda -Version: 30.12 -Release: 2%{?dist} +Version: 30.13 +Release: 1%{?dist} License: GPLv2+ and MIT Group: Applications/System URL: http://fedoraproject.org/wiki/Anaconda @@ -321,6 +321,8 @@ update-desktop-database &> /dev/null || : %config %{_sysconfdir}/%{name}/* %dir %{_sysconfdir}/%{name}/conf.d %config %{_sysconfdir}/%{name}/conf.d/* +%dir %{_sysconfdir}/%{name}/product.d +%config %{_sysconfdir}/%{name}/product.d/* %ifarch %livearches %{_bindir}/liveinst %{_sbindir}/liveinst @@ -357,8 +359,28 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog -* Fri Nov 23 2018 Adam Williamson - 30.12-2 -- anaconda-core requires dbus-daemon +* Tue Dec 04 2018 Martin Kolman - 30.13-1 +- Extend tests for the configuration support (vponcova) +- Split the Anaconda configuration handler to more files (vponcova) +- Add tests for the product configurations (vponcova) +- Read only *.conf files from /etc/anaconda/conf.d (vponcova) +- Create the product configuration loader (vponcova) +- Disable BLS config if new-kernel-pkg script is installed (javierm) +- Drop xorg-x11-server-Xorg check from graphical target detection (#1583958) + (mkolman) +- Create a basic structure of the product configuration files (vponcova) +- Fix pylint errors (vponcova) +- dracut/parse-kickstart: don't abort on --device=link (lkundrak) +- Add provides_network_config system property (rvykydal) +- Get rid of network system capability which does not make sense. (rvykydal) +- Prohibit network configuration on Live OS. (rvykydal) +- Use check_supported_locales to filter unsupported locales (vponcova) +- Replace filterSupportedLangs and filterSupportedLocales (vponcova) +- Remove help-related constants from install classes (vponcova) +- Remove setup_on_boot from the install classes (vponcova) +- Convert a keymap into a list of layouts (vponcova) +- RPM: anaconda-core requires dbus-daemon (awilliam) +- Remove use_geolocation_with_kickstart from install classes (vponcova) * Thu Nov 22 2018 Martin Kolman - 30.12-1 - Simplify the task Activate filesystems (vponcova) diff --git a/sources b/sources index d1561f1..9868486 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-30.12.tar.bz2) = ee70c526af125a7cf8a48aa1005a0244ff145e541da022a7cd4f9b23878045a848e04deba28c35e9bb9de49ab9be0ae689c0b233927886af037ce9da0ac10451 +SHA512 (anaconda-30.13.tar.bz2) = 47029112a4ed860ac164e55bd384409588015edb02a45b1a0530ee1a0ff5670fbd8a7c84b48ca680eb119f88b14e7b0b443dc97471aa24c2bf819e952a652e55 From 06a7339fd84c4060d77165700ff7752ca5567df9 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Wed, 2 Jan 2019 14:31:32 +0100 Subject: [PATCH 033/135] New version 30.14-1 - Require password confirmation in GUI (#1584064) (mkolman) - Run zipl again after generating initramfs (#1652727) (vponcova) - Preserve the boot option zfcp.allow_lun_scan (#1561662) (vponcova) - Don't allow /boot on LVM (#1641986) (vponcova) - The encoding should be always set to UTF-8 (#1642857) (vponcova) - Make sure fips is correctly enabled on target system (#1619568) (mkolman) - Remove workaround for bd_s390_dasd_online (vponcova) - Clean up /run/install (#1562239) (vponcova) - Make it possible to exit empty user spoke (#1620135) (mkolman) - Don't allow to use LDL DASD disks (#1635825) (vponcova) - Remove initThreading method from pyanaconda.threading (vponcova) - Drop the inst.noblscfg option (javierm) --- .gitignore | 1 + anaconda.spec | 16 +++++++++++++++- sources | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e3d923d..59c458a 100644 --- a/.gitignore +++ b/.gitignore @@ -169,3 +169,4 @@ /anaconda-30.11.tar.bz2 /anaconda-30.12.tar.bz2 /anaconda-30.13.tar.bz2 +/anaconda-30.14.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 43402b0..0d1bffa 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -6,7 +6,7 @@ Summary: Graphical system installer Name: anaconda -Version: 30.13 +Version: 30.14 Release: 1%{?dist} License: GPLv2+ and MIT Group: Applications/System @@ -359,6 +359,20 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Wed Jan 02 2019 Martin Kolman - 30.14-1 +- Require password confirmation in GUI (#1584064) (mkolman) +- Run zipl again after generating initramfs (#1652727) (vponcova) +- Preserve the boot option zfcp.allow_lun_scan (#1561662) (vponcova) +- Don't allow /boot on LVM (#1641986) (vponcova) +- The encoding should be always set to UTF-8 (#1642857) (vponcova) +- Make sure fips is correctly enabled on target system (#1619568) (mkolman) +- Remove workaround for bd_s390_dasd_online (vponcova) +- Clean up /run/install (#1562239) (vponcova) +- Make it possible to exit empty user spoke (#1620135) (mkolman) +- Don't allow to use LDL DASD disks (#1635825) (vponcova) +- Remove initThreading method from pyanaconda.threading (vponcova) +- Drop the inst.noblscfg option (javierm) + * Tue Dec 04 2018 Martin Kolman - 30.13-1 - Extend tests for the configuration support (vponcova) - Split the Anaconda configuration handler to more files (vponcova) diff --git a/sources b/sources index 9868486..922e08d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-30.13.tar.bz2) = 47029112a4ed860ac164e55bd384409588015edb02a45b1a0530ee1a0ff5670fbd8a7c84b48ca680eb119f88b14e7b0b443dc97471aa24c2bf819e952a652e55 +SHA512 (anaconda-30.14.tar.bz2) = 09cf2679298ecddf35e8708c3a604c17f2e37c25234be34f9bfe9c8a3db14c917d00eebc70a52e2c0069849f257df3ca29328363f49d08a55a815345e3ede5cf From 2efdcb399e013620e29fa42d074fe763184624ef Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Thu, 3 Jan 2019 15:44:05 +0100 Subject: [PATCH 034/135] New version 30.15-1 - Remove install classes from the code (vponcova) - Remove files with install classes (vponcova) - Use the Anaconda configuration to configure the storage (vponcova) - Use the Anaconda configuration to configure the bootloader (vponcova) - Use the correct name of the variant AtomicHost (vponcova) - Use the Anaconda configuration to configure payload (vponcova) - Use the Anaconda configuration to configure network devices (vponcova) - Use the Anaconda configuration to customize the user interface (vponcova) - Use the Anaconda configuration to show EULA (vponcova) - Use the Anaconda configuration to detect unsupported hardware (vponcova) - Remove the kickstart command installclass (vponcova) - Fix the anaconda documentation (vponcova) - Add support for inst.product and inst.variant (vponcova) - Use the product configuration files in Anaconda (vponcova) --- .gitignore | 1 + anaconda.spec | 18 +++++++++++++++++- sources | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 59c458a..05b0679 100644 --- a/.gitignore +++ b/.gitignore @@ -170,3 +170,4 @@ /anaconda-30.12.tar.bz2 /anaconda-30.13.tar.bz2 /anaconda-30.14.tar.bz2 +/anaconda-30.15.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 0d1bffa..83acf2d 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -6,7 +6,7 @@ Summary: Graphical system installer Name: anaconda -Version: 30.14 +Version: 30.15 Release: 1%{?dist} License: GPLv2+ and MIT Group: Applications/System @@ -359,6 +359,22 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Thu Jan 03 2019 Martin Kolman - 30.15-1 +- Remove install classes from the code (vponcova) +- Remove files with install classes (vponcova) +- Use the Anaconda configuration to configure the storage (vponcova) +- Use the Anaconda configuration to configure the bootloader (vponcova) +- Use the correct name of the variant AtomicHost (vponcova) +- Use the Anaconda configuration to configure payload (vponcova) +- Use the Anaconda configuration to configure network devices (vponcova) +- Use the Anaconda configuration to customize the user interface (vponcova) +- Use the Anaconda configuration to show EULA (vponcova) +- Use the Anaconda configuration to detect unsupported hardware (vponcova) +- Remove the kickstart command installclass (vponcova) +- Fix the anaconda documentation (vponcova) +- Add support for inst.product and inst.variant (vponcova) +- Use the product configuration files in Anaconda (vponcova) + * Wed Jan 02 2019 Martin Kolman - 30.14-1 - Require password confirmation in GUI (#1584064) (mkolman) - Run zipl again after generating initramfs (#1652727) (vponcova) diff --git a/sources b/sources index 922e08d..1b2a22c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-30.14.tar.bz2) = 09cf2679298ecddf35e8708c3a604c17f2e37c25234be34f9bfe9c8a3db14c917d00eebc70a52e2c0069849f257df3ca29328363f49d08a55a815345e3ede5cf +SHA512 (anaconda-30.15.tar.bz2) = b6cf84f8960243fcb297694c4c0caed9f5f602bbc92b55a6cff9dda0f2a07f1bb1a1dbdabaeaeb636548b527fafd469db29e9d3015839d1c709c673e3ed13c99 From d83faf1a48ebbbfe29970ca9a58082041938a975 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Tue, 8 Jan 2019 13:09:12 +0100 Subject: [PATCH 035/135] New version 30.16-1 - Use the file system type provided by Blivet by default (#1663585) (vponcova) - Move remaining GUI related files to anaconda-gui (mkolman) - Create anaconda-live sub-package (mkolman) - Don't acquire the imp's lock (#1644936) (vponcova) --- .gitignore | 1 + anaconda.spec | 70 +++++++++++++++++++++++++++++++-------------------- sources | 2 +- 3 files changed, 45 insertions(+), 28 deletions(-) diff --git a/.gitignore b/.gitignore index 05b0679..dba5acd 100644 --- a/.gitignore +++ b/.gitignore @@ -171,3 +171,4 @@ /anaconda-30.13.tar.bz2 /anaconda-30.14.tar.bz2 /anaconda-30.15.tar.bz2 +/anaconda-30.16.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 83acf2d..1aed2ea 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,12 +1,10 @@ -%define livearches %{ix86} x86_64 ppc ppc64 ppc64le - # Avoid anaconda-core requiring gjs-console due to the GNOME welcome # screen that's shipped in it %global __requires_exclude_from ^%{_datadir}/anaconda/gnome/fedora-welcome.*$ Summary: Graphical system installer Name: anaconda -Version: 30.15 +Version: 30.16 Release: 1%{?dist} License: GPLv2+ and MIT Group: Applications/System @@ -63,9 +61,6 @@ BuildRequires: systemd # rpm and libarchive are needed for driver disk handling BuildRequires: rpm-devel >= %{rpmver} BuildRequires: libarchive-devel >= %{libarchivever} -%ifarch %livearches -BuildRequires: desktop-file-utils -%endif %ifarch s390 s390x BuildRequires: s390utils-devel %endif @@ -114,9 +109,6 @@ Requires: cracklib-dicts Requires: python3-pytz Requires: teamd -%ifarch %livearches -Requires: usermode -%endif %ifarch s390 s390x Requires: openssh %endif @@ -135,6 +127,11 @@ Requires: python3-coverage >= 4.0-0.12.b3 # required because of the rescue mode and VNC question Requires: anaconda-tui = %{version}-%{release} +# required during the transition period until +# anaconda-live is added to the kickstarts used to +# create live images +Requires: anaconda-live = %{version}-%{release} + # Make sure we get the en locale one way or another Requires: glibc-langpack-en @@ -153,6 +150,18 @@ Obsoletes: booty <= 0.107-1 The anaconda-core package contains the program which was used to install your system. +%package live +Summary: Live installation specific files and dependencies +BuildRequires: desktop-file-utils +# live installation currently implies a graphical installation +Requires: anaconda-gui = %{version}-%{release} +Requires: usermode +Requires: zenity + +%description live +The anaconda-live package contains scripts, data and dependencies required +for live installations. + %package install-env-deps Summary: Installation environment specific dependencies Requires: udisks2-iscsi @@ -194,9 +203,6 @@ Requires: libxklavier >= %{libxklavierver} Requires: libgnomekbd Requires: libtimezonemap >= %{libtimezonemapver} Requires: nm-connection-editor -%ifarch %livearches -Requires: zenity -%endif Requires: keybinder3 %ifnarch s390 s390x Requires: NetworkManager-wifi @@ -268,28 +274,22 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm} # Create an empty directory for addons mkdir %{buildroot}%{_datadir}/anaconda/addons -%ifarch %livearches +# required for live installations desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/liveinst.desktop -%endif -# NOTE: If you see "error: Installed (but unpackaged) file(s) found" that include liveinst files, -# check the IS_LIVEINST_ARCH in configure.ac to make sure your architecture is properly defined # If no langs found, keep going %find_lang %{name} || : +%post live +update-desktop-database &> /dev/null || : + +%postun live +update-desktop-database &> /dev/null || : + %post widgets -p /sbin/ldconfig %postun widgets -p /sbin/ldconfig -%ifarch %livearches -%post -update-desktop-database &> /dev/null || : -%endif - -%ifarch %livearches -%postun -update-desktop-database &> /dev/null || : -%endif # main package and install-env-deps are metapackages %files @@ -309,6 +309,11 @@ update-desktop-database &> /dev/null || : %{_sbindir}/handle-sshpw %{_datadir}/anaconda %{_prefix}/libexec/anaconda +%exclude %{_datadir}/anaconda/gnome +%exclude %{_datadir}/anaconda/pixmaps +%exclude %{_datadir}/anaconda/ui +%exclude %{_datadir}/anaconda/window-manager +%exclude %{_datadir}/anaconda/anaconda-gtk.css %exclude %{_prefix}/libexec/anaconda/dd_* %{python3_sitearch}/pyanaconda %exclude %{python3_sitearch}/pyanaconda/rescue.py* @@ -323,18 +328,23 @@ update-desktop-database &> /dev/null || : %config %{_sysconfdir}/%{name}/conf.d/* %dir %{_sysconfdir}/%{name}/product.d %config %{_sysconfdir}/%{name}/product.d/* -%ifarch %livearches + +%files live %{_bindir}/liveinst %{_sbindir}/liveinst %config(noreplace) %{_sysconfdir}/pam.d/* %config(noreplace) %{_sysconfdir}/security/console.apps/* %{_libexecdir}/liveinst-setup.sh %{_datadir}/applications/*.desktop +%{_datadir}/anaconda/gnome %{_sysconfdir}/xdg/autostart/*.desktop -%endif %files gui %{python3_sitearch}/pyanaconda/ui/gui/* +%{_datadir}/anaconda/pixmaps +%{_datadir}/anaconda/ui +%{_datadir}/anaconda/window-manager +%{_datadir}/anaconda/anaconda-gtk.css %files tui %{python3_sitearch}/pyanaconda/rescue.py @@ -359,6 +369,12 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Jan 08 2019 Martin Kolman - 30.16-1 +- Use the file system type provided by Blivet by default (#1663585) (vponcova) +- Move remaining GUI related files to anaconda-gui (mkolman) +- Create anaconda-live sub-package (mkolman) +- Don't acquire the imp's lock (#1644936) (vponcova) + * Thu Jan 03 2019 Martin Kolman - 30.15-1 - Remove install classes from the code (vponcova) - Remove files with install classes (vponcova) diff --git a/sources b/sources index 1b2a22c..00f41cf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-30.15.tar.bz2) = b6cf84f8960243fcb297694c4c0caed9f5f602bbc92b55a6cff9dda0f2a07f1bb1a1dbdabaeaeb636548b527fafd469db29e9d3015839d1c709c673e3ed13c99 +SHA512 (anaconda-30.16.tar.bz2) = f0334439bc0fe2d019cccaa882804d0557486816ad55fdc40aef78873ff0e66c2a14981ab0d58033138274aca427e66ef981c0e027dcebb81d58d763fb5cf2dc From 300a3f7e48efc01021d88fe5de939c36ca1b4a22 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Wed, 9 Jan 2019 15:17:56 +0100 Subject: [PATCH 036/135] New version 30.17-1 - Fix anaconda-live package temporary Requires: (mkolman) - Add a new configuration option allow_imperfect_devices (vponcova) - Remove the selinux flag (vponcova) - Rename the Services section (vponcova) - Fix Arm EFI package selection and 32 bit status (pbrobinson) - Remove support for the undocumented option force_efi_dir (vponcova) - Remove the flag extlinux (vponcova) - Remove the flag nombr (vponcova) - Remove the flag leavebootorder (vponcova) - Remove the flag nonibftiscsiboot (vponcova) --- .gitignore | 1 + anaconda.spec | 24 ++++++++++++++++++------ sources | 2 +- 3 files changed, 20 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index dba5acd..5418925 100644 --- a/.gitignore +++ b/.gitignore @@ -172,3 +172,4 @@ /anaconda-30.14.tar.bz2 /anaconda-30.15.tar.bz2 /anaconda-30.16.tar.bz2 +/anaconda-30.17.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 1aed2ea..eeb3697 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,7 +4,7 @@ Summary: Graphical system installer Name: anaconda -Version: 30.16 +Version: 30.17 Release: 1%{?dist} License: GPLv2+ and MIT Group: Applications/System @@ -127,11 +127,6 @@ Requires: python3-coverage >= 4.0-0.12.b3 # required because of the rescue mode and VNC question Requires: anaconda-tui = %{version}-%{release} -# required during the transition period until -# anaconda-live is added to the kickstarts used to -# create live images -Requires: anaconda-live = %{version}-%{release} - # Make sure we get the en locale one way or another Requires: glibc-langpack-en @@ -212,6 +207,11 @@ Requires: yelp Requires: blivet-gui-runtime >= %{blivetguiver} Requires: system-logos +# required during the transition period until +# anaconda-live is added to the kickstarts used to +# create live images +Requires: anaconda-live = %{version}-%{release} + # Needed to compile the gsettings files BuildRequires: gsettings-desktop-schemas BuildRequires: metacity @@ -369,6 +369,18 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Wed Jan 09 2019 Martin Kolman - 30.17-1 +- Fix anaconda-live package temporary Requires: (mkolman) +- Add a new configuration option allow_imperfect_devices (vponcova) +- Remove the selinux flag (vponcova) +- Rename the Services section (vponcova) +- Fix Arm EFI package selection and 32 bit status (pbrobinson) +- Remove support for the undocumented option force_efi_dir (vponcova) +- Remove the flag extlinux (vponcova) +- Remove the flag nombr (vponcova) +- Remove the flag leavebootorder (vponcova) +- Remove the flag nonibftiscsiboot (vponcova) + * Tue Jan 08 2019 Martin Kolman - 30.16-1 - Use the file system type provided by Blivet by default (#1663585) (vponcova) - Move remaining GUI related files to anaconda-gui (mkolman) diff --git a/sources b/sources index 00f41cf..4a19688 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-30.16.tar.bz2) = f0334439bc0fe2d019cccaa882804d0557486816ad55fdc40aef78873ff0e66c2a14981ab0d58033138274aca427e66ef981c0e027dcebb81d58d763fb5cf2dc +SHA512 (anaconda-30.17.tar.bz2) = 136ddfed8685e53711a7582bac76d95e9b801b668a5634057f0b776c582c850cd73c95454bc54f8f6a7743f8b3ec4e9805403344147a9a20fb4646690414637a From 1f9a384f4d450d03bff6f32056116a4759e8f93b Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Mon, 21 Jan 2019 21:57:54 +0100 Subject: [PATCH 037/135] New version 30.18-1 - Relabel X11/xorg.conf.d directory (#1666892) (jkonecny) - Reorder items in selinux relabeling post script (#1666892) (jkonecny) - Fix jumping boxes in root password spoke (jkonecny) - Move the execute method of the bootloader command (vponcova) - Remove ksdata from the execute method of the bootloader command (vponcova) - Move writeBootLoader to pyanaconda.bootloader.installation (vponcova) - Move EXTLINUX to pyanaconda.bootloader.extlinux (vponcova) - Move ZIPL to pyanaconda.bootloader.zipl (vponcova) - Move Yaboot to pyanaconda.bootloader.yaboot (vponcova) - Move EFIBase to pyanaconda.bootloader.efi (vponcova) - Move GRUB2 to pyanaconda.bootloader.grub2 (vponcova) - Move GRUB to pyanaconda.bootloader.grub (vponcova) - Move Bootloader to pyanaconda.bootloader.base (vponcova) - Move BootLoaderImage to pyanaconda.bootloader.image (vponcova) - Create the pyanaconda.bootloader module (vponcova) - Tweak tests documentation (jkonecny) - Fix requires in dependency solver (jkonecny) - Remove the unused method add_re_check (vponcova) - Remove the unused attribute _lHome (vponcova) - Remove the unused attribute _actionStore (vponcova) - Remove unused constants ERROR_WEAK and ERROR_NOT_MATCHING (vponcova) - Remove the unused attributes _repoNameWarningBox and _repoNameWarningLabel (vponcova) - Remove the unused attribute _configureBox (vponcova) - Remove the unused attribute _addDisksButton (vponcova) - Remove the unused attribute orig_fstab (vponcova) - Remove the unused attribute ignore_disk_interactive (vponcova) - Remove the unused class TarPayload (vponcova) - Remove the unused method environmentGroups (vponcova) - Remove the unused exception NoSuchPackage (vponcova) - Remove the unused function get_locale_territory (vponcova) - Remove the unused variable upgrade_log (vponcova) - Remove unused classes RegexpCheck and FunctionCheck (vponcova) - Remove the unused property check_request (vponcova) - Remove the unused constant PASSWORD_DONE_TO_CONTINUE (vponcova) - Remove the unused constant SECRET_MIN_LEN (vponcova) - Remove the unused variable bugzillaUrl (vponcova) - Remove the unused attribute stage1_device_types (vponcova) - Move attributes from the Blivet class to Anaconda (vponcova) - Remove the Blivet's gpt flag (vponcova) - Set Automatic Installation Media for HDD not ISO (jkonecny) - Adapt old code to new partition name translation (jkonecny) - Fix source spoke status for expanded tree on HDD (jkonecny) - Enable installation from install tree on HDD (jkonecny) - Remove the unused class IPSeriesYaboot (vponcova) - Fix the name of the attribute stage2_device_raid_levels (vponcova) - Remove the useless attribute stage2_max_end_mb (vponcova) - Remove the unused attribute problems (vponcova) - Remove the unused logger to stderr (vponcova) - Move the code from format_by_default to the storage checker (vponcova) - Move the code from must_format to the storage checker (vponcova) --- .gitignore | 1 + anaconda.spec | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++- sources | 2 +- 3 files changed, 56 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5418925..ae42395 100644 --- a/.gitignore +++ b/.gitignore @@ -173,3 +173,4 @@ /anaconda-30.15.tar.bz2 /anaconda-30.16.tar.bz2 /anaconda-30.17.tar.bz2 +/anaconda-30.18.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index eeb3697..b3393bc 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,7 +4,7 @@ Summary: Graphical system installer Name: anaconda -Version: 30.17 +Version: 30.18 Release: 1%{?dist} License: GPLv2+ and MIT Group: Applications/System @@ -369,6 +369,59 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Mon Jan 21 2019 Martin Kolman - 30.18-1 +- Relabel X11/xorg.conf.d directory (#1666892) (jkonecny) +- Reorder items in selinux relabeling post script (#1666892) (jkonecny) +- Fix jumping boxes in root password spoke (jkonecny) +- Move the execute method of the bootloader command (vponcova) +- Remove ksdata from the execute method of the bootloader command (vponcova) +- Move writeBootLoader to pyanaconda.bootloader.installation (vponcova) +- Move EXTLINUX to pyanaconda.bootloader.extlinux (vponcova) +- Move ZIPL to pyanaconda.bootloader.zipl (vponcova) +- Move Yaboot to pyanaconda.bootloader.yaboot (vponcova) +- Move EFIBase to pyanaconda.bootloader.efi (vponcova) +- Move GRUB2 to pyanaconda.bootloader.grub2 (vponcova) +- Move GRUB to pyanaconda.bootloader.grub (vponcova) +- Move Bootloader to pyanaconda.bootloader.base (vponcova) +- Move BootLoaderImage to pyanaconda.bootloader.image (vponcova) +- Create the pyanaconda.bootloader module (vponcova) +- Tweak tests documentation (jkonecny) +- Fix requires in dependency solver (jkonecny) +- Remove the unused method add_re_check (vponcova) +- Remove the unused attribute _lHome (vponcova) +- Remove the unused attribute _actionStore (vponcova) +- Remove unused constants ERROR_WEAK and ERROR_NOT_MATCHING (vponcova) +- Remove the unused attributes _repoNameWarningBox and _repoNameWarningLabel + (vponcova) +- Remove the unused attribute _configureBox (vponcova) +- Remove the unused attribute _addDisksButton (vponcova) +- Remove the unused attribute orig_fstab (vponcova) +- Remove the unused attribute ignore_disk_interactive (vponcova) +- Remove the unused class TarPayload (vponcova) +- Remove the unused method environmentGroups (vponcova) +- Remove the unused exception NoSuchPackage (vponcova) +- Remove the unused function get_locale_territory (vponcova) +- Remove the unused variable upgrade_log (vponcova) +- Remove unused classes RegexpCheck and FunctionCheck (vponcova) +- Remove the unused property check_request (vponcova) +- Remove the unused constant PASSWORD_DONE_TO_CONTINUE (vponcova) +- Remove the unused constant SECRET_MIN_LEN (vponcova) +- Remove the unused variable bugzillaUrl (vponcova) +- Remove the unused attribute stage1_device_types (vponcova) +- Move attributes from the Blivet class to Anaconda (vponcova) +- Remove the Blivet's gpt flag (vponcova) +- Set Automatic Installation Media for HDD not ISO (jkonecny) +- Adapt old code to new partition name translation (jkonecny) +- Fix source spoke status for expanded tree on HDD (jkonecny) +- Enable installation from install tree on HDD (jkonecny) +- Remove the unused class IPSeriesYaboot (vponcova) +- Fix the name of the attribute stage2_device_raid_levels (vponcova) +- Remove the useless attribute stage2_max_end_mb (vponcova) +- Remove the unused attribute problems (vponcova) +- Remove the unused logger to stderr (vponcova) +- Move the code from format_by_default to the storage checker (vponcova) +- Move the code from must_format to the storage checker (vponcova) + * Wed Jan 09 2019 Martin Kolman - 30.17-1 - Fix anaconda-live package temporary Requires: (mkolman) - Add a new configuration option allow_imperfect_devices (vponcova) diff --git a/sources b/sources index 4a19688..f6676ae 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-30.17.tar.bz2) = 136ddfed8685e53711a7582bac76d95e9b801b668a5634057f0b776c582c850cd73c95454bc54f8f6a7743f8b3ec4e9805403344147a9a20fb4646690414637a +SHA512 (anaconda-30.18.tar.bz2) = 26fcb44a6187e30b1dfd5cdad0fbefa5cabd25abd45d9494614d8c1170fb211a59dd39f60c5dbf6eb9daea99b1044fd03d9286ab69c3ee2a70fbaf9b341de402 From 03b36f26ee6a42f28d939141e601fbec55fa9be1 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 22 Jan 2019 18:38:30 +0100 Subject: [PATCH 038/135] Remove obsolete ldconfig scriptlets References: https://fedoraproject.org/wiki/Changes/RemoveObsoleteScriptlets Signed-off-by: Igor Gnatenko --- anaconda.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/anaconda.spec b/anaconda.spec index b3393bc..9447d37 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -286,8 +286,7 @@ update-desktop-database &> /dev/null || : %postun live update-desktop-database &> /dev/null || : -%post widgets -p /sbin/ldconfig -%postun widgets -p /sbin/ldconfig +%ldconfig_scriptlets widgets From 562a9c28a267671e63c033df8c157c718c63786b Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Mon, 28 Jan 2019 19:17:35 +0100 Subject: [PATCH 039/135] New version 30.19-1 - Move code for the storage creation (vponcova) - Move code for the storage initialization (vponcova) - Remove the GRUB class (javierm) - Remove support for deprecated bootloaders (javierm) - Spelling fix in Boot Options documentation (josephvoss14) - Put 'lock' checkbox under 'Confirmation field' (frederic.pierret) - Don't create an extra instance of the bootloader (vponcova) - Remove the preStorage method in payload (vponcova) - Use LUKS2 by default (vponcova) - Clean up the space checkers (#1520749) (vponcova) - Don't show time and date controls in live installations (#1510425) (vponcova) - anaconda: add option to lock root account (frederic.epitre) --- .gitignore | 1 + anaconda.spec | 16 +++++++++++++++- sources | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ae42395..255605c 100644 --- a/.gitignore +++ b/.gitignore @@ -174,3 +174,4 @@ /anaconda-30.16.tar.bz2 /anaconda-30.17.tar.bz2 /anaconda-30.18.tar.bz2 +/anaconda-30.19.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 9447d37..fcfd3a3 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,7 +4,7 @@ Summary: Graphical system installer Name: anaconda -Version: 30.18 +Version: 30.19 Release: 1%{?dist} License: GPLv2+ and MIT Group: Applications/System @@ -368,6 +368,20 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Mon Jan 28 2019 Martin Kolman - 30.19-1 +- Move code for the storage creation (vponcova) +- Move code for the storage initialization (vponcova) +- Remove the GRUB class (javierm) +- Remove support for deprecated bootloaders (javierm) +- Spelling fix in Boot Options documentation (josephvoss14) +- Put 'lock' checkbox under 'Confirmation field' (frederic.pierret) +- Don't create an extra instance of the bootloader (vponcova) +- Remove the preStorage method in payload (vponcova) +- Use LUKS2 by default (vponcova) +- Clean up the space checkers (#1520749) (vponcova) +- Don't show time and date controls in live installations (#1510425) (vponcova) +- anaconda: add option to lock root account (frederic.epitre) + * Mon Jan 21 2019 Martin Kolman - 30.18-1 - Relabel X11/xorg.conf.d directory (#1666892) (jkonecny) - Reorder items in selinux relabeling post script (#1666892) (jkonecny) diff --git a/sources b/sources index f6676ae..7883d62 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-30.18.tar.bz2) = 26fcb44a6187e30b1dfd5cdad0fbefa5cabd25abd45d9494614d8c1170fb211a59dd39f60c5dbf6eb9daea99b1044fd03d9286ab69c3ee2a70fbaf9b341de402 +SHA512 (anaconda-30.19.tar.bz2) = d1e89627b1d72256558ba61c89bda3b9ff483b7ca1aacf30e5cc037e8fb90ee8dcb3d5d9c89bc462a8e75f257bc938debbacc6df4a7368f047874e46847e8be4 From 4a0a6c4ea4f9ae51bff2ed8dedba5109e0421d09 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 28 Jan 2019 20:17:38 +0100 Subject: [PATCH 040/135] Remove obsolete Group tag References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag --- anaconda.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/anaconda.spec b/anaconda.spec index fcfd3a3..1266d61 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -7,7 +7,6 @@ Name: anaconda Version: 30.19 Release: 1%{?dist} License: GPLv2+ and MIT -Group: Applications/System URL: http://fedoraproject.org/wiki/Anaconda # To generate Source0 do: @@ -229,7 +228,6 @@ This package contains textual user interface for the Anaconda installer. %package widgets Summary: A set of custom GTK+ widgets for use with anaconda -Group: System Environment/Libraries Requires: python3 %description widgets @@ -237,7 +235,6 @@ This package contains a set of custom GTK+ widgets used by the anaconda installe %package widgets-devel Summary: Development files for anaconda-widgets -Group: Development/Libraries Requires: glade Requires: %{name}-widgets%{?_isa} = %{version}-%{release} From 7bdd84fee592f62eb0d66bbf0d9b37cdd1adcad4 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 29 Jan 2019 06:15:31 +0100 Subject: [PATCH 041/135] Remove obsolete scriptlets References: https://fedoraproject.org/wiki/Changes/RemoveObsoleteScriptlets Signed-off-by: Igor Gnatenko --- anaconda.spec | 6 ------ 1 file changed, 6 deletions(-) diff --git a/anaconda.spec b/anaconda.spec index 1266d61..5a0810a 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -277,12 +277,6 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d # If no langs found, keep going %find_lang %{name} || : -%post live -update-desktop-database &> /dev/null || : - -%postun live -update-desktop-database &> /dev/null || : - %ldconfig_scriptlets widgets From 3eae00160310b1e4e6c53dd6bae8a3484ca6af00 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 31 Jan 2019 13:17:46 +0000 Subject: [PATCH 042/135] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- anaconda.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/anaconda.spec b/anaconda.spec index 5a0810a..44e2278 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -5,7 +5,7 @@ Summary: Graphical system installer Name: anaconda Version: 30.19 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -359,6 +359,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Thu Jan 31 2019 Fedora Release Engineering - 30.19-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Mon Jan 28 2019 Martin Kolman - 30.19-1 - Move code for the storage creation (vponcova) - Move code for the storage initialization (vponcova) From d90051f3bc1d7c9995059cc29afdfbe7dc3f7c21 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Wed, 6 Feb 2019 18:13:19 +0100 Subject: [PATCH 043/135] New version 30.20-1 - Remove obsolete Group tag & obsolete scriptlets (mkolman) - Move the write method of the InstallerStorage class (vponcova) - Clean up the reset method of the InstallerStorage class (vponcova) - Allow non-ASCII characters in passphrases again (#1619813) (vponcova) - Remove the argument protected from initialize_storage (vponcova) - Remove multiboot support for tboot (javierm) - Move the code for ignoring disks labeled OEMDRV (vponcova) - Set default entry to the BLS id instead of the entry index (javierm) - Remove the ksdata argument from the initialize_storage function (vponcova) - Remove the ksdata attribute from the InstallerStorage class (vponcova) - Move the code for ignoring nvdimm devices to pyanaconda.storage.utils (vponcova) - Use new ssl certificate kickstart options (lars) - Remove the data argument from the do_autopart function (vponcova) - Call refreshAutoSwapSize from the do_autopart function (vponcova) - Move getAvailableDiskSpace to pyanaconda.storage.utils (vponcova) - Move lookupAlias to pyanaconda.storage.utils (vponcova) - Move getEscrowCertificate to pyanaconda.storage.utils (vponcova) - Move get_ignored_nvdimm_blockdevs to pyanaconda.storage.utils (vponcova) - Remove update_ksdata from the InstallerStorage class (vponcova) - Remove obsolete ldconfig scriptlets (mkolman) - Do not try to use disks without partition slots for autopart (vtrefny) - dracut: Add deps for fetch-kickstart-disk (walters) --- .gitignore | 1 + anaconda.spec | 33 ++++++++++++++++++++++++++++----- sources | 2 +- 3 files changed, 30 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 255605c..019a7c4 100644 --- a/.gitignore +++ b/.gitignore @@ -175,3 +175,4 @@ /anaconda-30.17.tar.bz2 /anaconda-30.18.tar.bz2 /anaconda-30.19.tar.bz2 +/anaconda-30.20.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 44e2278..c6b147a 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,9 +4,10 @@ Summary: Graphical system installer Name: anaconda -Version: 30.19 -Release: 2%{?dist} +Version: 30.20 +Release: 1%{?dist} License: GPLv2+ and MIT +Group: Applications/System URL: http://fedoraproject.org/wiki/Anaconda # To generate Source0 do: @@ -35,7 +36,7 @@ Source0: %{name}-%{version}.tar.bz2 %define libxklavierver 5.4 %define mehver 0.23-1 %define nmver 1.0 -%define pykickstartver 3.16-1 +%define pykickstartver 3.19-1 %define pypartedver 2.5-2 %define rpmver 4.10.0 %define simplelinever 1.1-1 @@ -359,8 +360,30 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog -* Thu Jan 31 2019 Fedora Release Engineering - 30.19-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild +* Wed Feb 06 2019 Martin Kolman - 30.20-1 +- Remove obsolete Group tag & obsolete scriptlets (mkolman) +- Move the write method of the InstallerStorage class (vponcova) +- Clean up the reset method of the InstallerStorage class (vponcova) +- Allow non-ASCII characters in passphrases again (#1619813) (vponcova) +- Remove the argument protected from initialize_storage (vponcova) +- Remove multiboot support for tboot (javierm) +- Move the code for ignoring disks labeled OEMDRV (vponcova) +- Set default entry to the BLS id instead of the entry index (javierm) +- Remove the ksdata argument from the initialize_storage function (vponcova) +- Remove the ksdata attribute from the InstallerStorage class (vponcova) +- Move the code for ignoring nvdimm devices to pyanaconda.storage.utils + (vponcova) +- Use new ssl certificate kickstart options (lars) +- Remove the data argument from the do_autopart function (vponcova) +- Call refreshAutoSwapSize from the do_autopart function (vponcova) +- Move getAvailableDiskSpace to pyanaconda.storage.utils (vponcova) +- Move lookupAlias to pyanaconda.storage.utils (vponcova) +- Move getEscrowCertificate to pyanaconda.storage.utils (vponcova) +- Move get_ignored_nvdimm_blockdevs to pyanaconda.storage.utils (vponcova) +- Remove update_ksdata from the InstallerStorage class (vponcova) +- Remove obsolete ldconfig scriptlets (mkolman) +- Do not try to use disks without partition slots for autopart (vtrefny) +- dracut: Add deps for fetch-kickstart-disk (walters) * Mon Jan 28 2019 Martin Kolman - 30.19-1 - Move code for the storage creation (vponcova) diff --git a/sources b/sources index 7883d62..6692d47 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-30.19.tar.bz2) = d1e89627b1d72256558ba61c89bda3b9ff483b7ca1aacf30e5cc037e8fb90ee8dcb3d5d9c89bc462a8e75f257bc938debbacc6df4a7368f047874e46847e8be4 +SHA512 (anaconda-30.20.tar.bz2) = 5de016b8a89089f1dd22a0d84aec1082bdd107cca0bc48e246926f32a1ddecf88f8ee9e5a2914b819d7f1d1fc3bc0537903f6dd67533b307903ca3bb7ae1eb10 From 71596f6210bb4c11a7cbacb67f5015bd98b9fadb Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Thu, 7 Feb 2019 17:34:04 +0100 Subject: [PATCH 044/135] New version 30.21-1 - Drop the temporary anaconda-live dependency (mkolman) - network module: update tests for generating dracut arguments (rvykydal) - network_module: return set from function for getting dracut arguments (rvykydal) - network module: pass ifcfg to the function for getting dracut arguments (rvykydal) - network module: split add_connection_from_ksdata function (rvykydal) - network module: split bind_connection function (rvykydal) - network module: move looking for first device with link into a function (rvykydal) - network module: split and fix device configuration functions (rvykydal) - network module: fix device configuration update for GUI (rvykydal) - network module: add docstring to ifcfg.py (rvykydal) - network module: use super() (rvykydal) - network module: update docstrings and style of kickstart.py (rvykydal) - network module: do not generate kickstart data for onboot value tweaking (rvykydal) - network module: decide better when to apply onboot policy (rvykydal) - network module: move functions getting network data to better places (rvykydal) - network module: update docstrings of installation task methods (rvykydal) - network module: remove unused return values from installation task methods (rvykydal) - network module: fix ONBOOT log message for installation task (rvykydal) - network module: remove devel debugging log messages (rvykydal) - network module: transform device configurations to structures in interface (rvykydal) - network module: update doc strings for DeviceConfigurations API (rvykydal) - network module: connect DisableIPv6 to implementation signal (rvykydal) - network module: fix generating of kickstart --activate option (rvykydal) - network module: clean up typos and style (rvykydal) - network module: use already existing function (rvykydal) - Reset the storage object in the Storage module (vponcova) - Protect devices in the Storage module (vponcova) - Create the storage object in the Storage module (vponcova) - Initialize Blivet in the Storage module (vponcova) - Create a task with a result in the Baz module (vponcova) - Allow to publish a task with a different interface (vponcova) - Add the GetResult method (vponcova) - Add the Succeeded signal (vponcova) - network module: update unit tests (rvykydal) - newtork module: put use of NM client under control of network module (rvykydal) - network module: use constant for nm connection uuid length (rvykydal) - network module: use network module to get dracut arguments (rvykydal) - network module: add support for getting dracut arguments (rvykydal) - network module: support renaming of devices with ifname= boot option (rvykydal) - network module: generate kickstart from network module (rvykydal) - network module: set current hostname using network module directly (rvykydal) - network module: remove dependency of configuration task on nm_client (rvykydal) - network module: use module task for network configuration writing (rvykydal) - network module: ifcfg.py cleanup (rvykydal) - network module: dump missing ifcfg files via network module (rvykydal) - network module: add support for dumping missing ifcfg files (rvykydal) - network module: set real ONBOOT values via network module (rvykydal) - network module: add support for updating ONBOOT ifcfg value (rvykydal) - network module: apply kickstart via network module (rvykydal) - network module: fix list of devices for which kickstart was applied (rvykydal) - network module: work with ifcfg file objects, not paths (rvykydal) - network module: set bootif kickstart value from boot options (rvykydal) - network module: provide apply_kickstart (rvykydal) - network module: consolidate initramfs connections via Network module (rvykydal) - network module: provide initramfs connections consolidation (rvykydal) - network module: set default value for missing network --device from ksdevice. (rvykydal) - network module: handle default network --device value (rvykydal) - network module: handle hostname only network commands correctly (rvykydal) - network module: use DBus Structure for DeviceConfiguration (rvykydal) - network module: provide dbus API for DeviceConfigurations (rvykydal) - network module: fix looking up vlan parent if specified by UUID (rvykydal) - network module: fix kickstart generating for vlan interface name (rvykydal) - network module: generate kickstart data from DeviceConfigurations (rvykydal) - network module: add a module providing NM.Client (rvykydal) - network module: connect DeviceConfigurations to signals from NM (rvykydal) - network module: add DeviceConfigurations for persistent config state (rvykydal) --- .gitignore | 1 + anaconda.spec | 89 +++++++++++++++++++++++++++++++++++++++++++++++---- sources | 2 +- 3 files changed, 85 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 019a7c4..208125c 100644 --- a/.gitignore +++ b/.gitignore @@ -176,3 +176,4 @@ /anaconda-30.18.tar.bz2 /anaconda-30.19.tar.bz2 /anaconda-30.20.tar.bz2 +/anaconda-30.21.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index c6b147a..b1f8335 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,7 +4,7 @@ Summary: Graphical system installer Name: anaconda -Version: 30.20 +Version: 30.21 Release: 1%{?dist} License: GPLv2+ and MIT Group: Applications/System @@ -207,11 +207,6 @@ Requires: yelp Requires: blivet-gui-runtime >= %{blivetguiver} Requires: system-logos -# required during the transition period until -# anaconda-live is added to the kickstarts used to -# create live images -Requires: anaconda-live = %{version}-%{release} - # Needed to compile the gsettings files BuildRequires: gsettings-desktop-schemas BuildRequires: metacity @@ -360,6 +355,88 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Thu Feb 07 2019 Martin Kolman - 30.21-1 +- Drop the temporary anaconda-live dependency (mkolman) +- network module: update tests for generating dracut arguments (rvykydal) +- network_module: return set from function for getting dracut arguments + (rvykydal) +- network module: pass ifcfg to the function for getting dracut arguments + (rvykydal) +- network module: split add_connection_from_ksdata function (rvykydal) +- network module: split bind_connection function (rvykydal) +- network module: move looking for first device with link into a function + (rvykydal) +- network module: split and fix device configuration functions (rvykydal) +- network module: fix device configuration update for GUI (rvykydal) +- network module: add docstring to ifcfg.py (rvykydal) +- network module: use super() (rvykydal) +- network module: update docstrings and style of kickstart.py (rvykydal) +- network module: do not generate kickstart data for onboot value tweaking + (rvykydal) +- network module: decide better when to apply onboot policy (rvykydal) +- network module: move functions getting network data to better places + (rvykydal) +- network module: update docstrings of installation task methods (rvykydal) +- network module: remove unused return values from installation task methods + (rvykydal) +- network module: fix ONBOOT log message for installation task (rvykydal) +- network module: remove devel debugging log messages (rvykydal) +- network module: transform device configurations to structures in interface + (rvykydal) +- network module: update doc strings for DeviceConfigurations API (rvykydal) +- network module: connect DisableIPv6 to implementation signal (rvykydal) +- network module: fix generating of kickstart --activate option (rvykydal) +- network module: clean up typos and style (rvykydal) +- network module: use already existing function (rvykydal) +- Reset the storage object in the Storage module (vponcova) +- Protect devices in the Storage module (vponcova) +- Create the storage object in the Storage module (vponcova) +- Initialize Blivet in the Storage module (vponcova) +- Create a task with a result in the Baz module (vponcova) +- Allow to publish a task with a different interface (vponcova) +- Add the GetResult method (vponcova) +- Add the Succeeded signal (vponcova) +- network module: update unit tests (rvykydal) +- newtork module: put use of NM client under control of network module + (rvykydal) +- network module: use constant for nm connection uuid length (rvykydal) +- network module: use network module to get dracut arguments (rvykydal) +- network module: add support for getting dracut arguments (rvykydal) +- network module: support renaming of devices with ifname= boot option + (rvykydal) +- network module: generate kickstart from network module (rvykydal) +- network module: set current hostname using network module directly (rvykydal) +- network module: remove dependency of configuration task on nm_client + (rvykydal) +- network module: use module task for network configuration writing (rvykydal) +- network module: ifcfg.py cleanup (rvykydal) +- network module: dump missing ifcfg files via network module (rvykydal) +- network module: add support for dumping missing ifcfg files (rvykydal) +- network module: set real ONBOOT values via network module (rvykydal) +- network module: add support for updating ONBOOT ifcfg value (rvykydal) +- network module: apply kickstart via network module (rvykydal) +- network module: fix list of devices for which kickstart was applied + (rvykydal) +- network module: work with ifcfg file objects, not paths (rvykydal) +- network module: set bootif kickstart value from boot options (rvykydal) +- network module: provide apply_kickstart (rvykydal) +- network module: consolidate initramfs connections via Network module + (rvykydal) +- network module: provide initramfs connections consolidation (rvykydal) +- network module: set default value for missing network --device from ksdevice. + (rvykydal) +- network module: handle default network --device value (rvykydal) +- network module: handle hostname only network commands correctly (rvykydal) +- network module: use DBus Structure for DeviceConfiguration (rvykydal) +- network module: provide dbus API for DeviceConfigurations (rvykydal) +- network module: fix looking up vlan parent if specified by UUID (rvykydal) +- network module: fix kickstart generating for vlan interface name (rvykydal) +- network module: generate kickstart data from DeviceConfigurations (rvykydal) +- network module: add a module providing NM.Client (rvykydal) +- network module: connect DeviceConfigurations to signals from NM (rvykydal) +- network module: add DeviceConfigurations for persistent config state + (rvykydal) + * Wed Feb 06 2019 Martin Kolman - 30.20-1 - Remove obsolete Group tag & obsolete scriptlets (mkolman) - Move the write method of the InstallerStorage class (vponcova) diff --git a/sources b/sources index 6692d47..1155b0e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-30.20.tar.bz2) = 5de016b8a89089f1dd22a0d84aec1082bdd107cca0bc48e246926f32a1ddecf88f8ee9e5a2914b819d7f1d1fc3bc0537903f6dd67533b307903ca3bb7ae1eb10 +SHA512 (anaconda-30.21.tar.bz2) = 6322ea3ac75357aa2442df777c7a14309db17f389736ecb7f33f0614cb747b779cc38a281091e04c800e0e532f7f148b17901a94705a15744da9e66393a155f8 From fda3307e48b93c0dc2fad11736f1152b36f54a7a Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Tue, 12 Feb 2019 17:12:12 +0100 Subject: [PATCH 045/135] New version 30.22-1 - Don't use the network manager client in a mock environment (vponcova) - Don't load storage plugins in dir installations (#1674605) (vponcova) - Test the storage configuration and validation in the Storage module (vponcova) - Implement configuration and validation in the partitioning modules (vponcova) - Create the storage validation task (vponcova) - Create the storage configuration task (vponcova) - Create base classes for the partitioning modules (vponcova) - Check if we can access a DBus service (vponcova) --- .gitignore | 1 + anaconda.spec | 13 ++++++++++++- sources | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 208125c..e3861d6 100644 --- a/.gitignore +++ b/.gitignore @@ -177,3 +177,4 @@ /anaconda-30.19.tar.bz2 /anaconda-30.20.tar.bz2 /anaconda-30.21.tar.bz2 +/anaconda-30.22.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index b1f8335..da387cf 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,7 +4,7 @@ Summary: Graphical system installer Name: anaconda -Version: 30.21 +Version: 30.22 Release: 1%{?dist} License: GPLv2+ and MIT Group: Applications/System @@ -355,6 +355,17 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Feb 12 2019 Martin Kolman - 30.22-1 +- Don't use the network manager client in a mock environment (vponcova) +- Don't load storage plugins in dir installations (#1674605) (vponcova) +- Test the storage configuration and validation in the Storage module + (vponcova) +- Implement configuration and validation in the partitioning modules (vponcova) +- Create the storage validation task (vponcova) +- Create the storage configuration task (vponcova) +- Create base classes for the partitioning modules (vponcova) +- Check if we can access a DBus service (vponcova) + * Thu Feb 07 2019 Martin Kolman - 30.21-1 - Drop the temporary anaconda-live dependency (mkolman) - network module: update tests for generating dracut arguments (rvykydal) diff --git a/sources b/sources index 1155b0e..1fbc985 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-30.21.tar.bz2) = 6322ea3ac75357aa2442df777c7a14309db17f389736ecb7f33f0614cb747b779cc38a281091e04c800e0e532f7f148b17901a94705a15744da9e66393a155f8 +SHA512 (anaconda-30.22.tar.bz2) = 49bd86f85619a7b3a689a93c7407827149878cbd8988ed0c0951f066fc5accf84a00300fb28bc1ea3767c6295ec5b63da06d7e3a7e839722d3c73bec342b3a71 From f95ecd410236de11daae268a5b17cec6e04d8e29 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Wed, 13 Feb 2019 17:13:27 +0100 Subject: [PATCH 046/135] New version 30.23-1 - Reorganize the code for the boot loader installation (vponcova) - Remove a useless argument from write_boot_loader (vponcova) - Remove useless arguments from methods of the kickstart commands (vponcova) - Create installation tasks for the Storage module (vponcova) - Add tests for the custom partitioning module (vponcova) - Create the custom partitioning module (vponcova) - Process the btrfs command in the Storage module (vponcova) - Remove the data from the execute method of the partitioning executors (vponcova) - Remove unmaintained signal handler (#1676683) (vponcova) - Change a confusing message for headless systems (vponcova) - Mount the file systems in a different installation task (vponcova) - Write the escrow packets later (vponcova) - Replace the writeStorageEarly and writeStorageLater methods (vponcova) --- .gitignore | 1 + anaconda.spec | 18 +++++++++++++++++- sources | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e3861d6..a8a1061 100644 --- a/.gitignore +++ b/.gitignore @@ -178,3 +178,4 @@ /anaconda-30.20.tar.bz2 /anaconda-30.21.tar.bz2 /anaconda-30.22.tar.bz2 +/anaconda-30.23.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index da387cf..301ee88 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,7 +4,7 @@ Summary: Graphical system installer Name: anaconda -Version: 30.22 +Version: 30.23 Release: 1%{?dist} License: GPLv2+ and MIT Group: Applications/System @@ -355,6 +355,22 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Wed Feb 13 2019 Martin Kolman - 30.23-1 +- Reorganize the code for the boot loader installation (vponcova) +- Remove a useless argument from write_boot_loader (vponcova) +- Remove useless arguments from methods of the kickstart commands (vponcova) +- Create installation tasks for the Storage module (vponcova) +- Add tests for the custom partitioning module (vponcova) +- Create the custom partitioning module (vponcova) +- Process the btrfs command in the Storage module (vponcova) +- Remove the data from the execute method of the partitioning executors + (vponcova) +- Remove unmaintained signal handler (#1676683) (vponcova) +- Change a confusing message for headless systems (vponcova) +- Mount the file systems in a different installation task (vponcova) +- Write the escrow packets later (vponcova) +- Replace the writeStorageEarly and writeStorageLater methods (vponcova) + * Tue Feb 12 2019 Martin Kolman - 30.22-1 - Don't use the network manager client in a mock environment (vponcova) - Don't load storage plugins in dir installations (#1674605) (vponcova) diff --git a/sources b/sources index 1fbc985..bf6a815 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-30.22.tar.bz2) = 49bd86f85619a7b3a689a93c7407827149878cbd8988ed0c0951f066fc5accf84a00300fb28bc1ea3767c6295ec5b63da06d7e3a7e839722d3c73bec342b3a71 +SHA512 (anaconda-30.23.tar.bz2) = 3939adec85c9bf2c4029cc2b768ee1ea9e3412289dd5f285b144a0affedb5fab1dc9b7aa27cd7fc2025698970d8a707bef76bef0eb838144a75e1298721d4114 From 97ef15513d51a868b41bf295e46f6e5b124af1da Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 28 Jan 2019 20:17:38 +0100 Subject: [PATCH 047/135] Remove obsolete Group tag References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag --- anaconda.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/anaconda.spec b/anaconda.spec index 301ee88..659e121 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -7,7 +7,6 @@ Name: anaconda Version: 30.23 Release: 1%{?dist} License: GPLv2+ and MIT -Group: Applications/System URL: http://fedoraproject.org/wiki/Anaconda # To generate Source0 do: From 94acc710c433df3a86615b06b84810e84663cf25 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Tue, 19 Feb 2019 15:40:26 +0100 Subject: [PATCH 048/135] New version 30.25-1 - Remove one more obsolete group tag (mkolman) --- .gitignore | 1 + anaconda.spec | 19 ++++++++++++++++++- sources | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a8a1061..f35a65b 100644 --- a/.gitignore +++ b/.gitignore @@ -179,3 +179,4 @@ /anaconda-30.21.tar.bz2 /anaconda-30.22.tar.bz2 /anaconda-30.23.tar.bz2 +/anaconda-30.25.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 659e121..1bd5444 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,7 +4,7 @@ Summary: Graphical system installer Name: anaconda -Version: 30.23 +Version: 30.25 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -354,6 +354,23 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Feb 19 2019 Martin Kolman - 30.25-1 +- Remove one more obsolete group tag (mkolman) + +* Tue Feb 19 2019 Martin Kolman - 30.24-1 +- Add tests for the bootloader installation tasks (vponcova) +- Move the bootloader tests to a new file (vponcova) +- Create the DBus installation tasks for the bootloader (vponcova) +- Check for dirinstall target on s390 (bcl) +- Remove the menu_auto_hide attribute from Bootloader (vponcova) +- Remove the efi_dir attribute from EFIBase (vponcova) +- Clean up the Anaconda class (vponcova) +- Move pyanaconda.ihelp (vponcova) +- Update the stylesheet data (vponcova) +- Add tests for new methods of the Storage module (vponcova) +- Apply the partitioning in the Storage module (vponcova) +- Fix missing space in translatable string (mail) + * Wed Feb 13 2019 Martin Kolman - 30.23-1 - Reorganize the code for the boot loader installation (vponcova) - Remove a useless argument from write_boot_loader (vponcova) diff --git a/sources b/sources index bf6a815..a342df2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-30.23.tar.bz2) = 3939adec85c9bf2c4029cc2b768ee1ea9e3412289dd5f285b144a0affedb5fab1dc9b7aa27cd7fc2025698970d8a707bef76bef0eb838144a75e1298721d4114 +SHA512 (anaconda-30.25.tar.bz2) = be71dc12d6416cae6aa3f671fb0ea7396e60ac709cef2326fb1a8c229d00bbe76e4d3778b5fc08443d386642f6d5a115b78d93b1bab241257c1c41bf4d95ff80 From 5b8a8773d44c7d1344bfe7b9050f52adfda1b3d3 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Tue, 19 Feb 2019 16:36:24 +0100 Subject: [PATCH 049/135] Rebuilt against fixed atk (#1626575) --- anaconda.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/anaconda.spec b/anaconda.spec index 1bd5444..06a387b 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -5,7 +5,7 @@ Summary: Graphical system installer Name: anaconda Version: 30.25 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -354,6 +354,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Feb 19 2019 Kalev Lember - 30.25-2 +- Rebuilt against fixed atk (#1626575) + * Tue Feb 19 2019 Martin Kolman - 30.25-1 - Remove one more obsolete group tag (mkolman) From 5496a07a760e013d08924f57c6073609f10ed808 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Mon, 25 Feb 2019 18:33:48 +0100 Subject: [PATCH 050/135] New version 31.1-1 - Use apply_disk_selection (vponcova) - Use filter_disks_by_names (vponcova) - Exclude zFCP and NVDIMM devices in is_local_disk (vponcova) - Move code from pyanaconda.ui.lib.disks (vponcova) - Remove the support for fake disks (vponcova) - Add tests for the Snapshot module (vponcova) - Remove the extra code for protecting live devices (vponcova) - payload: switch from CamelCase in utils.py (jkonecny) - payload: switch from CamelCase in rpmostreepayload.py (jkonecny) - payload: switch from CamelCase in manager.py (jkonecny) - payload: switch from CamelCase in livepayload.py (jkonecny) - payload: switch from CamelCase in dnfpayload.py (jkonecny) - payload: switch from CamelCase in the __init__.py (jkonecny) - payload: move versionCmp to a separate file (jkonecny) - payload: convert manager states to enum (jkonecny) - payload: use ABCMeta for abstract classes (jkonecny) - payload: move manager to a separate file (jkonecny) - payload: remove ImagePayload abstract class (jkonecny) - payload: move requirements code to a separate file (jkonecny) - payload: move requirements exception to payload.errors (jkonecny) - payload: import exceptions directly in dnf payload (jkonecny) - payload: move exceptions to a separate file (jkonecny) - payload: remove unused code parts (jkonecny) - payload: fix pep8 issues (jkonecny) - Specify the sysroot when you call the DBus method InstallWithTasks (vponcova) - Remove the obsolete check for unknown sources (vponcova) - network tui: guard use of NMClient by system configuration (rvykydal) - network tui: handle device configuration in proper spoke (rvykydal) - Use unformatted DASDs for the partitioning (vponcova) - Fix the storage reset in TUI (vponcova) - Use the Snapshot module in UI (vponcova) - Use the Snapshot module in the Storage module (vponcova) - Create a task for creation of snapshots (vponcova) - Create a task for validation of snapshot requests (vponcova) - Handle the command snapshot in the Snapshot module (vponcova) - Create the Snapshot module (vponcova) - network: rename sanityCheckHostname function (rvykydal) - network: remove code which is no more needed/used with network module (rvykydal) - network ui: share some code (will be provided by module) (rvykydal) - network gui: update model instead of recreating it on config changes (rvykydal) - network gui: connect to network module DeviceConfigurations (rvykydal) - network: use NM Client for networking status message (rvykydal) - network tui: use NetworkDeviceConfiguration structure (rvykydal) - network tui: let network module handle updating kickstart data (rvykydal) - network: remove no more used code (rvykydal) - network tui: use network module and libnm (rvykydal) - Add tests for the NVDIMM module (vponcova) - Use the NVDIMM module in the NVDIMMDialog (vponcova) - Create a task for the NVDIMM namespace reconfiguration (vponcova) - Move the support for setting NVDIMM namespaces to use on DBus (vponcova) - Move the support for updating NVDIMM actions on DBus (vponcova) - Move the support for ignoring NVDIMM devices on DBus (vponcova) - Create the NVDIMM module (vponcova) --- .gitignore | 1 + anaconda.spec | 62 +++++++++++++++++++++++++++++++++++++++++++++++---- sources | 2 +- 3 files changed, 60 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index f35a65b..a57231a 100644 --- a/.gitignore +++ b/.gitignore @@ -180,3 +180,4 @@ /anaconda-30.22.tar.bz2 /anaconda-30.23.tar.bz2 /anaconda-30.25.tar.bz2 +/anaconda-31.1.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 06a387b..ae0f49f 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,8 +4,8 @@ Summary: Graphical system installer Name: anaconda -Version: 30.25 -Release: 2%{?dist} +Version: 31.1 +Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -354,8 +354,62 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog -* Tue Feb 19 2019 Kalev Lember - 30.25-2 -- Rebuilt against fixed atk (#1626575) +* Mon Feb 25 2019 Martin Kolman - 31.1-1 +- Use apply_disk_selection (vponcova) +- Use filter_disks_by_names (vponcova) +- Exclude zFCP and NVDIMM devices in is_local_disk (vponcova) +- Move code from pyanaconda.ui.lib.disks (vponcova) +- Remove the support for fake disks (vponcova) +- Add tests for the Snapshot module (vponcova) +- Remove the extra code for protecting live devices (vponcova) +- payload: switch from CamelCase in utils.py (jkonecny) +- payload: switch from CamelCase in rpmostreepayload.py (jkonecny) +- payload: switch from CamelCase in manager.py (jkonecny) +- payload: switch from CamelCase in livepayload.py (jkonecny) +- payload: switch from CamelCase in dnfpayload.py (jkonecny) +- payload: switch from CamelCase in the __init__.py (jkonecny) +- payload: move versionCmp to a separate file (jkonecny) +- payload: convert manager states to enum (jkonecny) +- payload: use ABCMeta for abstract classes (jkonecny) +- payload: move manager to a separate file (jkonecny) +- payload: remove ImagePayload abstract class (jkonecny) +- payload: move requirements code to a separate file (jkonecny) +- payload: move requirements exception to payload.errors (jkonecny) +- payload: import exceptions directly in dnf payload (jkonecny) +- payload: move exceptions to a separate file (jkonecny) +- payload: remove unused code parts (jkonecny) +- payload: fix pep8 issues (jkonecny) +- Specify the sysroot when you call the DBus method InstallWithTasks (vponcova) +- Remove the obsolete check for unknown sources (vponcova) +- network tui: guard use of NMClient by system configuration (rvykydal) +- network tui: handle device configuration in proper spoke (rvykydal) +- Use unformatted DASDs for the partitioning (vponcova) +- Fix the storage reset in TUI (vponcova) +- Use the Snapshot module in UI (vponcova) +- Use the Snapshot module in the Storage module (vponcova) +- Create a task for creation of snapshots (vponcova) +- Create a task for validation of snapshot requests (vponcova) +- Handle the command snapshot in the Snapshot module (vponcova) +- Create the Snapshot module (vponcova) +- network: rename sanityCheckHostname function (rvykydal) +- network: remove code which is no more needed/used with network module + (rvykydal) +- network ui: share some code (will be provided by module) (rvykydal) +- network gui: update model instead of recreating it on config changes + (rvykydal) +- network gui: connect to network module DeviceConfigurations (rvykydal) +- network: use NM Client for networking status message (rvykydal) +- network tui: use NetworkDeviceConfiguration structure (rvykydal) +- network tui: let network module handle updating kickstart data (rvykydal) +- network: remove no more used code (rvykydal) +- network tui: use network module and libnm (rvykydal) +- Add tests for the NVDIMM module (vponcova) +- Use the NVDIMM module in the NVDIMMDialog (vponcova) +- Create a task for the NVDIMM namespace reconfiguration (vponcova) +- Move the support for setting NVDIMM namespaces to use on DBus (vponcova) +- Move the support for updating NVDIMM actions on DBus (vponcova) +- Move the support for ignoring NVDIMM devices on DBus (vponcova) +- Create the NVDIMM module (vponcova) * Tue Feb 19 2019 Martin Kolman - 30.25-1 - Remove one more obsolete group tag (mkolman) diff --git a/sources b/sources index a342df2..37b8486 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-30.25.tar.bz2) = be71dc12d6416cae6aa3f671fb0ea7396e60ac709cef2326fb1a8c229d00bbe76e4d3778b5fc08443d386642f6d5a115b78d93b1bab241257c1c41bf4d95ff80 +SHA512 (anaconda-31.1.tar.bz2) = 0608480bffbd19405963e87d2259025be08ad2e5337518a80426be1625acee00239e33096549ceff45e6c6e9b2280457929ee7d4cc0062f9bd68667e6b082eaa From 4fb8e668667b99a153281b3eea1ab994f89ddf0d Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Mon, 4 Mar 2019 19:04:13 +0100 Subject: [PATCH 051/135] New version 31.2-1 - Get the summary about selected disks from a function (vponcova) - Replace warnings about disks with constants (vponcova) - Rename and reorganize members of the storage spoke in TUI and GUI (vponcova) - Add tests for the Blivet partitioning module (vponcova) - Add DBus support for Blivet-GUI (vponcova) - Create the Blivet partitioning module (vponcova) - Don't override bg color of gtk-themes (mate) - Fix the import of ZFCP (#1684583) (vponcova) - Set up the disk initialization module from the partitioned storage (vponcova) - Move the tests for the disk initialization module (vponcova) - Set the default filesystem type for /boot in the Storage module (vponcova) - Replace the default autopart type in the Storage module (vponcova) - Set the correct attribute of the bootloader kickstart data (vponcova) - network: Get FCoE nics from the DBus module (vponcova) - Set up the kickstart partitioning from the storage by default (vponcova) - Get the required device size for the given space from DBus (vponcova) - network module: remove DisableIPV6 API (rvykydal) - network module: fix disabling of ipv6 (rvykydal) - Fixes for pylint-2.3.0 (vponcova) - network module: remove API for applying boot options (rvykydal) - network: use DEVICETYPE for team when updating virtual slaves ifcfgs (rvykydal) - dracut/parse-kickstart: Set DEVICETYPE instead of TYPE in a team master ifcfg file (ptalbert) - network module: take DEVICETYPE for team into account (rvykydal) - payload: fix pep8 errors in TUI source spoke (jkonecny) - network: fix network spoke status message (rvykydal) - payload: switch source spoke from CamelCase (jkonecny) - payload: solve pep8 errors in GUI source spoke (jkonecny) - network module: fix missing argument in a log message (rvykydal) - network module: honor ifname boot option for kickstart %pre and missing ifcfg (rvykydal) --- .gitignore | 1 + anaconda.spec | 36 +++++++++++++++++++++++++++++++++++- sources | 2 +- 3 files changed, 37 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a57231a..02bd558 100644 --- a/.gitignore +++ b/.gitignore @@ -181,3 +181,4 @@ /anaconda-30.23.tar.bz2 /anaconda-30.25.tar.bz2 /anaconda-31.1.tar.bz2 +/anaconda-31.2.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index ae0f49f..6f3e8ba 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,7 +4,7 @@ Summary: Graphical system installer Name: anaconda -Version: 31.1 +Version: 31.2 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -354,6 +354,40 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Mon Mar 04 2019 Martin Kolman - 31.2-1 +- Get the summary about selected disks from a function (vponcova) +- Replace warnings about disks with constants (vponcova) +- Rename and reorganize members of the storage spoke in TUI and GUI (vponcova) +- Add tests for the Blivet partitioning module (vponcova) +- Add DBus support for Blivet-GUI (vponcova) +- Create the Blivet partitioning module (vponcova) +- Don't override bg color of gtk-themes (mate) +- Fix the import of ZFCP (#1684583) (vponcova) +- Set up the disk initialization module from the partitioned storage (vponcova) +- Move the tests for the disk initialization module (vponcova) +- Set the default filesystem type for /boot in the Storage module (vponcova) +- Replace the default autopart type in the Storage module (vponcova) +- Set the correct attribute of the bootloader kickstart data (vponcova) +- network: Get FCoE nics from the DBus module (vponcova) +- Set up the kickstart partitioning from the storage by default (vponcova) +- Get the required device size for the given space from DBus (vponcova) +- network module: remove DisableIPV6 API (rvykydal) +- network module: fix disabling of ipv6 (rvykydal) +- Fixes for pylint-2.3.0 (vponcova) +- network module: remove API for applying boot options (rvykydal) +- network: use DEVICETYPE for team when updating virtual slaves ifcfgs + (rvykydal) +- dracut/parse-kickstart: Set DEVICETYPE instead of TYPE in a team master ifcfg + file (ptalbert) +- network module: take DEVICETYPE for team into account (rvykydal) +- payload: fix pep8 errors in TUI source spoke (jkonecny) +- network: fix network spoke status message (rvykydal) +- payload: switch source spoke from CamelCase (jkonecny) +- payload: solve pep8 errors in GUI source spoke (jkonecny) +- network module: fix missing argument in a log message (rvykydal) +- network module: honor ifname boot option for kickstart %%pre and missing + ifcfg (rvykydal) + * Mon Feb 25 2019 Martin Kolman - 31.1-1 - Use apply_disk_selection (vponcova) - Use filter_disks_by_names (vponcova) diff --git a/sources b/sources index 37b8486..7f9e562 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-31.1.tar.bz2) = 0608480bffbd19405963e87d2259025be08ad2e5337518a80426be1625acee00239e33096549ceff45e6c6e9b2280457929ee7d4cc0062f9bd68667e6b082eaa +SHA512 (anaconda-31.2.tar.bz2) = 0ad294dd79f781a5869b86c6423e9fdbc1c26a99058af210b9357be22b4b927695faf0e98334c4d41f21452510d42076712649002abfa26b4aa06aedc6ff3979 From 66bc4269af40e4afb03dde9fc4011a95c01a9cdb Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Tue, 5 Mar 2019 17:51:37 +0100 Subject: [PATCH 052/135] New version 31.3-1 - Fix live payload error introduced by clean-up (#1685258) (jkonecny) --- .gitignore | 1 + anaconda.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 02bd558..db256e1 100644 --- a/.gitignore +++ b/.gitignore @@ -182,3 +182,4 @@ /anaconda-30.25.tar.bz2 /anaconda-31.1.tar.bz2 /anaconda-31.2.tar.bz2 +/anaconda-31.3.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 6f3e8ba..cbdbb0b 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,7 +4,7 @@ Summary: Graphical system installer Name: anaconda -Version: 31.2 +Version: 31.3 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -354,6 +354,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Mar 05 2019 Martin Kolman - 31.3-1 +- Fix live payload error introduced by clean-up (#1685258) (jkonecny) + * Mon Mar 04 2019 Martin Kolman - 31.2-1 - Get the summary about selected disks from a function (vponcova) - Replace warnings about disks with constants (vponcova) diff --git a/sources b/sources index 7f9e562..f4e16de 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-31.2.tar.bz2) = 0ad294dd79f781a5869b86c6423e9fdbc1c26a99058af210b9357be22b4b927695faf0e98334c4d41f21452510d42076712649002abfa26b4aa06aedc6ff3979 +SHA512 (anaconda-31.3.tar.bz2) = fabc58856a802af414d42fe1db5fa809b917149597e0f10baf76f62ed011822caf91a659067575aae3991a3584158c94079c5ebd667a4011c2139d65ab280bdd From 164033c39713be5f14c534fb3a4b7cc6c7551162 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Wed, 6 Mar 2019 18:57:46 +0100 Subject: [PATCH 053/135] New version 31.4-1 - Add tests for UnsupportedPartitioningError (vponcova) - Handle missing support for Blivet-GUI in the Storage module (#1685645) (vponcova) - Create the default partitioning requests on demand (vponcova) --- .gitignore | 1 + anaconda.spec | 10 ++++++++-- sources | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index db256e1..b0a7bb3 100644 --- a/.gitignore +++ b/.gitignore @@ -183,3 +183,4 @@ /anaconda-31.1.tar.bz2 /anaconda-31.2.tar.bz2 /anaconda-31.3.tar.bz2 +/anaconda-31.4.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index cbdbb0b..6111193 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,7 +4,7 @@ Summary: Graphical system installer Name: anaconda -Version: 31.3 +Version: 31.4 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -81,7 +81,7 @@ The anaconda package is a metapackage for the Anaconda installer. Summary: Core of the Anaconda installer Requires: python3-libs Requires: python3-dnf >= %{dnfver} -Requires: python3-blivet >= 1:3.1.0-1 +Requires: python3-blivet >= 1:3.1.3-1 Requires: python3-blockdev >= %{libblockdevver} Requires: python3-meh >= %{mehver} Requires: libreport-anaconda >= 2.0.21-1 @@ -354,6 +354,12 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Wed Mar 06 2019 Martin Kolman - 31.4-1 +- Add tests for UnsupportedPartitioningError (vponcova) +- Handle missing support for Blivet-GUI in the Storage module (#1685645) + (vponcova) +- Create the default partitioning requests on demand (vponcova) + * Tue Mar 05 2019 Martin Kolman - 31.3-1 - Fix live payload error introduced by clean-up (#1685258) (jkonecny) diff --git a/sources b/sources index f4e16de..9192971 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-31.3.tar.bz2) = fabc58856a802af414d42fe1db5fa809b917149597e0f10baf76f62ed011822caf91a659067575aae3991a3584158c94079c5ebd667a4011c2139d65ab280bdd +SHA512 (anaconda-31.4.tar.bz2) = 355a7cae064eab6c51f3172cdc09931e822a2976d1a900c88e721a77bd8a122a42387e3d57dcec4831938e7e8bf747e888016239a923e802e8c2f338d8fdd737 From 76587dcd1232dd997ca368e7ec83d07ffa4e2a55 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Tue, 12 Mar 2019 17:23:01 +0100 Subject: [PATCH 054/135] New version 31.5-1 - Don't run the storage checker to check autopart (vponcova) - Remove the SnapshotValidateTask class (vponcova) - Validate post-installation snapshot requests with the storage checker (vponcova) - Add a new type of the installation system for the initial setup (vponcova) - Simplify update_storage_ksdata (vponcova) - Don't set anything if the partitioning fails (vponcova) - Reset the bootloader with reset_bootloader (vponcova) - Add support for scanning all devices in the system (vponcova) - Add the ExclusiveDisks property (vponcova) - Move tests for the disk selection module to a new file (vponcova) - Replace initialize_storage with reset_storage (vponcova) - Remove the shutdown method (vponcova) - payload: don't force host-only mode when executing dracut (javierm) - Simplify the code for protected devices (vponcova) - Define the quit message in TUI (#1686116) (vponcova) - efi: don't include the grub2-pc package on EFI installs (javierm) - Small optimization in boot arg parsing method (jkonecny) - Fix bad --addrepo command line parsing (jkonecny) - Raise correct exception on bad addrepo boot param (jkonecny) - payload: migrate TUI software spoke to pep8 (jkonecny) - payload: switch from CamelCase in software spoke (jkonecny) - payload: remove unused radio button (jkonecny) - payload: solve basic pep 8 errors (jkonecny) --- .gitignore | 1 + anaconda.spec | 28 +++++++++++++++++++++++++++- sources | 2 +- 3 files changed, 29 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b0a7bb3..893ea11 100644 --- a/.gitignore +++ b/.gitignore @@ -184,3 +184,4 @@ /anaconda-31.2.tar.bz2 /anaconda-31.3.tar.bz2 /anaconda-31.4.tar.bz2 +/anaconda-31.5.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 6111193..624d0f0 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,7 +4,7 @@ Summary: Graphical system installer Name: anaconda -Version: 31.4 +Version: 31.5 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -354,6 +354,32 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Mar 12 2019 Martin Kolman - 31.5-1 +- Don't run the storage checker to check autopart (vponcova) +- Remove the SnapshotValidateTask class (vponcova) +- Validate post-installation snapshot requests with the storage checker + (vponcova) +- Add a new type of the installation system for the initial setup (vponcova) +- Simplify update_storage_ksdata (vponcova) +- Don't set anything if the partitioning fails (vponcova) +- Reset the bootloader with reset_bootloader (vponcova) +- Add support for scanning all devices in the system (vponcova) +- Add the ExclusiveDisks property (vponcova) +- Move tests for the disk selection module to a new file (vponcova) +- Replace initialize_storage with reset_storage (vponcova) +- Remove the shutdown method (vponcova) +- payload: don't force host-only mode when executing dracut (javierm) +- Simplify the code for protected devices (vponcova) +- Define the quit message in TUI (#1686116) (vponcova) +- efi: don't include the grub2-pc package on EFI installs (javierm) +- Small optimization in boot arg parsing method (jkonecny) +- Fix bad --addrepo command line parsing (jkonecny) +- Raise correct exception on bad addrepo boot param (jkonecny) +- payload: migrate TUI software spoke to pep8 (jkonecny) +- payload: switch from CamelCase in software spoke (jkonecny) +- payload: remove unused radio button (jkonecny) +- payload: solve basic pep 8 errors (jkonecny) + * Wed Mar 06 2019 Martin Kolman - 31.4-1 - Add tests for UnsupportedPartitioningError (vponcova) - Handle missing support for Blivet-GUI in the Storage module (#1685645) diff --git a/sources b/sources index 9192971..f64f07e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-31.4.tar.bz2) = 355a7cae064eab6c51f3172cdc09931e822a2976d1a900c88e721a77bd8a122a42387e3d57dcec4831938e7e8bf747e888016239a923e802e8c2f338d8fdd737 +SHA512 (anaconda-31.5.tar.bz2) = ac906a05d765ae37d63b8cfe5f9d34f91b7d94881c5c95c88164fcbdf0a407f975f603e2bd8550c2dbd5aa86796730f939695dcec9746f72e4c9a485dfef0ee3 From 55c6bef6663eeed1a9de09886062deb0b3c024de Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Thu, 21 Mar 2019 16:52:44 +0100 Subject: [PATCH 055/135] New version 31.6-1 - Test the DBus support for the device tree (vponcova) - Add DBus support for the device tree (vponcova) - Fix the initialization of BootInfo (#1599378) (vponcova) - network module: update module API unit tests (rvykydal) - network module: guard some methods on NM availability (rvykydal) - Remove useless swapoff (vponcova) - Always specify the LUKS version in CustomPartitioningSpoke (#1689699) (vponcova) - Remove the property free_space_snapshot from InstallerStorage (vponcova) - network: fix setting of NetworkDeviceInfo from NM Device (rvykydal) - Hide the encryption checkbox for the interactive partitioning (vponcova) - Deprecate DBusObjectObserver (vponcova) - Remove DBusCachedObserver (vponcova) - Add the method get_file_system_free_space to InstallerStorage (vponcova) - Use get_disk_free_space and get_disk_reclaimable_space in StorageSpoke (vponcova) - Use get_disk_free_space in ResizeDialog (vponcova) - Use get_disk_free_space in CustomPartitioningSpoke (vponcova) - Use get_disk_free_space in SelectedDisksDialog (vponcova) - network: adapt a unit test to get_supported_devices change (rvykydal) - Don't estimate the free space based on the clearpart settings (vponcova) - Update the kickstart data for iSCSI and NVDIMM during the installation (vponcova) - network: share single NM Client in anaconda (rvykydal) - network: handle ONBOOT in ifcfg by network module (rvykydal) - network: network.py cleanup (rvykydal) - Don't generate temporary kickstart in the Storage module (vponcova) - Remove attributes for autopart encryption from the InstallerStorage (vponcova) - Make invalid installation from HDD more visible (jkonecny) - network module: fix updating of ONBOOT value on installed system (rvykydal) - network: remove nm.py (rvykydal) - network: use libnm to get device IP addresses (rvykydal) - network: use libnm to get ntp servers from dhcp options (rvykydal) - network module: provide and use GetActivatedInterfaces (rvykydal) - network: remove unused stuff from nm.py (rvykydal) - network: use GetSupportedDevices API (rvykydal) - network module: provide GetSupportedDevices (rvykydal) - Remove the encrypted_autopart property of the InstallerStorage (vponcova) - Remove the autopart_type property of the InstallerStorage (vponcova) - Remove the autopart_requests property of the InstallerStorage (vponcova) - Remove the do_autopart property of the InstallerStorage (vponcova) - Move the support for scheduling partitions to the Storage module (vponcova) - Move do_autopart to the Storage module (vponcova) - Move do_reqpart to the Storage module (vponcova) - Add a new task for interactive auto partitioning (vponcova) - Replace the function do_kickstart_storage (vponcova) - Replace partitioning executors with tasks (vponcova) - Move partitioning executors to the Storage module (vponcova) - Move swap_suggestion to pyanaconda.storage.utils (vponcova) - network: remove ifcfg.log (rvykydal) - network module: log configuration state after installation task (rvykydal) - network: remove low-level debug logging on IfcfgFile modifications (rvykydal) - network module: use module for logging of configuration state (rvykydal) - network module: move ifcfg logging into the module (rvykydal) - network module: do not log secrets (rvykydal) - network module: rename and add doc to network initialization task interface (rvykydal) - network module: guard initialization tasks by anaconda system configuration (rvykydal) - network: log network initialization better (rvykydal) - network module: use task to dump missing ifcfg files (rvykydal) - network module: use task to set real onboot values (rvykydal) - network module: use task for initramfs connections consolidation (rvykydal) - network module: use task for apply kickstart (rvykydal) - payload: separate blivet.utils & blivet.arch call (jkonecny) - Improve content of the top-level README file (mkolman) --- .gitignore | 1 + anaconda.spec | 71 ++++++++++++++++++++++++++++++++++++++++++++++++++- sources | 2 +- 3 files changed, 72 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 893ea11..f885e25 100644 --- a/.gitignore +++ b/.gitignore @@ -185,3 +185,4 @@ /anaconda-31.3.tar.bz2 /anaconda-31.4.tar.bz2 /anaconda-31.5.tar.bz2 +/anaconda-31.6.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 624d0f0..4bcab02 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,7 +4,7 @@ Summary: Graphical system installer Name: anaconda -Version: 31.5 +Version: 31.6 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -354,6 +354,75 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Thu Mar 21 2019 Martin Kolman - 31.6-1 +- Test the DBus support for the device tree (vponcova) +- Add DBus support for the device tree (vponcova) +- Fix the initialization of BootInfo (#1599378) (vponcova) +- network module: update module API unit tests (rvykydal) +- network module: guard some methods on NM availability (rvykydal) +- Remove useless swapoff (vponcova) +- Always specify the LUKS version in CustomPartitioningSpoke (#1689699) + (vponcova) +- Remove the property free_space_snapshot from InstallerStorage (vponcova) +- network: fix setting of NetworkDeviceInfo from NM Device (rvykydal) +- Hide the encryption checkbox for the interactive partitioning (vponcova) +- Deprecate DBusObjectObserver (vponcova) +- Remove DBusCachedObserver (vponcova) +- Add the method get_file_system_free_space to InstallerStorage (vponcova) +- Use get_disk_free_space and get_disk_reclaimable_space in StorageSpoke + (vponcova) +- Use get_disk_free_space in ResizeDialog (vponcova) +- Use get_disk_free_space in CustomPartitioningSpoke (vponcova) +- Use get_disk_free_space in SelectedDisksDialog (vponcova) +- network: adapt a unit test to get_supported_devices change (rvykydal) +- Don't estimate the free space based on the clearpart settings (vponcova) +- Update the kickstart data for iSCSI and NVDIMM during the installation + (vponcova) +- network: share single NM Client in anaconda (rvykydal) +- network: handle ONBOOT in ifcfg by network module (rvykydal) +- network: network.py cleanup (rvykydal) +- Don't generate temporary kickstart in the Storage module (vponcova) +- Remove attributes for autopart encryption from the InstallerStorage + (vponcova) +- Make invalid installation from HDD more visible (jkonecny) +- network module: fix updating of ONBOOT value on installed system (rvykydal) +- network: remove nm.py (rvykydal) +- network: use libnm to get device IP addresses (rvykydal) +- network: use libnm to get ntp servers from dhcp options (rvykydal) +- network module: provide and use GetActivatedInterfaces (rvykydal) +- network: remove unused stuff from nm.py (rvykydal) +- network: use GetSupportedDevices API (rvykydal) +- network module: provide GetSupportedDevices (rvykydal) +- Remove the encrypted_autopart property of the InstallerStorage (vponcova) +- Remove the autopart_type property of the InstallerStorage (vponcova) +- Remove the autopart_requests property of the InstallerStorage (vponcova) +- Remove the do_autopart property of the InstallerStorage (vponcova) +- Move the support for scheduling partitions to the Storage module (vponcova) +- Move do_autopart to the Storage module (vponcova) +- Move do_reqpart to the Storage module (vponcova) +- Add a new task for interactive auto partitioning (vponcova) +- Replace the function do_kickstart_storage (vponcova) +- Replace partitioning executors with tasks (vponcova) +- Move partitioning executors to the Storage module (vponcova) +- Move swap_suggestion to pyanaconda.storage.utils (vponcova) +- network: remove ifcfg.log (rvykydal) +- network module: log configuration state after installation task (rvykydal) +- network: remove low-level debug logging on IfcfgFile modifications (rvykydal) +- network module: use module for logging of configuration state (rvykydal) +- network module: move ifcfg logging into the module (rvykydal) +- network module: do not log secrets (rvykydal) +- network module: rename and add doc to network initialization task interface + (rvykydal) +- network module: guard initialization tasks by anaconda system configuration + (rvykydal) +- network: log network initialization better (rvykydal) +- network module: use task to dump missing ifcfg files (rvykydal) +- network module: use task to set real onboot values (rvykydal) +- network module: use task for initramfs connections consolidation (rvykydal) +- network module: use task for apply kickstart (rvykydal) +- payload: separate blivet.utils & blivet.arch call (jkonecny) +- Improve content of the top-level README file (mkolman) + * Tue Mar 12 2019 Martin Kolman - 31.5-1 - Don't run the storage checker to check autopart (vponcova) - Remove the SnapshotValidateTask class (vponcova) diff --git a/sources b/sources index f64f07e..42729b9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-31.5.tar.bz2) = ac906a05d765ae37d63b8cfe5f9d34f91b7d94881c5c95c88164fcbdf0a407f975f603e2bd8550c2dbd5aa86796730f939695dcec9746f72e4c9a485dfef0ee3 +SHA512 (anaconda-31.6.tar.bz2) = 764df7d563cd6f87e28682e90fa05a9f069339e7f2d2f0f3e520fbd7cdc0ac9d2510a9afd33ed0a0be1c38afe46cf431211a3fc662937c68da2431fa7ec7aca1 From e8726d333532cddb4cd32f407408c09c90e80ef4 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Tue, 2 Apr 2019 18:20:20 +0200 Subject: [PATCH 056/135] New version 31.7-1 - Create the initialization config in _get_initialization_config (vponcova) - Remove config from InstallerStorage (vponcova) - Update DiskInitializationConfig only before clearpart (vponcova) - Create the method can_initialize (vponcova) - Remove should_clear from InstallerStorage (vponcova) - Remove clear_partitions from InstallerStorage (vponcova) - Replace StorageDiscoveryConfig (vponcova) - Update the protected devices in the Storage module (vponcova) - Import the bootloader classes on demand (vponcova) - Remove bootloader_device from InstallerStorage (vponcova) - Remove update_bootloader_disk_list from InstallerStorage (vponcova) - Remove boot_fstypes of InstallerStorage (vponcova) - Remove set_up_bootloader from InstallerStorage (vponcova) - Define all bootloader attributes in the __init__ method (vponcova) - Remove workarounds for the unset bootloader (vponcova) - Clean up the do_it method of the storage (vponcova) - Validate the GRUB2 configuration in the Bootloader module (vponcova) - Add DBus support for the bootloader arguments (vponcova) - Add DBus support for detecting Windows OS (vponcova) - Add DBus support for EFI (vponcova) - Add DBus support for the bootloader installation tasks (vponcova) - Add DBus support for usable disks (vponcova) - Apply the disks selection in the partitioning modules (vponcova) - Remove the function get_available_disks (vponcova) - Organize actions in InteractivePartitioningTask (vponcova) - Add DBus support for device actions (vponcova) - Simplify ActionSummaryDialog (vponcova) - Set up the clearpart command from the storage (vponcova) - payload: request /usr/bin/fips-mode-setup (zbyszek) - Fix the entry for swap in /etc/fstab (#1258322) (vponcova) - Add DBus support for disk images (vponcova) - Remove askmethod flag (jkonecny) - Fix two typos (zbyszek) - Disable updates-testing (#1670091) (vponcova) - network module: return slaves in set and order them predictably in generated ks (rvykydal) - network module: update ifcfg.py unit tests for getting ifcfg file on s390 (rvykydal) - network module: fix getting ifcfg file for s390 (rvykydal) - network module: remove unused functionality from get_ifcfg_file (rvykydal) - network module: unit tests for update onboot functions in ifcfg.py (rvykydal) - network module: add TODO to ifcfg.py tests (rvykydal) - network module: ifcfg.py tests - no need for ifcfg for vlan bound to device (rvykydal) - network module: add ifcfg.py unit tests (rvykydal) - network module: do not try to generate ksdata from wireless device ifcfg (rvykydal) - network module: fix a typo in function name (rvykydal) - network module: allow to generate ifcfg files in optional root (rvykydal) - network module: fix thinko (rvykydal) - network module: rename _ifcfg_files method (rvykydal) - network module: fix a super call (rvykydal) - Fix the unit tests (vponcova) --- .gitignore | 1 + anaconda.spec | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++- sources | 2 +- 3 files changed, 58 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f885e25..3bc88f8 100644 --- a/.gitignore +++ b/.gitignore @@ -186,3 +186,4 @@ /anaconda-31.4.tar.bz2 /anaconda-31.5.tar.bz2 /anaconda-31.6.tar.bz2 +/anaconda-31.7.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 4bcab02..929edd4 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,7 +4,7 @@ Summary: Graphical system installer Name: anaconda -Version: 31.6 +Version: 31.7 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -354,6 +354,61 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Apr 02 2019 Martin Kolman - 31.7-1 +- Create the initialization config in _get_initialization_config (vponcova) +- Remove config from InstallerStorage (vponcova) +- Update DiskInitializationConfig only before clearpart (vponcova) +- Create the method can_initialize (vponcova) +- Remove should_clear from InstallerStorage (vponcova) +- Remove clear_partitions from InstallerStorage (vponcova) +- Replace StorageDiscoveryConfig (vponcova) +- Update the protected devices in the Storage module (vponcova) +- Import the bootloader classes on demand (vponcova) +- Remove bootloader_device from InstallerStorage (vponcova) +- Remove update_bootloader_disk_list from InstallerStorage (vponcova) +- Remove boot_fstypes of InstallerStorage (vponcova) +- Remove set_up_bootloader from InstallerStorage (vponcova) +- Define all bootloader attributes in the __init__ method (vponcova) +- Remove workarounds for the unset bootloader (vponcova) +- Clean up the do_it method of the storage (vponcova) +- Validate the GRUB2 configuration in the Bootloader module (vponcova) +- Add DBus support for the bootloader arguments (vponcova) +- Add DBus support for detecting Windows OS (vponcova) +- Add DBus support for EFI (vponcova) +- Add DBus support for the bootloader installation tasks (vponcova) +- Add DBus support for usable disks (vponcova) +- Apply the disks selection in the partitioning modules (vponcova) +- Remove the function get_available_disks (vponcova) +- Organize actions in InteractivePartitioningTask (vponcova) +- Add DBus support for device actions (vponcova) +- Simplify ActionSummaryDialog (vponcova) +- Set up the clearpart command from the storage (vponcova) +- payload: request /usr/bin/fips-mode-setup (zbyszek) +- Fix the entry for swap in /etc/fstab (#1258322) (vponcova) +- Add DBus support for disk images (vponcova) +- Remove askmethod flag (jkonecny) +- Fix two typos (zbyszek) +- Disable updates-testing (#1670091) (vponcova) +- network module: return slaves in set and order them predictably in generated + ks (rvykydal) +- network module: update ifcfg.py unit tests for getting ifcfg file on s390 + (rvykydal) +- network module: fix getting ifcfg file for s390 (rvykydal) +- network module: remove unused functionality from get_ifcfg_file (rvykydal) +- network module: unit tests for update onboot functions in ifcfg.py (rvykydal) +- network module: add TODO to ifcfg.py tests (rvykydal) +- network module: ifcfg.py tests - no need for ifcfg for vlan bound to device + (rvykydal) +- network module: add ifcfg.py unit tests (rvykydal) +- network module: do not try to generate ksdata from wireless device ifcfg + (rvykydal) +- network module: fix a typo in function name (rvykydal) +- network module: allow to generate ifcfg files in optional root (rvykydal) +- network module: fix thinko (rvykydal) +- network module: rename _ifcfg_files method (rvykydal) +- network module: fix a super call (rvykydal) +- Fix the unit tests (vponcova) + * Thu Mar 21 2019 Martin Kolman - 31.6-1 - Test the DBus support for the device tree (vponcova) - Add DBus support for the device tree (vponcova) diff --git a/sources b/sources index 42729b9..5a46c92 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-31.6.tar.bz2) = 764df7d563cd6f87e28682e90fa05a9f069339e7f2d2f0f3e520fbd7cdc0ac9d2510a9afd33ed0a0be1c38afe46cf431211a3fc662937c68da2431fa7ec7aca1 +SHA512 (anaconda-31.7.tar.bz2) = 7b42460e9b214e9ab5a286ded6a77060aacb2bbf6e4f9a1429fd3dacfab9e7273bbb27d0c043c551c0cd8fd0c8a8c6ce06a1c10f2724f141978486f0f25fcd1f From d758709f422cd37a2f70bf436f74c0b96b943c84 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Tue, 9 Apr 2019 17:42:35 +0200 Subject: [PATCH 057/135] New version 31.8-1 - network: create systemd .link files for ifname= boot options (#1695894) (rvykydal) - Bump Workstation root partition max size to 70 GiB (klember) - Add DBus support for finding optical media (vponcova) - Add DBus support for handling a device (vponcova) - Do not use ISO source as install tree root (#1691832) (jkonecny) - Fix bad assumption about base repo identification (#1691832) (jkonecny) - network tui: fix updating of a connection from UI (#1692677) (rvykydal) - network: fix copying of resolv.conf for cases where target /etc does not exist (#1695990) (rvykydal) - network: fix crash ensuring single connections for unplugged devices (#1695899) (rvykydal) - Add support for skipping attributes in the string representation (vponcova) - Raise the UnknownDeviceError exception (vponcova) - Add DBus support for resolving devices (vponcova) - Add DBus support for the available space (vponcova) - Move GetRequiredDeviceSize to the device tree module (vponcova) - Create the device tree module (vponcova) - Don't set the __repr__ methods of data classes (vponcova) - network: for vlan set DEVICE only if interfacename is specified in kickstart (rvykydal) - Change fips package requirement reason (jkonecny) - payload: raise exception on invalid Languages (jkonecny) - payload: Mark DefaultEnvironment API as temporary (jkonecny) - payload: fix default values for packages section (jkonecny) - Remove unused import for DNF (jkonecny) - payload: add converter for kickstart groups (jkonecny) - payload: switch multilib policy to names (jkonecny) - payload: add rest of the DNF/Packages attributes (jkonecny) - payload: add packages controlling properties (jkonecny) - payload: add package groups interface to Packages (jkonecny) - payload: adjust packages section attributes (jkonecny) - payload: move %packages parsing to DNF/Packages (jkonecny) - payload: add DBus packages dnf submodule (jkonecny) - payload: add the empty DNF handler (jkonecny) - payload: create internal Packages class (jkonecny) - payload: parse %packages section in module (jkonecny) --- .gitignore | 1 + anaconda.spec | 41 ++++++++++++++++++++++++++++++++++++++++- sources | 2 +- 3 files changed, 42 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3bc88f8..ae3dcd1 100644 --- a/.gitignore +++ b/.gitignore @@ -187,3 +187,4 @@ /anaconda-31.5.tar.bz2 /anaconda-31.6.tar.bz2 /anaconda-31.7.tar.bz2 +/anaconda-31.8.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 929edd4..2130b0f 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,7 +4,7 @@ Summary: Graphical system installer Name: anaconda -Version: 31.7 +Version: 31.8 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -354,6 +354,45 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Apr 09 2019 Martin Kolman - 31.8-1 +- network: create systemd .link files for ifname= boot options (#1695894) + (rvykydal) +- Bump Workstation root partition max size to 70 GiB (klember) +- Add DBus support for finding optical media (vponcova) +- Add DBus support for handling a device (vponcova) +- Do not use ISO source as install tree root (#1691832) (jkonecny) +- Fix bad assumption about base repo identification (#1691832) (jkonecny) +- network tui: fix updating of a connection from UI (#1692677) (rvykydal) +- network: fix copying of resolv.conf for cases where target /etc does not + exist (#1695990) (rvykydal) +- network: fix crash ensuring single connections for unplugged devices + (#1695899) (rvykydal) +- Add support for skipping attributes in the string representation (vponcova) +- Raise the UnknownDeviceError exception (vponcova) +- Add DBus support for resolving devices (vponcova) +- Add DBus support for the available space (vponcova) +- Move GetRequiredDeviceSize to the device tree module (vponcova) +- Create the device tree module (vponcova) +- Don't set the __repr__ methods of data classes (vponcova) +- network: for vlan set DEVICE only if interfacename is specified in kickstart + (rvykydal) +- Change fips package requirement reason (jkonecny) +- payload: raise exception on invalid Languages (jkonecny) +- payload: Mark DefaultEnvironment API as temporary (jkonecny) +- payload: fix default values for packages section (jkonecny) +- Remove unused import for DNF (jkonecny) +- payload: add converter for kickstart groups (jkonecny) +- payload: switch multilib policy to names (jkonecny) +- payload: add rest of the DNF/Packages attributes (jkonecny) +- payload: add packages controlling properties (jkonecny) +- payload: add package groups interface to Packages (jkonecny) +- payload: adjust packages section attributes (jkonecny) +- payload: move %%packages parsing to DNF/Packages (jkonecny) +- payload: add DBus packages dnf submodule (jkonecny) +- payload: add the empty DNF handler (jkonecny) +- payload: create internal Packages class (jkonecny) +- payload: parse %%packages section in module (jkonecny) + * Tue Apr 02 2019 Martin Kolman - 31.7-1 - Create the initialization config in _get_initialization_config (vponcova) - Remove config from InstallerStorage (vponcova) diff --git a/sources b/sources index 5a46c92..b968fb7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-31.7.tar.bz2) = 7b42460e9b214e9ab5a286ded6a77060aacb2bbf6e4f9a1429fd3dacfab9e7273bbb27d0c043c551c0cd8fd0c8a8c6ce06a1c10f2724f141978486f0f25fcd1f +SHA512 (anaconda-31.8.tar.bz2) = 6ba01e5a6cfba450da0fe80d595a7144187ec709403d7999d1c34558bc188e7f1ff15bee198a832cbf321295f295941f1d8136584078161062b3486f0d97660f From f17ec6a62885c98cf1224d2349673f0cc8edb74b Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Thu, 18 Apr 2019 17:23:34 +0200 Subject: [PATCH 058/135] New version 31.9-1 - Remove the function get_structure (vponcova) - Remove the function apply_structure (vponcova) - Remove the decorator (vponcova) - Add the class DBusData (vponcova) - Give payload a hook for adding disabled repos. (riehecky) - Extend the function generate_string_from_data (vponcova) - Blivet-GUI should wait for the storage threads to finish (#1696478) (vponcova) - network: do not pass None value from NM device object to data holder (#1695967) (rvykydal) - Handle bytes and strings from RPM (#1693766) (vponcova) - network module: add network module unit tests (rvykydal) --- .gitignore | 1 + anaconda.spec | 16 +++++++++++++++- sources | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ae3dcd1..df10612 100644 --- a/.gitignore +++ b/.gitignore @@ -188,3 +188,4 @@ /anaconda-31.6.tar.bz2 /anaconda-31.7.tar.bz2 /anaconda-31.8.tar.bz2 +/anaconda-31.9.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 2130b0f..309f1ad 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,7 +4,7 @@ Summary: Graphical system installer Name: anaconda -Version: 31.8 +Version: 31.9 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -354,6 +354,20 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Thu Apr 11 2019 Martin Kolman - 31.9-1 +- Remove the function get_structure (vponcova) +- Remove the function apply_structure (vponcova) +- Remove the decorator (vponcova) +- Add the class DBusData (vponcova) +- Give payload a hook for adding disabled repos. (riehecky) +- Extend the function generate_string_from_data (vponcova) +- Blivet-GUI should wait for the storage threads to finish (#1696478) + (vponcova) +- network: do not pass None value from NM device object to data holder + (#1695967) (rvykydal) +- Handle bytes and strings from RPM (#1693766) (vponcova) +- network module: add network module unit tests (rvykydal) + * Tue Apr 09 2019 Martin Kolman - 31.8-1 - network: create systemd .link files for ifname= boot options (#1695894) (rvykydal) diff --git a/sources b/sources index b968fb7..8aafcc5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-31.8.tar.bz2) = 6ba01e5a6cfba450da0fe80d595a7144187ec709403d7999d1c34558bc188e7f1ff15bee198a832cbf321295f295941f1d8136584078161062b3486f0d97660f +SHA512 (anaconda-31.9.tar.bz2) = fedef2b8c3d7356bc2a3616be3b49eb37acd833fbe3bfcc26514fa07fbfb4e1f781fd19d5af8065396223f3260f9d86fee97f1efcdab8690bcd7c67209a1e418 From b03996163cc689e44d4643abd0fb4202b48372ca Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Tue, 30 Apr 2019 16:48:13 +0200 Subject: [PATCH 059/135] New version 31.10-1 - get_iface_from_hwaddr: be more careful about hwaddr (#1703152) (awilliam) - network: fix a typo in infiniband connections creating (#1698937) (rvykydal) - network: do not crash on --device bootif when BOOTIF is not specified (#1699091) (rvykydal) - Add DBus support for the device specifier for use in /etc/fstab (vponcova) - Set swap devices for fstab in the interactive partitioning (vponcova) - Refactor the passphrase setup on unconfigured LUKS devices (vponcova) - Add DBus support for UUID (vponcova) - Add DBus support for device format (vponcova) - Add DBus support for unlocking LUKS devices (vponcova) - Add DBus support for finding mountable partitions (vponcova) - We inherit self.data.repo.dataList() from parent class. (riehecky) --- .gitignore | 1 + anaconda.spec | 16 +++++++++++++++- sources | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index df10612..31de2cc 100644 --- a/.gitignore +++ b/.gitignore @@ -189,3 +189,4 @@ /anaconda-31.7.tar.bz2 /anaconda-31.8.tar.bz2 /anaconda-31.9.tar.bz2 +/anaconda-31.10.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 309f1ad..f382bfb 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,7 +4,7 @@ Summary: Graphical system installer Name: anaconda -Version: 31.9 +Version: 31.10 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -354,6 +354,20 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Apr 30 2019 Martin Kolman - 31.10-1 +- get_iface_from_hwaddr: be more careful about hwaddr (#1703152) (awilliam) +- network: fix a typo in infiniband connections creating (#1698937) (rvykydal) +- network: do not crash on --device bootif when BOOTIF is not specified + (#1699091) (rvykydal) +- Add DBus support for the device specifier for use in /etc/fstab (vponcova) +- Set swap devices for fstab in the interactive partitioning (vponcova) +- Refactor the passphrase setup on unconfigured LUKS devices (vponcova) +- Add DBus support for UUID (vponcova) +- Add DBus support for device format (vponcova) +- Add DBus support for unlocking LUKS devices (vponcova) +- Add DBus support for finding mountable partitions (vponcova) +- We inherit self.data.repo.dataList() from parent class. (riehecky) + * Thu Apr 11 2019 Martin Kolman - 31.9-1 - Remove the function get_structure (vponcova) - Remove the function apply_structure (vponcova) diff --git a/sources b/sources index 8aafcc5..00d2f9f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-31.9.tar.bz2) = fedef2b8c3d7356bc2a3616be3b49eb37acd833fbe3bfcc26514fa07fbfb4e1f781fd19d5af8065396223f3260f9d86fee97f1efcdab8690bcd7c67209a1e418 +SHA512 (anaconda-31.10.tar.bz2) = a68ce5b90a65148e997c1598c4785cb2cd87cca4d05c41c4b233548fcfc7320f0b407828442d15e75f2f0a5d626483d08292e898a5a8356fa50018b2502e97b1 From 0965aae0a5caefd92841fd55fbba0e3cc8e533f1 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Thu, 2 May 2019 16:54:25 +0200 Subject: [PATCH 060/135] New version 31.11-1 - Remove no longer needed kickstart command overrides (mkolman) - Use Users DBUS module for user configuration in GUI (mkolman) - Use Users DBUS module for user configuration in TUI (mkolman) - Adjust Users module DBus API for better kickstart root configuration (mkolman) - Use DBusData base class for data holders (mkolman) - Add a string representation for UserData (mkolman) - Add ui/lib/users.py (mkolman) - Use a constant for the UID/GID not set value (mkolman) - Improve ksdata <-> user data methods in Users DBUS module (mkolman) - Do root, group, user and SSH key configuration with DBUS tasks (mkolman) - Add tasks for root, user, group and ssh key configuration (mkolman) - Fix indentation for user creation method docstring (mkolman) - Drop support for using custom password crypt algorithm (mkolman) - Make clear_root_password() into set_root_password() alias (mkolman) - Lock root & user accounts if password in kickstart is empty (mkolman) - Convert create_user() from kwargs to optional args (mkolman) - Convert create_group() from kwargs to optional args (mkolman) - Mark the root account as locked by default (mkolman) - Add docstrings & some signature tweaking in users.py (mkolman) - Move methods from User class to module top-level (mkolman) - Apply PEP8 for method names in users.py (mkolman) - Move user management code to core (mkolman) - Use Pykickstart data classes via handler (mkolman) - Add API for easy admin user detection (mkolman) - Add support for SSH key management via the users DBUS module (mkolman) - Add support for group management via the users DBUS module (mkolman) - Add support for managing multiple users to the users module (mkolman) --- .gitignore | 1 + anaconda.spec | 32 +++++++++++++++++++++++++++++++- sources | 2 +- 3 files changed, 33 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 31de2cc..4e5cb60 100644 --- a/.gitignore +++ b/.gitignore @@ -190,3 +190,4 @@ /anaconda-31.8.tar.bz2 /anaconda-31.9.tar.bz2 /anaconda-31.10.tar.bz2 +/anaconda-31.11.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index f382bfb..3646833 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,7 +4,7 @@ Summary: Graphical system installer Name: anaconda -Version: 31.10 +Version: 31.11 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -354,6 +354,36 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Thu May 02 2019 Martin Kolman - 31.11-1 +- Remove no longer needed kickstart command overrides (mkolman) +- Use Users DBUS module for user configuration in GUI (mkolman) +- Use Users DBUS module for user configuration in TUI (mkolman) +- Adjust Users module DBus API for better kickstart root configuration + (mkolman) +- Use DBusData base class for data holders (mkolman) +- Add a string representation for UserData (mkolman) +- Add ui/lib/users.py (mkolman) +- Use a constant for the UID/GID not set value (mkolman) +- Improve ksdata <-> user data methods in Users DBUS module (mkolman) +- Do root, group, user and SSH key configuration with DBUS tasks (mkolman) +- Add tasks for root, user, group and ssh key configuration (mkolman) +- Fix indentation for user creation method docstring (mkolman) +- Drop support for using custom password crypt algorithm (mkolman) +- Make clear_root_password() into set_root_password() alias (mkolman) +- Lock root & user accounts if password in kickstart is empty (mkolman) +- Convert create_user() from kwargs to optional args (mkolman) +- Convert create_group() from kwargs to optional args (mkolman) +- Mark the root account as locked by default (mkolman) +- Add docstrings & some signature tweaking in users.py (mkolman) +- Move methods from User class to module top-level (mkolman) +- Apply PEP8 for method names in users.py (mkolman) +- Move user management code to core (mkolman) +- Use Pykickstart data classes via handler (mkolman) +- Add API for easy admin user detection (mkolman) +- Add support for SSH key management via the users DBUS module (mkolman) +- Add support for group management via the users DBUS module (mkolman) +- Add support for managing multiple users to the users module (mkolman) + * Tue Apr 30 2019 Martin Kolman - 31.10-1 - get_iface_from_hwaddr: be more careful about hwaddr (#1703152) (awilliam) - network: fix a typo in infiniband connections creating (#1698937) (rvykydal) diff --git a/sources b/sources index 00d2f9f..ed00e85 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-31.10.tar.bz2) = a68ce5b90a65148e997c1598c4785cb2cd87cca4d05c41c4b233548fcfc7320f0b407828442d15e75f2f0a5d626483d08292e898a5a8356fa50018b2502e97b1 +SHA512 (anaconda-31.11.tar.bz2) = 3667f5dcf6cfa9ec2b1ff38e537736c18ddcf0aba953cc44ff92090060f4435202210e1090cc94bfe03805611a15d9b564ed7e5bdaaa84869217fd431e328135 From 88117028c87180d15ac53a42eb2554e6cae70e8d Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Wed, 15 May 2019 18:15:02 +0200 Subject: [PATCH 061/135] New version 31.12-1 - Fix condition for running GUI User spoke in Initial Setup (mkolman) - Expose individual user group, user and root password DBus tasks (mkolman) - Use a DBus task for Initial Setup configuration (mkolman) - Add ConfigureInitialSetupTask (mkolman) - Sysroot support for enable_service() and disable_service() (mkolman) - Fix documentation for nosslverify (jkonecny) - Replace noverifyssl flag in anaconda (jkonecny) - Adjust verify_ssl config from cmdline (jkonecny) - Move payload nosslverify to the config files (jkonecny) - Skip some of the driver disk tests (vponcova) - Use the absolute paths to set the testing environment (vponcova) - Use DBus consistently (mkolman) - Test generate_string_from_data with invalid argument (vponcova) - Make from_structure and to_structure more strict (vponcova) --- .gitignore | 1 + anaconda.spec | 18 +++++++++++++++++- sources | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4e5cb60..98cecb4 100644 --- a/.gitignore +++ b/.gitignore @@ -191,3 +191,4 @@ /anaconda-31.9.tar.bz2 /anaconda-31.10.tar.bz2 /anaconda-31.11.tar.bz2 +/anaconda-31.12.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 3646833..f72964a 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,7 +4,7 @@ Summary: Graphical system installer Name: anaconda -Version: 31.11 +Version: 31.12 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -354,6 +354,22 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Wed May 15 2019 Martin Kolman - 31.12-1 +- Fix condition for running GUI User spoke in Initial Setup (mkolman) +- Expose individual user group, user and root password DBus tasks (mkolman) +- Use a DBus task for Initial Setup configuration (mkolman) +- Add ConfigureInitialSetupTask (mkolman) +- Sysroot support for enable_service() and disable_service() (mkolman) +- Fix documentation for nosslverify (jkonecny) +- Replace noverifyssl flag in anaconda (jkonecny) +- Adjust verify_ssl config from cmdline (jkonecny) +- Move payload nosslverify to the config files (jkonecny) +- Skip some of the driver disk tests (vponcova) +- Use the absolute paths to set the testing environment (vponcova) +- Use DBus consistently (mkolman) +- Test generate_string_from_data with invalid argument (vponcova) +- Make from_structure and to_structure more strict (vponcova) + * Thu May 02 2019 Martin Kolman - 31.11-1 - Remove no longer needed kickstart command overrides (mkolman) - Use Users DBUS module for user configuration in GUI (mkolman) diff --git a/sources b/sources index ed00e85..a1d74e2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-31.11.tar.bz2) = 3667f5dcf6cfa9ec2b1ff38e537736c18ddcf0aba953cc44ff92090060f4435202210e1090cc94bfe03805611a15d9b564ed7e5bdaaa84869217fd431e328135 +SHA512 (anaconda-31.12.tar.bz2) = bed5fb1398d0133e150aeac4e91d86619deab708e434aecc34f9a2426c5cb099314428e01d7f2004326921cd0da85a8993b4cd109a049978b294c09fe54ea715 From 389cdb72537a478428f3d58905228798c9bec0b8 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Mon, 27 May 2019 17:33:52 +0200 Subject: [PATCH 062/135] New version 31.13-1 - Parse the output of df correctly (#1708701) (vponcova) - Skip scaling if there is no primary monitor (#1592014) (vponcova) - Document how to report a bug (vponcova) - Handle post inst tools toggling in screen access manager (mkolman) - Fix a typo in Initial Setup configuration task (mkolman) - Remove methods _setup_mount_data and _process_mount_data (vponcova) - Rename MountPoint to MountPointRequest (vponcova) - Add tests for the storage checker module (vponcova) - Add DBus support for setting a constraint (vponcova) - Don't check the storage in a separate thread (vponcova) - Remove HMC from flags (jkonecny) - Rename the method add_new_constraint (vponcova) - Rename the method add_constraint (vponcova) - Remove the update_constraint method (vponcova) - Create the DBus module for the storage checker (vponcova) - Use MountPoint in TUI (vponcova) - Use MountPoint in ManualPartitioningTask (vponcova) - Use MountPoint in tests (vponcova) - Use MountPoint as DBus structure (vponcova) - Cleanup long removed "headless" option from docs (mkolman) --- .gitignore | 1 + anaconda.spec | 24 +++++++++++++++++++++++- sources | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 98cecb4..5559a71 100644 --- a/.gitignore +++ b/.gitignore @@ -192,3 +192,4 @@ /anaconda-31.10.tar.bz2 /anaconda-31.11.tar.bz2 /anaconda-31.12.tar.bz2 +/anaconda-31.13.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index f72964a..f2a3cd1 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,7 +4,7 @@ Summary: Graphical system installer Name: anaconda -Version: 31.12 +Version: 31.13 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -354,6 +354,28 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Mon May 27 2019 Martin Kolman - 31.13-1 +- Parse the output of df correctly (#1708701) (vponcova) +- Skip scaling if there is no primary monitor (#1592014) (vponcova) +- Document how to report a bug (vponcova) +- Handle post inst tools toggling in screen access manager (mkolman) +- Fix a typo in Initial Setup configuration task (mkolman) +- Remove methods _setup_mount_data and _process_mount_data (vponcova) +- Rename MountPoint to MountPointRequest (vponcova) +- Add tests for the storage checker module (vponcova) +- Add DBus support for setting a constraint (vponcova) +- Don't check the storage in a separate thread (vponcova) +- Remove HMC from flags (jkonecny) +- Rename the method add_new_constraint (vponcova) +- Rename the method add_constraint (vponcova) +- Remove the update_constraint method (vponcova) +- Create the DBus module for the storage checker (vponcova) +- Use MountPoint in TUI (vponcova) +- Use MountPoint in ManualPartitioningTask (vponcova) +- Use MountPoint in tests (vponcova) +- Use MountPoint as DBus structure (vponcova) +- Cleanup long removed "headless" option from docs (mkolman) + * Wed May 15 2019 Martin Kolman - 31.12-1 - Fix condition for running GUI User spoke in Initial Setup (mkolman) - Expose individual user group, user and root password DBus tasks (mkolman) diff --git a/sources b/sources index a1d74e2..21d1db0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-31.12.tar.bz2) = bed5fb1398d0133e150aeac4e91d86619deab708e434aecc34f9a2426c5cb099314428e01d7f2004326921cd0da85a8993b4cd109a049978b294c09fe54ea715 +SHA512 (anaconda-31.13.tar.bz2) = 1136bcd06c26b40e2d3bf469211b90873a964da83441a65d797640fd78464cd520deca5181fc7c8ddc15d066f2f17f13b14bba0957a2eba283fbd3cefcca001f From 0c20f2219b58550725f92f5be89156c7422eae4b Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Fri, 31 May 2019 14:40:55 +0200 Subject: [PATCH 063/135] New version 31.14-1 - Require langtable-0.0.44, drop langtable-data requirement (mfabian) - Extend the format data with the mountable property (vponcova) - Add DBus support for supported file system types (vponcova) - Add DBus support for getting format type data (vponcova) - Add DBus support for gathering mount point requests (vponcova) - Move tests for partitioning modules to new files (vponcova) - Add DBus support for populating a device tree (vponcova) - Don't define the __eq__ method of DBusData (vponcova) - Add DBus support for mounting the existing system (vponcova) - Extend the function mount_existing_system (vponcova) - Add DBus support for finding existing operating system (vponcova) - Simplify generate_string_from_data (vponcova) - Define the __eq__ method of DBusData (vponcova) --- .gitignore | 1 + anaconda.spec | 22 ++++++++++++++++++---- sources | 2 +- 3 files changed, 20 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 5559a71..f1c40da 100644 --- a/.gitignore +++ b/.gitignore @@ -193,3 +193,4 @@ /anaconda-31.11.tar.bz2 /anaconda-31.12.tar.bz2 /anaconda-31.13.tar.bz2 +/anaconda-31.14.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index f2a3cd1..8558b35 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,7 +4,7 @@ Summary: Graphical system installer Name: anaconda -Version: 31.13 +Version: 31.14 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -28,7 +28,7 @@ Source0: %{name}-%{version}.tar.bz2 %define gtk3ver 3.22.17 %define helpver 22.1-1 %define isomd5sum 1.0.10 -%define langtablever 0.0.34 +%define langtablever 0.0.44 %define libarchivever 3.0.4 %define libblockdevver 2.1 %define libtimezonemapver 0.4.1-2 @@ -92,8 +92,7 @@ Requires: python3-requests Requires: python3-requests-file Requires: python3-requests-ftp Requires: python3-kickstart >= %{pykickstartver} -Requires: langtable-data >= %{langtablever} -Requires: langtable-python3 >= %{langtablever} +Requires: python3-langtable >= %{langtablever} Requires: util-linux >= %{utillinuxver} Requires: python3-gobject-base Requires: python3-dbus @@ -354,6 +353,21 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Fri May 31 2019 Martin Kolman - 31.14-1 +- Require langtable-0.0.44, drop langtable-data requirement (mfabian) +- Extend the format data with the mountable property (vponcova) +- Add DBus support for supported file system types (vponcova) +- Add DBus support for getting format type data (vponcova) +- Add DBus support for gathering mount point requests (vponcova) +- Move tests for partitioning modules to new files (vponcova) +- Add DBus support for populating a device tree (vponcova) +- Don't define the __eq__ method of DBusData (vponcova) +- Add DBus support for mounting the existing system (vponcova) +- Extend the function mount_existing_system (vponcova) +- Add DBus support for finding existing operating system (vponcova) +- Simplify generate_string_from_data (vponcova) +- Define the __eq__ method of DBusData (vponcova) + * Mon May 27 2019 Martin Kolman - 31.13-1 - Parse the output of df correctly (#1708701) (vponcova) - Skip scaling if there is no primary monitor (#1592014) (vponcova) diff --git a/sources b/sources index 21d1db0..da7a37e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-31.13.tar.bz2) = 1136bcd06c26b40e2d3bf469211b90873a964da83441a65d797640fd78464cd520deca5181fc7c8ddc15d066f2f17f13b14bba0957a2eba283fbd3cefcca001f +SHA512 (anaconda-31.14.tar.bz2) = 94c560ea39deacc97315f9c5582b33f3ed52093cae948f170aeb33bcf9847ddb33022c924c5f9904a9380344bb5e7b10eee20d0a373939ef6ae0c18e8f8cda36 From 4521270d6ecd65ba20c7088ac07e23ce884a550d Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 10 Jun 2019 17:42:00 +0200 Subject: [PATCH 064/135] Rebuild for RPM 4.15 Signed-off-by: Igor Gnatenko --- anaconda.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/anaconda.spec b/anaconda.spec index 8558b35..cca47b2 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -5,7 +5,7 @@ Summary: Graphical system installer Name: anaconda Version: 31.14 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -353,6 +353,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Mon Jun 10 15:42:00 CET 2019 Igor Gnatenko - 31.14-2 +- Rebuild for RPM 4.15 + * Fri May 31 2019 Martin Kolman - 31.14-1 - Require langtable-0.0.44, drop langtable-data requirement (mfabian) - Extend the format data with the mountable property (vponcova) From 662c9f55212c0dcadb867fc8d63a05863cc26bcc Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 11 Jun 2019 00:13:17 +0200 Subject: [PATCH 065/135] Rebuild for RPM 4.15 Signed-off-by: Igor Gnatenko --- anaconda.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/anaconda.spec b/anaconda.spec index cca47b2..737d40f 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -5,7 +5,7 @@ Summary: Graphical system installer Name: anaconda Version: 31.14 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -353,6 +353,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Mon Jun 10 22:13:17 CET 2019 Igor Gnatenko - 31.14-3 +- Rebuild for RPM 4.15 + * Mon Jun 10 15:42:00 CET 2019 Igor Gnatenko - 31.14-2 - Rebuild for RPM 4.15 From dd1aadd98679038ff271ed08b99f46fedcc6209c Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Thu, 13 Jun 2019 19:55:39 +0200 Subject: [PATCH 066/135] New version 31.15-1 - iscsi: require relevant blivet version for iscsi module (rvykydal) - iscsi: add unit tests for iscsi module (rvykydal) - iscsi: fix name of some method arguments (target -> portal) (rvykydal) - iscsi: use proper iscsi interface mode constants in ui (rvykydal) - iscsi: update the CanSetInitiator docstring to reflect the reality (rvykydal) - iscsi: move conversion to IscsiInterfacesMode from implementation to interface (rvykydal) - iscsi: use better name for a NodeIsFromIbft method (rvykydal) - iscsi: move kickstart iscsi processing into the iSCSI module (rvykydal) - iscsi: attach iBFT targets in early kickstart by the iSCSI module (rvykydal) - iscsi gui: show target in Target column (not initiator) (rvykydal) - iscsi: rename iSCSI node info attribute holding name of iscsi interface (rvykydal) - iscsi: move dracut argument generating into the iSCSI module (rvykydal) - iscsi: get info about target being added from iBFT from the iSCSI module (rvykydal) - iscsi: use attributes added blivet iscsi device replacing iscsi node object (rvykydal) - iscsi: rename Target to Portal where appropriate (rvykydal) - iscsi: move kickstart data update to the iSCSI module (rvykydal) - iscsi: write configuration by the iSCSI module (rvykydal) - iscsi: use the iSCSI module by kickstart iscsi command (rvykydal) - iscsi: use the iSCSI module in GUI (rvykydal) - Adapt iSCSI structures to dbus structure updates (rvykydal) - Use the ISCSI module in the ISCSIDialog (vponcova) - Create DBus tasks for discovering iSCSI nodes (vponcova) - Create the basic structure for the iSCSI module (vponcova) - Hide spokes in Silverblue and Workstation (vponcova) - Remove the screen access management (vponcova) - Hide spokes with the Anaconda configuration file (vponcova) - Run the DBus task for configuration of post-installation tools (vponcova) - Replace the lang execute() method (mkolman) - Collect requirements of the Storage module (vponcova) - Add DBus support for module requirements (vponcova) - Replace the Services execute() method by a DBus Task (mkolman) - Replace the SELinux execute() method by a DBus Task (mkolman) - Replace the Firewall execute() method by a DBus Task (mkolman) - Add FirewallConfigurationTask DBus Task (mkolman) - Add root parameter to execInSysroot utility function (mkolman) - Improve post install tools configuration (mkolman) --- .gitignore | 1 + anaconda.spec | 52 +++++++++++++++++++++++++++++++++++++++++++-------- sources | 2 +- 3 files changed, 46 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index f1c40da..500ca13 100644 --- a/.gitignore +++ b/.gitignore @@ -194,3 +194,4 @@ /anaconda-31.12.tar.bz2 /anaconda-31.13.tar.bz2 /anaconda-31.14.tar.bz2 +/anaconda-31.15.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 737d40f..eaded08 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,8 +4,8 @@ Summary: Graphical system installer Name: anaconda -Version: 31.14 -Release: 3%{?dist} +Version: 31.15 +Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -81,7 +81,7 @@ The anaconda package is a metapackage for the Anaconda installer. Summary: Core of the Anaconda installer Requires: python3-libs Requires: python3-dnf >= %{dnfver} -Requires: python3-blivet >= 1:3.1.3-1 +Requires: python3-blivet >= 1:3.1.4-1 Requires: python3-blockdev >= %{libblockdevver} Requires: python3-meh >= %{mehver} Requires: libreport-anaconda >= 2.0.21-1 @@ -353,11 +353,47 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog -* Mon Jun 10 22:13:17 CET 2019 Igor Gnatenko - 31.14-3 -- Rebuild for RPM 4.15 - -* Mon Jun 10 15:42:00 CET 2019 Igor Gnatenko - 31.14-2 -- Rebuild for RPM 4.15 +* Thu Jun 13 2019 Martin Kolman - 31.15-1 +- iscsi: require relevant blivet version for iscsi module (rvykydal) +- iscsi: add unit tests for iscsi module (rvykydal) +- iscsi: fix name of some method arguments (target -> portal) (rvykydal) +- iscsi: use proper iscsi interface mode constants in ui (rvykydal) +- iscsi: update the CanSetInitiator docstring to reflect the reality (rvykydal) +- iscsi: move conversion to IscsiInterfacesMode from implementation to + interface (rvykydal) +- iscsi: use better name for a NodeIsFromIbft method (rvykydal) +- iscsi: move kickstart iscsi processing into the iSCSI module (rvykydal) +- iscsi: attach iBFT targets in early kickstart by the iSCSI module (rvykydal) +- iscsi gui: show target in Target column (not initiator) (rvykydal) +- iscsi: rename iSCSI node info attribute holding name of iscsi interface + (rvykydal) +- iscsi: move dracut argument generating into the iSCSI module (rvykydal) +- iscsi: get info about target being added from iBFT from the iSCSI module + (rvykydal) +- iscsi: use attributes added blivet iscsi device replacing iscsi node object + (rvykydal) +- iscsi: rename Target to Portal where appropriate (rvykydal) +- iscsi: move kickstart data update to the iSCSI module (rvykydal) +- iscsi: write configuration by the iSCSI module (rvykydal) +- iscsi: use the iSCSI module by kickstart iscsi command (rvykydal) +- iscsi: use the iSCSI module in GUI (rvykydal) +- Adapt iSCSI structures to dbus structure updates (rvykydal) +- Use the ISCSI module in the ISCSIDialog (vponcova) +- Create DBus tasks for discovering iSCSI nodes (vponcova) +- Create the basic structure for the iSCSI module (vponcova) +- Hide spokes in Silverblue and Workstation (vponcova) +- Remove the screen access management (vponcova) +- Hide spokes with the Anaconda configuration file (vponcova) +- Run the DBus task for configuration of post-installation tools (vponcova) +- Replace the lang execute() method (mkolman) +- Collect requirements of the Storage module (vponcova) +- Add DBus support for module requirements (vponcova) +- Replace the Services execute() method by a DBus Task (mkolman) +- Replace the SELinux execute() method by a DBus Task (mkolman) +- Replace the Firewall execute() method by a DBus Task (mkolman) +- Add FirewallConfigurationTask DBus Task (mkolman) +- Add root parameter to execInSysroot utility function (mkolman) +- Improve post install tools configuration (mkolman) * Fri May 31 2019 Martin Kolman - 31.14-1 - Require langtable-0.0.44, drop langtable-data requirement (mfabian) diff --git a/sources b/sources index da7a37e..f47618d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-31.14.tar.bz2) = 94c560ea39deacc97315f9c5582b33f3ed52093cae948f170aeb33bcf9847ddb33022c924c5f9904a9380344bb5e7b10eee20d0a373939ef6ae0c18e8f8cda36 +SHA512 (anaconda-31.15.tar.bz2) = 6764f189ffa2cc6acc3ad6ac7ef382566b72e575a6d364874fa6afceb610339ed198e7cc3b5146a70e6adebad3bdc40f934a799d6e70fd3bb5f5c803e6db5060 From a7fbb931c984de2222df7142a06e1b80f3dde35b Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Thu, 20 Jun 2019 16:31:39 +0200 Subject: [PATCH 067/135] New version 31.16-1 - Replace the XConfig execute() method by DBus Tasks (mkolman) - Fix list-screens script reference (gpchelkin) - Fix protecting of the live device (#1699387) (vponcova) - Adapt tests for new Live payload handler changes (jkonecny) - Add setters to LiveImage payload handler (jkonecny) - Rename Live payload handler to LiveImage (jkonecny) - Extend payload live handler with new properties (jkonecny) - Add read only properties to payload Live handler (jkonecny) - Add the apply-updates script (vponcova) - Add payload live handler tests (jkonecny) - Update payload DNF handler tests (jkonecny) - Create a new payload handler mixin class for tests (jkonecny) - Improve the documentation of inst.stage2.all and inst.ks.all (vponcova) - Add DBus support for teardown tasks (vponcova) - Tear down images with teardown_disk_images (vponcova) - Move get_anaconda_version_string to util (vponcova) - Support multiple payload handlers (jkonecny) - Add kickstart processing to payload live handler (jkonecny) - Create Live payload handler module (jkonecny) - Deprecate the method changed (vponcova) - Calculate free space for the physical root in dir installations (vponcova) - Use the actual sysroot to pick up a mount point for downloading (vponcova) - Use the physical root for mounting existing systems (vponcova) - Change the path to the system root (vponcova) - Read files in /etc/anaconda/conf.d on demand (vponcova) --- .gitignore | 1 + anaconda.spec | 29 ++++++++++++++++++++++++++++- sources | 2 +- 3 files changed, 30 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 500ca13..00ea526 100644 --- a/.gitignore +++ b/.gitignore @@ -195,3 +195,4 @@ /anaconda-31.13.tar.bz2 /anaconda-31.14.tar.bz2 /anaconda-31.15.tar.bz2 +/anaconda-31.16.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index eaded08..26aafa7 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,7 +4,7 @@ Summary: Graphical system installer Name: anaconda -Version: 31.15 +Version: 31.16 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -353,6 +353,33 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Thu Jun 20 2019 Martin Kolman - 31.16-1 +- Replace the XConfig execute() method by DBus Tasks (mkolman) +- Fix list-screens script reference (gpchelkin) +- Fix protecting of the live device (#1699387) (vponcova) +- Adapt tests for new Live payload handler changes (jkonecny) +- Add setters to LiveImage payload handler (jkonecny) +- Rename Live payload handler to LiveImage (jkonecny) +- Extend payload live handler with new properties (jkonecny) +- Add read only properties to payload Live handler (jkonecny) +- Add the apply-updates script (vponcova) +- Add payload live handler tests (jkonecny) +- Update payload DNF handler tests (jkonecny) +- Create a new payload handler mixin class for tests (jkonecny) +- Improve the documentation of inst.stage2.all and inst.ks.all (vponcova) +- Add DBus support for teardown tasks (vponcova) +- Tear down images with teardown_disk_images (vponcova) +- Move get_anaconda_version_string to util (vponcova) +- Support multiple payload handlers (jkonecny) +- Add kickstart processing to payload live handler (jkonecny) +- Create Live payload handler module (jkonecny) +- Deprecate the method changed (vponcova) +- Calculate free space for the physical root in dir installations (vponcova) +- Use the actual sysroot to pick up a mount point for downloading (vponcova) +- Use the physical root for mounting existing systems (vponcova) +- Change the path to the system root (vponcova) +- Read files in /etc/anaconda/conf.d on demand (vponcova) + * Thu Jun 13 2019 Martin Kolman - 31.15-1 - iscsi: require relevant blivet version for iscsi module (rvykydal) - iscsi: add unit tests for iscsi module (rvykydal) diff --git a/sources b/sources index f47618d..f520e12 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-31.15.tar.bz2) = 6764f189ffa2cc6acc3ad6ac7ef382566b72e575a6d364874fa6afceb610339ed198e7cc3b5146a70e6adebad3bdc40f934a799d6e70fd3bb5f5c803e6db5060 +SHA512 (anaconda-31.16.tar.bz2) = 8ca9794c5ef8e35ce5859f277ad794fecdf20037e7b9a3e032953e978ba938a4f4df60ac6932bc5ab74661955214d7e5342f27c361608273030b3e27e867d214 From 7466163b57d61c8f7c74bfd09d98952ba2e67b54 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Mon, 24 Jun 2019 18:55:12 +0200 Subject: [PATCH 068/135] New version 31.17-1 - Move graphical login detection to a DBus Task (#1722950) (mkolman) - Add DBus support for device trees of partitioning modules (vponcova) - Create the interactive partitioning module (vponcova) - Fix misleading comment (riehecky) --- .gitignore | 1 + anaconda.spec | 8 +++++++- sources | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 00ea526..32e99d9 100644 --- a/.gitignore +++ b/.gitignore @@ -196,3 +196,4 @@ /anaconda-31.14.tar.bz2 /anaconda-31.15.tar.bz2 /anaconda-31.16.tar.bz2 +/anaconda-31.17.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 26aafa7..eb932f0 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,7 +4,7 @@ Summary: Graphical system installer Name: anaconda -Version: 31.16 +Version: 31.17 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -353,6 +353,12 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Mon Jun 24 2019 Martin Kolman - 31.17-1 +- Move graphical login detection to a DBus Task (#1722950) (mkolman) +- Add DBus support for device trees of partitioning modules (vponcova) +- Create the interactive partitioning module (vponcova) +- Fix misleading comment (riehecky) + * Thu Jun 20 2019 Martin Kolman - 31.16-1 - Replace the XConfig execute() method by DBus Tasks (mkolman) - Fix list-screens script reference (gpchelkin) diff --git a/sources b/sources index f520e12..6ab700b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-31.16.tar.bz2) = 8ca9794c5ef8e35ce5859f277ad794fecdf20037e7b9a3e032953e978ba938a4f4df60ac6932bc5ab74661955214d7e5342f27c361608273030b3e27e867d214 +SHA512 (anaconda-31.17.tar.bz2) = d79b793bf682c36428eed635b5b4686605eb4452a74503a333d1172607cb8760a3d3cd6ad6e1b3846644d2da6c686d2f8278b2030f6e95d0ee42340cdd757920 From c50511849c7018d7f76cb50b9a55fdcbfc9a3087 Mon Sep 17 00:00:00 2001 From: Jiri Konecny Date: Tue, 25 Jun 2019 18:03:49 +0200 Subject: [PATCH 069/135] New version 31.18-1 - Add comprehensive unit tests for ConfigureFirewallTask (mkolman) - Fix a typo (mkolman) - Use FirewallMode enum firewall configuration DBus Task (#1722979) (mkolman) - Don't encrypt devices in the interactive partitioning by default (vponcova) - Provide a default passphrase for the PassphraseDialog (vponcova) - Set the passphrase for the automatic partitioning from the dialog (vponcova) - Don't use the global encryption passphrase (vponcova) - Add support for passphrases in the device tree module (vponcova) - Handle the passphrase requirements in the partitioning modules (vponcova) - Use _get_passphrase in the custom partitioning task (vponcova) - Don't generate passphrases in a kickstart file (vponcova) - Fix the unit tests for the Services module (vponcova) - Convert names of attributes and variables in custom storage helpers (vponcova) - Fix code alignment in the custom storage helpers (vponcova) - Convert names of attributes and variables in the custom spoke (vponcova) - Remove local variables with unused values in the custom spoke (vponcova) - Fix code alignment in the custom spoke (vponcova) - Initialize attributes in the __init__ method of the custom spoke (vponcova) - Reorganize imports in the custom spoke (vponcova) --- .gitignore | 1 + anaconda.spec | 24 +++++++++++++++++++++++- sources | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 32e99d9..92c7c14 100644 --- a/.gitignore +++ b/.gitignore @@ -197,3 +197,4 @@ /anaconda-31.15.tar.bz2 /anaconda-31.16.tar.bz2 /anaconda-31.17.tar.bz2 +/anaconda-31.18.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index eb932f0..733c826 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,7 +4,7 @@ Summary: Graphical system installer Name: anaconda -Version: 31.17 +Version: 31.18 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -353,6 +353,28 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Jun 25 2019 Jiri Konecny - 31.18-1 +- Add comprehensive unit tests for ConfigureFirewallTask (mkolman) +- Fix a typo (mkolman) +- Use FirewallMode enum firewall configuration DBus Task (#1722979) (mkolman) +- Don't encrypt devices in the interactive partitioning by default (vponcova) +- Provide a default passphrase for the PassphraseDialog (vponcova) +- Set the passphrase for the automatic partitioning from the dialog (vponcova) +- Don't use the global encryption passphrase (vponcova) +- Add support for passphrases in the device tree module (vponcova) +- Handle the passphrase requirements in the partitioning modules (vponcova) +- Use _get_passphrase in the custom partitioning task (vponcova) +- Don't generate passphrases in a kickstart file (vponcova) +- Fix the unit tests for the Services module (vponcova) +- Convert names of attributes and variables in custom storage helpers + (vponcova) +- Fix code alignment in the custom storage helpers (vponcova) +- Convert names of attributes and variables in the custom spoke (vponcova) +- Remove local variables with unused values in the custom spoke (vponcova) +- Fix code alignment in the custom spoke (vponcova) +- Initialize attributes in the __init__ method of the custom spoke (vponcova) +- Reorganize imports in the custom spoke (vponcova) + * Mon Jun 24 2019 Martin Kolman - 31.17-1 - Move graphical login detection to a DBus Task (#1722950) (mkolman) - Add DBus support for device trees of partitioning modules (vponcova) diff --git a/sources b/sources index 6ab700b..0d217d0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-31.17.tar.bz2) = d79b793bf682c36428eed635b5b4686605eb4452a74503a333d1172607cb8760a3d3cd6ad6e1b3846644d2da6c686d2f8278b2030f6e95d0ee42340cdd757920 +SHA512 (anaconda-31.18.tar.bz2) = 76f46ac123e75f665ee3876e3a866ccf433f417500c0b317aaccbfc2472eec78113168329665f0a058558df29a29f23fd99133aaab72bcb4713d7e4ff25def8f From 8ed2d96233001012ff64c3f599c02aea173e7610 Mon Sep 17 00:00:00 2001 From: Jiri Konecny Date: Thu, 11 Jul 2019 13:39:06 +0200 Subject: [PATCH 070/135] New version 31.19-1 - Call teardown_all explicitly (vponcova) - Don't publish the module in the loop (vponcova) - Start swap on ZRAM service (cmurf) - Use %autosetup instead of %setup (mkolman) - Adjust the exclude arguments for livepayloads (bcl) - Recreate the BLS entries when using liveimg (bcl) - Cache the liveimg tar kernel list (bcl) - Add common function for creating rescue images (bcl) - move comment into docstring for PowerNVGRUB2 install method (dan) - add PowerNV into BootloaderClassTestCase (dan) - LiveImage payload: clean up directory used for image mounting (rvykydal) - LiveImage payload: mount live image privately (rvykydal) - introduce PowerNV variant for grub2 class (dan) - initial PowerNV class support (dan) - Add the option decorated_window to the Anaconda configuration (vponcova) - Add test for Live OS detect live os image feature (jkonecny) - Add Live OS base image detection code (jkonecny) - Add tests for the new Live OS tasks (jkonecny) - Add Live OS handler tests for ImagePath property (jkonecny) - Implement teardown to Live OS payload handler (jkonecny) - Add support to create Live OS handler manually (jkonecny) - Implement SetupInstallationSource Live OS task (jkonecny) - Add ImagePath property to the Live OS handler (jkonecny) - Add an empty LiveOS payload handler (jkonecny) - Don't use the auto partitioning module in the custom spoke (vponcova) - Add support for decomposing DBus values (vponcova) - Use the default file system type for /boot (vponcova) - Move updates reponames to constants (riehecky) - Fix setting and reporting ready state in Source Spoke. (rvykydal) --- .gitignore | 1 + anaconda.spec | 37 ++++++++++++++++++++++++++++++++++--- sources | 2 +- 3 files changed, 36 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 92c7c14..2132bfd 100644 --- a/.gitignore +++ b/.gitignore @@ -198,3 +198,4 @@ /anaconda-31.16.tar.bz2 /anaconda-31.17.tar.bz2 /anaconda-31.18.tar.bz2 +/anaconda-31.19.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 733c826..ef702ff 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,7 +4,7 @@ Summary: Graphical system installer Name: anaconda -Version: 31.18 +Version: 31.19 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -81,7 +81,7 @@ The anaconda package is a metapackage for the Anaconda installer. Summary: Core of the Anaconda installer Requires: python3-libs Requires: python3-dnf >= %{dnfver} -Requires: python3-blivet >= 1:3.1.4-1 +Requires: python3-blivet >= 1:3.1.4-2 Requires: python3-blockdev >= %{libblockdevver} Requires: python3-meh >= %{mehver} Requires: libreport-anaconda >= 2.0.21-1 @@ -251,7 +251,7 @@ options. This includes driver disks, kickstarts, and finding the anaconda runtime on NFS/HTTP/FTP servers or local disks. %prep -%setup -q +%autosetup -p 1 %build # use actual build-time release number, not tarball creation time release number @@ -353,6 +353,37 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Thu Jul 11 2019 Jiri Konecny - 31.19-1 +- Call teardown_all explicitly (vponcova) +- Don't publish the module in the loop (vponcova) +- Start swap on ZRAM service (cmurf) +- Use %%autosetup instead of %%setup (mkolman) +- Adjust the exclude arguments for livepayloads (bcl) +- Recreate the BLS entries when using liveimg (bcl) +- Cache the liveimg tar kernel list (bcl) +- Add common function for creating rescue images (bcl) +- move comment into docstring for PowerNVGRUB2 install method (dan) +- add PowerNV into BootloaderClassTestCase (dan) +- LiveImage payload: clean up directory used for image mounting (rvykydal) +- LiveImage payload: mount live image privately (rvykydal) +- introduce PowerNV variant for grub2 class (dan) +- initial PowerNV class support (dan) +- Add the option decorated_window to the Anaconda configuration (vponcova) +- Add test for Live OS detect live os image feature (jkonecny) +- Add Live OS base image detection code (jkonecny) +- Add tests for the new Live OS tasks (jkonecny) +- Add Live OS handler tests for ImagePath property (jkonecny) +- Implement teardown to Live OS payload handler (jkonecny) +- Add support to create Live OS handler manually (jkonecny) +- Implement SetupInstallationSource Live OS task (jkonecny) +- Add ImagePath property to the Live OS handler (jkonecny) +- Add an empty LiveOS payload handler (jkonecny) +- Don't use the auto partitioning module in the custom spoke (vponcova) +- Add support for decomposing DBus values (vponcova) +- Use the default file system type for /boot (vponcova) +- Move updates reponames to constants (riehecky) +- Fix setting and reporting ready state in Source Spoke. (rvykydal) + * Tue Jun 25 2019 Jiri Konecny - 31.18-1 - Add comprehensive unit tests for ConfigureFirewallTask (mkolman) - Fix a typo (mkolman) diff --git a/sources b/sources index 0d217d0..3cf6a37 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-31.18.tar.bz2) = 76f46ac123e75f665ee3876e3a866ccf433f417500c0b317aaccbfc2472eec78113168329665f0a058558df29a29f23fd99133aaab72bcb4713d7e4ff25def8f +SHA512 (anaconda-31.19.tar.bz2) = 066255e7d371ea0ee289718ed3b180f9a3aea3dea33600298ad4d66d4326820a6ecf9075d700ad4b1f80708e6f2cb54865099ec1eebf36eaa001dce45a449016 From 5b8f3e09874b6b25e47020c6f29a4dbda3d2e664 Mon Sep 17 00:00:00 2001 From: Jiri Konecny Date: Mon, 22 Jul 2019 16:33:00 +0200 Subject: [PATCH 071/135] New version 31.20-1 - Move code to exctract kernel version from tar to utils (jkonecny) - Add link for our translations to README (#1729788) (jkonecny) - Change Makefile zanata client check from pkg to bin (jkonecny) - Add recommendation to release process guide (jkonecny) - Remove unnecessary step from release in mock doc (jkonecny) - Fix mock release dependency in a mock (jkonecny) - Fix: Simplify the code for creating container store rows (vponcova) - Fix a docstring of add_device (vponcova) - Get the current device type only once (vponcova) - Move the code for getting the name of the new root (vponcova) - LiveImagePayload: move some functions to utils.py (rvykydal) - LiveImagePayload: replace PostInstallTask with UpdateBLSConfigurationTask (rvykydal) - LiveImageHandler: make API and implementation method names consistent (rvykydal) - LiveImageHandler: use more descriptive names for installation tasks (rvykydal) - LiveImagePayload: Do not provide API for setting of required space (rvykydal) - LiveImageHandler: prevent reusing of DownloadProgress instance (rvykydal) - LiveImageHandler: simplify using of SetupInstallationSourceImageTask result (rvykydal) - LiveImageHandler: simplify using of CheckInstallationSourceImageTask result (rvykydal) - LiveImageHandler: remove interfaces for task results we don't need (rvykydal) - Add logging to interactive utils (vponcova) - Fix the FIXME comment for collect_selected_disks (vponcova) - Rename the argument for the boot drive (vponcova) - Remove empty lines in collect_used_devices (vponcova) - Fix: Move the code for collecting device types (vponcova) - Fix: Move the code for completing the device info (vponcova) - Fix: Move the code for hiding protected disks to InstallerStorage (vponcova) - Move the code for suggesting device names (vponcova) - Fix: Move the code for getting a container device (vponcova) - Fix: Move the code for collecting device types (vponcova) - Fix pylint issues in the custom spoke (vponcova) - Move the code for label validation (vponcova) - Move the code for collecting supported mount points (vponcova) - Show a detailed warning in the custom spoke (vponcova) - Show a detailed error in the custom spoke (vponcova) - Move the code for collecting containers (vponcova) - Move the code for getting a container device (vponcova) - Populate a container for the given device (vponcova) - Simplify the code for creating container store rows (vponcova) - Move the code for renaming containers (vponcova) - Move the code for destroying devices (vponcova) - Remove the method for removing empty parents (vponcova) - Move the code for completing the device info (vponcova) - Move the code for creating devices (vponcova) - Move the function get_device_raid_level (vponcova) - Refactor the code for setting up the device types (vponcova) - Move the code for collecting device types (vponcova) - Move the code for collecting file system types (vponcova) - Move the code for getting the device LUKS version (vponcova) - Move the code for the device reformatting (vponcova) - Move the code for changed encryption (vponcova) - Move the code for changing the device size (vponcova) - Move the code for reverting reformat (vponcova) - Collect roots with supported devices (vponcova) - Move the code for adding the unknown page (vponcova) - Move the code for adding the root page (vponcova) - Move the code for creating a new root (vponcova) - Move the code for adding the initial page (vponcova) - Move the code for collecting roots to interactive utils (vponcova) - Move constants and function from custom_storage.py (vponcova) - Optimize the method _update_space_display of the custom spoke (vponcova) - Remove the method _current_total_space from the custom spoke (vponcova) - Remove the method _set_current_free_space of the custom spoke (vponcova) - Move the code for hiding protected disks to InstallerStorage (vponcova) - Don't check if disks have media present (vponcova) - Rename _clearpart_devices in CustomPartitioningSpoke (vponcova) - Rename get_new_devices in CustomPartitioningSpoke (vponcova) - Fix: Remove bootloader_devices from CustomPartitioningSpoke (vponcova) - Fix: Remove unused_devices from CustomPartitioningSpoke (vponcova) - Remove bootloader_devices from CustomPartitioningSpoke (vponcova) - Remove the attribute _devices from CustomPartitioningSpoke (vponcova) - Remove unused_devices from CustomPartitioningSpoke (vponcova) - Remove the property unused_devices from InstallerStorage (vponcova) - Remove banners (vponcova) - Replace the Progress hub (vponcova) - Remove useless class attributes from SpokeCategory (vponcova) - LiveImageHandler: add progress reporting of download (rvykydal) - LiveImageHandler: split out Teardown task from PostInstall (rvykydal) - LiveImageHandler: pass source image mount point as argument to tasks (rvykydal) - LiveImageHandler: PostInstallWithTask() 2/2 (rvykydal) - LiveImagehandler: InstallWithTask() (rvykydal) - LiveImageHandler: UpdateKernelVersionList() (rvykydal) - LiveImageHandler: PostInstallWithTask() 1/2 (rvykydal) - Change the sort order of the User Settings category (vponcova) - Move all spokes to the Summary hub (vponcova) - LiveImageHandler: PreInstallWithTask() (rvykydal) - LiveImageHandler: SetupWithTask() (CheckInstallationSourceImage) (rvykydal) --- .gitignore | 1 + anaconda.spec | 96 ++++++++++++++++++++++++++++++++++++++++++++++++++- sources | 2 +- 3 files changed, 97 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2132bfd..aa8da7c 100644 --- a/.gitignore +++ b/.gitignore @@ -199,3 +199,4 @@ /anaconda-31.17.tar.bz2 /anaconda-31.18.tar.bz2 /anaconda-31.19.tar.bz2 +/anaconda-31.20.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index ef702ff..516272a 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,7 +4,7 @@ Summary: Graphical system installer Name: anaconda -Version: 31.19 +Version: 31.20 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -353,6 +353,100 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Mon Jul 22 2019 Jiri Konecny - 31.20-1 +- Move code to exctract kernel version from tar to utils (jkonecny) +- Add link for our translations to README (#1729788) (jkonecny) +- Change Makefile zanata client check from pkg to bin (jkonecny) +- Add recommendation to release process guide (jkonecny) +- Remove unnecessary step from release in mock doc (jkonecny) +- Fix mock release dependency in a mock (jkonecny) +- Fix: Simplify the code for creating container store rows (vponcova) +- Fix a docstring of add_device (vponcova) +- Get the current device type only once (vponcova) +- Move the code for getting the name of the new root (vponcova) +- LiveImagePayload: move some functions to utils.py (rvykydal) +- LiveImagePayload: replace PostInstallTask with UpdateBLSConfigurationTask + (rvykydal) +- LiveImageHandler: make API and implementation method names consistent + (rvykydal) +- LiveImageHandler: use more descriptive names for installation tasks + (rvykydal) +- LiveImagePayload: Do not provide API for setting of required space (rvykydal) +- LiveImageHandler: prevent reusing of DownloadProgress instance (rvykydal) +- LiveImageHandler: simplify using of SetupInstallationSourceImageTask result + (rvykydal) +- LiveImageHandler: simplify using of CheckInstallationSourceImageTask result + (rvykydal) +- LiveImageHandler: remove interfaces for task results we don't need (rvykydal) +- Add logging to interactive utils (vponcova) +- Fix the FIXME comment for collect_selected_disks (vponcova) +- Rename the argument for the boot drive (vponcova) +- Remove empty lines in collect_used_devices (vponcova) +- Fix: Move the code for collecting device types (vponcova) +- Fix: Move the code for completing the device info (vponcova) +- Fix: Move the code for hiding protected disks to InstallerStorage (vponcova) +- Move the code for suggesting device names (vponcova) +- Fix: Move the code for getting a container device (vponcova) +- Fix: Move the code for collecting device types (vponcova) +- Fix pylint issues in the custom spoke (vponcova) +- Move the code for label validation (vponcova) +- Move the code for collecting supported mount points (vponcova) +- Show a detailed warning in the custom spoke (vponcova) +- Show a detailed error in the custom spoke (vponcova) +- Move the code for collecting containers (vponcova) +- Move the code for getting a container device (vponcova) +- Populate a container for the given device (vponcova) +- Simplify the code for creating container store rows (vponcova) +- Move the code for renaming containers (vponcova) +- Move the code for destroying devices (vponcova) +- Remove the method for removing empty parents (vponcova) +- Move the code for completing the device info (vponcova) +- Move the code for creating devices (vponcova) +- Move the function get_device_raid_level (vponcova) +- Refactor the code for setting up the device types (vponcova) +- Move the code for collecting device types (vponcova) +- Move the code for collecting file system types (vponcova) +- Move the code for getting the device LUKS version (vponcova) +- Move the code for the device reformatting (vponcova) +- Move the code for changed encryption (vponcova) +- Move the code for changing the device size (vponcova) +- Move the code for reverting reformat (vponcova) +- Collect roots with supported devices (vponcova) +- Move the code for adding the unknown page (vponcova) +- Move the code for adding the root page (vponcova) +- Move the code for creating a new root (vponcova) +- Move the code for adding the initial page (vponcova) +- Move the code for collecting roots to interactive utils (vponcova) +- Move constants and function from custom_storage.py (vponcova) +- Optimize the method _update_space_display of the custom spoke (vponcova) +- Remove the method _current_total_space from the custom spoke (vponcova) +- Remove the method _set_current_free_space of the custom spoke (vponcova) +- Move the code for hiding protected disks to InstallerStorage (vponcova) +- Don't check if disks have media present (vponcova) +- Rename _clearpart_devices in CustomPartitioningSpoke (vponcova) +- Rename get_new_devices in CustomPartitioningSpoke (vponcova) +- Fix: Remove bootloader_devices from CustomPartitioningSpoke (vponcova) +- Fix: Remove unused_devices from CustomPartitioningSpoke (vponcova) +- Remove bootloader_devices from CustomPartitioningSpoke (vponcova) +- Remove the attribute _devices from CustomPartitioningSpoke (vponcova) +- Remove unused_devices from CustomPartitioningSpoke (vponcova) +- Remove the property unused_devices from InstallerStorage (vponcova) +- Remove banners (vponcova) +- Replace the Progress hub (vponcova) +- Remove useless class attributes from SpokeCategory (vponcova) +- LiveImageHandler: add progress reporting of download (rvykydal) +- LiveImageHandler: split out Teardown task from PostInstall (rvykydal) +- LiveImageHandler: pass source image mount point as argument to tasks + (rvykydal) +- LiveImageHandler: PostInstallWithTask() 2/2 (rvykydal) +- LiveImagehandler: InstallWithTask() (rvykydal) +- LiveImageHandler: UpdateKernelVersionList() (rvykydal) +- LiveImageHandler: PostInstallWithTask() 1/2 (rvykydal) +- Change the sort order of the User Settings category (vponcova) +- Move all spokes to the Summary hub (vponcova) +- LiveImageHandler: PreInstallWithTask() (rvykydal) +- LiveImageHandler: SetupWithTask() (CheckInstallationSourceImage) (rvykydal) + * Thu Jul 11 2019 Jiri Konecny - 31.19-1 - Call teardown_all explicitly (vponcova) - Don't publish the module in the loop (vponcova) diff --git a/sources b/sources index 3cf6a37..266bdcd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-31.19.tar.bz2) = 066255e7d371ea0ee289718ed3b180f9a3aea3dea33600298ad4d66d4326820a6ecf9075d700ad4b1f80708e6f2cb54865099ec1eebf36eaa001dce45a449016 +SHA512 (anaconda-31.20.tar.bz2) = cb3a8fec5b73a0fa1b0969f4bce1b30f101c8f04ed2aa377e88ed3eba9f536086dd7a24420af9c023562ddcae64a673a273388f7b68fe69b3db706e9c2e5f717 From d7c44ba257a228c98ad984fda6e5b20a3dc9f6b4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 24 Jul 2019 17:52:50 +0000 Subject: [PATCH 072/135] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- anaconda.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/anaconda.spec b/anaconda.spec index 516272a..0bebcf6 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -5,7 +5,7 @@ Summary: Graphical system installer Name: anaconda Version: 31.20 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -353,6 +353,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Wed Jul 24 2019 Fedora Release Engineering - 31.20-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Mon Jul 22 2019 Jiri Konecny - 31.20-1 - Move code to exctract kernel version from tar to utils (jkonecny) - Add link for our translations to README (#1729788) (jkonecny) From fffa83a7a1bfdb9e5b899f876ec2b95ab7c90278 Mon Sep 17 00:00:00 2001 From: Jiri Konecny Date: Thu, 25 Jul 2019 15:30:19 +0200 Subject: [PATCH 073/135] New version 31.21-1 - Always schedule the installation task for joining realm (#1732620) (vponcova) - Fix issue raised by giving publisher as last parameter (jkonecny) - Use the new publisher patch decorator in a tests (jkonecny) - Add decorator as shortcut for a publisher patching (jkonecny) - Add test for creating invalid payload handler (jkonecny) - Fix tests after removing handlers publish method (jkonecny) - Remove _publish_handler method from payload module (jkonecny) - Fix tests because of new payload API change (jkonecny) - Remove get_handler_path from payload handlers (jkonecny) - Return path from payload handler publish methods (jkonecny) - Join all the payload handler create methods (jkonecny) - Publish payload handler after KS data are parsed (jkonecny) - Add handler factory and use that in payload module (jkonecny) - Add tests for new payload API (jkonecny) - Do not create payload handler if already set (jkonecny) - Add API to test if there is a payload handler set (jkonecny) - Do not set default payload handler (jkonecny) - Don't prune and sort actions in the partitioning task (vponcova) - Fix imports in the tests (jkonecny) - Adapt payload tests to a new task check function (jkonecny) - Adapt network tests to a new task check function (jkonecny) - Adapt localization tests to a new task check function (jkonecny) - Adapt bootloader test to a new task check function (jkonecny) - Adapt storage tests to a new check task function (jkonecny) - Make a new test func to check task creation (jkonecny) - Add test for new payload API on live image creation (jkonecny) - Add new payload API to create live image handler (jkonecny) - Add tests for new payload handlers solution (jkonecny) - Fix tests after payload handler logic change (jkonecny) - Add support to create DNF payload handler (jkonecny) - Improve payload handler creation abstraction (jkonecny) - Publish payload handler before it is set (jkonecny) - Fix payload generate_kickstart with no handler (jkonecny) - Add payload module API to get active handler (jkonecny) - Publish handler in the creation method call (jkonecny) - Propagate DBus path when creating handler (jkonecny) - Use base handler class by the handler modules (jkonecny) - Add payload handler base class (jkonecny) - Change main payload handlers to property (jkonecny) - Add root password SSH login override checkbox (#1716282) (mkolman) --- .gitignore | 1 + anaconda.spec | 46 ++++++++++++++++++++++++++++++++++++++++++++-- sources | 2 +- 3 files changed, 46 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index aa8da7c..2e623ae 100644 --- a/.gitignore +++ b/.gitignore @@ -200,3 +200,4 @@ /anaconda-31.18.tar.bz2 /anaconda-31.19.tar.bz2 /anaconda-31.20.tar.bz2 +/anaconda-31.21.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 0bebcf6..bc92b86 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,8 +4,8 @@ Summary: Graphical system installer Name: anaconda -Version: 31.20 -Release: 2%{?dist} +Version: 31.21 +Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -353,6 +353,48 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Thu Jul 25 2019 Jiri Konecny - 31.21-1 +- Always schedule the installation task for joining realm (#1732620) (vponcova) +- Fix issue raised by giving publisher as last parameter (jkonecny) +- Use the new publisher patch decorator in a tests (jkonecny) +- Add decorator as shortcut for a publisher patching (jkonecny) +- Add test for creating invalid payload handler (jkonecny) +- Fix tests after removing handlers publish method (jkonecny) +- Remove _publish_handler method from payload module (jkonecny) +- Fix tests because of new payload API change (jkonecny) +- Remove get_handler_path from payload handlers (jkonecny) +- Return path from payload handler publish methods (jkonecny) +- Join all the payload handler create methods (jkonecny) +- Publish payload handler after KS data are parsed (jkonecny) +- Add handler factory and use that in payload module (jkonecny) +- Add tests for new payload API (jkonecny) +- Do not create payload handler if already set (jkonecny) +- Add API to test if there is a payload handler set (jkonecny) +- Do not set default payload handler (jkonecny) +- Don't prune and sort actions in the partitioning task (vponcova) +- Fix imports in the tests (jkonecny) +- Adapt payload tests to a new task check function (jkonecny) +- Adapt network tests to a new task check function (jkonecny) +- Adapt localization tests to a new task check function (jkonecny) +- Adapt bootloader test to a new task check function (jkonecny) +- Adapt storage tests to a new check task function (jkonecny) +- Make a new test func to check task creation (jkonecny) +- Add test for new payload API on live image creation (jkonecny) +- Add new payload API to create live image handler (jkonecny) +- Add tests for new payload handlers solution (jkonecny) +- Fix tests after payload handler logic change (jkonecny) +- Add support to create DNF payload handler (jkonecny) +- Improve payload handler creation abstraction (jkonecny) +- Publish payload handler before it is set (jkonecny) +- Fix payload generate_kickstart with no handler (jkonecny) +- Add payload module API to get active handler (jkonecny) +- Publish handler in the creation method call (jkonecny) +- Propagate DBus path when creating handler (jkonecny) +- Use base handler class by the handler modules (jkonecny) +- Add payload handler base class (jkonecny) +- Change main payload handlers to property (jkonecny) +- Add root password SSH login override checkbox (#1716282) (mkolman) + * Wed Jul 24 2019 Fedora Release Engineering - 31.20-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild diff --git a/sources b/sources index 266bdcd..6c9f7aa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-31.20.tar.bz2) = cb3a8fec5b73a0fa1b0969f4bce1b30f101c8f04ed2aa377e88ed3eba9f536086dd7a24420af9c023562ddcae64a673a273388f7b68fe69b3db706e9c2e5f717 +SHA512 (anaconda-31.21.tar.bz2) = ac45afcc6a8864a9d8bc8aef49ac250437206b701372cd64b817a1a8d48f9521fddb902e0b32a03183fed4a87d0634a9d8ae3670e68388ddf243e70cf71d1bae From 6e93a4c9253fee7f94f2191e19f7150f197f8cd1 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Wed, 31 Jul 2019 17:41:50 +0200 Subject: [PATCH 074/135] New version 31.22-1 - Fix pylint warning (vponcova) - Keep getSysroot for kdump-anaconda-addon (vponcova) - Specify sizes of nonexistent devices in tests (vponcova) - network tui: fix a typo concerning inifiniband device configuration (rvykydal) - Remove the object observers from UI (vponcova) - Remove the method changed (vponcova) - Move the preserved arguments to the Anaconda configuration file (vponcova) - Remove system root from DBus methods (vponcova) - Rename setSysroot (vponcova) - Replace getSysroot (vponcova) - Replace getTargetPhysicalRoot (vponcova) - Replace publisher patches with the new solution (jkonecny) - Handle disk selection errors in get_candidate_disks (vponcova) - Don't verify mounted partitions of protected disks (vponcova) - Always protect the live backing device (#1706335) (vponcova) - Don't change the storage if the reset fails (vponcova) - Remove support for teardown before storage reset (vponcova) --- .gitignore | 1 + anaconda.spec | 25 +++++++++++++++++++++---- sources | 2 +- 3 files changed, 23 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 2e623ae..6cff2e3 100644 --- a/.gitignore +++ b/.gitignore @@ -201,3 +201,4 @@ /anaconda-31.19.tar.bz2 /anaconda-31.20.tar.bz2 /anaconda-31.21.tar.bz2 +/anaconda-31.22.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index bc92b86..85805b3 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,7 +4,7 @@ Summary: Graphical system installer Name: anaconda -Version: 31.21 +Version: 31.22 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -353,6 +353,26 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Wed Jul 31 2019 Martin Kolman - 31.22-1 +- Fix pylint warning (vponcova) +- Keep getSysroot for kdump-anaconda-addon (vponcova) +- Specify sizes of nonexistent devices in tests (vponcova) +- network tui: fix a typo concerning inifiniband device configuration + (rvykydal) +- Remove the object observers from UI (vponcova) +- Remove the method changed (vponcova) +- Move the preserved arguments to the Anaconda configuration file (vponcova) +- Remove system root from DBus methods (vponcova) +- Rename setSysroot (vponcova) +- Replace getSysroot (vponcova) +- Replace getTargetPhysicalRoot (vponcova) +- Replace publisher patches with the new solution (jkonecny) +- Handle disk selection errors in get_candidate_disks (vponcova) +- Don't verify mounted partitions of protected disks (vponcova) +- Always protect the live backing device (#1706335) (vponcova) +- Don't change the storage if the reset fails (vponcova) +- Remove support for teardown before storage reset (vponcova) + * Thu Jul 25 2019 Jiri Konecny - 31.21-1 - Always schedule the installation task for joining realm (#1732620) (vponcova) - Fix issue raised by giving publisher as last parameter (jkonecny) @@ -395,9 +415,6 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d - Change main payload handlers to property (jkonecny) - Add root password SSH login override checkbox (#1716282) (mkolman) -* Wed Jul 24 2019 Fedora Release Engineering - 31.20-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - * Mon Jul 22 2019 Jiri Konecny - 31.20-1 - Move code to exctract kernel version from tar to utils (jkonecny) - Add link for our translations to README (#1729788) (jkonecny) diff --git a/sources b/sources index 6c9f7aa..231b966 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-31.21.tar.bz2) = ac45afcc6a8864a9d8bc8aef49ac250437206b701372cd64b817a1a8d48f9521fddb902e0b32a03183fed4a87d0634a9d8ae3670e68388ddf243e70cf71d1bae +SHA512 (anaconda-31.22.tar.bz2) = de2280fa57847f01eea2f780b8c5b490fc7d543290c87df3bba63e9d9bacc0d9ebc81f3f099eca2ae68974ea1e112730d827cc56734a083f93830be8228cb7ba From 26764ff5e1a458d15725f467c9e380cd14a074ee Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Wed, 14 Aug 2019 18:23:58 +0200 Subject: [PATCH 075/135] New version 32.1-1 - Use append_dbus_tasks() for DBus Task scheduling (mkolman) - Add append_dbus_task method to TaskQueue (mkolman) - Replace Firewall and Network command setup() method (mkolman) - Add support for localization of modules (rvykydal) - Don't measure code coverage during the installation (vponcova) - Use the new discovery & join DBUS tasks (mkolman) - Increase network timeout constant (jkonecny) - Add DBUS Tasks for realm discovery & joining a realm (mkolman) - Add the add_requirements() method for PayloadRequirements (mkolman) - Extend RealmData (mkolman) - Set timeout for all session.get calls (jkonecny) - Add support for disabling modules via module --disable (mkolman) - Don't check the format status in UI (vponcova) - Fix updating of ifcfg files for ifname= bound devices (#1727904) (rvykydal) - network module: be more strict when adding physical device configuration (#1727904) (rvykydal) - Adapt to changes caused by NM in initramfs (#1727904) (rvykydal) - Change the documentation of the 'reason' attribute (vponcova) - Fix traceback in network module installation task. (rvykydal) - Remove the connect method of DBusObserver (vponcova) - Remember which modules are addons (vponcova) - Simplify the initialization of the module observer (vponcova) - Remove the support for the object observer (vponcova) - Move the module manager to a new subpackage (vponcova) --- .gitignore | 1 + anaconda.spec | 32 ++++++++++++++++++++++++++++---- sources | 2 +- 3 files changed, 30 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 6cff2e3..279fbba 100644 --- a/.gitignore +++ b/.gitignore @@ -202,3 +202,4 @@ /anaconda-31.20.tar.bz2 /anaconda-31.21.tar.bz2 /anaconda-31.22.tar.bz2 +/anaconda-32.1.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 85805b3..72751f2 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,7 +4,7 @@ Summary: Graphical system installer Name: anaconda -Version: 31.22 +Version: 32.1 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -35,7 +35,7 @@ Source0: %{name}-%{version}.tar.bz2 %define libxklavierver 5.4 %define mehver 0.23-1 %define nmver 1.0 -%define pykickstartver 3.19-1 +%define pykickstartver 3.21-1 %define pypartedver 2.5-2 %define rpmver 4.10.0 %define simplelinever 1.1-1 @@ -121,8 +121,6 @@ Requires: systemd Requires: python3-pid Requires: python3-ordered-set >= 2.0.0 -Requires: python3-coverage >= 4.0-0.12.b3 - # required because of the rescue mode and VNC question Requires: anaconda-tui = %{version}-%{release} @@ -353,6 +351,32 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Wed Aug 14 2019 Martin Kolman - 32.1-1 +- Use append_dbus_tasks() for DBus Task scheduling (mkolman) +- Add append_dbus_task method to TaskQueue (mkolman) +- Replace Firewall and Network command setup() method (mkolman) +- Add support for localization of modules (rvykydal) +- Don't measure code coverage during the installation (vponcova) +- Use the new discovery & join DBUS tasks (mkolman) +- Increase network timeout constant (jkonecny) +- Add DBUS Tasks for realm discovery & joining a realm (mkolman) +- Add the add_requirements() method for PayloadRequirements (mkolman) +- Extend RealmData (mkolman) +- Set timeout for all session.get calls (jkonecny) +- Add support for disabling modules via module --disable (mkolman) +- Don't check the format status in UI (vponcova) +- Fix updating of ifcfg files for ifname= bound devices (#1727904) (rvykydal) +- network module: be more strict when adding physical device configuration + (#1727904) (rvykydal) +- Adapt to changes caused by NM in initramfs (#1727904) (rvykydal) +- Change the documentation of the 'reason' attribute (vponcova) +- Fix traceback in network module installation task. (rvykydal) +- Remove the connect method of DBusObserver (vponcova) +- Remember which modules are addons (vponcova) +- Simplify the initialization of the module observer (vponcova) +- Remove the support for the object observer (vponcova) +- Move the module manager to a new subpackage (vponcova) + * Wed Jul 31 2019 Martin Kolman - 31.22-1 - Fix pylint warning (vponcova) - Keep getSysroot for kdump-anaconda-addon (vponcova) diff --git a/sources b/sources index 231b966..b3c5f7c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-31.22.tar.bz2) = de2280fa57847f01eea2f780b8c5b490fc7d543290c87df3bba63e9d9bacc0d9ebc81f3f099eca2ae68974ea1e112730d827cc56734a083f93830be8228cb7ba +SHA512 (anaconda-32.1.tar.bz2) = 4355de08f699dc55f1b143425ec18b28403f8eb5fa0c40dea63b4ed9b7160171fb641a58dbaeda6c2c658910acea277dd80b7236d863ad22d649950de1fac601 From 4897f6fc765ed060dc2bf1b3442c815224e1ffd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sun, 18 Aug 2019 14:59:50 +0200 Subject: [PATCH 076/135] Rebuilt for Python 3.8 --- anaconda.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/anaconda.spec b/anaconda.spec index 72751f2..b13a2ba 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -5,7 +5,7 @@ Summary: Graphical system installer Name: anaconda Version: 32.1 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -351,6 +351,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Sun Aug 18 2019 Miro Hrončok - 32.1-2 +- Rebuilt for Python 3.8 + * Wed Aug 14 2019 Martin Kolman - 32.1-1 - Use append_dbus_tasks() for DBus Task scheduling (mkolman) - Add append_dbus_task method to TaskQueue (mkolman) From 9936f6941f0f412ad712e07276c34a88872154ea Mon Sep 17 00:00:00 2001 From: Jiri Konecny Date: Mon, 19 Aug 2019 18:25:55 +0200 Subject: [PATCH 077/135] New version 32.2-1 - Set the minimum required entropy only once (vponcova) - Rename the icon (#1740864) (vponcova) - Format strings with format in interactive utils (vponcova) - Rename _get_device_info_description in the custom spoke (vponcova) - Remove pyanaconda.storage.partitioning (vponcova) - Use the partitioning request in TUI (vponcova) - Use the partitioning request in GUI (vponcova) - Update the storage initialization and configuration (vponcova) - Use the partitioning request in the tests (vponcova) - Use the partitioning request in the automatic partitioning module (vponcova) - Use the partitioning request in the automatic partitioning task (vponcova) - Exclude mount points from the automatic partitioning (vponcova) - Create a DBus structure for the partitioning request (vponcova) - Don't load the repo device path twice in the Payload class (vponcova) - Rename device_path to repo_device_path in the Payload class (vponcova) - Rename get_mount_device in payload utils (vponcova) - Remove a redundant condition in the Payload class (vponcova) - Specify types of arguments in the payload utils (vponcova) - Use the payload utils in UI (vponcova) - Add a new function unmount_device to payload utils (vponcova) - Add a new function setup_device to payload utils (vponcova) - Add a new function mount_device to payload utils (vponcova) - Add a new function teardown_device to payload utils (vponcova) - Move the support methods for image installations (vponcova) - Change the method for finding potential HDISO sources (vponcova) - Change the method for finding a valid optical install media (vponcova) - Add a new function resolve_device to payload utils (vponcova) - Rename variables and arguments in the Payload class (vponcova) - Provide a documentation for the payload utils (vponcova) - Don't propagate the storage and data to the payload again (vponcova) - Collect addons after running the %pre section (vponcova) - Fix: Merge the code for the device info validation (vponcova) - Fix: Generate the device info in interactive utils (vponcova) - Fix: Simplify the code for validating mount points (vponcova) - Handle a missing value of the mount point attribute (vponcova) - Improve logging of the device info changes (vponcova) - Remove the constants for the device type strings (vponcova) - Move the code for collecting supported RAID levels (vponcova) - Move the code for the device info validation (vponcova) - Move the code for the raid level validation (vponcova) - Simplify the code for validating mount points (vponcova) - Move the code for validating mount points (vponcova) - Generate the device info in interactive utils (vponcova) - Simplify overriding disk set with container's (vponcova) - Simplify the removal of the device (vponcova) - Merge the code for changing the size (vponcova) - Move code to the function revert_reformat (vponcova) - Change arguments of the method for reformatting (vponcova) - Merge the code for the device info validation (vponcova) - Split the code for collecting the new device info (vponcova) - Move the code for collecting the new device info (vponcova) - Apply the device info changes in new methods (vponcova) - Remove the code for comparing the device info (vponcova) - Remove variables for new device info (vponcova) - Remove variables for old device info (vponcova) - Move the code for comparing the device info (vponcova) - Simplify logging of the device infos (vponcova) - Move the code for the new device info (vponcova) - Move the code for the old device info (vponcova) - Add squashfs+overlayfs base live image detection (bcl) - liveinst: Add support for plain squashfs root filesystem (bcl) --- .gitignore | 1 + anaconda.spec | 70 +++++++++++++++++++++++++++++++++++++++++++++++---- sources | 2 +- 3 files changed, 67 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 279fbba..5ed2fd7 100644 --- a/.gitignore +++ b/.gitignore @@ -203,3 +203,4 @@ /anaconda-31.21.tar.bz2 /anaconda-31.22.tar.bz2 /anaconda-32.1.tar.bz2 +/anaconda-32.2.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index b13a2ba..19c6d5d 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,8 +4,8 @@ Summary: Graphical system installer Name: anaconda -Version: 32.1 -Release: 2%{?dist} +Version: 32.2 +Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -81,7 +81,7 @@ The anaconda package is a metapackage for the Anaconda installer. Summary: Core of the Anaconda installer Requires: python3-libs Requires: python3-dnf >= %{dnfver} -Requires: python3-blivet >= 1:3.1.4-2 +Requires: python3-blivet >= 1:3.1.5-1 Requires: python3-blockdev >= %{libblockdevver} Requires: python3-meh >= %{mehver} Requires: libreport-anaconda >= 2.0.21-1 @@ -351,8 +351,68 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog -* Sun Aug 18 2019 Miro Hrončok - 32.1-2 -- Rebuilt for Python 3.8 +* Mon Aug 19 2019 Jiri Konecny - 32.2-1 +- Set the minimum required entropy only once (vponcova) +- Rename the icon (#1740864) (vponcova) +- Format strings with format in interactive utils (vponcova) +- Rename _get_device_info_description in the custom spoke (vponcova) +- Remove pyanaconda.storage.partitioning (vponcova) +- Use the partitioning request in TUI (vponcova) +- Use the partitioning request in GUI (vponcova) +- Update the storage initialization and configuration (vponcova) +- Use the partitioning request in the tests (vponcova) +- Use the partitioning request in the automatic partitioning module (vponcova) +- Use the partitioning request in the automatic partitioning task (vponcova) +- Exclude mount points from the automatic partitioning (vponcova) +- Create a DBus structure for the partitioning request (vponcova) +- Don't load the repo device path twice in the Payload class (vponcova) +- Rename device_path to repo_device_path in the Payload class (vponcova) +- Rename get_mount_device in payload utils (vponcova) +- Remove a redundant condition in the Payload class (vponcova) +- Specify types of arguments in the payload utils (vponcova) +- Use the payload utils in UI (vponcova) +- Add a new function unmount_device to payload utils (vponcova) +- Add a new function setup_device to payload utils (vponcova) +- Add a new function mount_device to payload utils (vponcova) +- Add a new function teardown_device to payload utils (vponcova) +- Move the support methods for image installations (vponcova) +- Change the method for finding potential HDISO sources (vponcova) +- Change the method for finding a valid optical install media (vponcova) +- Add a new function resolve_device to payload utils (vponcova) +- Rename variables and arguments in the Payload class (vponcova) +- Provide a documentation for the payload utils (vponcova) +- Don't propagate the storage and data to the payload again (vponcova) +- Collect addons after running the %%pre section (vponcova) +- Fix: Merge the code for the device info validation (vponcova) +- Fix: Generate the device info in interactive utils (vponcova) +- Fix: Simplify the code for validating mount points (vponcova) +- Handle a missing value of the mount point attribute (vponcova) +- Improve logging of the device info changes (vponcova) +- Remove the constants for the device type strings (vponcova) +- Move the code for collecting supported RAID levels (vponcova) +- Move the code for the device info validation (vponcova) +- Move the code for the raid level validation (vponcova) +- Simplify the code for validating mount points (vponcova) +- Move the code for validating mount points (vponcova) +- Generate the device info in interactive utils (vponcova) +- Simplify overriding disk set with container's (vponcova) +- Simplify the removal of the device (vponcova) +- Merge the code for changing the size (vponcova) +- Move code to the function revert_reformat (vponcova) +- Change arguments of the method for reformatting (vponcova) +- Merge the code for the device info validation (vponcova) +- Split the code for collecting the new device info (vponcova) +- Move the code for collecting the new device info (vponcova) +- Apply the device info changes in new methods (vponcova) +- Remove the code for comparing the device info (vponcova) +- Remove variables for new device info (vponcova) +- Remove variables for old device info (vponcova) +- Move the code for comparing the device info (vponcova) +- Simplify logging of the device infos (vponcova) +- Move the code for the new device info (vponcova) +- Move the code for the old device info (vponcova) +- Add squashfs+overlayfs base live image detection (bcl) +- liveinst: Add support for plain squashfs root filesystem (bcl) * Wed Aug 14 2019 Martin Kolman - 32.1-1 - Use append_dbus_tasks() for DBus Task scheduling (mkolman) diff --git a/sources b/sources index b3c5f7c..8a4893e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-32.1.tar.bz2) = 4355de08f699dc55f1b143425ec18b28403f8eb5fa0c40dea63b4ed9b7160171fb641a58dbaeda6c2c658910acea277dd80b7236d863ad22d649950de1fac601 +SHA512 (anaconda-32.2.tar.bz2) = 6700c89ace8e405e4a216222cfeb7492cb58e50c99e0ebeb27ae624f8ac85dbfcf5f0458923064d609167c3f9d203fb20ff7a7e0a545640ba6840dd46768197e From 8947c866d03d13e50d4c3f01831b1879eaa55f4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 21 Aug 2019 19:15:58 +0200 Subject: [PATCH 078/135] Rebuilt for Python 3.8 --- anaconda.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/anaconda.spec b/anaconda.spec index 19c6d5d..df10bcd 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -5,7 +5,7 @@ Summary: Graphical system installer Name: anaconda Version: 32.2 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -351,6 +351,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Wed Aug 21 2019 Miro Hrončok - 32.2-2 +- Rebuilt for Python 3.8 + * Mon Aug 19 2019 Jiri Konecny - 32.2-1 - Set the minimum required entropy only once (vponcova) - Rename the icon (#1740864) (vponcova) From 27460aa3790ea5ff49765cdb379b8d83837c98c0 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Mon, 26 Aug 2019 18:21:33 +0200 Subject: [PATCH 079/135] New version 32.3-1 - Use the task container to publish tasks (vponcova) - Remove publish_task (vponcova) - Make tasks publishable (vponcova) - Create and set up the DBus container for tasks (vponcova) - Add note to fix time consuming live os dbus task (jkonecny) - Add notes for the future work on the module payloads (jkonecny) - Move constants specific for copy dd task (jkonecny) - Add test for updating bls entries task (jkonecny) - Add test for Live OS post installation task (jkonecny) - Add test for create_rescue_image function (jkonecny) - Add Live OS handler test for install with task (jkonecny) - Add live payload handler test for InstallWithImageTask (jkonecny) - Improve tests for live os image detection code (jkonecny) - Add live os test for kernel version list (jkonecny) - Make consistent imports (jkonecny) - Replace getSysroot by conf value (jkonecny) - Move get_dir_size test to the payload module tests (jkonecny) - Move get_dir_size function to the payload.base.utils (jkonecny) - Rename GetDirSize to get_dir_size (jkonecny) - Add sysroot param to the copy DD files task (jkonecny) - Change write module blacklist to take sysroot param (jkonecny) - Change create root dir func to take sysroot param (jkonecny) - Add sysroot param to prepare installation task (jkonecny) - Rename payload shared to base (jkonecny) - Add Live OS handler space required test (jkonecny) - Inline copy driver disk payload function to task (jkonecny) - Add API for required space to live os payload handler (jkonecny) - Add copy DD files task to live image payload handler (jkonecny) - Use new task copy driver disks files to old payload (jkonecny) - Add copy DD files as post install task to live os handler (jkonecny) - Add post-installation task to live os payload handler (jkonecny) - Do a facelift to the old copy driver disk function (jkonecny) - Moved copy driver disk to the payload module shared (jkonecny) - Use new shared task in the old payload module (jkonecny) - Add test for prepare installation payload task (jkonecny) - Add tests for payload module shared utils (jkonecny) - Create and use task to prepare installation for LiveOS (jkonecny) - Move payload shared code for handlers to a directory (jkonecny) - Move write module blacklist to paylod module (jkonecny) - Move create root directory to its own function (jkonecny) - Add install task with API to Live OS handler (jkonecny) - Add kernel version list support to live os handler (jkonecny) - Fix noverifyssl when downloading .treeinfo file (#1723811) (jkonecny) - Add the DBus property PartitioningMethod (vponcova) - Add support for dynamic partitioning modules (vponcova) - Make partitioning modules publishable (vponcova) - Create the partitioning factory (vponcova) - Use a DBus container for the device trees (vponcova) - Add support for DBus containers (vponcova) - Add a simple unit test for TUI and GUI (vponcova) - Add logic to create flatpaks rpmostree payload (#1734970) (jkonecny) - Move flatpak code to a new ostree payload class (#1734970) (jkonecny) - Create flatpak in ostree payload only if available (#1734970) (jkonecny) - Update tests for new class method is_available (#1734970) (jkonecny) - Make flatpak is_available() a static method (#1734970) (jkonecny) - Remove the fixed file:// from the flatpak remote (#1734970) (jkonecny) - Fix payload prepare mount targets install task (#1734970) (jkonecny) - Merge rpmostreepayload installation under one task (#1734970) (jkonecny) - Move progress messaging from flatpak to rpmostree (#1734970) (jkonecny) - Add test for flatpak change remote for refs (#1734970) (jkonecny) - Replace remote for installed refs in rpmpayload (#1734970) (jkonecny) - Use new flatpak replace remote on installed refs (#1734970) (jkonecny) - Add flatpak remote replace for installed refs (#1734970) (jkonecny) - Make flatpak ref full format method more generic (#1734970) (jkonecny) - Create an flatpak base ref list object (#1734970) (jkonecny) - Use flatpak add/remove remotes in ostree payload (#1734970) (jkonecny) - Add flatpak tests for adding and removing remotes (#1734970) (jkonecny) - Implement flatpak adding and removing remotes (#1734970) (jkonecny) - Adapt flatpak tests to the new changes (#1734970) (jkonecny) - Change flatpak remote logic (#1734970) (jkonecny) - Rename flatpak REMOTE_NAME to LOCAL_REMOTE_NAME (#1734970) (jkonecny) - Make flatpak ref lists object consistent (#1734970) (jkonecny) - Implement object to get installed flatpak refs (#1734970) (jkonecny) - Add flatpak error reporting implementation (#1734970) (jkonecny) - Cleanup temp repository of flatpak before install (#1734970) (jkonecny) - Add and fix tests for newly added flatpak cleanup (#1734970) (jkonecny) - Add flatpak cleanup method (#1734970) (jkonecny) - Split flatpak setup to two initialization methods (#1734970) (jkonecny) - Fix tests after connecting to flatpak signals (#1734970) (jkonecny) - Add callbacks to monitor flatpak transactions (#1734970) (jkonecny) - Install flatpaks as part of ostree installation (#1734970) (jkonecny) - Add test for the flatpak install method (#1734970) (jkonecny) - Add support to install all remote flatpaks (#1734970) (jkonecny) - Add flatpak required space test (#1734970) (jkonecny) - Add get_required_space to the flatpak payload (#1734970) (jkonecny) - Add flatpak object to abstract flatpak Ref list (#1734970) (jkonecny) - Don't configure the default target without systemd (#1744115) (vponcova) - Change flatpak remote name to constant (#1734970) (jkonecny) - Use FlatpakPayload from the RPMOStreePayload (#1734970) (jkonecny) - Add test for the flatpak setup method (#1734970) (jkonecny) - Add method to setup flatpak objects (#1734970) (jkonecny) - Add flatpak test for remote availability (#1734970) (jkonecny) - Add check if flatpak remote repo is available (#1734970) (jkonecny) - Add libflatpak dependency to the anaconda spec (#1734970) (jkonecny) - Add an empty class to handle flatpak (#1734970) (jkonecny) - Look for existing installations on existing devices (vponcova) - Require a mount point only for mountable formats (vponcova) - Handle the missing mountpoint attribute (#1743853) (vponcova) --- .gitignore | 1 + anaconda.spec | 106 ++++++++++++++++++++++++++++++++++++++++++++++++-- sources | 2 +- 3 files changed, 104 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 5ed2fd7..246554b 100644 --- a/.gitignore +++ b/.gitignore @@ -204,3 +204,4 @@ /anaconda-31.22.tar.bz2 /anaconda-32.1.tar.bz2 /anaconda-32.2.tar.bz2 +/anaconda-32.3.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index df10bcd..b30b90c 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,8 +4,8 @@ Summary: Graphical system installer Name: anaconda -Version: 32.2 -Release: 2%{?dist} +Version: 32.3 +Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -100,6 +100,7 @@ Requires: python3-pwquality Requires: python3-systemd Requires: python3-pydbus Requires: python3-productmd +Requires: flatpak-libs # pwquality only "recommends" the dictionaries it needs to do anything useful, # which is apparently great for containers but unhelpful for the rest of us @@ -351,8 +352,105 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog -* Wed Aug 21 2019 Miro Hrončok - 32.2-2 -- Rebuilt for Python 3.8 +* Mon Aug 26 2019 Martin Kolman - 32.3-1 +- Use the task container to publish tasks (vponcova) +- Remove publish_task (vponcova) +- Make tasks publishable (vponcova) +- Create and set up the DBus container for tasks (vponcova) +- Add note to fix time consuming live os dbus task (jkonecny) +- Add notes for the future work on the module payloads (jkonecny) +- Move constants specific for copy dd task (jkonecny) +- Add test for updating bls entries task (jkonecny) +- Add test for Live OS post installation task (jkonecny) +- Add test for create_rescue_image function (jkonecny) +- Add Live OS handler test for install with task (jkonecny) +- Add live payload handler test for InstallWithImageTask (jkonecny) +- Improve tests for live os image detection code (jkonecny) +- Add live os test for kernel version list (jkonecny) +- Make consistent imports (jkonecny) +- Replace getSysroot by conf value (jkonecny) +- Move get_dir_size test to the payload module tests (jkonecny) +- Move get_dir_size function to the payload.base.utils (jkonecny) +- Rename GetDirSize to get_dir_size (jkonecny) +- Add sysroot param to the copy DD files task (jkonecny) +- Change write module blacklist to take sysroot param (jkonecny) +- Change create root dir func to take sysroot param (jkonecny) +- Add sysroot param to prepare installation task (jkonecny) +- Rename payload shared to base (jkonecny) +- Add Live OS handler space required test (jkonecny) +- Inline copy driver disk payload function to task (jkonecny) +- Add API for required space to live os payload handler (jkonecny) +- Add copy DD files task to live image payload handler (jkonecny) +- Use new task copy driver disks files to old payload (jkonecny) +- Add copy DD files as post install task to live os handler (jkonecny) +- Add post-installation task to live os payload handler (jkonecny) +- Do a facelift to the old copy driver disk function (jkonecny) +- Moved copy driver disk to the payload module shared (jkonecny) +- Use new shared task in the old payload module (jkonecny) +- Add test for prepare installation payload task (jkonecny) +- Add tests for payload module shared utils (jkonecny) +- Create and use task to prepare installation for LiveOS (jkonecny) +- Move payload shared code for handlers to a directory (jkonecny) +- Move write module blacklist to paylod module (jkonecny) +- Move create root directory to its own function (jkonecny) +- Add install task with API to Live OS handler (jkonecny) +- Add kernel version list support to live os handler (jkonecny) +- Fix noverifyssl when downloading .treeinfo file (#1723811) (jkonecny) +- Add the DBus property PartitioningMethod (vponcova) +- Add support for dynamic partitioning modules (vponcova) +- Make partitioning modules publishable (vponcova) +- Create the partitioning factory (vponcova) +- Use a DBus container for the device trees (vponcova) +- Add support for DBus containers (vponcova) +- Add a simple unit test for TUI and GUI (vponcova) +- Add logic to create flatpaks rpmostree payload (#1734970) (jkonecny) +- Move flatpak code to a new ostree payload class (#1734970) (jkonecny) +- Create flatpak in ostree payload only if available (#1734970) (jkonecny) +- Update tests for new class method is_available (#1734970) (jkonecny) +- Make flatpak is_available() a static method (#1734970) (jkonecny) +- Remove the fixed file:// from the flatpak remote (#1734970) (jkonecny) +- Fix payload prepare mount targets install task (#1734970) (jkonecny) +- Merge rpmostreepayload installation under one task (#1734970) (jkonecny) +- Move progress messaging from flatpak to rpmostree (#1734970) (jkonecny) +- Add test for flatpak change remote for refs (#1734970) (jkonecny) +- Replace remote for installed refs in rpmpayload (#1734970) (jkonecny) +- Use new flatpak replace remote on installed refs (#1734970) (jkonecny) +- Add flatpak remote replace for installed refs (#1734970) (jkonecny) +- Make flatpak ref full format method more generic (#1734970) (jkonecny) +- Create an flatpak base ref list object (#1734970) (jkonecny) +- Use flatpak add/remove remotes in ostree payload (#1734970) (jkonecny) +- Add flatpak tests for adding and removing remotes (#1734970) (jkonecny) +- Implement flatpak adding and removing remotes (#1734970) (jkonecny) +- Adapt flatpak tests to the new changes (#1734970) (jkonecny) +- Change flatpak remote logic (#1734970) (jkonecny) +- Rename flatpak REMOTE_NAME to LOCAL_REMOTE_NAME (#1734970) (jkonecny) +- Make flatpak ref lists object consistent (#1734970) (jkonecny) +- Implement object to get installed flatpak refs (#1734970) (jkonecny) +- Add flatpak error reporting implementation (#1734970) (jkonecny) +- Cleanup temp repository of flatpak before install (#1734970) (jkonecny) +- Add and fix tests for newly added flatpak cleanup (#1734970) (jkonecny) +- Add flatpak cleanup method (#1734970) (jkonecny) +- Split flatpak setup to two initialization methods (#1734970) (jkonecny) +- Fix tests after connecting to flatpak signals (#1734970) (jkonecny) +- Add callbacks to monitor flatpak transactions (#1734970) (jkonecny) +- Install flatpaks as part of ostree installation (#1734970) (jkonecny) +- Add test for the flatpak install method (#1734970) (jkonecny) +- Add support to install all remote flatpaks (#1734970) (jkonecny) +- Add flatpak required space test (#1734970) (jkonecny) +- Add get_required_space to the flatpak payload (#1734970) (jkonecny) +- Add flatpak object to abstract flatpak Ref list (#1734970) (jkonecny) +- Don't configure the default target without systemd (#1744115) (vponcova) +- Change flatpak remote name to constant (#1734970) (jkonecny) +- Use FlatpakPayload from the RPMOStreePayload (#1734970) (jkonecny) +- Add test for the flatpak setup method (#1734970) (jkonecny) +- Add method to setup flatpak objects (#1734970) (jkonecny) +- Add flatpak test for remote availability (#1734970) (jkonecny) +- Add check if flatpak remote repo is available (#1734970) (jkonecny) +- Add libflatpak dependency to the anaconda spec (#1734970) (jkonecny) +- Add an empty class to handle flatpak (#1734970) (jkonecny) +- Look for existing installations on existing devices (vponcova) +- Require a mount point only for mountable formats (vponcova) +- Handle the missing mountpoint attribute (#1743853) (vponcova) * Mon Aug 19 2019 Jiri Konecny - 32.2-1 - Set the minimum required entropy only once (vponcova) diff --git a/sources b/sources index 8a4893e..1a7f70f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-32.2.tar.bz2) = 6700c89ace8e405e4a216222cfeb7492cb58e50c99e0ebeb27ae624f8ac85dbfcf5f0458923064d609167c3f9d203fb20ff7a7e0a545640ba6840dd46768197e +SHA512 (anaconda-32.3.tar.bz2) = 95d6a0743eaa7c0196e395999fbb9c60e94a992a150a470fbe1b06ab3fe3cb9e32f5f43fbcdf80309e9005e959836e731863a3184ce233de3abffd810c346b23 From ed3a65c513267c94491ae2a423b6e64362d1051f Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Thu, 5 Sep 2019 19:54:10 +0200 Subject: [PATCH 080/135] New version 32.4-1 - Add tests for the device factory requests (vponcova) - Raise an exception if the device type is unsupported (vponcova) - Fix: Move the code for getting the device LUKS versions (vponcova) - Use a device factory request to populate the right side (vponcova) - Improve logging of the custom spoke (vponcova) - Use the device factory request to change devices (vponcova) - Generate a device factory request (vponcova) - Use a device factory request to add a mount point (vponcova) - Add support for transforming device factory requests to arguments (vponcova) - Add DBus support for the device factory request (vponcova) - Fix tests after using flatpak format_ref method (jkonecny) - Use flatpak API to create ref string (jkonecny) - network: make sure configuration from boot options has ONBOOT=yes (#1727904) (rvykydal) - network: fix dumping of generic "Wired connection" created in initramfs (#1727904) (rvykydal) - Make clear where repo names are used not objects (jkonecny) - Remove __main__ functions for testing (vponcova) - Drop dhclient requirement (pbrobinson) - Compare normalized XML strings (vponcova) - Add temporal pylint false positive (jkonecny) - Make default state of treeinfo repos configurable by product (riehecky) - Fix pylint test by loading C extensions (jkonecny) - Drop dhclient requirement (pbrobinson) - Fall back to a boot drive with a valid stage1 device (#1168118) (vponcova) - Use test dependencies from Fedora instead of pip (jkonecny) - Do not crash test env setup in case of empty list (jkonecny) - Fix parsing of hostname from cmdline for ipv6. (rvykydal) - dnfpayload: repo in _fetch_md is a dnf repo not ksrepo (awilliam) - Don't set up a warning label to None (#1745933) (vponcova) - Add DBus support for shrinking devices (vponcova) - Add DBus support for removing devices (vponcova) - Devices to be shrinked are always resizable (vponcova) - Identify devices by theirs names in the resize dialog (vponcova) - Refactorize the ResizeDialog (vponcova) - network module: guard onboot configuration task by environment (rvykydal) - network: modify autoactivate via NM API with a separate task (rvykydal) - network: get ONBOOT values from NM connections (rvykydal) - network: activate connections during initramfs consolidation synchronously (rvykydal) - network: block autoactivation also when updating iniramfs connection (rvykydal) - network: find initramfs connections even without ifcfg files (#1727904) (rvykydal) - network: block autoactivation when adding connection from kickstart (rvykydal) - network: split the function for adding a connection from kickstart (rvykydal) - network: implement NM connection change commit using Update2() (rvykydal) - network: fix setting real ONBOOT for inactive vlan devices (rvykydal) - network: modify ONBOOT via libnm during network initialization (rvykydal) - network: set autoconnect/ONBOOT to yes for default connection in tui (rvykydal) - network: get rid of ONBOOT workaround in tui (rvykydal) - More detailed addon logging (riehecky) - Revert "Keep getSysroot for kdump-anaconda-addon" (vponcova) --- .gitignore | 1 + anaconda.spec | 60 +++++++++++++++++++++++++++++++++++++++++++++++++-- sources | 2 +- 3 files changed, 60 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 246554b..3044252 100644 --- a/.gitignore +++ b/.gitignore @@ -205,3 +205,4 @@ /anaconda-32.1.tar.bz2 /anaconda-32.2.tar.bz2 /anaconda-32.3.tar.bz2 +/anaconda-32.4.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index b30b90c..501e07a 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,7 +4,7 @@ Summary: Graphical system installer Name: anaconda -Version: 32.3 +Version: 32.4 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -114,7 +114,6 @@ Requires: openssh Requires: NetworkManager >= %{nmver} Requires: NetworkManager-libnm >= %{nmver} Requires: NetworkManager-team -Requires: dhclient Requires: kbd Requires: chrony Requires: python3-ntplib @@ -352,6 +351,63 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Thu Sep 05 2019 Martin Kolman - 32.4-1 +- Add tests for the device factory requests (vponcova) +- Raise an exception if the device type is unsupported (vponcova) +- Fix: Move the code for getting the device LUKS versions (vponcova) +- Use a device factory request to populate the right side (vponcova) +- Improve logging of the custom spoke (vponcova) +- Use the device factory request to change devices (vponcova) +- Generate a device factory request (vponcova) +- Use a device factory request to add a mount point (vponcova) +- Add support for transforming device factory requests to arguments (vponcova) +- Add DBus support for the device factory request (vponcova) +- Fix tests after using flatpak format_ref method (jkonecny) +- Use flatpak API to create ref string (jkonecny) +- network: make sure configuration from boot options has ONBOOT=yes (#1727904) + (rvykydal) +- network: fix dumping of generic "Wired connection" created in initramfs + (#1727904) (rvykydal) +- Make clear where repo names are used not objects (jkonecny) +- Remove __main__ functions for testing (vponcova) +- Drop dhclient requirement (pbrobinson) +- Compare normalized XML strings (vponcova) +- Add temporal pylint false positive (jkonecny) +- Make default state of treeinfo repos configurable by product (riehecky) +- Fix pylint test by loading C extensions (jkonecny) +- Drop dhclient requirement (pbrobinson) +- Fall back to a boot drive with a valid stage1 device (#1168118) (vponcova) +- Use test dependencies from Fedora instead of pip (jkonecny) +- Do not crash test env setup in case of empty list (jkonecny) +- Fix parsing of hostname from cmdline for ipv6. (rvykydal) +- dnfpayload: repo in _fetch_md is a dnf repo not ksrepo (awilliam) +- Don't set up a warning label to None (#1745933) (vponcova) +- Add DBus support for shrinking devices (vponcova) +- Add DBus support for removing devices (vponcova) +- Devices to be shrinked are always resizable (vponcova) +- Identify devices by theirs names in the resize dialog (vponcova) +- Refactorize the ResizeDialog (vponcova) +- network module: guard onboot configuration task by environment (rvykydal) +- network: modify autoactivate via NM API with a separate task (rvykydal) +- network: get ONBOOT values from NM connections (rvykydal) +- network: activate connections during initramfs consolidation synchronously + (rvykydal) +- network: block autoactivation also when updating iniramfs connection + (rvykydal) +- network: find initramfs connections even without ifcfg files (#1727904) + (rvykydal) +- network: block autoactivation when adding connection from kickstart + (rvykydal) +- network: split the function for adding a connection from kickstart (rvykydal) +- network: implement NM connection change commit using Update2() (rvykydal) +- network: fix setting real ONBOOT for inactive vlan devices (rvykydal) +- network: modify ONBOOT via libnm during network initialization (rvykydal) +- network: set autoconnect/ONBOOT to yes for default connection in tui + (rvykydal) +- network: get rid of ONBOOT workaround in tui (rvykydal) +- More detailed addon logging (riehecky) +- Revert "Keep getSysroot for kdump-anaconda-addon" (vponcova) + * Mon Aug 26 2019 Martin Kolman - 32.3-1 - Use the task container to publish tasks (vponcova) - Remove publish_task (vponcova) diff --git a/sources b/sources index 1a7f70f..c74c5e8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-32.3.tar.bz2) = 95d6a0743eaa7c0196e395999fbb9c60e94a992a150a470fbe1b06ab3fe3cb9e32f5f43fbcdf80309e9005e959836e731863a3184ce233de3abffd810c346b23 +SHA512 (anaconda-32.4.tar.bz2) = 4167b3b1c3129b330c7035457ed3517f7ae0f08952b703b8355423fa2c52747206da207337d0f1295f7c8ca61b881d117b0fdad322f1b8a3762cc70257631809 From f763c20f0d9f020ac99bccdab1ceb67bd02cb8ee Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Tue, 17 Sep 2019 01:46:00 +0200 Subject: [PATCH 081/135] New version 32.5-1 - payload module: update live image tar payload options with --numeric-owner (rvykydal) - payload module: add tests for live image payload interface (rvykydal) - Only partitions have the is_magic attribute (#1625154) (vponcova) - network gui: wrap multiple IP addresses in network spoke (#1593561) (rvykydal) - Don't use update_storage_ksdata in tests (vponcova) - Verify existing unlocked LUKS devices without keys (#1624617) (vponcova) - network tui: fix addr_str referenced before assignment (#1731415) (rvykydal) - Fix the second screen of Welcome to Fedora (#1748203) (vponcova) - Add a space after the comma in the description (junjieyuanxiling) - Use numbers for user/group names when unpacking tar live image (356889) --- .gitignore | 1 + anaconda.spec | 16 +++++++++++++++- sources | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3044252..810130b 100644 --- a/.gitignore +++ b/.gitignore @@ -206,3 +206,4 @@ /anaconda-32.2.tar.bz2 /anaconda-32.3.tar.bz2 /anaconda-32.4.tar.bz2 +/anaconda-32.5.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 501e07a..996bc04 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,7 +4,7 @@ Summary: Graphical system installer Name: anaconda -Version: 32.4 +Version: 32.5 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -351,6 +351,20 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Sep 17 2019 Martin Kolman - 32.5-1 +- payload module: update live image tar payload options with --numeric-owner + (rvykydal) +- payload module: add tests for live image payload interface (rvykydal) +- Only partitions have the is_magic attribute (#1625154) (vponcova) +- network gui: wrap multiple IP addresses in network spoke (#1593561) + (rvykydal) +- Don't use update_storage_ksdata in tests (vponcova) +- Verify existing unlocked LUKS devices without keys (#1624617) (vponcova) +- network tui: fix addr_str referenced before assignment (#1731415) (rvykydal) +- Fix the second screen of Welcome to Fedora (#1748203) (vponcova) +- Add a space after the comma in the description (junjieyuanxiling) +- Use numbers for user/group names when unpacking tar live image (356889) + * Thu Sep 05 2019 Martin Kolman - 32.4-1 - Add tests for the device factory requests (vponcova) - Raise an exception if the device type is unsupported (vponcova) diff --git a/sources b/sources index c74c5e8..8459e8e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-32.4.tar.bz2) = 4167b3b1c3129b330c7035457ed3517f7ae0f08952b703b8355423fa2c52747206da207337d0f1295f7c8ca61b881d117b0fdad322f1b8a3762cc70257631809 +SHA512 (anaconda-32.5.tar.bz2) = df443b13b92efb6075cf117dcf78cbe5b73358a2c4f76e4b0c161a40513f74a84c1704532a310c7b83fde05e5afc32d3642fdadba046b81a72b917aa14ecaa74 From 693af925d1367cfc303d6164bf209ea655eff13b Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Wed, 25 Sep 2019 17:57:54 +0200 Subject: [PATCH 082/135] New version 32.6-1 - Switch between layouts without confirmation (#1333984) (vponcova) - Remove the old and broken zram-stats script (#1561773) (mkolman) - Rename _test_dbus_partitioning and _test_dbus_property (vponcova) - Remove attributes for the static partitioning modules (vponcova) - Test the custom partitioning from kickstart (vponcova) - Test the property AppliedPartitioning (vponcova) - Test the property CreatedPartitioning (vponcova) - Test the dynamic partitioning modules (vponcova) - Test the partitioning factory with kickstart (vponcova) - Generate kickstart from the applied partitioning (vponcova) - Create a partitioning module for the kickstart data (vponcova) - Add tests for the storage installation tasks (vponcova) - Add the installation task for BTRFS (vponcova) - Add a simple import test for pyanaconda (vponcova) - Fix the implementation of patch_dbus_publish_object (vponcova) - Use the validation report for the storage validation (vponcova) - Remove get_object_path of TaskInterface (vponcova) - Add support for validation tasks (vponcova) - Move the partitioning validation to the base class (vponcova) - Add the installation task for ZIPL (vponcova) - Improve installation tasks of the Storage module (vponcova) - Don't initialize PartTypeSpoke from the Summary hub (vponcova) - Add DBus support for the device ancestors (vponcova) - Fix the DBus method GetUsableDisks (vponcova) - network: split function for generating dracut arguments (#1751189) (rvykydal) - network: generate dracut arguments from connections (#1751189) (rvykydal) - network: do not touch iBFT connections created in initramfs (#1751189) (rvykydal) - Increase EFI System Partition (ESP) size to 200-600 MiB (javierm) --- .gitignore | 1 + anaconda.spec | 33 ++++++++++++++++++++++++++++++++- sources | 2 +- 3 files changed, 34 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 810130b..e988c51 100644 --- a/.gitignore +++ b/.gitignore @@ -207,3 +207,4 @@ /anaconda-32.3.tar.bz2 /anaconda-32.4.tar.bz2 /anaconda-32.5.tar.bz2 +/anaconda-32.6.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 996bc04..1057fae 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,7 +4,7 @@ Summary: Graphical system installer Name: anaconda -Version: 32.5 +Version: 32.6 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -351,6 +351,37 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Wed Sep 25 2019 Martin Kolman - 32.6-1 +- Switch between layouts without confirmation (#1333984) (vponcova) +- Remove the old and broken zram-stats script (#1561773) (mkolman) +- Rename _test_dbus_partitioning and _test_dbus_property (vponcova) +- Remove attributes for the static partitioning modules (vponcova) +- Test the custom partitioning from kickstart (vponcova) +- Test the property AppliedPartitioning (vponcova) +- Test the property CreatedPartitioning (vponcova) +- Test the dynamic partitioning modules (vponcova) +- Test the partitioning factory with kickstart (vponcova) +- Generate kickstart from the applied partitioning (vponcova) +- Create a partitioning module for the kickstart data (vponcova) +- Add tests for the storage installation tasks (vponcova) +- Add the installation task for BTRFS (vponcova) +- Add a simple import test for pyanaconda (vponcova) +- Fix the implementation of patch_dbus_publish_object (vponcova) +- Use the validation report for the storage validation (vponcova) +- Remove get_object_path of TaskInterface (vponcova) +- Add support for validation tasks (vponcova) +- Move the partitioning validation to the base class (vponcova) +- Add the installation task for ZIPL (vponcova) +- Improve installation tasks of the Storage module (vponcova) +- Don't initialize PartTypeSpoke from the Summary hub (vponcova) +- Add DBus support for the device ancestors (vponcova) +- Fix the DBus method GetUsableDisks (vponcova) +- network: split function for generating dracut arguments (#1751189) (rvykydal) +- network: generate dracut arguments from connections (#1751189) (rvykydal) +- network: do not touch iBFT connections created in initramfs (#1751189) + (rvykydal) +- Increase EFI System Partition (ESP) size to 200-600 MiB (javierm) + * Tue Sep 17 2019 Martin Kolman - 32.5-1 - payload module: update live image tar payload options with --numeric-owner (rvykydal) diff --git a/sources b/sources index 8459e8e..b4efbfa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-32.5.tar.bz2) = df443b13b92efb6075cf117dcf78cbe5b73358a2c4f76e4b0c161a40513f74a84c1704532a310c7b83fde05e5afc32d3642fdadba046b81a72b917aa14ecaa74 +SHA512 (anaconda-32.6.tar.bz2) = a7bdb0eb44ed5e1582c98aad61803091450a4f80a1d110f94a957ea0aad351ad8488c32a50b59da5cda4e96ec4c1e0f88f3ef2b18170f78742a2d9beccfd7530 From 8b06f7c9043886e40771081e27b2a60d157d21a9 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Fri, 4 Oct 2019 16:27:22 +0200 Subject: [PATCH 083/135] New version 32.7-1 - network: split configure hostname task out of network installation task (#1757960) (rvykydal) - Switch to pypi pylint from RPM (jkonecny) - Allow to handle the return value of subprocess.run (vponcova) - Remove the unexpected keyword argument 'env' (vponcova) - Remove the assignment of the same variable to itself (vponcova) - Remove unused false positives (vponcova) - Improve updates repo configuration in GUI (#1670471) (mkolman) - Don't touch storage until it is ready (vponcova) - Run the manual partitioning task for the given requests (vponcova) - Set the locale for unit tests (vponcova) - Deprecate the current kickstart support for addons (vponcova) - Add kickstart support for the Baz module (vponcova) - Support the %addon sections in the kickstart specification (vponcova) - Handle the bootloader reset in the partitioning task (vponcova) - Fix the DBus patching functions (vponcova) - Patch DBus proxies in GUI and TUI simple import tests (vponcova) - Add DBus method for validation of selected disks (vponcova) - Enable faulthandler in DBus modules (vponcova) - Reset the storage and the playground of partitioning modules (vponcova) - Add support for getting an object path of a DBus proxy (vponcova) - Remove pointless '../../' to clean up NFS mounts (riehecky) --- .gitignore | 1 + anaconda.spec | 26 +++++++++++++++++++++++++- sources | 2 +- 3 files changed, 27 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e988c51..f385dff 100644 --- a/.gitignore +++ b/.gitignore @@ -208,3 +208,4 @@ /anaconda-32.4.tar.bz2 /anaconda-32.5.tar.bz2 /anaconda-32.6.tar.bz2 +/anaconda-32.7.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 1057fae..b6e6da8 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,7 +4,7 @@ Summary: Graphical system installer Name: anaconda -Version: 32.6 +Version: 32.7 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -351,6 +351,30 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Fri Oct 04 2019 Martin Kolman - 32.7-1 +- network: split configure hostname task out of network installation task + (#1757960) (rvykydal) +- Switch to pypi pylint from RPM (jkonecny) +- Allow to handle the return value of subprocess.run (vponcova) +- Remove the unexpected keyword argument 'env' (vponcova) +- Remove the assignment of the same variable to itself (vponcova) +- Remove unused false positives (vponcova) +- Improve updates repo configuration in GUI (#1670471) (mkolman) +- Don't touch storage until it is ready (vponcova) +- Run the manual partitioning task for the given requests (vponcova) +- Set the locale for unit tests (vponcova) +- Deprecate the current kickstart support for addons (vponcova) +- Add kickstart support for the Baz module (vponcova) +- Support the %%addon sections in the kickstart specification (vponcova) +- Handle the bootloader reset in the partitioning task (vponcova) +- Fix the DBus patching functions (vponcova) +- Patch DBus proxies in GUI and TUI simple import tests (vponcova) +- Add DBus method for validation of selected disks (vponcova) +- Enable faulthandler in DBus modules (vponcova) +- Reset the storage and the playground of partitioning modules (vponcova) +- Add support for getting an object path of a DBus proxy (vponcova) +- Remove pointless '../../' to clean up NFS mounts (riehecky) + * Wed Sep 25 2019 Martin Kolman - 32.6-1 - Switch between layouts without confirmation (#1333984) (vponcova) - Remove the old and broken zram-stats script (#1561773) (mkolman) diff --git a/sources b/sources index b4efbfa..a488f3b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-32.6.tar.bz2) = a7bdb0eb44ed5e1582c98aad61803091450a4f80a1d110f94a957ea0aad351ad8488c32a50b59da5cda4e96ec4c1e0f88f3ef2b18170f78742a2d9beccfd7530 +SHA512 (anaconda-32.7.tar.bz2) = 5c1bbb7ef424f3d02fab3c88f6bddc2a17c57c34f065ce71f07f243de4cf5de6afb0b4e7b8883def8347db477265577c00b332250483e2a0127effc631303ddd From a4a736603332dacb5bd253319370933e871b31e9 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Mon, 14 Oct 2019 17:34:58 +0200 Subject: [PATCH 084/135] New version 32.8-1 - Do not use module_debsolv_errors DNF method (jkonecny) - Update pyanaconda/rescue.py (slavik.vladimir) - Make small fixes in the errors file code (jkonecny) - Make error string wrap more sane (jkonecny) - Remove make updates (jkonecny) - Fix regexp for iscsi initiator iqn name validation (#1750865) (rvykydal) - Disable kickstart output from the Payload module (vponcova) - Extend the tests for the Boss module (vponcova) - Mark the network command as removed (vponcova) - Generate the complete kickstart using the Boss (vponcova) - Add DBus support for generating a complete kickstart (vponcova) - Improve the DBus return value for reading a kickstart file (vponcova) - Add DBus structure for a kickstart report (vponcova) - Simplify the DBus support for reading a kickstart file (vponcova) - Don't reimplement the run method in the Boss (vponcova) - Start DBus modules in a task (vponcova) - Remove AnacondaBossInterface (vponcova) - Don't represent the modules observers by their DBus path (vponcova) - Use a signal to propagate the module observers in the Boss (vponcova) - Make the nomount boot option work again (vslavik) - Skip buildins when processing kernel boot args (#1637472) (jkonecny) - Remove ldconfig scriptlet from a spec file (jkonecny) - Switch the makeupdates script to Python 3 (mkolman) - Fix a couple issues identified by Pylint (mkolman) - PEP8 for function names (mkolman) - Remove disused support for automatically fetching packages from Koji (mkolman) - Support basic nested DBus structures (vponcova) - Support resolving of simple type hints (vponcova) - Generate DBus fields with DBusFieldFactory (vponcova) - Fix a missing patch in unit tests (vponcova) - Increase test coverage for payload sources (jkonecny) - Improve docstring on payload source (jkonecny) - Add logging to the payload source ready state (jkonecny) - Adapt tests to a new is_ready solution (jkonecny) - Implement is_ready for live os payload source (jkonecny) - Switch payload source ready property to method (jkonecny) - Remove payload source ready setter (jkonecny) - Add tests for payload sources error propagation (jkonecny) - Raise exception at the end of sources tear down (jkonecny) - Payload sources can't be set when initialized (jkonecny) - Fix doc strings in Live OS payload source (jkonecny) - Fix doc strings in Payload module (jkonecny) - Adapt tests to a new payload grouping tasks (jkonecny) - Use TearDownSourcesTask in LiveOS payload (jkonecny) - Add tear down payload sources task (jkonecny) - Use SetUpSourcesTask in LiveOS payload (jkonecny) - Add set up payload sources task (jkonecny) - Rename Live OS Source specific tasks (jkonecny) - Change test for Live payload source readiness (jkonecny) - Adapt tests to new Installation task with source (jkonecny) - Check source readiness in Payload install task (jkonecny) - Remove handler check for source readiness (jkonecny) - Remove payload sources validate API (jkonecny) - Replace payload attach_source by set_sources (jkonecny) - Rename kind to type (jkonecny) - Rename tear down Live OS source task (jkonecny) - Add source tests to Live OS (jkonecny) - Adapt tests to the new Live OS source solution (jkonecny) - Add check_task_creation_list helper function (jkonecny) - Add source checkers to Live OS handler (jkonecny) - Use source object in the Live OS handler (jkonecny) - Add is source set method to payload handler base (jkonecny) - Adapt Live OS test for detect image migration (jkonecny) - Move Live OS image detection to source (jkonecny) - Adapt payload Live OS handler/source tests (jkonecny) - Migrate image path from Live OS handler to source (jkonecny) - Live OS source can have only one source attached (jkonecny) - Fix line longer than 99 characters in payload (jkonecny) - Add check if payload source is supported (jkonecny) - Add payload source type tests (jkonecny) - Implement type to the payload source base (jkonecny) - Move payload handler/sources types to constants (jkonecny) - Implement source attach to the payload handlers (jkonecny) - Add test for payload CreateSource API (jkonecny) - Wrap payload source creation to DBusContainer (jkonecny) - Add support for source creation to Payload module (jkonecny) - Add payload SourceFactory test (jkonecny) - Add payload source factory (jkonecny) - Add test for the payload HandlerFactory class (jkonecny) - Make payload HandlerFactory class more generic (jkonecny) - Remove required parameter from the Live OS Source (jkonecny) - Add Live OS source tear down test (jkonecny) - Use moved tear down task in Live OS source (jkonecny) - Move Live OS tear down task to Live OS source (jkonecny) - Add test for Live OS source validation method (jkonecny) - Learn Live OS source how to validate source (jkonecny) - Add Validate API to the payload source base (jkonecny) - Add test for Live OS Source set up task (jkonecny) - Move and fix Live OS init source test (jkonecny) - Use set up source task in the Live OS source (jkonecny) - Rename set up task for live os source (jkonecny) - Move set up source live os image task to sources (jkonecny) - Add empty classes for Live OS payload interface (jkonecny) - Add base payload source module (jkonecny) - Add a new python module for payload sources (jkonecny) --- .gitignore | 1 + anaconda.spec | 103 ++++++++++++++++++++++++++++++++++++++++++++++++-- sources | 2 +- 3 files changed, 101 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index f385dff..2c88cb9 100644 --- a/.gitignore +++ b/.gitignore @@ -209,3 +209,4 @@ /anaconda-32.5.tar.bz2 /anaconda-32.6.tar.bz2 /anaconda-32.7.tar.bz2 +/anaconda-32.8.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index b6e6da8..3958ab1 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,7 +4,7 @@ Summary: Graphical system installer Name: anaconda -Version: 32.7 +Version: 32.8 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -269,9 +269,6 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d # If no langs found, keep going %find_lang %{name} || : -%ldconfig_scriptlets widgets - - # main package and install-env-deps are metapackages %files @@ -351,6 +348,104 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Mon Oct 14 2019 Martin Kolman - 32.8-1 +- Do not use module_debsolv_errors DNF method (jkonecny) +- Update pyanaconda/rescue.py (slavik.vladimir) +- Make small fixes in the errors file code (jkonecny) +- Make error string wrap more sane (jkonecny) +- Remove make updates (jkonecny) +- Fix regexp for iscsi initiator iqn name validation (#1750865) (rvykydal) +- Disable kickstart output from the Payload module (vponcova) +- Extend the tests for the Boss module (vponcova) +- Mark the network command as removed (vponcova) +- Generate the complete kickstart using the Boss (vponcova) +- Add DBus support for generating a complete kickstart (vponcova) +- Improve the DBus return value for reading a kickstart file (vponcova) +- Add DBus structure for a kickstart report (vponcova) +- Simplify the DBus support for reading a kickstart file (vponcova) +- Don't reimplement the run method in the Boss (vponcova) +- Start DBus modules in a task (vponcova) +- Remove AnacondaBossInterface (vponcova) +- Don't represent the modules observers by their DBus path (vponcova) +- Use a signal to propagate the module observers in the Boss (vponcova) +- Make the nomount boot option work again (vslavik) +- Skip buildins when processing kernel boot args (#1637472) (jkonecny) +- Remove ldconfig scriptlet from a spec file (jkonecny) +- Switch the makeupdates script to Python 3 (mkolman) +- Fix a couple issues identified by Pylint (mkolman) +- PEP8 for function names (mkolman) +- Remove disused support for automatically fetching packages from Koji + (mkolman) +- Support basic nested DBus structures (vponcova) +- Support resolving of simple type hints (vponcova) +- Generate DBus fields with DBusFieldFactory (vponcova) +- Fix a missing patch in unit tests (vponcova) +- Increase test coverage for payload sources (jkonecny) +- Improve docstring on payload source (jkonecny) +- Add logging to the payload source ready state (jkonecny) +- Adapt tests to a new is_ready solution (jkonecny) +- Implement is_ready for live os payload source (jkonecny) +- Switch payload source ready property to method (jkonecny) +- Remove payload source ready setter (jkonecny) +- Add tests for payload sources error propagation (jkonecny) +- Raise exception at the end of sources tear down (jkonecny) +- Payload sources can't be set when initialized (jkonecny) +- Fix doc strings in Live OS payload source (jkonecny) +- Fix doc strings in Payload module (jkonecny) +- Adapt tests to a new payload grouping tasks (jkonecny) +- Use TearDownSourcesTask in LiveOS payload (jkonecny) +- Add tear down payload sources task (jkonecny) +- Use SetUpSourcesTask in LiveOS payload (jkonecny) +- Add set up payload sources task (jkonecny) +- Rename Live OS Source specific tasks (jkonecny) +- Change test for Live payload source readiness (jkonecny) +- Adapt tests to new Installation task with source (jkonecny) +- Check source readiness in Payload install task (jkonecny) +- Remove handler check for source readiness (jkonecny) +- Remove payload sources validate API (jkonecny) +- Replace payload attach_source by set_sources (jkonecny) +- Rename kind to type (jkonecny) +- Rename tear down Live OS source task (jkonecny) +- Add source tests to Live OS (jkonecny) +- Adapt tests to the new Live OS source solution (jkonecny) +- Add check_task_creation_list helper function (jkonecny) +- Add source checkers to Live OS handler (jkonecny) +- Use source object in the Live OS handler (jkonecny) +- Add is source set method to payload handler base (jkonecny) +- Adapt Live OS test for detect image migration (jkonecny) +- Move Live OS image detection to source (jkonecny) +- Adapt payload Live OS handler/source tests (jkonecny) +- Migrate image path from Live OS handler to source (jkonecny) +- Live OS source can have only one source attached (jkonecny) +- Fix line longer than 99 characters in payload (jkonecny) +- Add check if payload source is supported (jkonecny) +- Add payload source type tests (jkonecny) +- Implement type to the payload source base (jkonecny) +- Move payload handler/sources types to constants (jkonecny) +- Implement source attach to the payload handlers (jkonecny) +- Add test for payload CreateSource API (jkonecny) +- Wrap payload source creation to DBusContainer (jkonecny) +- Add support for source creation to Payload module (jkonecny) +- Add payload SourceFactory test (jkonecny) +- Add payload source factory (jkonecny) +- Add test for the payload HandlerFactory class (jkonecny) +- Make payload HandlerFactory class more generic (jkonecny) +- Remove required parameter from the Live OS Source (jkonecny) +- Add Live OS source tear down test (jkonecny) +- Use moved tear down task in Live OS source (jkonecny) +- Move Live OS tear down task to Live OS source (jkonecny) +- Add test for Live OS source validation method (jkonecny) +- Learn Live OS source how to validate source (jkonecny) +- Add Validate API to the payload source base (jkonecny) +- Add test for Live OS Source set up task (jkonecny) +- Move and fix Live OS init source test (jkonecny) +- Use set up source task in the Live OS source (jkonecny) +- Rename set up task for live os source (jkonecny) +- Move set up source live os image task to sources (jkonecny) +- Add empty classes for Live OS payload interface (jkonecny) +- Add base payload source module (jkonecny) +- Add a new python module for payload sources (jkonecny) + * Fri Oct 04 2019 Martin Kolman - 32.7-1 - network: split configure hostname task out of network installation task (#1757960) (rvykydal) diff --git a/sources b/sources index a488f3b..4c29f8e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-32.7.tar.bz2) = 5c1bbb7ef424f3d02fab3c88f6bddc2a17c57c34f065ce71f07f243de4cf5de6afb0b4e7b8883def8347db477265577c00b332250483e2a0127effc631303ddd +SHA512 (anaconda-32.8.tar.bz2) = 6cc57b536b24cca9c9a4dcfe59feddf94ec755900ee45c2414708156344289063ca39005d4e1520bb3dda59a1697992132800b21a015d8272d7bc635b4d08b89 From 789cfaec0d9c502b89e3de68403dd71f96a8136b Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Tue, 15 Oct 2019 15:08:17 +0200 Subject: [PATCH 085/135] New version 32.9-1 - Don't mark the network command as removed (vponcova) --- .gitignore | 1 + anaconda.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2c88cb9..4f19d5c 100644 --- a/.gitignore +++ b/.gitignore @@ -210,3 +210,4 @@ /anaconda-32.6.tar.bz2 /anaconda-32.7.tar.bz2 /anaconda-32.8.tar.bz2 +/anaconda-32.9.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 3958ab1..a02e6bf 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,7 +4,7 @@ Summary: Graphical system installer Name: anaconda -Version: 32.8 +Version: 32.9 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -348,6 +348,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Oct 15 2019 Martin Kolman - 32.9-1 +- Don't mark the network command as removed (vponcova) + * Mon Oct 14 2019 Martin Kolman - 32.8-1 - Do not use module_debsolv_errors DNF method (jkonecny) - Update pyanaconda/rescue.py (slavik.vladimir) diff --git a/sources b/sources index 4c29f8e..d5cdd22 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-32.8.tar.bz2) = 6cc57b536b24cca9c9a4dcfe59feddf94ec755900ee45c2414708156344289063ca39005d4e1520bb3dda59a1697992132800b21a015d8272d7bc635b4d08b89 +SHA512 (anaconda-32.9.tar.bz2) = 87db98fe946a97e448ce0ea45e0554c99733d7782c892bdf68ef7ee59b9eee027524e5a677b5fbd5d450d2a5bef4e70f5f92a7ff8122009475f426eb314d053d From e9257d5f05793c592d6bd07b8d87bbc7ecfcf282 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Fri, 18 Oct 2019 13:00:12 +0200 Subject: [PATCH 086/135] New version 32.10-1 - Return back AutoPart kickstart command (#1761901) (jkonecny) - Update pyanaconda/exception.py (japokorn) - Fix links to a new pykickstart GitHub group (jkonecny) - Rename main modules to services (vponcova) - don't treat s390 as headless when selecting UI mode (dan) - Add link to the blog website to our README (jkonecny) - Add links on our blog to upstream documentation (jkonecny) - Add PARTUUID to lsblk_output log (japokorn) - Fix a unit test for a boot loader task (vponcova) - Test the DBus method FindFormattable (vponcova) - Add DBus method that finds DASDs for formatting (vponcova) - Move tests for the zFCP module (vponcova) - Move tests for the FCoE module (vponcova) - Move tests for the ISCSI module (vponcova) - Move tests for the DASD module (vponcova) --- .gitignore | 1 + anaconda.spec | 19 ++++++++++++++++++- sources | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4f19d5c..cf7a904 100644 --- a/.gitignore +++ b/.gitignore @@ -211,3 +211,4 @@ /anaconda-32.7.tar.bz2 /anaconda-32.8.tar.bz2 /anaconda-32.9.tar.bz2 +/anaconda-32.10.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index a02e6bf..ae5f4da 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,7 +4,7 @@ Summary: Graphical system installer Name: anaconda -Version: 32.9 +Version: 32.10 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -348,6 +348,23 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Fri Oct 18 2019 Martin Kolman - 32.10-1 +- Return back AutoPart kickstart command (#1761901) (jkonecny) +- Update pyanaconda/exception.py (japokorn) +- Fix links to a new pykickstart GitHub group (jkonecny) +- Rename main modules to services (vponcova) +- don't treat s390 as headless when selecting UI mode (dan) +- Add link to the blog website to our README (jkonecny) +- Add links on our blog to upstream documentation (jkonecny) +- Add PARTUUID to lsblk_output log (japokorn) +- Fix a unit test for a boot loader task (vponcova) +- Test the DBus method FindFormattable (vponcova) +- Add DBus method that finds DASDs for formatting (vponcova) +- Move tests for the zFCP module (vponcova) +- Move tests for the FCoE module (vponcova) +- Move tests for the ISCSI module (vponcova) +- Move tests for the DASD module (vponcova) + * Tue Oct 15 2019 Martin Kolman - 32.9-1 - Don't mark the network command as removed (vponcova) diff --git a/sources b/sources index d5cdd22..713dad6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-32.9.tar.bz2) = 87db98fe946a97e448ce0ea45e0554c99733d7782c892bdf68ef7ee59b9eee027524e5a677b5fbd5d450d2a5bef4e70f5f92a7ff8122009475f426eb314d053d +SHA512 (anaconda-32.10.tar.bz2) = ce0f2d9637964c2256a883d0c23d096d7285c5274f29637435fe5d47fd74afd0a6175a689d7f4b0662f8c089cf5567512cad475dabc374fa6c7f0dc31400bdfc From 4cd6dac8c6bf88bf738117d50fc330a23d292869 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Thu, 24 Oct 2019 19:30:21 +0200 Subject: [PATCH 087/135] New version 32.11-1 - Fix the timeout of DBus calls (vponcova) - Remove pydbus from the spec file (vponcova) - Test DBus support with Gio.TestDBus (vponcova) - Update the support for DBus properties (vponcova) - Create variants for the signal PropertiesChanged (vponcova) - Test the extended support for the DBus observer (vponcova) - Remove PropertiesCache (vponcova) - Extend the DBus observer (vponcova) - Test the extended support for DBus connection (vponcova) - Extend the support for DBus connections (vponcova) - Don't use pydbus in the function get_object_path (vponcova) - Test the client support for DBus objects (vponcova) - Add the client support for DBus objects (vponcova) - Test the server support for DBus objects (vponcova) - Add the server support for DBus objects (vponcova) - Extend DBus constants (vponcova) - Test the extended support for DBus specification (vponcova) - Extend the support for DBus specification (vponcova) - Test the support for parsing the XML specification (vponcova) - Add support for parsing the XML specification (vponcova) - Test the DBus signals (vponcova) - Extend the Signal class (vponcova) - Don't use signals from pydbus (vponcova) - Test the DBus error registration (vponcova) - Don't use DBus error registration from pydbus (vponcova) - Remove pydbus from the comments (vponcova) - Test the extended support for DBus typing (vponcova) - Extend the support for DBus typing (vponcova) - Don't import Variant from pydbus (vponcova) - Fix other payload module cyclic imports (vponcova) - Add code conventions to upstream (jkonecny) - Fix payload module cyclic imports (jkonecny) - Enable networking in the testing environment by default (vponcova) - network: adapt network config via kickstart from disk to NM in initramfs (#1757781) (rvykydal) - network: fix handling of ksdevice=bootif in initramfs (rvykydal) - Make sure we work with fresh data when trying to do netroot (vpodzime) - Make our manual triggering on network in dracut work (#1082500) (vpodzime) - iscsi: do not generate initiator for generated kickstart if iscsi is not used (rvykydal) - network: remove useless function (rvykydal) - network: remove Network command from anaconda (rvykydal) - network: remove parse method from Network command (rvykydal) - network: remove packages attribute from Network command (rvykydal) - Move payload live_os source under its directory (jkonecny) - Create an empty payload source live_os folder (jkonecny) - Move payload service constants to the main dir (jkonecny) - Remove modules.payload.live folder (jkonecny) - Move rest of payload utils to live_image utils (jkonecny) - Move create_rescue_image to payload base utils (jkonecny) - Move get_kernel_version_list to payload base (jkonecny) - Move InstallFromTarTask to live_image payload (jkonecny) - Move InstallFromImageTask to payload.base (jkonecny) - Move UpdateBLSConfigurationTask to payload base (jkonecny) - Move DownloadProgress to payload live_image (jkonecny) - Move TeardownInstallationSourceImageTask to payload (jkonecny) - Move SetupInstallationSourceImageTask to payload (jkonecny) - Move CheckInstallationSourceImageTask to payload (jkonecny) - Fix imports after move of live_image payload (jkonecny) - Move lime_image code to the payloads folder (jkonecny) - Fix imports after move of live_os payload (jkonecny) - Move live_os code to the payloads folder (jkonecny) - Fix imports after move of DNF payload (jkonecny) - Move DNF handler to payloads folder (jkonecny) - Remove useless support for boot loader update (vponcova) --- .gitignore | 1 + anaconda.spec | 70 +++++++++++++++++++++++++++++++++++++++++++++++++-- sources | 2 +- 3 files changed, 70 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index cf7a904..51c8bfd 100644 --- a/.gitignore +++ b/.gitignore @@ -212,3 +212,4 @@ /anaconda-32.8.tar.bz2 /anaconda-32.9.tar.bz2 /anaconda-32.10.tar.bz2 +/anaconda-32.11.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index ae5f4da..6aef0f7 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,7 +4,7 @@ Summary: Graphical system installer Name: anaconda -Version: 32.10 +Version: 32.11 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -98,7 +98,6 @@ Requires: python3-gobject-base Requires: python3-dbus Requires: python3-pwquality Requires: python3-systemd -Requires: python3-pydbus Requires: python3-productmd Requires: flatpak-libs @@ -348,6 +347,73 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Thu Oct 24 2019 Martin Kolman - 32.11-1 +- Fix the timeout of DBus calls (vponcova) +- Remove pydbus from the spec file (vponcova) +- Test DBus support with Gio.TestDBus (vponcova) +- Update the support for DBus properties (vponcova) +- Create variants for the signal PropertiesChanged (vponcova) +- Test the extended support for the DBus observer (vponcova) +- Remove PropertiesCache (vponcova) +- Extend the DBus observer (vponcova) +- Test the extended support for DBus connection (vponcova) +- Extend the support for DBus connections (vponcova) +- Don't use pydbus in the function get_object_path (vponcova) +- Test the client support for DBus objects (vponcova) +- Add the client support for DBus objects (vponcova) +- Test the server support for DBus objects (vponcova) +- Add the server support for DBus objects (vponcova) +- Extend DBus constants (vponcova) +- Test the extended support for DBus specification (vponcova) +- Extend the support for DBus specification (vponcova) +- Test the support for parsing the XML specification (vponcova) +- Add support for parsing the XML specification (vponcova) +- Test the DBus signals (vponcova) +- Extend the Signal class (vponcova) +- Don't use signals from pydbus (vponcova) +- Test the DBus error registration (vponcova) +- Don't use DBus error registration from pydbus (vponcova) +- Remove pydbus from the comments (vponcova) +- Test the extended support for DBus typing (vponcova) +- Extend the support for DBus typing (vponcova) +- Don't import Variant from pydbus (vponcova) +- Fix other payload module cyclic imports (vponcova) +- Add code conventions to upstream (jkonecny) +- Fix payload module cyclic imports (jkonecny) +- Enable networking in the testing environment by default (vponcova) +- network: adapt network config via kickstart from disk to NM in initramfs + (#1757781) (rvykydal) +- network: fix handling of ksdevice=bootif in initramfs (rvykydal) +- Make sure we work with fresh data when trying to do netroot (vpodzime) +- Make our manual triggering on network in dracut work (#1082500) (vpodzime) +- iscsi: do not generate initiator for generated kickstart if iscsi is not used + (rvykydal) +- network: remove useless function (rvykydal) +- network: remove Network command from anaconda (rvykydal) +- network: remove parse method from Network command (rvykydal) +- network: remove packages attribute from Network command (rvykydal) +- Move payload live_os source under its directory (jkonecny) +- Create an empty payload source live_os folder (jkonecny) +- Move payload service constants to the main dir (jkonecny) +- Remove modules.payload.live folder (jkonecny) +- Move rest of payload utils to live_image utils (jkonecny) +- Move create_rescue_image to payload base utils (jkonecny) +- Move get_kernel_version_list to payload base (jkonecny) +- Move InstallFromTarTask to live_image payload (jkonecny) +- Move InstallFromImageTask to payload.base (jkonecny) +- Move UpdateBLSConfigurationTask to payload base (jkonecny) +- Move DownloadProgress to payload live_image (jkonecny) +- Move TeardownInstallationSourceImageTask to payload (jkonecny) +- Move SetupInstallationSourceImageTask to payload (jkonecny) +- Move CheckInstallationSourceImageTask to payload (jkonecny) +- Fix imports after move of live_image payload (jkonecny) +- Move lime_image code to the payloads folder (jkonecny) +- Fix imports after move of live_os payload (jkonecny) +- Move live_os code to the payloads folder (jkonecny) +- Fix imports after move of DNF payload (jkonecny) +- Move DNF handler to payloads folder (jkonecny) +- Remove useless support for boot loader update (vponcova) + * Fri Oct 18 2019 Martin Kolman - 32.10-1 - Return back AutoPart kickstart command (#1761901) (jkonecny) - Update pyanaconda/exception.py (japokorn) diff --git a/sources b/sources index 713dad6..b03190b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-32.10.tar.bz2) = ce0f2d9637964c2256a883d0c23d096d7285c5274f29637435fe5d47fd74afd0a6175a689d7f4b0662f8c089cf5567512cad475dabc374fa6c7f0dc31400bdfc +SHA512 (anaconda-32.11.tar.bz2) = a3154f186d0661c72845ea83b7ad80009cf7471bd80b64a87c809c3d0b84fc1c4c803a6c72e32ad9cbc2204405bc223d2c089b81a9beefafb9ff3e4ebd406efa From 01989885f41688babcaa229883b2b6785e087d0c Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Tue, 29 Oct 2019 17:27:39 +0100 Subject: [PATCH 088/135] New version 32.12-1 - Add a temporary hack to fix installations on ppc64le and aarch64 (#1764666) (mkolman) --- .gitignore | 1 + anaconda.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 51c8bfd..35263e8 100644 --- a/.gitignore +++ b/.gitignore @@ -213,3 +213,4 @@ /anaconda-32.9.tar.bz2 /anaconda-32.10.tar.bz2 /anaconda-32.11.tar.bz2 +/anaconda-32.12.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 6aef0f7..8b88330 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,7 +4,7 @@ Summary: Graphical system installer Name: anaconda -Version: 32.11 +Version: 32.12 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -347,6 +347,10 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Oct 29 2019 Martin Kolman - 32.12-1 +- Add a temporary hack to fix installations on ppc64le and aarch64 (#1764666) + (mkolman) + * Thu Oct 24 2019 Martin Kolman - 32.11-1 - Fix the timeout of DBus calls (vponcova) - Remove pydbus from the spec file (vponcova) diff --git a/sources b/sources index b03190b..f3ceaec 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-32.11.tar.bz2) = a3154f186d0661c72845ea83b7ad80009cf7471bd80b64a87c809c3d0b84fc1c4c803a6c72e32ad9cbc2204405bc223d2c089b81a9beefafb9ff3e4ebd406efa +SHA512 (anaconda-32.12.tar.bz2) = 9b3d0369b5680ba1113adf5ad171f8772e10cf32385717499cc361899959d1af5e4baa017f719a3836514ca7020d67558b795467edcc431ae85c0cac81dfc334 From 45ec0943944621532bc4b97f7854a23ff33361e2 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Tue, 5 Nov 2019 19:47:04 +0100 Subject: [PATCH 089/135] New version 32.13-1 - Clean up ancient timezone tests (vslavik) - Add missing quotation mark to tmux.conf (jkonecny) - Fix too long lines in timezone module tests for PEP8 compliance (vslavik) - Add timezone interface tests for creation of timezone and NTP tasks (vslavik) - Add tests for the NTP D-Bus task (timezone module) (vslavik) - Add tests for the timezone D-Bus task (timezone module) (vslavik) - Move timezone and NTP from execute() to D-Bus configuration tasks (vslavik) - Add Neal Gompa as community feature maintainer (jkonecny) - Add pure community features documentation (jkonecny) --- .gitignore | 1 + anaconda.spec | 13 ++++++++++++- sources | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 35263e8..81a826c 100644 --- a/.gitignore +++ b/.gitignore @@ -214,3 +214,4 @@ /anaconda-32.10.tar.bz2 /anaconda-32.11.tar.bz2 /anaconda-32.12.tar.bz2 +/anaconda-32.13.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 8b88330..ec29eb5 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,7 +4,7 @@ Summary: Graphical system installer Name: anaconda -Version: 32.12 +Version: 32.13 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -347,6 +347,17 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Nov 05 2019 Martin Kolman - 32.13-1 +- Clean up ancient timezone tests (vslavik) +- Add missing quotation mark to tmux.conf (jkonecny) +- Fix too long lines in timezone module tests for PEP8 compliance (vslavik) +- Add timezone interface tests for creation of timezone and NTP tasks (vslavik) +- Add tests for the NTP D-Bus task (timezone module) (vslavik) +- Add tests for the timezone D-Bus task (timezone module) (vslavik) +- Move timezone and NTP from execute() to D-Bus configuration tasks (vslavik) +- Add Neal Gompa as community feature maintainer (jkonecny) +- Add pure community features documentation (jkonecny) + * Tue Oct 29 2019 Martin Kolman - 32.12-1 - Add a temporary hack to fix installations on ppc64le and aarch64 (#1764666) (mkolman) diff --git a/sources b/sources index f3ceaec..d19677f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-32.12.tar.bz2) = 9b3d0369b5680ba1113adf5ad171f8772e10cf32385717499cc361899959d1af5e4baa017f719a3836514ca7020d67558b795467edcc431ae85c0cac81dfc334 +SHA512 (anaconda-32.13.tar.bz2) = 54c88a98c43cf857f5f099383d959b4450d366ffb96b4d4ccb894ec4010b2db935377f8b9c23dd85d765d91e1415b2220010614804a5a9c20c6c67768bcef1cb From ffb4c67c9b6e4c0583007a2456c3639b2c00aa26 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Tue, 12 Nov 2019 17:05:32 +0100 Subject: [PATCH 090/135] New version 32.14-1 - network: restrict applying of config from ks in initramfs with NM (#1768791) (rvykydal) - network: try to apply kickstart in initramfs only if neeeded (#1768791) (rvykydal) - Use default required space solution for LiveOS payload (jkonecny) - Fix Live Image module required value default (jkonecny) - Add defaults to payload required space base (jkonecny) - Move set up and tear down sources to payload base (jkonecny) - Move installation task API to base payload (jkonecny) - Move SpaceRequired API to payload base (jkonecny) - Add tests payload shared API for sources handling (jkonecny) - Add payload shared test API for sources (jkonecny) - Tweak payload_shared test class (jkonecny) - Use payload base interface for existing payloads (jkonecny) - Add payload base interface implementation (jkonecny) - Move payload base to payloads folder (jkonecny) - Move source base classes to payload.sources (jkonecny) - Add names to the network tests (vslavik) - Forbid trailing period (dot) in hostname (#1648107) (vslavik) - Remove the enum PartitioningMethod from the Storage spoke in GUI (vponcova) - Collections of callbacks in signals can be changed during emitting (vponcova) - Run the installation tasks of the DBus addons (vponcova) - Add DBus support for installation tasks for addons in the Boss (vponcova) - Provide fake installation tasks for the Baz addon (vponcova) - Add DBus support for installation tasks for addons (vponcova) - Add support for running DBus tasks in one task (vponcova) - Don't enable BLS for Xen machines (javierm) --- .gitignore | 1 + anaconda.spec | 31 ++++++++++++++++++++++++++++++- sources | 2 +- 3 files changed, 32 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 81a826c..8fe6835 100644 --- a/.gitignore +++ b/.gitignore @@ -215,3 +215,4 @@ /anaconda-32.11.tar.bz2 /anaconda-32.12.tar.bz2 /anaconda-32.13.tar.bz2 +/anaconda-32.14.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index ec29eb5..37944b4 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,7 +4,7 @@ Summary: Graphical system installer Name: anaconda -Version: 32.13 +Version: 32.14 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -347,6 +347,35 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Nov 12 2019 Martin Kolman - 32.14-1 +- network: restrict applying of config from ks in initramfs with NM (#1768791) + (rvykydal) +- network: try to apply kickstart in initramfs only if neeeded (#1768791) + (rvykydal) +- Use default required space solution for LiveOS payload (jkonecny) +- Fix Live Image module required value default (jkonecny) +- Add defaults to payload required space base (jkonecny) +- Move set up and tear down sources to payload base (jkonecny) +- Move installation task API to base payload (jkonecny) +- Move SpaceRequired API to payload base (jkonecny) +- Add tests payload shared API for sources handling (jkonecny) +- Add payload shared test API for sources (jkonecny) +- Tweak payload_shared test class (jkonecny) +- Use payload base interface for existing payloads (jkonecny) +- Add payload base interface implementation (jkonecny) +- Move payload base to payloads folder (jkonecny) +- Move source base classes to payload.sources (jkonecny) +- Add names to the network tests (vslavik) +- Forbid trailing period (dot) in hostname (#1648107) (vslavik) +- Remove the enum PartitioningMethod from the Storage spoke in GUI (vponcova) +- Collections of callbacks in signals can be changed during emitting (vponcova) +- Run the installation tasks of the DBus addons (vponcova) +- Add DBus support for installation tasks for addons in the Boss (vponcova) +- Provide fake installation tasks for the Baz addon (vponcova) +- Add DBus support for installation tasks for addons (vponcova) +- Add support for running DBus tasks in one task (vponcova) +- Don't enable BLS for Xen machines (javierm) + * Tue Nov 05 2019 Martin Kolman - 32.13-1 - Clean up ancient timezone tests (vslavik) - Add missing quotation mark to tmux.conf (jkonecny) diff --git a/sources b/sources index d19677f..3d88cb9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-32.13.tar.bz2) = 54c88a98c43cf857f5f099383d959b4450d366ffb96b4d4ccb894ec4010b2db935377f8b9c23dd85d765d91e1415b2220010614804a5a9c20c6c67768bcef1cb +SHA512 (anaconda-32.14.tar.bz2) = a340db6c14e7b467a3fc0b3133617b9db009d018a4bb01f0b9585dd7dbb9be5eb8c14915c8c679e84f967faa87920a0427e6298fb4b6624d62dc7c886738f025 From 39b5332c9dc9893159a7700c12008990a3487b28 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Mon, 18 Nov 2019 18:08:04 +0100 Subject: [PATCH 091/135] New version 32.15-1 - Fix wrong kdump boot option in boot options docs (vslavik) - Remove unused pylint false positive (jkonecny) - Remove the DBus library (vponcova) - Remove the extra support for PropertiesChanged (vponcova) - Normalize the pretty XML output (vponcova) - Update the unit tests (vponcova) - Reorganize the DBus library (vponcova) - Remove signal subscriptions from anaconda (vponcova) - Add support for disconnection of a DBus proxy (vponcova) - Clean up the anaconda's signal (vponcova) - Remove the anaconda's DBus from the DBus library (vponcova) - Remove the anaconda's signal from the DBus library (vponcova) - Remove the anaconda's logger from DBus library (vponcova) - Create the DBus library (vponcova) --- .gitignore | 1 + anaconda.spec | 19 ++++++++++++++++++- sources | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8fe6835..5de9bca 100644 --- a/.gitignore +++ b/.gitignore @@ -216,3 +216,4 @@ /anaconda-32.12.tar.bz2 /anaconda-32.13.tar.bz2 /anaconda-32.14.tar.bz2 +/anaconda-32.15.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 37944b4..e6f427f 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,7 +4,7 @@ Summary: Graphical system installer Name: anaconda -Version: 32.14 +Version: 32.15 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -99,6 +99,7 @@ Requires: python3-dbus Requires: python3-pwquality Requires: python3-systemd Requires: python3-productmd +Requires: python3-dasbus Requires: flatpak-libs # pwquality only "recommends" the dictionaries it needs to do anything useful, @@ -347,6 +348,22 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Mon Nov 18 2019 Martin Kolman - 32.15-1 +- Fix wrong kdump boot option in boot options docs (vslavik) +- Remove unused pylint false positive (jkonecny) +- Remove the DBus library (vponcova) +- Remove the extra support for PropertiesChanged (vponcova) +- Normalize the pretty XML output (vponcova) +- Update the unit tests (vponcova) +- Reorganize the DBus library (vponcova) +- Remove signal subscriptions from anaconda (vponcova) +- Add support for disconnection of a DBus proxy (vponcova) +- Clean up the anaconda's signal (vponcova) +- Remove the anaconda's DBus from the DBus library (vponcova) +- Remove the anaconda's signal from the DBus library (vponcova) +- Remove the anaconda's logger from DBus library (vponcova) +- Create the DBus library (vponcova) + * Tue Nov 12 2019 Martin Kolman - 32.14-1 - network: restrict applying of config from ks in initramfs with NM (#1768791) (rvykydal) diff --git a/sources b/sources index 3d88cb9..3f084df 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-32.14.tar.bz2) = a340db6c14e7b467a3fc0b3133617b9db009d018a4bb01f0b9585dd7dbb9be5eb8c14915c8c679e84f967faa87920a0427e6298fb4b6624d62dc7c886738f025 +SHA512 (anaconda-32.15.tar.bz2) = 2f23fac79a12ade0f15a62f45987a929e1a701da065f0294565aa012c5fdeb85bc494e37b678a5a3df7df6f05d61468a7b997fcbeb4321f2a0cedd03c39f9d29 From b49b6f16112dc146e53ce536fbc6ddc0e3e220ea Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Tue, 10 Dec 2019 05:26:08 +0100 Subject: [PATCH 092/135] New version 32.16-1 - Add a DBus method for checking resizable devices (vponcova) - Add DBus methods for partitioned devices (vponcova) - Add a DBus method for getting device size limits (vponcova) - Add the attribute protected to the device data (vponcova) - keyboard: make populating of missing values part of installation task (rvykydal) - keyboard: fix write_x_configuration method (rvykydal) - Reduce progress spinner repaints to save CPU (rhbz#1204242) (vslavik) - Document the storage setters (vponcova) - Rename the file with tests for the Blivet partitioning method (vponcova) - Change the type of AppliedPartitioning (vponcova) - Rename the callbacks on_storage_reset (vponcova) - Add the DBus method ResetPartitioning (vponcova) - Rename the DBus method for resetting the storage (vponcova) - Test the boot loader factory (vponcova) - Set up the boot loader factory (vponcova) - Create the boot loader factory (vponcova) - Add a new configuration option for the type of the bootloader (vponcova) - network: wrap IPv4 addresses showed in GUI (#1777706) (rvykydal) - keyboard: do not return None value from apply configuration task (rvykydal) - keyboard: fix reference before assignment in apply keyboard task (rvykydal) - keyboard: add localization module unit tests for keyboard (rvykydal) - keyboard: fix return value of LocaledWrapper.layouts_variants property (rvykydal) - keyboard: fix setting from generic keyboard in ks parsing (rvykydal) - keyboard: move setting of default value into related task (rvykydal) - Raise MountFilesystemError from DBus methods (vponcova) - keyboard: make update_settings_from_task private (rvykydal) - Add the mount point attribute to the device format data (vponcova) - Change mock imports to use the unittest.mock full import path (vslavik) - Rename an attribute of the action data structure (vponcova) - Change service_start_timeout (vponcova) - keyboard: update a comment for future refactorisations (rvykydal) - keyboard: remove superfluous call to write_x_configuration (rvykydal) - Calculate the space on disks with supported disk labels (vponcova) - keyboard: guard activation of keyboard configuration in the module (rvykydal) - keyboard: when converting values restore both console and X (#1775712) (rvykydal) - keyboard: do not store generic keyboard setting at all (rvykydal) - keyboard: split populating of missing keyboard values (rvykydal) - Fix __all__ in pyanaconda.modules.common.structure.* (vponcova) - keyboard: do not convert from X value if we have vconsole in apply (#1776148) (rvykydal) - Change the DBus support for collecting ancestors (vponcova) - Add the attribute removable to the device data (vponcova) - Extend the attributes of the device data (vponcova) - keyboard: fix getting options from LocaledWrapper (rvykydal) - keyboard: move LocaledWrapper into localization module (rvykydal) - keyboard: apply configuration with a task (rvykydal) - keyboard: populate missing keyboard items with a task (rvykydal) - keyboard: write configuration with module task (rvykydal) - keyboard: split out populating of missing values into separate task (rvykydal) - keyboard: remove doc for unused weight parameter. (rvykydal) - keyboard: remove keyboard command from anaconda (rvykydal) - Rename payload sources to source (jkonecny) - Rename PayloadService to PayloadsService (jkonecny) - Rename payloads.payloads to payload.payload (jkonecny) - Rename payload to payloads for DBus services (jkonecny) - Rename payload module to payloads (jkonecny) - Publish main payload under Payloads (jkonecny) - Create PayloadContainer for dynamic provisioning (jkonecny) - Rename payload base to payload (jkonecny) - Use a variable when calling Zanata client in makefile (mkolman) - Clean up the spoke for the advanced storage (vponcova) - Rename payload DBus constants (jkonecny) - Remove handler word from payload leftovers (jkonecny) - Remove handler word from tests (jkonecny) - Rename LiveOSHandler* classes to LiveOS* (jkonecny) - Rename LiveImageHandler* classes to LiveImage* (jkonecny) - Rename DNFHandler* classes to DNF* (jkonecny) - Rename handlers from DNF internal variables (jkonecny) - Rename PackagesHandler* classes to Packages* (jkonecny) - Rename handler to payload in PayloadBase class (jkonecny) - Rename publish_handler to publish_payload (jkonecny) - Rename create_handler to create_payload (jkonecny) - Rename get_active_handler_path to payload path (jkonecny) - Rename is_handler_set to is_payload_set (jkonecny) - Rename payload handler getter and setter to payload (jkonecny) - Rename HandlerFactory to PayloadFactory (jkonecny) - Rename HandlerType to PayloadType (jkonecny) - Remove handler from factories variables (jkonecny) - Rename HandlerNotSetError to PayloadNotSetError (jkonecny) - Rename handler in logs for payload service class (jkonecny) - Rename payload handler internals in payload service (jkonecny) --- .gitignore | 1 + anaconda.spec | 89 ++++++++++++++++++++++++++++++++++++++++++++++++++- sources | 2 +- 3 files changed, 90 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5de9bca..546fa05 100644 --- a/.gitignore +++ b/.gitignore @@ -217,3 +217,4 @@ /anaconda-32.13.tar.bz2 /anaconda-32.14.tar.bz2 /anaconda-32.15.tar.bz2 +/anaconda-32.16.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index e6f427f..938cac5 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,7 +4,7 @@ Summary: Graphical system installer Name: anaconda -Version: 32.15 +Version: 32.16 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -348,6 +348,93 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Dec 10 2019 Martin Kolman - 32.16-1 +- Add a DBus method for checking resizable devices (vponcova) +- Add DBus methods for partitioned devices (vponcova) +- Add a DBus method for getting device size limits (vponcova) +- Add the attribute protected to the device data (vponcova) +- keyboard: make populating of missing values part of installation task + (rvykydal) +- keyboard: fix write_x_configuration method (rvykydal) +- Reduce progress spinner repaints to save CPU (rhbz#1204242) (vslavik) +- Document the storage setters (vponcova) +- Rename the file with tests for the Blivet partitioning method (vponcova) +- Change the type of AppliedPartitioning (vponcova) +- Rename the callbacks on_storage_reset (vponcova) +- Add the DBus method ResetPartitioning (vponcova) +- Rename the DBus method for resetting the storage (vponcova) +- Test the boot loader factory (vponcova) +- Set up the boot loader factory (vponcova) +- Create the boot loader factory (vponcova) +- Add a new configuration option for the type of the bootloader (vponcova) +- network: wrap IPv4 addresses showed in GUI (#1777706) (rvykydal) +- keyboard: do not return None value from apply configuration task (rvykydal) +- keyboard: fix reference before assignment in apply keyboard task (rvykydal) +- keyboard: add localization module unit tests for keyboard (rvykydal) +- keyboard: fix return value of LocaledWrapper.layouts_variants property + (rvykydal) +- keyboard: fix setting from generic keyboard in ks parsing (rvykydal) +- keyboard: move setting of default value into related task (rvykydal) +- Raise MountFilesystemError from DBus methods (vponcova) +- keyboard: make update_settings_from_task private (rvykydal) +- Add the mount point attribute to the device format data (vponcova) +- Change mock imports to use the unittest.mock full import path (vslavik) +- Rename an attribute of the action data structure (vponcova) +- Change service_start_timeout (vponcova) +- keyboard: update a comment for future refactorisations (rvykydal) +- keyboard: remove superfluous call to write_x_configuration (rvykydal) +- Calculate the space on disks with supported disk labels (vponcova) +- keyboard: guard activation of keyboard configuration in the module (rvykydal) +- keyboard: when converting values restore both console and X (#1775712) + (rvykydal) +- keyboard: do not store generic keyboard setting at all (rvykydal) +- keyboard: split populating of missing keyboard values (rvykydal) +- Fix __all__ in pyanaconda.modules.common.structure.* (vponcova) +- keyboard: do not convert from X value if we have vconsole in apply (#1776148) + (rvykydal) +- Change the DBus support for collecting ancestors (vponcova) +- Add the attribute removable to the device data (vponcova) +- Extend the attributes of the device data (vponcova) +- keyboard: fix getting options from LocaledWrapper (rvykydal) +- keyboard: move LocaledWrapper into localization module (rvykydal) +- keyboard: apply configuration with a task (rvykydal) +- keyboard: populate missing keyboard items with a task (rvykydal) +- keyboard: write configuration with module task (rvykydal) +- keyboard: split out populating of missing values into separate task + (rvykydal) +- keyboard: remove doc for unused weight parameter. (rvykydal) +- keyboard: remove keyboard command from anaconda (rvykydal) +- Rename payload sources to source (jkonecny) +- Rename PayloadService to PayloadsService (jkonecny) +- Rename payloads.payloads to payload.payload (jkonecny) +- Rename payload to payloads for DBus services (jkonecny) +- Rename payload module to payloads (jkonecny) +- Publish main payload under Payloads (jkonecny) +- Create PayloadContainer for dynamic provisioning (jkonecny) +- Rename payload base to payload (jkonecny) +- Use a variable when calling Zanata client in makefile (mkolman) +- Clean up the spoke for the advanced storage (vponcova) +- Rename payload DBus constants (jkonecny) +- Remove handler word from payload leftovers (jkonecny) +- Remove handler word from tests (jkonecny) +- Rename LiveOSHandler* classes to LiveOS* (jkonecny) +- Rename LiveImageHandler* classes to LiveImage* (jkonecny) +- Rename DNFHandler* classes to DNF* (jkonecny) +- Rename handlers from DNF internal variables (jkonecny) +- Rename PackagesHandler* classes to Packages* (jkonecny) +- Rename handler to payload in PayloadBase class (jkonecny) +- Rename publish_handler to publish_payload (jkonecny) +- Rename create_handler to create_payload (jkonecny) +- Rename get_active_handler_path to payload path (jkonecny) +- Rename is_handler_set to is_payload_set (jkonecny) +- Rename payload handler getter and setter to payload (jkonecny) +- Rename HandlerFactory to PayloadFactory (jkonecny) +- Rename HandlerType to PayloadType (jkonecny) +- Remove handler from factories variables (jkonecny) +- Rename HandlerNotSetError to PayloadNotSetError (jkonecny) +- Rename handler in logs for payload service class (jkonecny) +- Rename payload handler internals in payload service (jkonecny) + * Mon Nov 18 2019 Martin Kolman - 32.15-1 - Fix wrong kdump boot option in boot options docs (vslavik) - Remove unused pylint false positive (jkonecny) diff --git a/sources b/sources index 3f084df..508e617 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-32.15.tar.bz2) = 2f23fac79a12ade0f15a62f45987a929e1a701da065f0294565aa012c5fdeb85bc494e37b678a5a3df7df6f05d61468a7b997fcbeb4321f2a0cedd03c39f9d29 +SHA512 (anaconda-32.16.tar.bz2) = 8b9b4e8189cb0bfbe86ba7679b9e74c9b47f41ce219ac2dea39858a5d563b58d861e9bfb99baf297165dbbd1831bdfc0b660c92909c0cb57eca25167ce793f59 From 8986d94352e340c0a5f5cec87396fe32741f6e15 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Thu, 12 Dec 2019 13:59:13 +0100 Subject: [PATCH 093/135] New version 32.17-1 - Calculate the space on uninitialized disks (#1782449) (vponcova) - Define a method required by _schedule_actions (#1782463) (vponcova) - Split the partitioning code (vponcova) - Add the attribute children to the device data (vponcova) --- .gitignore | 1 + anaconda.spec | 8 +++++++- sources | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 546fa05..ea6f6cc 100644 --- a/.gitignore +++ b/.gitignore @@ -218,3 +218,4 @@ /anaconda-32.14.tar.bz2 /anaconda-32.15.tar.bz2 /anaconda-32.16.tar.bz2 +/anaconda-32.17.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 938cac5..e850880 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,7 +4,7 @@ Summary: Graphical system installer Name: anaconda -Version: 32.16 +Version: 32.17 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -348,6 +348,12 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Thu Dec 12 2019 Martin Kolman - 32.17-1 +- Calculate the space on uninitialized disks (#1782449) (vponcova) +- Define a method required by _schedule_actions (#1782463) (vponcova) +- Split the partitioning code (vponcova) +- Add the attribute children to the device data (vponcova) + * Tue Dec 10 2019 Martin Kolman - 32.16-1 - Add a DBus method for checking resizable devices (vponcova) - Add DBus methods for partitioned devices (vponcova) diff --git a/sources b/sources index 508e617..9029c7a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-32.16.tar.bz2) = 8b9b4e8189cb0bfbe86ba7679b9e74c9b47f41ce219ac2dea39858a5d563b58d861e9bfb99baf297165dbbd1831bdfc0b660c92909c0cb57eca25167ce793f59 +SHA512 (anaconda-32.17.tar.bz2) = 5c0766da5de1f0396c710caeec393c95ed71b9e1d3e20ba4dab8d60babd194522ce636243da380c0d181604f0987627dad2b2e4eff0e14e94769cfc906e59895 From 90ea1beb6c6a7c909e9f8b248fd4ae009db8fd5c Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Tue, 7 Jan 2020 17:43:02 +0100 Subject: [PATCH 094/135] New version 32.18-1 - Fix cppcheck problem with undefined macros (jkonecny) - Fix C variable use before check for NULL (jkonecny) - Calculate ip address for kickstart URL ending in / (imsedgar) - Enable /boot on btrfs subvolume with GRUB2 (ngompa13) - Remove the workaround in the Resize dialog (vponcova) - Move the support for resizing devices (vponcova) - Add KernelArguments.is_enabled() as a replacement for getbool() (vslavik) - Fix tests broken by renamed modules (vslavik) - keyboard: pass shared module instance of localed wrapper to tasks (rvykydal) - keyboard: replace safe_dbus with dasbus in LocaledWrapper (rvykydal) - Add tests for the KernelArguments class (vslavik) - Stop KernelArguments inheriting from a dictionary (vslavik) - Change tests to use kernel.cmdline instead of flags.cmdline (vslavik) - Change all uses of flags.cmdline to kernel.kernel_arguments (vslavik) - Rename variables to prevent conflict with importing "kernel_arguments" (vslavik) - Change flags.cmdline to use kernel.kernel_arguments (vslavik) - Add kernel.kernel_arguments providing same functionality as flags.cmdline (vslavik) - Only attempt to open the ibm,max-boot-devices sysfs entry if it exists (javierm) - Don't add more devices in boot-device NVRAM than the maximum allowed (javierm) --- .gitignore | 1 + anaconda.spec | 31 ++++++++++++++++++++++++++++++- sources | 2 +- 3 files changed, 32 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ea6f6cc..76404ad 100644 --- a/.gitignore +++ b/.gitignore @@ -219,3 +219,4 @@ /anaconda-32.15.tar.bz2 /anaconda-32.16.tar.bz2 /anaconda-32.17.tar.bz2 +/anaconda-32.18.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index e850880..d25eebe 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,7 +4,7 @@ Summary: Graphical system installer Name: anaconda -Version: 32.17 +Version: 32.18 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -131,6 +131,10 @@ Requires: glibc-langpack-en # even though the distro default is dbus-broker in F30+ Requires: dbus-daemon +# Ensure it's not possible for a version of grubby to be installed +# that doesn't work with btrfs subvolumes correctly... +Conflicts: grubby < 8.40-10 + Obsoletes: anaconda-images <= 10 Provides: anaconda-images = %{version}-%{release} Obsoletes: anaconda-runtime < %{version}-%{release} @@ -348,6 +352,31 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Jan 07 2020 Martin Kolman - 32.18-1 +- Fix cppcheck problem with undefined macros (jkonecny) +- Fix C variable use before check for NULL (jkonecny) +- Calculate ip address for kickstart URL ending in / (imsedgar) +- Enable /boot on btrfs subvolume with GRUB2 (ngompa13) +- Remove the workaround in the Resize dialog (vponcova) +- Move the support for resizing devices (vponcova) +- Add KernelArguments.is_enabled() as a replacement for getbool() (vslavik) +- Fix tests broken by renamed modules (vslavik) +- keyboard: pass shared module instance of localed wrapper to tasks (rvykydal) +- keyboard: replace safe_dbus with dasbus in LocaledWrapper (rvykydal) +- Add tests for the KernelArguments class (vslavik) +- Stop KernelArguments inheriting from a dictionary (vslavik) +- Change tests to use kernel.cmdline instead of flags.cmdline (vslavik) +- Change all uses of flags.cmdline to kernel.kernel_arguments (vslavik) +- Rename variables to prevent conflict with importing "kernel_arguments" + (vslavik) +- Change flags.cmdline to use kernel.kernel_arguments (vslavik) +- Add kernel.kernel_arguments providing same functionality as flags.cmdline + (vslavik) +- Only attempt to open the ibm,max-boot-devices sysfs entry if it exists + (javierm) +- Don't add more devices in boot-device NVRAM than the maximum allowed + (javierm) + * Thu Dec 12 2019 Martin Kolman - 32.17-1 - Calculate the space on uninitialized disks (#1782449) (vponcova) - Define a method required by _schedule_actions (#1782463) (vponcova) diff --git a/sources b/sources index 9029c7a..a623231 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-32.17.tar.bz2) = 5c0766da5de1f0396c710caeec393c95ed71b9e1d3e20ba4dab8d60babd194522ce636243da380c0d181604f0987627dad2b2e4eff0e14e94769cfc906e59895 +SHA512 (anaconda-32.18.tar.bz2) = 175447e4677c08320607dc47564e4d2a2f5cbe53900e3f6ea6998799e468556ebe6fd58344c186852425715ae5bf5e1cfe49d3918279d7c36cfd9f0bd5a1d7f5 From acee6099399483c8fb11f60374fc9d93bb4b9878 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Mon, 13 Jan 2020 17:00:11 +0100 Subject: [PATCH 095/135] New version 32.19-1 - Revert "Fix Timezone pykickstart command version" (vponcova) - Improve payload packages test for languages (jkonecny) - Update payload Packages properties tests (jkonecny) - Update payload LiveImage properties tests (jkonecny) - Fix Timezone pykickstart command version (jkonecny) - Fix failed tests introduced by merging multiple PRs (jkonecny) - Clean up for PEP257, PEP8, etc. in localization and its tests (vslavik) - Add tests for the rewritten localization module (vslavik) - Fix wrong code in localization found while writing tests (vslavik) - Remove parse_langcode(), LANGCODE_RE, and associated tests (vslavik) - Fix dosctrings by removing mentions of LANGCODE_RE (vslavik) - Replace remaining uses of parse_langcode by langtable's parsing (vslavik) - Add and use a convenience function to get language id (vslavik) - Add and use a mechanism for aborting early with invalid locale (vslavik) - Add failure tests for %packages --ignorebroken (jkonecny) - Raise error on --ignorebroken when is disabled (jkonecny) - Fail to set packages IgnoreBroken when disabled (jkonecny) - Add enable_ignore_broken_packages configuration (jkonecny) - Add test for the new Packages API (jkonecny) - Support --ignorebroken by packages module (#1642013) (jkonecny) - Support possibility to skip broken packages (#1642013) (jkonecny) - Do not crash on disk.wwn value being None (#1711571) (rvykydal) - Fix a callback of the PropertiesChanged signal (vponcova) - Test unwrapped DBus values (vponcova) - Replace the default DBus error (vponcova) - Extend check_task_creation_list (vponcova) - Simplify langtable method calls (vslavik) - Require langtable 0.0.49 for its new parsing method (vslavik) - Fix import, add license statement in dracut driver updates test (vslavik) --- .gitignore | 1 + anaconda.spec | 40 ++++++++++++++++++++++++++++++++++++---- sources | 2 +- 3 files changed, 38 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 76404ad..1eb54a8 100644 --- a/.gitignore +++ b/.gitignore @@ -220,3 +220,4 @@ /anaconda-32.16.tar.bz2 /anaconda-32.17.tar.bz2 /anaconda-32.18.tar.bz2 +/anaconda-32.19.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index d25eebe..2c28cab 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,7 +4,7 @@ Summary: Graphical system installer Name: anaconda -Version: 32.18 +Version: 32.19 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -28,18 +28,19 @@ Source0: %{name}-%{version}.tar.bz2 %define gtk3ver 3.22.17 %define helpver 22.1-1 %define isomd5sum 1.0.10 -%define langtablever 0.0.44 +%define langtablever 0.0.49 %define libarchivever 3.0.4 %define libblockdevver 2.1 %define libtimezonemapver 0.4.1-2 %define libxklavierver 5.4 %define mehver 0.23-1 %define nmver 1.0 -%define pykickstartver 3.21-1 +%define pykickstartver 3.22-1 %define pypartedver 2.5-2 %define rpmver 4.10.0 %define simplelinever 1.1-1 %define utillinuxver 2.15.1 +%define dasbusver 0.2 BuildRequires: audit-libs-devel BuildRequires: libtool @@ -99,7 +100,7 @@ Requires: python3-dbus Requires: python3-pwquality Requires: python3-systemd Requires: python3-productmd -Requires: python3-dasbus +Requires: python3-dasbus >= %{dasbusver} Requires: flatpak-libs # pwquality only "recommends" the dictionaries it needs to do anything useful, @@ -352,6 +353,37 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Mon Jan 13 2020 Martin Kolman - 32.19-1 +- Revert "Fix Timezone pykickstart command version" (vponcova) +- Improve payload packages test for languages (jkonecny) +- Update payload Packages properties tests (jkonecny) +- Update payload LiveImage properties tests (jkonecny) +- Fix Timezone pykickstart command version (jkonecny) +- Fix failed tests introduced by merging multiple PRs (jkonecny) +- Clean up for PEP257, PEP8, etc. in localization and its tests (vslavik) +- Add tests for the rewritten localization module (vslavik) +- Fix wrong code in localization found while writing tests (vslavik) +- Remove parse_langcode(), LANGCODE_RE, and associated tests (vslavik) +- Fix dosctrings by removing mentions of LANGCODE_RE (vslavik) +- Replace remaining uses of parse_langcode by langtable's parsing (vslavik) +- Add and use a convenience function to get language id (vslavik) +- Add and use a mechanism for aborting early with invalid locale (vslavik) +- Add failure tests for %%packages --ignorebroken (jkonecny) +- Raise error on --ignorebroken when is disabled (jkonecny) +- Fail to set packages IgnoreBroken when disabled (jkonecny) +- Add enable_ignore_broken_packages configuration (jkonecny) +- Add test for the new Packages API (jkonecny) +- Support --ignorebroken by packages module (#1642013) (jkonecny) +- Support possibility to skip broken packages (#1642013) (jkonecny) +- Do not crash on disk.wwn value being None (#1711571) (rvykydal) +- Fix a callback of the PropertiesChanged signal (vponcova) +- Test unwrapped DBus values (vponcova) +- Replace the default DBus error (vponcova) +- Extend check_task_creation_list (vponcova) +- Simplify langtable method calls (vslavik) +- Require langtable 0.0.49 for its new parsing method (vslavik) +- Fix import, add license statement in dracut driver updates test (vslavik) + * Tue Jan 07 2020 Martin Kolman - 32.18-1 - Fix cppcheck problem with undefined macros (jkonecny) - Fix C variable use before check for NULL (jkonecny) diff --git a/sources b/sources index a623231..2f42b1a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-32.18.tar.bz2) = 175447e4677c08320607dc47564e4d2a2f5cbe53900e3f6ea6998799e468556ebe6fd58344c186852425715ae5bf5e1cfe49d3918279d7c36cfd9f0bd5a1d7f5 +SHA512 (anaconda-32.19.tar.bz2) = 0d9755ecbee60e5b8fa76e7b2a4dcfe1b93f110be843ddc7ba246916214355029b8a9b15c2ba2805f5678dc39d8b7984b1e6705dec75727c13e81b12f5f45c43 From c03d244ed3682c1ba70b9261437d3087af850467 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Mon, 20 Jan 2020 19:38:51 +0100 Subject: [PATCH 096/135] New version 32.20-1 - Add the DBus method ChangeDevice (vponcova) - Add the task ChangeDeviceTask (vponcova) - Add pep8 check (rvykydal) - Fix max-line-length setting for pep8speaks (rvykydal) - Extend PayloadFactory tests (jkonecny) - Add test for payload type DBus API (jkonecny) - Rename payload shared testing objects (jkonecny) - Add type property to payloads (jkonecny) - Rename payload dnf tests to packages tests (jkonecny) - Add FIXME/TODO about GetActivePayload (jkonecny) - Move Publishable to PayloadBase (jkonecny) - Adapt tests to a new Payload publishing (jkonecny) - Generate %packages only when DNF module was used (jkonecny) - Fix payloads shared testing class (jkonecny) - Move payload Packages kickstart processing to Payloads (jkonecny) - Change GetActivePayloadPath to GetActivePayload (jkonecny) - Publish payload instead of payload path (jkonecny) - Change payloads objects to interfaces (jkonecny) - Migrate LiveOS payload to dynamic publishing (jkonecny) - Migrate LiveImage payload to dynamic publishing (jkonecny) - Migrate DNF payload for dynamic publishing (jkonecny) - Use container to publish payloads (jkonecny) - Add payload container (jkonecny) - Rename PAYLOAD_BASE to PAYLOAD (jkonecny) - Remove unnecessary space (jkonecny) - Remove DNF DBus namespace (jkonecny) - Move Packages module publishing to Payloads service (jkonecny) - Move payload packages out of DNF module (jkonecny) - Add basic configuration for pep8speaks github app (rvykydal) - Be more strict when checking for mounted dvd source (rvykydal) - Protect cdroms during tree population for image installs (rvykydal) - Finish code conventions rules migration to upstream (jkonecny) - Require new pykickstart version (jkonecny) - Revert "Revert "Fix Timezone pykickstart command version"" (jkonecny) - Add the task AddDeviceTask (vponcova) - Add the DBus method ValidateDeviceFactoryRequest (vponcova) - Add the DBus field 'reformat' to the device factory request (vponcova) - Add the DBus method GetDeviceTypesForDevice (vponcova) - Add the DBus method GetFileSystemsForDevice (vponcova) - Add the DBus method GetRawDevice (vponcova) - Add the DBus method GenerateDeviceName (vponcova) - Add the DBus method GetDefaultLUKSVersion (vponcova) - Add the DBus method GenerateDeviceFactoryRequest (vponcova) - Add the DBus method ValidateRaidLevel (vponcova) - Add the DBus method ValidateContainerName (vponcova) - Add the DBus method AddDevice (vponcova) - Add the DBus method ValidateMountPoint (vponcova) - Add the DBus method CollectUnusedMountPoints (vponcova) - Add the DBus method GetSupportedRaidLevels (vponcova) - Add the DBus method GetDefaultFileSystem (vponcova) - Add the DBus method CollectSupportedSystems (vponcova) - Add the DBus method GetDiskTotalSpace (vponcova) - Add the DBus method CollectBootLoaderDevices (vponcova) - Add the DBus method CollectUnusedDevices (vponcova) - Add the DBus method CollectNewDevices (vponcova) - Add the DBus method GetPartitioned (vponcova) - Add the DBus method GenerateSystemData (vponcova) - Add the DBus method GenerateSystemName (vponcova) - Create the device tree scheduler (vponcova) - Always create and publish the DASD and ZFCP modules (vponcova) - Add the DBus method IsSupported to the zFCP module (vponcova) - Add the DBus method IsSupported to the NVDIMM module (vponcova) - Add the DBus method IsSupported to the DASD module (vponcova) - Add the DBus method IsSupported to the iSCSI module (vponcova) - Add the DBus method IsSupported to the FCoE module (vponcova) - Allow arch filtering for comps (jmracek) - Remove duplicated exception handler usage (vslavik) --- .gitignore | 1 + anaconda.spec | 73 +++++++++++++++++++++++++++++++++++++++++++++++++-- sources | 2 +- 3 files changed, 73 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1eb54a8..9e982d7 100644 --- a/.gitignore +++ b/.gitignore @@ -221,3 +221,4 @@ /anaconda-32.17.tar.bz2 /anaconda-32.18.tar.bz2 /anaconda-32.19.tar.bz2 +/anaconda-32.20.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 2c28cab..cc1f494 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,7 +4,7 @@ Summary: Graphical system installer Name: anaconda -Version: 32.19 +Version: 32.20 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -35,7 +35,7 @@ Source0: %{name}-%{version}.tar.bz2 %define libxklavierver 5.4 %define mehver 0.23-1 %define nmver 1.0 -%define pykickstartver 3.22-1 +%define pykickstartver 3.23-1 %define pypartedver 2.5-2 %define rpmver 4.10.0 %define simplelinever 1.1-1 @@ -353,6 +353,75 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Mon Jan 20 2020 Martin Kolman - 32.20-1 +- Add the DBus method ChangeDevice (vponcova) +- Add the task ChangeDeviceTask (vponcova) +- Add pep8 check (rvykydal) +- Fix max-line-length setting for pep8speaks (rvykydal) +- Extend PayloadFactory tests (jkonecny) +- Add test for payload type DBus API (jkonecny) +- Rename payload shared testing objects (jkonecny) +- Add type property to payloads (jkonecny) +- Rename payload dnf tests to packages tests (jkonecny) +- Add FIXME/TODO about GetActivePayload (jkonecny) +- Move Publishable to PayloadBase (jkonecny) +- Adapt tests to a new Payload publishing (jkonecny) +- Generate %%packages only when DNF module was used (jkonecny) +- Fix payloads shared testing class (jkonecny) +- Move payload Packages kickstart processing to Payloads (jkonecny) +- Change GetActivePayloadPath to GetActivePayload (jkonecny) +- Publish payload instead of payload path (jkonecny) +- Change payloads objects to interfaces (jkonecny) +- Migrate LiveOS payload to dynamic publishing (jkonecny) +- Migrate LiveImage payload to dynamic publishing (jkonecny) +- Migrate DNF payload for dynamic publishing (jkonecny) +- Use container to publish payloads (jkonecny) +- Add payload container (jkonecny) +- Rename PAYLOAD_BASE to PAYLOAD (jkonecny) +- Remove unnecessary space (jkonecny) +- Remove DNF DBus namespace (jkonecny) +- Move Packages module publishing to Payloads service (jkonecny) +- Move payload packages out of DNF module (jkonecny) +- Add basic configuration for pep8speaks github app (rvykydal) +- Be more strict when checking for mounted dvd source (rvykydal) +- Protect cdroms during tree population for image installs (rvykydal) +- Finish code conventions rules migration to upstream (jkonecny) +- Require new pykickstart version (jkonecny) +- Revert "Revert "Fix Timezone pykickstart command version"" (jkonecny) +- Add the task AddDeviceTask (vponcova) +- Add the DBus method ValidateDeviceFactoryRequest (vponcova) +- Add the DBus field 'reformat' to the device factory request (vponcova) +- Add the DBus method GetDeviceTypesForDevice (vponcova) +- Add the DBus method GetFileSystemsForDevice (vponcova) +- Add the DBus method GetRawDevice (vponcova) +- Add the DBus method GenerateDeviceName (vponcova) +- Add the DBus method GetDefaultLUKSVersion (vponcova) +- Add the DBus method GenerateDeviceFactoryRequest (vponcova) +- Add the DBus method ValidateRaidLevel (vponcova) +- Add the DBus method ValidateContainerName (vponcova) +- Add the DBus method AddDevice (vponcova) +- Add the DBus method ValidateMountPoint (vponcova) +- Add the DBus method CollectUnusedMountPoints (vponcova) +- Add the DBus method GetSupportedRaidLevels (vponcova) +- Add the DBus method GetDefaultFileSystem (vponcova) +- Add the DBus method CollectSupportedSystems (vponcova) +- Add the DBus method GetDiskTotalSpace (vponcova) +- Add the DBus method CollectBootLoaderDevices (vponcova) +- Add the DBus method CollectUnusedDevices (vponcova) +- Add the DBus method CollectNewDevices (vponcova) +- Add the DBus method GetPartitioned (vponcova) +- Add the DBus method GenerateSystemData (vponcova) +- Add the DBus method GenerateSystemName (vponcova) +- Create the device tree scheduler (vponcova) +- Always create and publish the DASD and ZFCP modules (vponcova) +- Add the DBus method IsSupported to the zFCP module (vponcova) +- Add the DBus method IsSupported to the NVDIMM module (vponcova) +- Add the DBus method IsSupported to the DASD module (vponcova) +- Add the DBus method IsSupported to the iSCSI module (vponcova) +- Add the DBus method IsSupported to the FCoE module (vponcova) +- Allow arch filtering for comps (jmracek) +- Remove duplicated exception handler usage (vslavik) + * Mon Jan 13 2020 Martin Kolman - 32.19-1 - Revert "Fix Timezone pykickstart command version" (vponcova) - Improve payload packages test for languages (jkonecny) diff --git a/sources b/sources index 2f42b1a..8f73e3b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-32.19.tar.bz2) = 0d9755ecbee60e5b8fa76e7b2a4dcfe1b93f110be843ddc7ba246916214355029b8a9b15c2ba2805f5678dc39d8b7984b1e6705dec75727c13e81b12f5f45c43 +SHA512 (anaconda-32.20.tar.bz2) = 89fe4d249391da9afe3a28836588ae787595365b22918fbdfb0003cfedadbd0c2826ed1ae2ecc46490ac789000967015acebc30d564d63ee47c47d23b93ccfa7 From e2a0066eebd00ab014643cdbe87974fc350f38e2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 28 Jan 2020 11:33:45 +0000 Subject: [PATCH 097/135] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- anaconda.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/anaconda.spec b/anaconda.spec index cc1f494..c66512e 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -5,7 +5,7 @@ Summary: Graphical system installer Name: anaconda Version: 32.20 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -353,6 +353,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Jan 28 2020 Fedora Release Engineering - 32.20-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Mon Jan 20 2020 Martin Kolman - 32.20-1 - Add the DBus method ChangeDevice (vponcova) - Add the task ChangeDeviceTask (vponcova) From bd22031b0e8b894f812aa3540c05b6f8ad4955a1 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Wed, 29 Jan 2020 15:32:26 +0100 Subject: [PATCH 098/135] New version 32.21-1 - Add the path-id attribute to the DBus structure for device data (vponcova) - Use id_path as a long identifier of a disk (vponcova) - Migrate authselect to dbus tasks (mkolman) - Remove pyanaconda.flags.cmdline and KernelArguments.getbool() (vslavik) - Remove duplicated definition of PayloadContainer (vslavik) - Fix typos in docstrings (vslavik) - Fix setup-mock-test-env with multiple test commands (jkonecny) - Add support to run pylint only check (jkonecny) - Fix most of pep8 issues in pyanaconda/modules subfolder (rvykydal) - Convert VG reserved_space to Size (vtrefny) - Do not set default fstype for blivet-gui (vtrefny) --- .gitignore | 1 + anaconda.spec | 22 ++++++++++++++++------ sources | 2 +- 3 files changed, 18 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 9e982d7..7584b74 100644 --- a/.gitignore +++ b/.gitignore @@ -222,3 +222,4 @@ /anaconda-32.18.tar.bz2 /anaconda-32.19.tar.bz2 /anaconda-32.20.tar.bz2 +/anaconda-32.21.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index c66512e..013f937 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,8 +4,8 @@ Summary: Graphical system installer Name: anaconda -Version: 32.20 -Release: 2%{?dist} +Version: 32.21 +Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -19,7 +19,7 @@ Source0: %{name}-%{version}.tar.bz2 # Versions of required components (done so we make sure the buildrequires # match the requires versions of things). -%define blivetguiver 2.1.7-2 +%define blivetguiver 2.1.12-1 %define dbusver 1.2.3 %define dnfver 3.6.0 %define dracutver 034-7 @@ -82,7 +82,7 @@ The anaconda package is a metapackage for the Anaconda installer. Summary: Core of the Anaconda installer Requires: python3-libs Requires: python3-dnf >= %{dnfver} -Requires: python3-blivet >= 1:3.1.5-1 +Requires: python3-blivet >= 1:3.2.0-1 Requires: python3-blockdev >= %{libblockdevver} Requires: python3-meh >= %{mehver} Requires: libreport-anaconda >= 2.0.21-1 @@ -353,8 +353,18 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog -* Tue Jan 28 2020 Fedora Release Engineering - 32.20-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild +* Wed Jan 29 2020 Martin Kolman - 32.21-1 +- Add the path-id attribute to the DBus structure for device data (vponcova) +- Use id_path as a long identifier of a disk (vponcova) +- Migrate authselect to dbus tasks (mkolman) +- Remove pyanaconda.flags.cmdline and KernelArguments.getbool() (vslavik) +- Remove duplicated definition of PayloadContainer (vslavik) +- Fix typos in docstrings (vslavik) +- Fix setup-mock-test-env with multiple test commands (jkonecny) +- Add support to run pylint only check (jkonecny) +- Fix most of pep8 issues in pyanaconda/modules subfolder (rvykydal) +- Convert VG reserved_space to Size (vtrefny) +- Do not set default fstype for blivet-gui (vtrefny) * Mon Jan 20 2020 Martin Kolman - 32.20-1 - Add the DBus method ChangeDevice (vponcova) diff --git a/sources b/sources index 8f73e3b..ea43e93 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-32.20.tar.bz2) = 89fe4d249391da9afe3a28836588ae787595365b22918fbdfb0003cfedadbd0c2826ed1ae2ecc46490ac789000967015acebc30d564d63ee47c47d23b93ccfa7 +SHA512 (anaconda-32.21.tar.bz2) = 57303626009a071b40af7e7ab8fae26fc5168b93fe12c0910a8a19744bffcc1481ac3d7a5efd5386ef3eec5e3c0c7517fc9b29515e829b069780a745b06d19f1 From df647e305c43b58bef7be6289cef9a1a1651a564 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Mon, 3 Feb 2020 23:39:44 +0100 Subject: [PATCH 099/135] New version 32.22-1 - Don't set the device names (#1797274) (vponcova) - Fix line spacing in UI (vslavik) - Fix line spacing in pyanaconda (vslavik) - Extend the start-module script (vponcova) - Remove start() from pylint defining attrs methods (jkonecny) - Refactor pylintrc file a bit (jkonecny) - Remove pylint CVS ignore directory (jkonecny) - Add TODO to enable C and R in pylint (jkonecny) - Remove bad-option-value disables from pylint (jkonecny) - Add TODO for future work (jkonecny) - Remove use of eval from pylint disabled (jkonecny) - Ignore attributes of Namespace class (jkonecny) - Fix GError message False positive (jkonecny) - Move unnecessary pass statement from false positives (jkonecny) - Add mock to the list of pylint deprecated modules (jkonecny) - Fix pylint errors (jkonecny) - Adapt runpylint to use pocketlint replacement (jkonecny) - Add pylint censorship - replacement of pocketlint (jkonecny) --- .gitignore | 1 + anaconda.spec | 22 +++++++++++++++++++++- sources | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7584b74..03ad988 100644 --- a/.gitignore +++ b/.gitignore @@ -223,3 +223,4 @@ /anaconda-32.19.tar.bz2 /anaconda-32.20.tar.bz2 /anaconda-32.21.tar.bz2 +/anaconda-32.22.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 013f937..9b6f7c0 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,7 +4,7 @@ Summary: Graphical system installer Name: anaconda -Version: 32.21 +Version: 32.22 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -353,6 +353,26 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Mon Feb 03 2020 Martin Kolman - 32.22-1 +- Don't set the device names (#1797274) (vponcova) +- Fix line spacing in UI (vslavik) +- Fix line spacing in pyanaconda (vslavik) +- Extend the start-module script (vponcova) +- Remove start() from pylint defining attrs methods (jkonecny) +- Refactor pylintrc file a bit (jkonecny) +- Remove pylint CVS ignore directory (jkonecny) +- Add TODO to enable C and R in pylint (jkonecny) +- Remove bad-option-value disables from pylint (jkonecny) +- Add TODO for future work (jkonecny) +- Remove use of eval from pylint disabled (jkonecny) +- Ignore attributes of Namespace class (jkonecny) +- Fix GError message False positive (jkonecny) +- Move unnecessary pass statement from false positives (jkonecny) +- Add mock to the list of pylint deprecated modules (jkonecny) +- Fix pylint errors (jkonecny) +- Adapt runpylint to use pocketlint replacement (jkonecny) +- Add pylint censorship - replacement of pocketlint (jkonecny) + * Wed Jan 29 2020 Martin Kolman - 32.21-1 - Add the path-id attribute to the DBus structure for device data (vponcova) - Use id_path as a long identifier of a disk (vponcova) diff --git a/sources b/sources index ea43e93..e3a1824 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-32.21.tar.bz2) = 57303626009a071b40af7e7ab8fae26fc5168b93fe12c0910a8a19744bffcc1481ac3d7a5efd5386ef3eec5e3c0c7517fc9b29515e829b069780a745b06d19f1 +SHA512 (anaconda-32.22.tar.bz2) = f110373287d522738e1feba79caa8848bc38ff6bd5c75f56523f678b0c3393b31cca27d4adb0c875f64d8625145adad1e4fbcd07f3df28266ef8995715ee4520 From 3387eeb1d30a491b340754fd24fe25782e2a2d2c Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Thu, 13 Feb 2020 17:17:53 +0100 Subject: [PATCH 100/135] New version 32.23-1 - Test kickstart warnings from modules (vslavik) - Use kickstart parsing warnings coming from boss (vslavik) - Log kickstart warnings in modules (vslavik) - Disable package download to / /tmp (#1781517) (jkonecny) - Handle the variant in SetConstraint (vponcova) - Handle the variant from GetResult (#1798392) (vponcova) - Fix the function _del_xdg_runtime_dir (vponcova) - Do not crash on adding fcoe device in gui when there are no nics (#1798402) (rvykydal) - Fix checking of network device type in Add FCoE gui dialog (#1798876) (rvykydal) - Use check_task_creation_task in timezone tests (rvykydal) - Move timezone setup kickstart method to dbus module (rvykydal) - Do not restart NTP service during its installation (rvykydal) - Add fixme to ntp from dhcp setting (rvykydal) - Change "not...in" to "...not in" (vslavik) - Line length fixes (PEP8) + typos (vslavik) - Add the DBus method GenerateDeviceFactoryPermissions (vponcova) - Generate the device factory permissions (vponcova) - Add the DBus structure DeviceFactoryPermissions (vponcova) - Move the class DeviceFactoryRequest to a new file (vponcova) - Set up the environment for pylint (vponcova) - Unify geoloc logging and enable/disable decision logic (vslavik) - Disable geoloc by opts.geoloc instead of kernel cmdline (vslavik) - Add a fallback for a disk of the live device (vponcova) - If no usable boot drive is found, raise an exception (vponcova) --- .gitignore | 1 + anaconda.spec | 30 +++++++++++++++++++++++++++++- sources | 2 +- 3 files changed, 31 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 03ad988..60804cb 100644 --- a/.gitignore +++ b/.gitignore @@ -224,3 +224,4 @@ /anaconda-32.20.tar.bz2 /anaconda-32.21.tar.bz2 /anaconda-32.22.tar.bz2 +/anaconda-32.23.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 9b6f7c0..9832e05 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,7 +4,7 @@ Summary: Graphical system installer Name: anaconda -Version: 32.22 +Version: 32.23 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -353,6 +353,34 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Thu Feb 13 2020 Martin Kolman - 32.23-1 +- Test kickstart warnings from modules (vslavik) +- Use kickstart parsing warnings coming from boss (vslavik) +- Log kickstart warnings in modules (vslavik) +- Disable package download to / /tmp (#1781517) (jkonecny) +- Handle the variant in SetConstraint (vponcova) +- Handle the variant from GetResult (#1798392) (vponcova) +- Fix the function _del_xdg_runtime_dir (vponcova) +- Do not crash on adding fcoe device in gui when there are no nics (#1798402) + (rvykydal) +- Fix checking of network device type in Add FCoE gui dialog (#1798876) + (rvykydal) +- Use check_task_creation_task in timezone tests (rvykydal) +- Move timezone setup kickstart method to dbus module (rvykydal) +- Do not restart NTP service during its installation (rvykydal) +- Add fixme to ntp from dhcp setting (rvykydal) +- Change "not...in" to "...not in" (vslavik) +- Line length fixes (PEP8) + typos (vslavik) +- Add the DBus method GenerateDeviceFactoryPermissions (vponcova) +- Generate the device factory permissions (vponcova) +- Add the DBus structure DeviceFactoryPermissions (vponcova) +- Move the class DeviceFactoryRequest to a new file (vponcova) +- Set up the environment for pylint (vponcova) +- Unify geoloc logging and enable/disable decision logic (vslavik) +- Disable geoloc by opts.geoloc instead of kernel cmdline (vslavik) +- Add a fallback for a disk of the live device (vponcova) +- If no usable boot drive is found, raise an exception (vponcova) + * Mon Feb 03 2020 Martin Kolman - 32.22-1 - Don't set the device names (#1797274) (vponcova) - Fix line spacing in UI (vslavik) diff --git a/sources b/sources index e3a1824..6447b00 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-32.22.tar.bz2) = f110373287d522738e1feba79caa8848bc38ff6bd5c75f56523f678b0c3393b31cca27d4adb0c875f64d8625145adad1e4fbcd07f3df28266ef8995715ee4520 +SHA512 (anaconda-32.23.tar.bz2) = 64bf5d8c7cee87d8e75b485991908e58f065db42520656d5339f093a0f94eab9be73d68d952ce3e08c6464ca235338b551bc359d05c1752715082a701cff4199 From 430e852c2ea481eba09295f0f4da5a800178cb64 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Thu, 20 Feb 2020 17:29:50 +0100 Subject: [PATCH 101/135] New version 32.24-1 - Initialize disks in interactive and Blivet partitioning modules (vponcova) - Fix the function get_device_partitions (vponcova) - Fix the function unlock_device (vponcova) - Apply extra arguments before the bootloader installation (vponcova) - Remove configure_storage (vponcova) - Remove the support for resetting the custom storage data (vponcova) - Remove the support for on-disk snapshots of storage (vponcova) - Remove collect_selected_disks (vponcova) - Remove the local storage object from the custom spoke (vponcova) - Remove the local storage object from the custom storage helpers (vponcova) - Update the storage model of device tree modules (vponcova) - Use the exception DeviceSetupError (vponcova) - Change the task MountExistingSystemTask (vponcova) - Change the task AddDeviceTask (vponcova) - Extend the task ChangeDeviceTask (vponcova) - Add the container specification to the device factory request (vponcova) - Extend the DBus method ValidateContainerName (vponcova) - Add the DBus method UpdateContainerData (vponcova) - Add the DBus method GenerateContainerData (vponcova) - Add the DBus method GenerateContainerName (vponcova) - Add the method reset_container_data to the device factory request (vponcova) - Add the DBus method GetContainerFreeSpace (vponcova) - Add the DBus method CollectContainers (vponcova) - Add permissions for changing the container (vponcova) - Filter unsupported disklabel devices (vponcova) - Add the DBus method IsDeviceEditable (vponcova) - Add the DBus method CheckCompleteness (vponcova) - Add the DBus method IsDeviceLocked (vponcova) - Add a new permission for changing a list of disks (vponcova) - Update the permission for the device encryption (vponcova) - Add the DBus method ResetDevice (vponcova) - Add the DBus method DestroyDevice (vponcova) - Add the DBus method SchedulePartitionsWithTask (vponcova) - Remove the local storage object from the accordion (vponcova) - Remove the local storage object from the source spoke in GUI (vponcova) - TUI: Use get_hdiso_source_description (vponcova) - Remove the local storage object from the storage spoke (vponcova) - Remove the local storage object from the advanced storage spoke (vponcova) - Use the Blivet partitioning module in Blivet-GUI (vponcova) - Remove the local storage object from the resize dialog (vponcova) - Remove the local storage object from the action dialog (vponcova) - Extend the class DeviceActionData (vponcova) - Remove the local storage object from the selected disks dialog (vponcova) - Remove the local storage object from the refresh dialog (vponcova) - Remove the local storage object from dialogs for specialized disks (vponcova) - Remove the local storage object from run_installation (vponcova) - Remove the local storage object from FileSystemSpaceChecker (vponcova) - TUI: Use create_partitioning (vponcova) - TUI: Extend apply_disk_selection (vponcova) - TUI: Simplify default disk selection in Storage spoke (vponcova) - Move is_local_disk to pyanaconda.ui.lib (vponcova) - Use apply_partitioning from pyanaconda.ui.lib (vponcova) - Move try_populate_devicetree to pyanaconda.ui.lib (vponcova) - Move the UI support for device protection to pyanaconda.ui.lib (vponcova) - Move get_disks_summary to pyanaconda.ui.lib (vponcova) - Move apply_disk_selection to pyanaconda.ui.lib (vponcova) - Move the UI support for storage initizalization to pyanaconda.ui.lib (vponcova) - Remove the storage argument from the storage initialization (vponcova) - Move the UI support for DASD formatting to pyanaconda.ui.lib (vponcova) - Remove the storage and data arguments from DasdFormatting (vponcova) - Add the function find_partitioning (vponcova) - Remove the static partitioning modules (vponcova) - Remove the Enabled property from the partitioning modules (vponcova) - Mark storage kickstart commands as useless (vponcova) - Remove the UI workaround for storage kickstart data (vponcova) - Remove the UI code for the storage configuration (vponcova) - Remove the local storage object from TUI (vponcova) - Don't use the local storage object in storage utils (vponcova) - Don't use the local storage object for the installation (vponcova) - Don't use the local storage object for formatting DASDs from UI (vponcova) - Remove automatic push of pot files during release (jkonecny) - Remove zanata from release.rst (jkonecny) - Remove deprecated translations.txt document (jkonecny) - Update Readme link to translation project (jkonecny) - Remove Zanata from translation canary (jkonecny) - Remove zanata from setup test env scripts (jkonecny) - Remove zanata from makebumpver (jkonecny) - Remove zanata configuration file (jkonecny) - Remove Zanata from po/Makefile (jkonecny) - Remove zanata from Makefile (jkonecny) - Remove unnecessary sed from configure.ac (jkonecny) - Use l10n repository for pushing changed pot file (jkonecny) - Pull po files from our l10n repo instead of Zanata (jkonecny) - Offer only supported sector sizes in NVDIMM reconfiguration dialog (rvykydal) - Fix PR tests with mock version 2 (jkonecny) - Don't use the local storage object for the storage initialization (vponcova) - Don't use device objects in the payload classes (vponcova) - Remove the attribute for storage from the payload classes (vponcova) - Don't use local storage objects in the image utils (vponcova) - Don't use the local storage objects in the payload utils (vponcova) - Run a DBus task to create the pre-installation snapshot (vponcova) - Don't set up the local storage checker object (vponcova) - Don't use the local storage object during the start of anaconda (vponcova) - Remove the local storage object from the rescue mode (vponcova) - Don't use the local storage object to initialize time (vponcova) - Don't reset the local storage object (vponcova) - Don't create the local storage object (vponcova) - Don't modify the list of device names (vponcova) --- .gitignore | 1 + anaconda.spec | 103 +++++++++++++++++++++++++++++++++++++++++++++++++- sources | 2 +- 3 files changed, 104 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 60804cb..e71f36b 100644 --- a/.gitignore +++ b/.gitignore @@ -225,3 +225,4 @@ /anaconda-32.21.tar.bz2 /anaconda-32.22.tar.bz2 /anaconda-32.23.tar.bz2 +/anaconda-32.24.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 9832e05..20e9c5c 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,7 +4,7 @@ Summary: Graphical system installer Name: anaconda -Version: 32.23 +Version: 32.24 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -353,6 +353,107 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Thu Feb 20 2020 Martin Kolman - 32.24-1 +- Initialize disks in interactive and Blivet partitioning modules (vponcova) +- Fix the function get_device_partitions (vponcova) +- Fix the function unlock_device (vponcova) +- Apply extra arguments before the bootloader installation (vponcova) +- Remove configure_storage (vponcova) +- Remove the support for resetting the custom storage data (vponcova) +- Remove the support for on-disk snapshots of storage (vponcova) +- Remove collect_selected_disks (vponcova) +- Remove the local storage object from the custom spoke (vponcova) +- Remove the local storage object from the custom storage helpers (vponcova) +- Update the storage model of device tree modules (vponcova) +- Use the exception DeviceSetupError (vponcova) +- Change the task MountExistingSystemTask (vponcova) +- Change the task AddDeviceTask (vponcova) +- Extend the task ChangeDeviceTask (vponcova) +- Add the container specification to the device factory request (vponcova) +- Extend the DBus method ValidateContainerName (vponcova) +- Add the DBus method UpdateContainerData (vponcova) +- Add the DBus method GenerateContainerData (vponcova) +- Add the DBus method GenerateContainerName (vponcova) +- Add the method reset_container_data to the device factory request (vponcova) +- Add the DBus method GetContainerFreeSpace (vponcova) +- Add the DBus method CollectContainers (vponcova) +- Add permissions for changing the container (vponcova) +- Filter unsupported disklabel devices (vponcova) +- Add the DBus method IsDeviceEditable (vponcova) +- Add the DBus method CheckCompleteness (vponcova) +- Add the DBus method IsDeviceLocked (vponcova) +- Add a new permission for changing a list of disks (vponcova) +- Update the permission for the device encryption (vponcova) +- Add the DBus method ResetDevice (vponcova) +- Add the DBus method DestroyDevice (vponcova) +- Add the DBus method SchedulePartitionsWithTask (vponcova) +- Remove the local storage object from the accordion (vponcova) +- Remove the local storage object from the source spoke in GUI (vponcova) +- TUI: Use get_hdiso_source_description (vponcova) +- Remove the local storage object from the storage spoke (vponcova) +- Remove the local storage object from the advanced storage spoke (vponcova) +- Use the Blivet partitioning module in Blivet-GUI (vponcova) +- Remove the local storage object from the resize dialog (vponcova) +- Remove the local storage object from the action dialog (vponcova) +- Extend the class DeviceActionData (vponcova) +- Remove the local storage object from the selected disks dialog (vponcova) +- Remove the local storage object from the refresh dialog (vponcova) +- Remove the local storage object from dialogs for specialized disks (vponcova) +- Remove the local storage object from run_installation (vponcova) +- Remove the local storage object from FileSystemSpaceChecker (vponcova) +- TUI: Use create_partitioning (vponcova) +- TUI: Extend apply_disk_selection (vponcova) +- TUI: Simplify default disk selection in Storage spoke (vponcova) +- Move is_local_disk to pyanaconda.ui.lib (vponcova) +- Use apply_partitioning from pyanaconda.ui.lib (vponcova) +- Move try_populate_devicetree to pyanaconda.ui.lib (vponcova) +- Move the UI support for device protection to pyanaconda.ui.lib (vponcova) +- Move get_disks_summary to pyanaconda.ui.lib (vponcova) +- Move apply_disk_selection to pyanaconda.ui.lib (vponcova) +- Move the UI support for storage initizalization to pyanaconda.ui.lib + (vponcova) +- Remove the storage argument from the storage initialization (vponcova) +- Move the UI support for DASD formatting to pyanaconda.ui.lib (vponcova) +- Remove the storage and data arguments from DasdFormatting (vponcova) +- Add the function find_partitioning (vponcova) +- Remove the static partitioning modules (vponcova) +- Remove the Enabled property from the partitioning modules (vponcova) +- Mark storage kickstart commands as useless (vponcova) +- Remove the UI workaround for storage kickstart data (vponcova) +- Remove the UI code for the storage configuration (vponcova) +- Remove the local storage object from TUI (vponcova) +- Don't use the local storage object in storage utils (vponcova) +- Don't use the local storage object for the installation (vponcova) +- Don't use the local storage object for formatting DASDs from UI (vponcova) +- Remove automatic push of pot files during release (jkonecny) +- Remove zanata from release.rst (jkonecny) +- Remove deprecated translations.txt document (jkonecny) +- Update Readme link to translation project (jkonecny) +- Remove Zanata from translation canary (jkonecny) +- Remove zanata from setup test env scripts (jkonecny) +- Remove zanata from makebumpver (jkonecny) +- Remove zanata configuration file (jkonecny) +- Remove Zanata from po/Makefile (jkonecny) +- Remove zanata from Makefile (jkonecny) +- Remove unnecessary sed from configure.ac (jkonecny) +- Use l10n repository for pushing changed pot file (jkonecny) +- Pull po files from our l10n repo instead of Zanata (jkonecny) +- Offer only supported sector sizes in NVDIMM reconfiguration dialog (rvykydal) +- Fix PR tests with mock version 2 (jkonecny) +- Don't use the local storage object for the storage initialization (vponcova) +- Don't use device objects in the payload classes (vponcova) +- Remove the attribute for storage from the payload classes (vponcova) +- Don't use local storage objects in the image utils (vponcova) +- Don't use the local storage objects in the payload utils (vponcova) +- Run a DBus task to create the pre-installation snapshot (vponcova) +- Don't set up the local storage checker object (vponcova) +- Don't use the local storage object during the start of anaconda (vponcova) +- Remove the local storage object from the rescue mode (vponcova) +- Don't use the local storage object to initialize time (vponcova) +- Don't reset the local storage object (vponcova) +- Don't create the local storage object (vponcova) +- Don't modify the list of device names (vponcova) + * Thu Feb 13 2020 Martin Kolman - 32.23-1 - Test kickstart warnings from modules (vslavik) - Use kickstart parsing warnings coming from boss (vslavik) diff --git a/sources b/sources index 6447b00..fbc050b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-32.23.tar.bz2) = 64bf5d8c7cee87d8e75b485991908e58f065db42520656d5339f093a0f94eab9be73d68d952ce3e08c6464ca235338b551bc359d05c1752715082a701cff4199 +SHA512 (anaconda-32.24.tar.bz2) = 9cd526414318493adf265dec59ce169a7316e2c5a309f04d8b1b2f4caf243bcedd7014b5e678345848caee66d3145518a682c7d0841957bb2583084ca6e03dd5 From 2c575e7ee3902a8aed29b174adb841a9255967f5 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Mon, 24 Feb 2020 19:11:04 +0100 Subject: [PATCH 102/135] New version 33.1-1 - Fix the multiselection in the custom spoke (vponcova) - Handle installation errors from DBus tasks (vponcova) - Wait for entropy in the DBus Storage module (vponcova) - Don't remove unknown devices (#1806233) (vponcova) - Call GetFormatData instead of GetFormatTypeData (vponcova) - Show progress messages from DBus tasks (vponcova) - Report Blivet's messages during the storage installation (vponcova) - Handle a failed bootloader installation (#1806103) (vponcova) - Fix the exit handler (#1805916) (vponcova) - Add DBus methods GetDeviceMountOptions and SetDeviceMountOptions (vponcova) - Don't show the disk free space in bytes (vponcova) - Fix the default disk selection (#1805553) (vponcova) --- .gitignore | 1 + anaconda.spec | 16 +++++++++++++++- sources | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e71f36b..8e99486 100644 --- a/.gitignore +++ b/.gitignore @@ -226,3 +226,4 @@ /anaconda-32.22.tar.bz2 /anaconda-32.23.tar.bz2 /anaconda-32.24.tar.bz2 +/anaconda-33.1.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 20e9c5c..afe603f 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,7 +4,7 @@ Summary: Graphical system installer Name: anaconda -Version: 32.24 +Version: 33.1 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -353,6 +353,20 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Mon Feb 24 2020 Martin Kolman - 33.1-1 +- Fix the multiselection in the custom spoke (vponcova) +- Handle installation errors from DBus tasks (vponcova) +- Wait for entropy in the DBus Storage module (vponcova) +- Don't remove unknown devices (#1806233) (vponcova) +- Call GetFormatData instead of GetFormatTypeData (vponcova) +- Show progress messages from DBus tasks (vponcova) +- Report Blivet's messages during the storage installation (vponcova) +- Handle a failed bootloader installation (#1806103) (vponcova) +- Fix the exit handler (#1805916) (vponcova) +- Add DBus methods GetDeviceMountOptions and SetDeviceMountOptions (vponcova) +- Don't show the disk free space in bytes (vponcova) +- Fix the default disk selection (#1805553) (vponcova) + * Thu Feb 20 2020 Martin Kolman - 32.24-1 - Initialize disks in interactive and Blivet partitioning modules (vponcova) - Fix the function get_device_partitions (vponcova) diff --git a/sources b/sources index fbc050b..2afaa56 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-32.24.tar.bz2) = 9cd526414318493adf265dec59ce169a7316e2c5a309f04d8b1b2f4caf243bcedd7014b5e678345848caee66d3145518a682c7d0841957bb2583084ca6e03dd5 +SHA512 (anaconda-33.1.tar.bz2) = 83d79dd71e473963ec91aa593b26146607efb8033f7065f9da1f736f4a5e5e18f59e76680991b148f2e667925315ae2149c37973658c98bfdd89acf6cc5f8f85 From 601e671bc329d622bba9e78d4d66b34316347ef2 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Tue, 3 Mar 2020 17:12:35 +0100 Subject: [PATCH 103/135] New version 33.2-1 - prefixdevname: add to unit tests (rvykydal) - prefixdevname: pass persistent configuration to installed system (rvykydal) - Add L10N dir constant to makefile (jkonecny) - Remove auto-discover of git branch (jkonecny) - Adapt Makefile to new L10N repository structure (jkonecny) - prefixdevname: pass net.ifnames.prefix option to installed system (rvykydal) - prefixdevname: install package to target system if needed (rvykydal) - prefixdevname: import state from initramfs to stage 2 (rvykydal) - Handle invalid optical install media (#1806520) (vponcova) - Start live CD with explicit GUI (#1765650) (vslavik) - network: fix GUI crash on invalid devices in the list (rvykydal) - Add translation badge (vslavik) - Remove -devel and -release for L10N repository (jkonecny) - Use git url instead of http for pot files creation (jkonecny) - Fix documentation changes in release.rst (jkonecny) - Ignore the required package btrfs-progs in RHEL (vponcova) --- .gitignore | 1 + anaconda.spec | 20 +++++++++++++++++++- sources | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8e99486..9b04854 100644 --- a/.gitignore +++ b/.gitignore @@ -227,3 +227,4 @@ /anaconda-32.23.tar.bz2 /anaconda-32.24.tar.bz2 /anaconda-33.1.tar.bz2 +/anaconda-33.2.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index afe603f..10bac43 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,7 +4,7 @@ Summary: Graphical system installer Name: anaconda -Version: 33.1 +Version: 33.2 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -353,6 +353,24 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Mar 03 2020 Martin Kolman - 33.2-1 +- prefixdevname: add to unit tests (rvykydal) +- prefixdevname: pass persistent configuration to installed system (rvykydal) +- Add L10N dir constant to makefile (jkonecny) +- Remove auto-discover of git branch (jkonecny) +- Adapt Makefile to new L10N repository structure (jkonecny) +- prefixdevname: pass net.ifnames.prefix option to installed system (rvykydal) +- prefixdevname: install package to target system if needed (rvykydal) +- prefixdevname: import state from initramfs to stage 2 (rvykydal) +- Handle invalid optical install media (#1806520) (vponcova) +- Start live CD with explicit GUI (#1765650) (vslavik) +- network: fix GUI crash on invalid devices in the list (rvykydal) +- Add translation badge (vslavik) +- Remove -devel and -release for L10N repository (jkonecny) +- Use git url instead of http for pot files creation (jkonecny) +- Fix documentation changes in release.rst (jkonecny) +- Ignore the required package btrfs-progs in RHEL (vponcova) + * Mon Feb 24 2020 Martin Kolman - 33.1-1 - Fix the multiselection in the custom spoke (vponcova) - Handle installation errors from DBus tasks (vponcova) diff --git a/sources b/sources index 2afaa56..701bbb5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-33.1.tar.bz2) = 83d79dd71e473963ec91aa593b26146607efb8033f7065f9da1f736f4a5e5e18f59e76680991b148f2e667925315ae2149c37973658c98bfdd89acf6cc5f8f85 +SHA512 (anaconda-33.2.tar.bz2) = cfccab0ad5f9f935eb072e465815ae4345db07352d1501a0e843f769c5accdc6a7832bdf76ddf1e986ff561546e97fc43d2614ad10bb0cd999dc61001cb7cef6 From 415bee50eb7266cb733bfeceb4bcd435563164e1 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Mon, 9 Mar 2020 17:46:09 +0100 Subject: [PATCH 104/135] New version 33.3-1 - Fix typos, comments and style in the storage-related code (vponcova) - Don't add None values to a combo box (#1810679) (vponcova) - Fix the unit tests for BTRFS (vponcova) - Adjust documentation for new localization solution (jkonecny) - Check pykickstart imports are correct in branching (jkonecny) - Be able to disable correct branch in check-branching (jkonecny) - Add check for branch setting (jkonecny) - Add localization branch testing (jkonecny) - Move functions to pyanaconda.core.storage (vponcova) - Move functions to pyanaconda.ui.lib.storage (vponcova) - Update action buttons only for the selected row (vponcova) - Fix action buttons in the resize dialog (#1809950) (vponcova) - Add branch specific configuration to a separate file (jkonecny) - Always use the Anaconda's kickstart version (vponcova) - Remove the Baz module (vponcova) - Add small badges for Read the Docs and translations (vponcova) - Remove the temporary workaround for StorageError (vponcova) - Remove the error handler from the storage-related code (vponcova) - Handle storage installation errors (vponcova) - Remove the handler for FSTabTypeMismatchError (vponcova) - Handle ZIPL errors as a bootloader installation error (vponcova) - Remove the handler for NoDisksError (vponcova) - Remove the handler for PartitioningError (vponcova) - Handle the unusable storage module in UI (#1808650) (vponcova) - Don't mention new-kernel-pkg anymore in /etc/sysconfig/kernel (rvykydal) - Don't print warnings for new-kernel-pkg not being present (javierm) - Handle the unusable storage module in the DBus Storage module (vponcova) - network: add network module tests for installation tasks (rvykydal) - Fix incorrect docstrings (vslavik) - Use the latest kernel version list (#1807252) (vponcova) - Check free space in the correct device tree (#1807339) (vponcova) - Change log-capture script date to remove `:` symbol (jkonecny) - Add missing logs to the log-capture utility (jkonecny) --- .gitignore | 1 + anaconda.spec | 37 ++++++++++++++++++++++++++++++++++++- sources | 2 +- 3 files changed, 38 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9b04854..16ec887 100644 --- a/.gitignore +++ b/.gitignore @@ -228,3 +228,4 @@ /anaconda-32.24.tar.bz2 /anaconda-33.1.tar.bz2 /anaconda-33.2.tar.bz2 +/anaconda-33.3.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 10bac43..0f5eae0 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,7 +4,7 @@ Summary: Graphical system installer Name: anaconda -Version: 33.2 +Version: 33.3 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -353,6 +353,41 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Mon Mar 09 2020 Martin Kolman - 33.3-1 +- Fix typos, comments and style in the storage-related code (vponcova) +- Don't add None values to a combo box (#1810679) (vponcova) +- Fix the unit tests for BTRFS (vponcova) +- Adjust documentation for new localization solution (jkonecny) +- Check pykickstart imports are correct in branching (jkonecny) +- Be able to disable correct branch in check-branching (jkonecny) +- Add check for branch setting (jkonecny) +- Add localization branch testing (jkonecny) +- Move functions to pyanaconda.core.storage (vponcova) +- Move functions to pyanaconda.ui.lib.storage (vponcova) +- Update action buttons only for the selected row (vponcova) +- Fix action buttons in the resize dialog (#1809950) (vponcova) +- Add branch specific configuration to a separate file (jkonecny) +- Always use the Anaconda's kickstart version (vponcova) +- Remove the Baz module (vponcova) +- Add small badges for Read the Docs and translations (vponcova) +- Remove the temporary workaround for StorageError (vponcova) +- Remove the error handler from the storage-related code (vponcova) +- Handle storage installation errors (vponcova) +- Remove the handler for FSTabTypeMismatchError (vponcova) +- Handle ZIPL errors as a bootloader installation error (vponcova) +- Remove the handler for NoDisksError (vponcova) +- Remove the handler for PartitioningError (vponcova) +- Handle the unusable storage module in UI (#1808650) (vponcova) +- Don't mention new-kernel-pkg anymore in /etc/sysconfig/kernel (rvykydal) +- Don't print warnings for new-kernel-pkg not being present (javierm) +- Handle the unusable storage module in the DBus Storage module (vponcova) +- network: add network module tests for installation tasks (rvykydal) +- Fix incorrect docstrings (vslavik) +- Use the latest kernel version list (#1807252) (vponcova) +- Check free space in the correct device tree (#1807339) (vponcova) +- Change log-capture script date to remove `:` symbol (jkonecny) +- Add missing logs to the log-capture utility (jkonecny) + * Tue Mar 03 2020 Martin Kolman - 33.2-1 - prefixdevname: add to unit tests (rvykydal) - prefixdevname: pass persistent configuration to installed system (rvykydal) diff --git a/sources b/sources index 701bbb5..26f675b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-33.2.tar.bz2) = cfccab0ad5f9f935eb072e465815ae4345db07352d1501a0e843f769c5accdc6a7832bdf76ddf1e986ff561546e97fc43d2614ad10bb0cd999dc61001cb7cef6 +SHA512 (anaconda-33.3.tar.bz2) = 481fd2a21dab0148eada459f3a44444dee56e00bb0e03c12d2ff112fe71ecc1645f20d71c0211abafa826e0f9dc3fe4cc8c5806e475a408c5a366de7c91d090f From e9ab48f55e387f193bae4aff402e3b8eb9fad3e6 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Tue, 17 Mar 2020 13:59:58 +0100 Subject: [PATCH 105/135] New version 33.4-1 - Remove the configuration of the Blivet's logger (vponcova) - Support logging of Anaconda DBus modules to files (#1812380) (vponcova) - Fix a typo in s390 znet options configuration (rvykydal) - Remove empty lines at the test source file (jkonecny) - Source type is already tested by Interface (jkonecny) - Remove the logging from the method process_kickstart (vponcova) - Don't override the method generate_kickstart (vponcova) - Show the help again (#1812896) (vponcova) - gui: make description column of disk list resizable (#1530410) (rvykydal) - gui: add tooltip to descriptions in disk list (#1530410) (rvykydal) - gui: ellipsize description in disk list (#1530410) (rvykydal) - Fix '\' is correctly forwarded by udev rules (jkonecny) - Add debug print to dracut driver_updates (jkonecny) - Escape spaces in dracut partition specifications (bcl) - Rename the file with unit tests for the Payloads module (vponcova) - Split the code for the source and payload factories (vponcova) - Remove BaseFactory (vponcova) - Simplify kickstart processing in the Payloads module (vponcova) - Replace stat.ST_SIZE by .st_size (jkonecny) - Module backport to better handling of sparse images (jkonecny) - Avoid downloading payload image in set up phase (jkonecny) - Add fallbacks for the source and payload factories (vponcova) - Test the source and payload factories for all types (vponcova) - Rename the file with unit tests for the Live OS module (vponcova) - Test the LVM storage check. (vslavik) - Verify that LVM destruction is orderly (vslavik) - Don't set up the locale if none is selected (#1649956) (vponcova) - network: fix crash during connections consolidation (#1811649) (rvykydal) - Execute a kickstarted partitioning (#1811242) (vponcova) - Remove extra quotes from the doc strings (vponcova) - Remove unused code (vponcova) - Remove dead dracut code (jkonecny) - Set liveimg min_size to be x3 the real size (yturgema) --- .gitignore | 1 + anaconda.spec | 37 ++++++++++++++++++++++++++++++++++++- sources | 2 +- 3 files changed, 38 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 16ec887..b63a729 100644 --- a/.gitignore +++ b/.gitignore @@ -229,3 +229,4 @@ /anaconda-33.1.tar.bz2 /anaconda-33.2.tar.bz2 /anaconda-33.3.tar.bz2 +/anaconda-33.4.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 0f5eae0..71cdb70 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,7 +4,7 @@ Summary: Graphical system installer Name: anaconda -Version: 33.3 +Version: 33.4 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -353,6 +353,41 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Mar 17 2020 Martin Kolman - 33.4-1 +- Remove the configuration of the Blivet's logger (vponcova) +- Support logging of Anaconda DBus modules to files (#1812380) (vponcova) +- Fix a typo in s390 znet options configuration (rvykydal) +- Remove empty lines at the test source file (jkonecny) +- Source type is already tested by Interface (jkonecny) +- Remove the logging from the method process_kickstart (vponcova) +- Don't override the method generate_kickstart (vponcova) +- Show the help again (#1812896) (vponcova) +- gui: make description column of disk list resizable (#1530410) (rvykydal) +- gui: add tooltip to descriptions in disk list (#1530410) (rvykydal) +- gui: ellipsize description in disk list (#1530410) (rvykydal) +- Fix '\' is correctly forwarded by udev rules (jkonecny) +- Add debug print to dracut driver_updates (jkonecny) +- Escape spaces in dracut partition specifications (bcl) +- Rename the file with unit tests for the Payloads module (vponcova) +- Split the code for the source and payload factories (vponcova) +- Remove BaseFactory (vponcova) +- Simplify kickstart processing in the Payloads module (vponcova) +- Replace stat.ST_SIZE by .st_size (jkonecny) +- Module backport to better handling of sparse images (jkonecny) +- Avoid downloading payload image in set up phase (jkonecny) +- Add fallbacks for the source and payload factories (vponcova) +- Test the source and payload factories for all types (vponcova) +- Rename the file with unit tests for the Live OS module (vponcova) +- Test the LVM storage check. (vslavik) +- Verify that LVM destruction is orderly (vslavik) +- Don't set up the locale if none is selected (#1649956) (vponcova) +- network: fix crash during connections consolidation (#1811649) (rvykydal) +- Execute a kickstarted partitioning (#1811242) (vponcova) +- Remove extra quotes from the doc strings (vponcova) +- Remove unused code (vponcova) +- Remove dead dracut code (jkonecny) +- Set liveimg min_size to be x3 the real size (yturgema) + * Mon Mar 09 2020 Martin Kolman - 33.3-1 - Fix typos, comments and style in the storage-related code (vponcova) - Don't add None values to a combo box (#1810679) (vponcova) diff --git a/sources b/sources index 26f675b..fc85757 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-33.3.tar.bz2) = 481fd2a21dab0148eada459f3a44444dee56e00bb0e03c12d2ff112fe71ecc1645f20d71c0211abafa826e0f9dc3fe4cc8c5806e475a408c5a366de7c91d090f +SHA512 (anaconda-33.4.tar.bz2) = 43c63954c82921fb03fce801a4c795ad127d8e7a8d528b052ee99d6fbdb8c0f3e1d22c805eb5359e2ff2b3ca1c5aa16ac33d4a4c6a7fcf65fc32049a794c62b0 From a758150bd2bb2e283f8da571052b57d5a618a974 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Tue, 31 Mar 2020 16:57:11 +0200 Subject: [PATCH 106/135] New version 33.5-1 - Don't call the DBus method IsNodeFromIbft from the Storage module (#1817529) (vponcova) - Use the right partitioning method in the storage spoke (vponcova) - Improve logging of storage spokes in GUI and TUI (vponcova) - Don't log an empty string (vponcova) - Handle translation of an empty string in widgets (#1815461) (vponcova) - Replace lambda by partial (jkonecny) - Implement updating changed Anaconda files in a mock (jkonecny) - Add possibility to add/remove specific dir in mock (jkonecny) - Remove prepare parameter disable when running tests (jkonecny) - Add missing arguments from the main command check (jkonecny) - Move check for required setup-mock commands (jkonecny) - Simplify test calling in setup-mock-test-env script (jkonecny) - storage gui: keep expanded mountpoints info on actions in UI by default (#1210944) (rvykydal) - Support updating Anaconda files in the mock (jkonecny) - Handle invalid disk selection (vponcova) - Set up advanced storage on the right device tree (#1812561) (vponcova) - Remove storage tests (jkonecny) - Use the right field of DiskStoreRow (#1816256) (vponcova) - Add Repo files source (vslavik) - Clean up and rename parseNfsUrl (vslavik) - Do not show quarterly release part of the version in UI. (rvykydal) - Add license to the __main__.py file for DBus modules (mkolman) - Pass nosmt boot option to installed system (rvykydal) - Adapt makebumpver to rhel-devel -> rhel-8 branch renaming. (rvykydal) - Revert "Fix PR tests with mock version 2" (jkonecny) - Remove the class PackagePayload (vponcova) - Remove pyanaconda.payload.dnfpayload (vponcova) - Improve help of dd_extract tool (jkonecny) - Add missing period in iscsi login failure message. (rvykydal) - Rename add-ons to additional software (#1674011) (rvykydal) - Fix dd test RPM generation with binary files (jkonecny) - Enable back skipped DD test (jkonecny) - Fix translation of one nvdimm related GUI string (rvykydal) - Fix memory leak in utils (yubihong) - Fix code formatting of DUD tests (jkonecny) - Fix dud test names (jkonecny) - Small optimization in setup-mock-test-env script (jkonecny) - Fix setup-test-env for other than pyanaconda tests (jkonecny) - Create pyanaconda.payload.dnf (vponcova) - Create pyanaconda.payload.__init__ (vponcova) - Rename pyanaconda.payload.__init__ (vponcova) - subscription: add system purpose support (mkolman) - subscription: run Subscription module on RHEL (mkolman) - subscription: add initial subscription module structure (mkolman) - Wrap iscsi login error messages in GUI (#1811382) (rvykydal) - Add tests for CD-ROM source (vslavik) - Add CD-ROM source (vslavik) - Add tests for the new utils file (vslavik) - Move verifyMedia to sources as is_valid_install_disk (vslavik) - Add the DBus module for SE/HMC (vponcova) - Don't return anything from setup_kickstart (vponcova) - Fix fd leak while fchmod failed (yubihong) --- .gitignore | 1 + anaconda.spec | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++- sources | 2 +- 3 files changed, 59 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b63a729..9dc0267 100644 --- a/.gitignore +++ b/.gitignore @@ -230,3 +230,4 @@ /anaconda-33.2.tar.bz2 /anaconda-33.3.tar.bz2 /anaconda-33.4.tar.bz2 +/anaconda-33.5.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 71cdb70..bdc4f0b 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,7 +4,7 @@ Summary: Graphical system installer Name: anaconda -Version: 33.4 +Version: 33.5 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -353,6 +353,62 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Mar 31 2020 Martin Kolman - 33.5-1 +- Don't call the DBus method IsNodeFromIbft from the Storage module (#1817529) + (vponcova) +- Use the right partitioning method in the storage spoke (vponcova) +- Improve logging of storage spokes in GUI and TUI (vponcova) +- Don't log an empty string (vponcova) +- Handle translation of an empty string in widgets (#1815461) (vponcova) +- Replace lambda by partial (jkonecny) +- Implement updating changed Anaconda files in a mock (jkonecny) +- Add possibility to add/remove specific dir in mock (jkonecny) +- Remove prepare parameter disable when running tests (jkonecny) +- Add missing arguments from the main command check (jkonecny) +- Move check for required setup-mock commands (jkonecny) +- Simplify test calling in setup-mock-test-env script (jkonecny) +- storage gui: keep expanded mountpoints info on actions in UI by default + (#1210944) (rvykydal) +- Support updating Anaconda files in the mock (jkonecny) +- Handle invalid disk selection (vponcova) +- Set up advanced storage on the right device tree (#1812561) (vponcova) +- Remove storage tests (jkonecny) +- Use the right field of DiskStoreRow (#1816256) (vponcova) +- Add Repo files source (vslavik) +- Clean up and rename parseNfsUrl (vslavik) +- Do not show quarterly release part of the version in UI. (rvykydal) +- Add license to the __main__.py file for DBus modules (mkolman) +- Pass nosmt boot option to installed system (rvykydal) +- Adapt makebumpver to rhel-devel -> rhel-8 branch renaming. (rvykydal) +- Revert "Fix PR tests with mock version 2" (jkonecny) +- Remove the class PackagePayload (vponcova) +- Remove pyanaconda.payload.dnfpayload (vponcova) +- Improve help of dd_extract tool (jkonecny) +- Add missing period in iscsi login failure message. (rvykydal) +- Rename add-ons to additional software (#1674011) (rvykydal) +- Fix dd test RPM generation with binary files (jkonecny) +- Enable back skipped DD test (jkonecny) +- Fix translation of one nvdimm related GUI string (rvykydal) +- Fix memory leak in utils (yubihong) +- Fix code formatting of DUD tests (jkonecny) +- Fix dud test names (jkonecny) +- Small optimization in setup-mock-test-env script (jkonecny) +- Fix setup-test-env for other than pyanaconda tests (jkonecny) +- Create pyanaconda.payload.dnf (vponcova) +- Create pyanaconda.payload.__init__ (vponcova) +- Rename pyanaconda.payload.__init__ (vponcova) +- subscription: add system purpose support (mkolman) +- subscription: run Subscription module on RHEL (mkolman) +- subscription: add initial subscription module structure (mkolman) +- Wrap iscsi login error messages in GUI (#1811382) (rvykydal) +- Add tests for CD-ROM source (vslavik) +- Add CD-ROM source (vslavik) +- Add tests for the new utils file (vslavik) +- Move verifyMedia to sources as is_valid_install_disk (vslavik) +- Add the DBus module for SE/HMC (vponcova) +- Don't return anything from setup_kickstart (vponcova) +- Fix fd leak while fchmod failed (yubihong) + * Tue Mar 17 2020 Martin Kolman - 33.4-1 - Remove the configuration of the Blivet's logger (vponcova) - Support logging of Anaconda DBus modules to files (#1812380) (vponcova) diff --git a/sources b/sources index fc85757..c106a1b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-33.4.tar.bz2) = 43c63954c82921fb03fce801a4c795ad127d8e7a8d528b052ee99d6fbdb8c0f3e1d22c805eb5359e2ff2b3ca1c5aa16ac33d4a4c6a7fcf65fc32049a794c62b0 +SHA512 (anaconda-33.5.tar.bz2) = b52a09a9c4d02dc46dd2dc4c1dd8bc02c6b7b4217c721c80e1881f5b8a18047dacf1a488de90d4dfb50a08b67a3c3685b19f43c9b60a019876a2552b921881cb From 49a23c90fb67a052eafbd1aa98d53abf4213ae93 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Thu, 2 Apr 2020 15:34:17 +0200 Subject: [PATCH 107/135] New version 33.6-1 - Fix the test for complex data with secrets (vponcova) - Update generate_request_description (vponcova) - Add support for secrets in DBus structures (vponcova) - Rename _test_dbus_property to _check_dbus_property (jkonecny) - Fix text color on info bars (mkolman) - Add NFS source (vslavik) --- .gitignore | 1 + anaconda.spec | 12 ++++++++++-- sources | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9dc0267..85c3516 100644 --- a/.gitignore +++ b/.gitignore @@ -231,3 +231,4 @@ /anaconda-33.3.tar.bz2 /anaconda-33.4.tar.bz2 /anaconda-33.5.tar.bz2 +/anaconda-33.6.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index bdc4f0b..2244bcf 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,7 +4,7 @@ Summary: Graphical system installer Name: anaconda -Version: 33.5 +Version: 33.6 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -40,7 +40,7 @@ Source0: %{name}-%{version}.tar.bz2 %define rpmver 4.10.0 %define simplelinever 1.1-1 %define utillinuxver 2.15.1 -%define dasbusver 0.2 +%define dasbusver 0.3 BuildRequires: audit-libs-devel BuildRequires: libtool @@ -353,6 +353,14 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Thu Apr 02 2020 Martin Kolman - 33.6-1 +- Fix the test for complex data with secrets (vponcova) +- Update generate_request_description (vponcova) +- Add support for secrets in DBus structures (vponcova) +- Rename _test_dbus_property to _check_dbus_property (jkonecny) +- Fix text color on info bars (mkolman) +- Add NFS source (vslavik) + * Tue Mar 31 2020 Martin Kolman - 33.5-1 - Don't call the DBus method IsNodeFromIbft from the Storage module (#1817529) (vponcova) diff --git a/sources b/sources index c106a1b..93fdc6a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-33.5.tar.bz2) = b52a09a9c4d02dc46dd2dc4c1dd8bc02c6b7b4217c721c80e1881f5b8a18047dacf1a488de90d4dfb50a08b67a3c3685b19f43c9b60a019876a2552b921881cb +SHA512 (anaconda-33.6.tar.bz2) = 03e882d41525edb81e92b9a83ea684818c72134e547d7da9c9fe14c80c26a7308585ffa41497e0af827d886c505a6e1260aa0a7d20122d929f4ec3fff249d6ff From 2afe3729bc2ff3e2149109076315a0b2ae0dd16d Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Fri, 3 Apr 2020 15:39:57 +0200 Subject: [PATCH 108/135] New version 33.7-1 - Don't clear errors by expanding pages in the custom spoke (vponcova) - Fix the permission for changing a mount point (#1818500) (vponcova) - Allow to use an existing unlocked LUKS in one special case (#1772902) (vponcova) - Fix the encryption checkbox in the custom spoke (#1819360) (vponcova) - Don't manually trigger a device encryption change (vponcova) --- .gitignore | 1 + anaconda.spec | 10 +++++++++- sources | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 85c3516..47293d0 100644 --- a/.gitignore +++ b/.gitignore @@ -232,3 +232,4 @@ /anaconda-33.4.tar.bz2 /anaconda-33.5.tar.bz2 /anaconda-33.6.tar.bz2 +/anaconda-33.7.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 2244bcf..bc9275a 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,7 +4,7 @@ Summary: Graphical system installer Name: anaconda -Version: 33.6 +Version: 33.7 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -353,6 +353,14 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Fri Apr 03 2020 Martin Kolman - 33.7-1 +- Don't clear errors by expanding pages in the custom spoke (vponcova) +- Fix the permission for changing a mount point (#1818500) (vponcova) +- Allow to use an existing unlocked LUKS in one special case (#1772902) + (vponcova) +- Fix the encryption checkbox in the custom spoke (#1819360) (vponcova) +- Don't manually trigger a device encryption change (vponcova) + * Thu Apr 02 2020 Martin Kolman - 33.6-1 - Fix the test for complex data with secrets (vponcova) - Update generate_request_description (vponcova) diff --git a/sources b/sources index 93fdc6a..8501fda 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-33.6.tar.bz2) = 03e882d41525edb81e92b9a83ea684818c72134e547d7da9c9fe14c80c26a7308585ffa41497e0af827d886c505a6e1260aa0a7d20122d929f4ec3fff249d6ff +SHA512 (anaconda-33.7.tar.bz2) = a3c6e4312ae8c91ca4cad33931449097c7fdc9c529b5fb78d716877616634bd631584b34acaffd34b59f800abf4f821a4260af632d1ffc3f0d7454033bb432db From d45fedc901e851e401806965dd071be00722aecf Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Wed, 8 Apr 2020 13:08:46 +0200 Subject: [PATCH 109/135] New version 33.8-1 - Fix the indentation of false positives (vponcova) - Don't try to format FBA DASD devices (#1715303) (vponcova) - Disable the SMT warning by default (vponcova) - Detect and warn if SMT is enabled (#1684056) (vponcova) - Use constants to check the type of the payload object (#1820418) (vponcova) - Provide the DBus types of the payloads (vponcova) - Add Harddrive (HDD, HDISO) source (vslavik) - Add utility functions for sources (vslavik) - subscription: SubscriptionRequest DBus structure (mkolman) - Remove the abstraction for the event loop (vponcova) - Upgrade findFirstIsoImage (vslavik) - Make sure that all Anaconda's DBus errors are registered (vponcova) - Remove the mapping to a DBus error for KickstartError (vponcova) - Don't use the default error register (vponcova) - Set new repo configuration after validation is done (jkonecny) - Add packaging constrains to URL payload source (jkonecny) - Add repo cost to the URL payload source (jkonecny) - Add proxy url to URL payload source (jkonecny) - Add ssl configuration structure to URL payload source (jkonecny) - Add ssl verification flag to URL payload source (jkonecny) - Add Name to the URL payload source (jkonecny) - Add URL repo configuration to the url source (jkonecny) - Add empty repository configuration DBus structure (jkonecny) - Add install_repo_enabled flag to URL payload source (jkonecny) - Add tests for set up and tear down for url source (jkonecny) - Add is_ready tests for URL source module (jkonecny) - Add simple tests for a new URL payload source (jkonecny) - Add payload URL source base structure (jkonecny) --- .gitignore | 1 + anaconda.spec | 34 ++++++++++++++++++++++++++++++++-- sources | 2 +- 3 files changed, 34 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 47293d0..59c3fc0 100644 --- a/.gitignore +++ b/.gitignore @@ -233,3 +233,4 @@ /anaconda-33.5.tar.bz2 /anaconda-33.6.tar.bz2 /anaconda-33.7.tar.bz2 +/anaconda-33.8.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index bc9275a..70203c4 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,7 +4,7 @@ Summary: Graphical system installer Name: anaconda -Version: 33.7 +Version: 33.8 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -40,7 +40,7 @@ Source0: %{name}-%{version}.tar.bz2 %define rpmver 4.10.0 %define simplelinever 1.1-1 %define utillinuxver 2.15.1 -%define dasbusver 0.3 +%define dasbusver 0.4 BuildRequires: audit-libs-devel BuildRequires: libtool @@ -353,6 +353,36 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Wed Apr 08 2020 Martin Kolman - 33.8-1 +- Fix the indentation of false positives (vponcova) +- Don't try to format FBA DASD devices (#1715303) (vponcova) +- Disable the SMT warning by default (vponcova) +- Detect and warn if SMT is enabled (#1684056) (vponcova) +- Use constants to check the type of the payload object (#1820418) (vponcova) +- Provide the DBus types of the payloads (vponcova) +- Add Harddrive (HDD, HDISO) source (vslavik) +- Add utility functions for sources (vslavik) +- subscription: SubscriptionRequest DBus structure (mkolman) +- Remove the abstraction for the event loop (vponcova) +- Upgrade findFirstIsoImage (vslavik) +- Make sure that all Anaconda's DBus errors are registered (vponcova) +- Remove the mapping to a DBus error for KickstartError (vponcova) +- Don't use the default error register (vponcova) +- Set new repo configuration after validation is done (jkonecny) +- Add packaging constrains to URL payload source (jkonecny) +- Add repo cost to the URL payload source (jkonecny) +- Add proxy url to URL payload source (jkonecny) +- Add ssl configuration structure to URL payload source (jkonecny) +- Add ssl verification flag to URL payload source (jkonecny) +- Add Name to the URL payload source (jkonecny) +- Add URL repo configuration to the url source (jkonecny) +- Add empty repository configuration DBus structure (jkonecny) +- Add install_repo_enabled flag to URL payload source (jkonecny) +- Add tests for set up and tear down for url source (jkonecny) +- Add is_ready tests for URL source module (jkonecny) +- Add simple tests for a new URL payload source (jkonecny) +- Add payload URL source base structure (jkonecny) + * Fri Apr 03 2020 Martin Kolman - 33.7-1 - Don't clear errors by expanding pages in the custom spoke (vponcova) - Fix the permission for changing a mount point (#1818500) (vponcova) diff --git a/sources b/sources index 8501fda..befbc83 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-33.7.tar.bz2) = a3c6e4312ae8c91ca4cad33931449097c7fdc9c529b5fb78d716877616634bd631584b34acaffd34b59f800abf4f821a4260af632d1ffc3f0d7454033bb432db +SHA512 (anaconda-33.8.tar.bz2) = d338ec90de30c0b61a8d58a319b913c7864f5deeb51889aee4f6b08f21e9b396d389264bea196f7e75de230c4a994bb8b2adb6c6d7298373c6179c8d064879bd From b1525e5fe3b95995fc75e5b6991cf9579d319ff3 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Wed, 8 Apr 2020 15:58:06 +0200 Subject: [PATCH 110/135] New version 33.9-1 - Fix bad import of general errors (jkonecny) - Improve code convention code formatting (jkonecny) --- .gitignore | 1 + anaconda.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 59c3fc0..bd5a94f 100644 --- a/.gitignore +++ b/.gitignore @@ -234,3 +234,4 @@ /anaconda-33.6.tar.bz2 /anaconda-33.7.tar.bz2 /anaconda-33.8.tar.bz2 +/anaconda-33.9.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 70203c4..b87e697 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,7 +4,7 @@ Summary: Graphical system installer Name: anaconda -Version: 33.8 +Version: 33.9 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -353,6 +353,10 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Wed Apr 08 2020 Martin Kolman - 33.9-1 +- Fix bad import of general errors (jkonecny) +- Improve code convention code formatting (jkonecny) + * Wed Apr 08 2020 Martin Kolman - 33.8-1 - Fix the indentation of false positives (vponcova) - Don't try to format FBA DASD devices (#1715303) (vponcova) diff --git a/sources b/sources index befbc83..9966526 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-33.8.tar.bz2) = d338ec90de30c0b61a8d58a319b913c7864f5deeb51889aee4f6b08f21e9b396d389264bea196f7e75de230c4a994bb8b2adb6c6d7298373c6179c8d064879bd +SHA512 (anaconda-33.9.tar.bz2) = b4c0878bbc526ffd84cc5f6ff8f7eaa51c8682f50341843e4f87f447a9b046d3c712c9b9e89289c7c334e71f5e84454dfdddd4dce43c9095074b2feef9652295 From 0f2c44239a61f45cdde3dd4a66f2fe6cb2cf3d37 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Thu, 16 Apr 2020 17:09:09 +0200 Subject: [PATCH 111/135] New version 33.10-1 - subscription: Implement install_with_tasks() method (mkolman) - subscription: Add the IsSubscriptionAttached property (mkolman) - subscription: Add ConnectToInsights task (mkolman) - Create product configuration files for Red Hat Virtualization (vponcova) - Create the configuration section Storage Constraints (vponcova) - Extend tests for the default storage checker (vponcova) - Represent the constraint STORAGE_MIN_RAM by an instance of Size (vponcova) - Remove the constraint STORAGE_MIN_ROOT (vponcova) - Extend support for custom storage checking (vponcova) - Add a new type of the default partitioning for virtualizations (vponcova) - Add the configuration option default_scheme (vponcova) - Add the configuration option help_directory (vponcova) - Accept `harddrive --dir` without absolute paths (jkonecny) - Make the kickstart support for the btrfs command optional (vponcova) - Fix non-root dir of install tree HD installation (#1689194) (jkonecny) - subscription: Add missing pieces for the Subscription DBus module (mkolman) - Add UI support for the ZIPL Secure boot (vponcova) - Add DBus support for the ZIPL Secure Boot (vponcova) - Add code convention to prefer join_paths over os.path.join (jkonecny) - Add helper function force_path_join (jkonecny) - Fix get anaconda version test after test file rename (vponcova) - Rename iutil_test to util_test (jkonecny) --- .gitignore | 1 + anaconda.spec | 26 +++++++++++++++++++++++++- sources | 2 +- 3 files changed, 27 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index bd5a94f..0c4fc00 100644 --- a/.gitignore +++ b/.gitignore @@ -235,3 +235,4 @@ /anaconda-33.7.tar.bz2 /anaconda-33.8.tar.bz2 /anaconda-33.9.tar.bz2 +/anaconda-33.10.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index b87e697..fa4d92c 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,7 +4,7 @@ Summary: Graphical system installer Name: anaconda -Version: 33.9 +Version: 33.10 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -353,6 +353,30 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Thu Apr 16 2020 Martin Kolman - 33.10-1 +- subscription: Implement install_with_tasks() method (mkolman) +- subscription: Add the IsSubscriptionAttached property (mkolman) +- subscription: Add ConnectToInsights task (mkolman) +- Create product configuration files for Red Hat Virtualization (vponcova) +- Create the configuration section Storage Constraints (vponcova) +- Extend tests for the default storage checker (vponcova) +- Represent the constraint STORAGE_MIN_RAM by an instance of Size (vponcova) +- Remove the constraint STORAGE_MIN_ROOT (vponcova) +- Extend support for custom storage checking (vponcova) +- Add a new type of the default partitioning for virtualizations (vponcova) +- Add the configuration option default_scheme (vponcova) +- Add the configuration option help_directory (vponcova) +- Accept `harddrive --dir` without absolute paths (jkonecny) +- Make the kickstart support for the btrfs command optional (vponcova) +- Fix non-root dir of install tree HD installation (#1689194) (jkonecny) +- subscription: Add missing pieces for the Subscription DBus module (mkolman) +- Add UI support for the ZIPL Secure boot (vponcova) +- Add DBus support for the ZIPL Secure Boot (vponcova) +- Add code convention to prefer join_paths over os.path.join (jkonecny) +- Add helper function force_path_join (jkonecny) +- Fix get anaconda version test after test file rename (vponcova) +- Rename iutil_test to util_test (jkonecny) + * Wed Apr 08 2020 Martin Kolman - 33.9-1 - Fix bad import of general errors (jkonecny) - Improve code convention code formatting (jkonecny) diff --git a/sources b/sources index 9966526..f904acc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-33.9.tar.bz2) = b4c0878bbc526ffd84cc5f6ff8f7eaa51c8682f50341843e4f87f447a9b046d3c712c9b9e89289c7c334e71f5e84454dfdddd4dce43c9095074b2feef9652295 +SHA512 (anaconda-33.10.tar.bz2) = 52b55f8d4a45c1ad1388bdce5f51e848bb0a0d6fe5172eec7f9062f00dbd76f86c3ece3650fc16061985fbd2531f47218fd119a2ab8b640c1f0932b2c4bb480c From 18524a34a4d4dc987a2f3f993e88e5e0ff774de7 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Tue, 21 Apr 2020 20:39:15 +0200 Subject: [PATCH 112/135] New version 33.11-1 - Reset the partitioning of Blivet-GUI (#1826286) (vponcova) - Fix the validation of a device label (#1823221) (vponcova) - Use the new base classes in sources (vslavik) - Add base classes for mounting sources (vslavik) - Add test if the spokes ordering is correct (jkonecny) - Fix ordering of spokes with the same priority (jkonecny) - Fix TUI Kernel and Unsupported HW spokes ordering (jkonecny) - Switch collecting & ordering action classes to static (jkonecny) - Add TUI/GUI tests for standalone spokes priority (jkonecny) - Use join_paths instead of os.path.join in sources (vslavik) - Get ui/__init__.py closer to pep8 (jkonecny) - Allow to remove incomplete devices (#1823232) (vponcova) - subscription: RHSMObserver & StartRHSMTask (mkolman) - Make sure that the summary button is really hidden (#1823467) (vponcova) - Use default priority in the GUI spokes (jkonecny) - Fix TUI spokes priorities (jkonecny) - Add back default priority for standalone spokes (jkonecny) - subscription: Add initial RHSM DBus API identifiers (mkolman) - Install scripts at /usr/bin (vponcova) - Remove mock from the test dependencies (vponcova) - Install test dependencies from pip when possible (vponcova) - Fix the indentation of the test dependencies (vponcova) - Expand the selector with swap (#1823127) (vponcova) - Fix default value for pwpolicy emptyok (#1664704) (mkolman) - Only quit GTK mainloop on GUI quit request (#1643111) (mkolman) - Print correct message if no linux partitions were found in rescue mode (#1823222) (honza.stodola) - Use black color for errors in bottom bar (#1823004) (honza.stodola) --- .gitignore | 1 + anaconda.spec | 32 +++++++++++++++++++++++++++++++- sources | 2 +- 3 files changed, 33 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0c4fc00..ba3f6d4 100644 --- a/.gitignore +++ b/.gitignore @@ -236,3 +236,4 @@ /anaconda-33.8.tar.bz2 /anaconda-33.9.tar.bz2 /anaconda-33.10.tar.bz2 +/anaconda-33.11.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index fa4d92c..5532a1a 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,7 +4,7 @@ Summary: Graphical system installer Name: anaconda -Version: 33.10 +Version: 33.11 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -353,6 +353,36 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Apr 21 2020 Martin Kolman - 33.11-1 +- Reset the partitioning of Blivet-GUI (#1826286) (vponcova) +- Fix the validation of a device label (#1823221) (vponcova) +- Use the new base classes in sources (vslavik) +- Add base classes for mounting sources (vslavik) +- Add test if the spokes ordering is correct (jkonecny) +- Fix ordering of spokes with the same priority (jkonecny) +- Fix TUI Kernel and Unsupported HW spokes ordering (jkonecny) +- Switch collecting & ordering action classes to static (jkonecny) +- Add TUI/GUI tests for standalone spokes priority (jkonecny) +- Use join_paths instead of os.path.join in sources (vslavik) +- Get ui/__init__.py closer to pep8 (jkonecny) +- Allow to remove incomplete devices (#1823232) (vponcova) +- subscription: RHSMObserver & StartRHSMTask (mkolman) +- Make sure that the summary button is really hidden (#1823467) (vponcova) +- Use default priority in the GUI spokes (jkonecny) +- Fix TUI spokes priorities (jkonecny) +- Add back default priority for standalone spokes (jkonecny) +- subscription: Add initial RHSM DBus API identifiers (mkolman) +- Install scripts at /usr/bin (vponcova) +- Remove mock from the test dependencies (vponcova) +- Install test dependencies from pip when possible (vponcova) +- Fix the indentation of the test dependencies (vponcova) +- Expand the selector with swap (#1823127) (vponcova) +- Fix default value for pwpolicy emptyok (#1664704) (mkolman) +- Only quit GTK mainloop on GUI quit request (#1643111) (mkolman) +- Print correct message if no linux partitions were found in rescue mode + (#1823222) (honza.stodola) +- Use black color for errors in bottom bar (#1823004) (honza.stodola) + * Thu Apr 16 2020 Martin Kolman - 33.10-1 - subscription: Implement install_with_tasks() method (mkolman) - subscription: Add the IsSubscriptionAttached property (mkolman) diff --git a/sources b/sources index f904acc..961f839 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-33.10.tar.bz2) = 52b55f8d4a45c1ad1388bdce5f51e848bb0a0d6fe5172eec7f9062f00dbd76f86c3ece3650fc16061985fbd2531f47218fd119a2ab8b640c1f0932b2c4bb480c +SHA512 (anaconda-33.11.tar.bz2) = 5fdc2bcdab9431c7dd15a160f84afb147bba027a5242f5cf58aee09c2dab355d239f4d2ad9cb545497c328ae1fbbce2f3db6ec6e1ce57b07b190be6b2d623872 From 51c1a4585d044497cbbedcf894dbeb7da20377f6 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Wed, 29 Apr 2020 14:48:31 +0200 Subject: [PATCH 113/135] New version 33.12-1 - Add tests for ReadKickstart (vponcova) - Remove pyanaconda.storage (vponcova) - Move the initialization functions from pyanaconda.storage (vponcova) - Move create_storage from pyanaconda.storage (vponcova) - Move the model from pyanaconda.storage (vponcova) - Move the utils from pyanaconda.storage (vponcova) - Move the installation functions from pyanaconda.storage (vponcova) - Move the storage checker from pyanaconda.storage (vponcova) - Move pyanaconda.platform (vponcova) - Move PartSpec from pyanaconda.storage (vponcova) - Don't use pyanaconda.platform in UI (vponcova) - Separate the "Reset All" button from the edge of the screen (honza.stodola) - Fix the warning messages from ReadKickstart (vponcova) - Unify module source test variable names (vslavik) - Add resolv.conf to log-capture (riehecky) - Reload NTP server list in dialog on every run (vslavik) - Fix the line number in the kickstart message data (vponcova) - Remove TODO to solve is_ready for payload sources (jkonecny) - Use the new task class with the harddrive source (vslavik) - Detect the live OS image automatically (vponcova) - Add constants for the source types (vponcova) - Exclude liveimg from the kickstart command method (vponcova) - Access the kickstart command liveimg directly (vponcova) - Create a base class for live payloads (vponcova) - Remove pyanaconda.payload.livepayload (vponcova) - Run %onerror and %traceback scripts for all types of exceptions (vponcova) - gui source spoke: fix the key used to check proxy for additional repo (rvykydal) - Respect changesok password policy for root password (#1584145) (rvykydal) - rootpw gui: make root spoke insensitive if rootpw is set in ks (#1584145) (rvykydal) - subscription: RHSM runtime configuration support (mkolman) - Move the bootloader-related code to the module (vponcova) - Add the is_ready method to the Payload class (vponcova) - Rename NOT_SUPPORTED to NOT_APPLICABLE (jkonecny) - subscription: Add missing declaration for rhsm_observer property (mkolman) - subscription: Fixup a docstring (mkolman) - Remove payload tests for empty sources (jkonecny) - Improve HDD payload source test (jkonecny) - Change tests for new payload ready states (jkonecny) - Use new source states in payload sources (jkonecny) - Create source state enum (jkonecny) - date time gui: no empty space in combo for day and month selection (#1823130) (rvykydal) - Reset the partitioning of Blivet-GUI (#1826286) (vponcova) - Remove the logic with sources from the network standalone spoke (vponcova) - Move remaining DNF-related code to the DNF payload (vponcova) - subscription: Add SystemPurposeConfigurationTask (mkolman) - Rename payload source is_ready to get_state (jkonecny) - Remove the tip about the user name (#1823015) (vponcova) - Add payload base tests (jkonecny) - Improve payload shared test source creation (jkonecny) - Fix exception string when incompatible payload source (jkonecny) - Translate names of OS installations on demand (#1823126) (vponcova) - subscription: Add helper function to SystemPurposeData DBus structure (mkolman) - network tui: fix getting of network device configurations (#1823011) (rvykydal) --- .gitignore | 1 + anaconda.spec | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++- sources | 2 +- 3 files changed, 63 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ba3f6d4..fd6d09c 100644 --- a/.gitignore +++ b/.gitignore @@ -237,3 +237,4 @@ /anaconda-33.9.tar.bz2 /anaconda-33.10.tar.bz2 /anaconda-33.11.tar.bz2 +/anaconda-33.12.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 5532a1a..a51bf49 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,7 +4,7 @@ Summary: Graphical system installer Name: anaconda -Version: 33.11 +Version: 33.12 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -353,6 +353,66 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Wed Apr 29 2020 Martin Kolman - 33.12-1 +- Add tests for ReadKickstart (vponcova) +- Remove pyanaconda.storage (vponcova) +- Move the initialization functions from pyanaconda.storage (vponcova) +- Move create_storage from pyanaconda.storage (vponcova) +- Move the model from pyanaconda.storage (vponcova) +- Move the utils from pyanaconda.storage (vponcova) +- Move the installation functions from pyanaconda.storage (vponcova) +- Move the storage checker from pyanaconda.storage (vponcova) +- Move pyanaconda.platform (vponcova) +- Move PartSpec from pyanaconda.storage (vponcova) +- Don't use pyanaconda.platform in UI (vponcova) +- Separate the "Reset All" button from the edge of the screen (honza.stodola) +- Fix the warning messages from ReadKickstart (vponcova) +- Unify module source test variable names (vslavik) +- Add resolv.conf to log-capture (riehecky) +- Reload NTP server list in dialog on every run (vslavik) +- Fix the line number in the kickstart message data (vponcova) +- Remove TODO to solve is_ready for payload sources (jkonecny) +- Use the new task class with the harddrive source (vslavik) +- Detect the live OS image automatically (vponcova) +- Add constants for the source types (vponcova) +- Exclude liveimg from the kickstart command method (vponcova) +- Access the kickstart command liveimg directly (vponcova) +- Create a base class for live payloads (vponcova) +- Remove pyanaconda.payload.livepayload (vponcova) +- Run %%onerror and %%traceback scripts for all types of exceptions (vponcova) +- gui source spoke: fix the key used to check proxy for additional repo + (rvykydal) +- Respect changesok password policy for root password (#1584145) (rvykydal) +- rootpw gui: make root spoke insensitive if rootpw is set in ks (#1584145) + (rvykydal) +- subscription: RHSM runtime configuration support (mkolman) +- Move the bootloader-related code to the module (vponcova) +- Add the is_ready method to the Payload class (vponcova) +- Rename NOT_SUPPORTED to NOT_APPLICABLE (jkonecny) +- subscription: Add missing declaration for rhsm_observer property (mkolman) +- subscription: Fixup a docstring (mkolman) +- Remove payload tests for empty sources (jkonecny) +- Improve HDD payload source test (jkonecny) +- Change tests for new payload ready states (jkonecny) +- Use new source states in payload sources (jkonecny) +- Create source state enum (jkonecny) +- date time gui: no empty space in combo for day and month selection (#1823130) + (rvykydal) +- Reset the partitioning of Blivet-GUI (#1826286) (vponcova) +- Remove the logic with sources from the network standalone spoke (vponcova) +- Move remaining DNF-related code to the DNF payload (vponcova) +- subscription: Add SystemPurposeConfigurationTask (mkolman) +- Rename payload source is_ready to get_state (jkonecny) +- Remove the tip about the user name (#1823015) (vponcova) +- Add payload base tests (jkonecny) +- Improve payload shared test source creation (jkonecny) +- Fix exception string when incompatible payload source (jkonecny) +- Translate names of OS installations on demand (#1823126) (vponcova) +- subscription: Add helper function to SystemPurposeData DBus structure + (mkolman) +- network tui: fix getting of network device configurations (#1823011) + (rvykydal) + * Tue Apr 21 2020 Martin Kolman - 33.11-1 - Reset the partitioning of Blivet-GUI (#1826286) (vponcova) - Fix the validation of a device label (#1823221) (vponcova) diff --git a/sources b/sources index 961f839..6b1fe62 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-33.11.tar.bz2) = 5fdc2bcdab9431c7dd15a160f84afb147bba027a5242f5cf58aee09c2dab355d239f4d2ad9cb545497c328ae1fbbce2f3db6ec6e1ce57b07b190be6b2d623872 +SHA512 (anaconda-33.12.tar.bz2) = 996b4f444e51e4034833dfae6f73cebef21afd13900a17a88922dd35da5f8471238211be3944e10a70b3513495d027e76b454c930078534ad7f2f256f39d0f41 From a655490e5868c416d7d54d0d6662220cea9d5f0a Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Thu, 7 May 2020 18:37:35 +0200 Subject: [PATCH 114/135] New version 33.13-1 - Remove a missed use of has_source() to fix tests (vslavik) - Change string to new format (vslavik) - Add DBus property Description for all sources (vslavik) - subscription: Add AttachedSubscription DBus structure (mkolman) - Pre-select disk initialization mode in TUI (honza.stodola) - Remove the HasSource D-Bus function (vslavik) - Add kickstart support to URL payload source (jkonecny) - Add NFS source kickstart support (jkonecny) - Add function to create NFS from components (jkonecny) - Move ProxyString to core.payload (jkonecny) - Move parse_nfs_url to the new core/payload file (jkonecny) - Fail on harddrive --biospart in HDD payload source (jkonecny) - Add kickstart support for HDD payload source (jkonecny) - Add SE/HMC payload source kickstart support (jkonecny) - Add CDROM payload source kickstart support (jkonecny) - Pick HMC as the last DNF source when processing KS data (jkonecny) - Add DNF module kickstart processing for sources (jkonecny) - subscription: Run installation tasks of the Subscription module (mkolman) - subscription: Add is_module_available() utility function (mkolman) - Ignore the required package dmraid in RHEL (honza.stodola) - subscription: Attach subscription task (mkolman) - subscription: Add unregistration task (mkolman) - Activate the set/remove buttons in the "Select disks and boot loader" window only when a disk is selected (honza.stodola) - Properly update UI after removing the boot device (honza.stodola) - Do not offer disk selection when encrypting existing partition (honza.stodola) - Destroy the disk selection dialog on escape (honza.stodola) - Add the DBus method GetModules to the Boss service (vponcova) - subscription: Fix registration tasks docstring typo (mkolman) - Add payload source __repr__ support to improve logging (jkonecny) - Fix calling payloads service with empty kickstart (jkonecny) - Rename check_set_sources to set_and_check_sources (jkonecny) - Create two parts of the set_check_sources payload test (jkonecny) - Add payload base add_source() module scope API (jkonecny) - Fix payload log message (jkonecny) - Add new commands for DNF payload recognition (jkonecny) - Disable %packages from DNF module (jkonecny) - Add new supported sources to DNF payload (jkonecny) - Add kickstart commands for DNF payload (jkonecny) - Use new F33 Repo command from pykickstart (jkonecny) - subscription: Add subscription related package requirements (mkolman) - subscription: Add registration tasks (mkolman) - subscription: Add RegistrationError exception (mkolman) - network: don't try to use DeviceConfigurations on live cd (#1827999) (rvykydal) - subscription: Add TransferSubscriptionTokensTask (mkolman) - subscription: Add RestoreRHSMLogLevelTask (mkolman) --- .gitignore | 1 + anaconda.spec | 54 +++++++++++++++++++++++++++++++++++++++++++++++++-- sources | 2 +- 3 files changed, 54 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index fd6d09c..4785e6f 100644 --- a/.gitignore +++ b/.gitignore @@ -238,3 +238,4 @@ /anaconda-33.10.tar.bz2 /anaconda-33.11.tar.bz2 /anaconda-33.12.tar.bz2 +/anaconda-33.13.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index a51bf49..a7e3e35 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,7 +4,7 @@ Summary: Graphical system installer Name: anaconda -Version: 33.12 +Version: 33.13 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -35,7 +35,7 @@ Source0: %{name}-%{version}.tar.bz2 %define libxklavierver 5.4 %define mehver 0.23-1 %define nmver 1.0 -%define pykickstartver 3.23-1 +%define pykickstartver 3.25-1 %define pypartedver 2.5-2 %define rpmver 4.10.0 %define simplelinever 1.1-1 @@ -353,6 +353,56 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Thu May 07 2020 Martin Kolman - 33.13-1 +- Remove a missed use of has_source() to fix tests (vslavik) +- Change string to new format (vslavik) +- Add DBus property Description for all sources (vslavik) +- subscription: Add AttachedSubscription DBus structure (mkolman) +- Pre-select disk initialization mode in TUI (honza.stodola) +- Remove the HasSource D-Bus function (vslavik) +- Add kickstart support to URL payload source (jkonecny) +- Add NFS source kickstart support (jkonecny) +- Add function to create NFS from components (jkonecny) +- Move ProxyString to core.payload (jkonecny) +- Move parse_nfs_url to the new core/payload file (jkonecny) +- Fail on harddrive --biospart in HDD payload source (jkonecny) +- Add kickstart support for HDD payload source (jkonecny) +- Add SE/HMC payload source kickstart support (jkonecny) +- Add CDROM payload source kickstart support (jkonecny) +- Pick HMC as the last DNF source when processing KS data (jkonecny) +- Add DNF module kickstart processing for sources (jkonecny) +- subscription: Run installation tasks of the Subscription module (mkolman) +- subscription: Add is_module_available() utility function (mkolman) +- Ignore the required package dmraid in RHEL (honza.stodola) +- subscription: Attach subscription task (mkolman) +- subscription: Add unregistration task (mkolman) +- Activate the set/remove buttons in the "Select disks and boot loader" window + only when a disk is selected (honza.stodola) +- Properly update UI after removing the boot device (honza.stodola) +- Do not offer disk selection when encrypting existing partition + (honza.stodola) +- Destroy the disk selection dialog on escape (honza.stodola) +- Add the DBus method GetModules to the Boss service (vponcova) +- subscription: Fix registration tasks docstring typo (mkolman) +- Add payload source __repr__ support to improve logging (jkonecny) +- Fix calling payloads service with empty kickstart (jkonecny) +- Rename check_set_sources to set_and_check_sources (jkonecny) +- Create two parts of the set_check_sources payload test (jkonecny) +- Add payload base add_source() module scope API (jkonecny) +- Fix payload log message (jkonecny) +- Add new commands for DNF payload recognition (jkonecny) +- Disable %%packages from DNF module (jkonecny) +- Add new supported sources to DNF payload (jkonecny) +- Add kickstart commands for DNF payload (jkonecny) +- Use new F33 Repo command from pykickstart (jkonecny) +- subscription: Add subscription related package requirements (mkolman) +- subscription: Add registration tasks (mkolman) +- subscription: Add RegistrationError exception (mkolman) +- network: don't try to use DeviceConfigurations on live cd (#1827999) + (rvykydal) +- subscription: Add TransferSubscriptionTokensTask (mkolman) +- subscription: Add RestoreRHSMLogLevelTask (mkolman) + * Wed Apr 29 2020 Martin Kolman - 33.12-1 - Add tests for ReadKickstart (vponcova) - Remove pyanaconda.storage (vponcova) diff --git a/sources b/sources index 6b1fe62..cdc9a5b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-33.12.tar.bz2) = 996b4f444e51e4034833dfae6f73cebef21afd13900a17a88922dd35da5f8471238211be3944e10a70b3513495d027e76b454c930078534ad7f2f256f39d0f41 +SHA512 (anaconda-33.13.tar.bz2) = 6647aa849a8cca896cb6d1a83a8a51e5dc315105c78181cc04b1a88349b4febbbb0f6f537b6c62d380005818afb2d8c0ec581ef56180a9d630ece06a0beb63b7 From b966c8c905b9bc21c735fdc967979676cc42eccf Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Thu, 14 May 2020 16:57:10 +0200 Subject: [PATCH 115/135] New version 33.14-1 - subscription: Hook up state update methods (mkolman) - subscription: Make it possible to register/unregister from the GUI (mkolman) - subscription: Register & subscribe during automated installation (mkolman) - subscription: Add asynchronous registration helper functions (mkolman) - subscription: Add IsRegistered property (mkolman) - Add functions for DBus sources (vponcova) - Implement DeviceName API for CDrom payload source (jkonecny) - Return device name from SetUpCdromSourceTask (jkonecny) - Add GetISOPath HardDrive payload source API (jkonecny) - subscription: Add the ParseAttachedSubscriptionsTask (mkolman) - Add new Hard drive source property to tell that iso is used (jkonecny) - Change return of SetUpHardDriveSourceTask (jkonecny) - Add __repr__ to payload sources (vslavik) - Create a DBus proxy of the DNF module (vponcova) - Work around pylint 2.5.0 issue with _ in warning id (vslavik) - subscription: Add network connectivity check to the Subscription spoke (mkolman) - Split find_and_mount_iso_image source helper func (jkonecny) - subscription: Add main Subscription spoke structure (mkolman) - Add the DBus method ActivatePayload (vponcova) - Add the DBus property CreatedPayloads (vponcova) - Replace the DBus method GetActivePayload with a property (vponcova) - subscription: Add helper functions for Subscription spoke (mkolman) - Remove the DBus method IsPayloadSet (vponcova) - subscription: Add glade file for Subscription spoke (mkolman) - subscription: Simplify system purpose configuration (mkolman) - subscription: Implement equality testing for SystemPurposeData (mkolman) - subscription: Add check_system_purpose_set() helper function (mkolman) - Add generate_repo_configuration for URL payload source (jkonecny) - Add gererate_repo_configuration for all mount sources (jkonecny) - Add GetRepoConfigurations API for DNF payload (jkonecny) - Create ABC class declaring interface for RPM sources (jkonecny) - Add the combo box for choosing a LUKS version in the container dialog (#1714120) (vponcova) - Use the combo box for choosing a LUKS version only for encrypted devices (vponcova) - Provide the LUKS version of the encrypted container (vponcova) - Add the function set_container_data (vponcova) --- .gitignore | 1 + anaconda.spec | 42 +++++++++++++++++++++++++++++++++++++++++- sources | 2 +- 3 files changed, 43 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4785e6f..74ffa4f 100644 --- a/.gitignore +++ b/.gitignore @@ -239,3 +239,4 @@ /anaconda-33.11.tar.bz2 /anaconda-33.12.tar.bz2 /anaconda-33.13.tar.bz2 +/anaconda-33.14.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index a7e3e35..864f898 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,7 +4,7 @@ Summary: Graphical system installer Name: anaconda -Version: 33.13 +Version: 33.14 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -353,6 +353,46 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Thu May 14 2020 Martin Kolman - 33.14-1 +- subscription: Hook up state update methods (mkolman) +- subscription: Make it possible to register/unregister from the GUI (mkolman) +- subscription: Register & subscribe during automated installation (mkolman) +- subscription: Add asynchronous registration helper functions (mkolman) +- subscription: Add IsRegistered property (mkolman) +- Add functions for DBus sources (vponcova) +- Implement DeviceName API for CDrom payload source (jkonecny) +- Return device name from SetUpCdromSourceTask (jkonecny) +- Add GetISOPath HardDrive payload source API (jkonecny) +- subscription: Add the ParseAttachedSubscriptionsTask (mkolman) +- Add new Hard drive source property to tell that iso is used (jkonecny) +- Change return of SetUpHardDriveSourceTask (jkonecny) +- Add __repr__ to payload sources (vslavik) +- Create a DBus proxy of the DNF module (vponcova) +- Work around pylint 2.5.0 issue with _ in warning id (vslavik) +- subscription: Add network connectivity check to the Subscription spoke + (mkolman) +- Split find_and_mount_iso_image source helper func (jkonecny) +- subscription: Add main Subscription spoke structure (mkolman) +- Add the DBus method ActivatePayload (vponcova) +- Add the DBus property CreatedPayloads (vponcova) +- Replace the DBus method GetActivePayload with a property (vponcova) +- subscription: Add helper functions for Subscription spoke (mkolman) +- Remove the DBus method IsPayloadSet (vponcova) +- subscription: Add glade file for Subscription spoke (mkolman) +- subscription: Simplify system purpose configuration (mkolman) +- subscription: Implement equality testing for SystemPurposeData (mkolman) +- subscription: Add check_system_purpose_set() helper function (mkolman) +- Add generate_repo_configuration for URL payload source (jkonecny) +- Add gererate_repo_configuration for all mount sources (jkonecny) +- Add GetRepoConfigurations API for DNF payload (jkonecny) +- Create ABC class declaring interface for RPM sources (jkonecny) +- Add the combo box for choosing a LUKS version in the container dialog + (#1714120) (vponcova) +- Use the combo box for choosing a LUKS version only for encrypted devices + (vponcova) +- Provide the LUKS version of the encrypted container (vponcova) +- Add the function set_container_data (vponcova) + * Thu May 07 2020 Martin Kolman - 33.13-1 - Remove a missed use of has_source() to fix tests (vslavik) - Change string to new format (vslavik) diff --git a/sources b/sources index cdc9a5b..9bb658f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-33.13.tar.bz2) = 6647aa849a8cca896cb6d1a83a8a51e5dc315105c78181cc04b1a88349b4febbbb0f6f537b6c62d380005818afb2d8c0ec581ef56180a9d630ece06a0beb63b7 +SHA512 (anaconda-33.14.tar.bz2) = 738dfa10998317ec90f221279b003372aa5a0987b86c7d64598c532870614498c5e30d2c9b606fcd1bcb66aac29331ec3064c4410674f1f54f540aa2d7f6a720 From 4e917b53d885d1613c1f9a2c542bbf10787cbfdf Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Tue, 19 May 2020 19:00:11 +0200 Subject: [PATCH 116/135] New version 33.15-1 - Update the bootloader configuration after live installation (javierm) - subscription: Registration button sensitivity handling (mkolman) - subscription: Make credential checking functions usable in GUI (mkolman) - Add exclude to the dependency_solver (jkonecny) - Add the method is_complete to the class DNFPayload (vponcova) - Add the property source_type to the class DNFPayload (vponcova) - Add the method get_source_proxy to the class DNFPayload (vponcova) - Fix call to super() with missing parameters (vslavik) - Change string according to translator comments (vslavik) - Remove gjs dependency exclude which is no more needed with anaconda-live (rvykydal) - Remove sphinx test dependency (jkonecny) - Extend the objects for parsing the cmdline installation method (vponcova) - Add functions to set up and tear down of DBus sources (vponcova) - Switch call of pip3 to python3 -m pip (jkonecny) - Move for_publication as second method in sources (jkonecny) - Move sources private methods on top of the file (jkonecny) - Fix RPMSourceMixin class documentation (jkonecny) - Switch MountingSourceBase to MountingSourceMixin (jkonecny) - Remove tear_down_with_tasks from MountingSourceBase (jkonecny) - Do not implement get_state in MountingSourceBase (jkonecny) - Change gui test relative imports to absolute (vslavik) - Disable spurious pylint warning (vslavik) - Add CDN source (vslavik) - Test the DBus method IsNetworkRequired (vponcova) - Add the DBus method IsNetworkRequired (vponcova) - Detect HTTPS as a protocol that requires the network (michel) - Remove unused variable (vslavik) --- .gitignore | 1 + anaconda.spec | 36 +++++++++++++++++++++++++++++++----- sources | 2 +- 3 files changed, 33 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 74ffa4f..3a13719 100644 --- a/.gitignore +++ b/.gitignore @@ -240,3 +240,4 @@ /anaconda-33.12.tar.bz2 /anaconda-33.13.tar.bz2 /anaconda-33.14.tar.bz2 +/anaconda-33.15.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 864f898..6229ed0 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,10 +1,6 @@ -# Avoid anaconda-core requiring gjs-console due to the GNOME welcome -# screen that's shipped in it -%global __requires_exclude_from ^%{_datadir}/anaconda/gnome/fedora-welcome.*$ - Summary: Graphical system installer Name: anaconda -Version: 33.14 +Version: 33.15 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -353,6 +349,36 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue May 19 2020 Martin Kolman - 33.15-1 +- Update the bootloader configuration after live installation (javierm) +- subscription: Registration button sensitivity handling (mkolman) +- subscription: Make credential checking functions usable in GUI (mkolman) +- Add exclude to the dependency_solver (jkonecny) +- Add the method is_complete to the class DNFPayload (vponcova) +- Add the property source_type to the class DNFPayload (vponcova) +- Add the method get_source_proxy to the class DNFPayload (vponcova) +- Fix call to super() with missing parameters (vslavik) +- Change string according to translator comments (vslavik) +- Remove gjs dependency exclude which is no more needed with anaconda-live + (rvykydal) +- Remove sphinx test dependency (jkonecny) +- Extend the objects for parsing the cmdline installation method (vponcova) +- Add functions to set up and tear down of DBus sources (vponcova) +- Switch call of pip3 to python3 -m pip (jkonecny) +- Move for_publication as second method in sources (jkonecny) +- Move sources private methods on top of the file (jkonecny) +- Fix RPMSourceMixin class documentation (jkonecny) +- Switch MountingSourceBase to MountingSourceMixin (jkonecny) +- Remove tear_down_with_tasks from MountingSourceBase (jkonecny) +- Do not implement get_state in MountingSourceBase (jkonecny) +- Change gui test relative imports to absolute (vslavik) +- Disable spurious pylint warning (vslavik) +- Add CDN source (vslavik) +- Test the DBus method IsNetworkRequired (vponcova) +- Add the DBus method IsNetworkRequired (vponcova) +- Detect HTTPS as a protocol that requires the network (michel) +- Remove unused variable (vslavik) + * Thu May 14 2020 Martin Kolman - 33.14-1 - subscription: Hook up state update methods (mkolman) - subscription: Make it possible to register/unregister from the GUI (mkolman) diff --git a/sources b/sources index 9bb658f..022dcd4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-33.14.tar.bz2) = 738dfa10998317ec90f221279b003372aa5a0987b86c7d64598c532870614498c5e30d2c9b606fcd1bcb66aac29331ec3064c4410674f1f54f540aa2d7f6a720 +SHA512 (anaconda-33.15.tar.bz2) = d22554c7dc45278ec3289ae9931eb0d38a735bb606012b5a474cc2cf1d36d5e07745d43497653441731455c94133d43d710d0ae4b2404c725714d3eb846b6f88 From f3f5cd6fdad917af3bf9cb629593a8ec89b4253f Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Fri, 22 May 2020 11:58:56 +0200 Subject: [PATCH 117/135] Rebuilt for libgladeui soname bump --- anaconda.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/anaconda.spec b/anaconda.spec index 6229ed0..8f5a2bd 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,7 +1,7 @@ Summary: Graphical system installer Name: anaconda Version: 33.15 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -349,6 +349,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Fri May 22 2020 Kalev Lember - 33.15-2 +- Rebuilt for libgladeui soname bump + * Tue May 19 2020 Martin Kolman - 33.15-1 - Update the bootloader configuration after live installation (javierm) - subscription: Registration button sensitivity handling (mkolman) From 9312267c577dbeabba9612daacc13e0649f36a9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sun, 24 May 2020 08:13:00 +0200 Subject: [PATCH 118/135] Rebuilt for Python 3.9 --- anaconda.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/anaconda.spec b/anaconda.spec index 8f5a2bd..ea1bac6 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,7 +1,7 @@ Summary: Graphical system installer Name: anaconda Version: 33.15 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -349,6 +349,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Sun May 24 2020 Miro Hrončok - 33.15-3 +- Rebuilt for Python 3.9 + * Fri May 22 2020 Kalev Lember - 33.15-2 - Rebuilt for libgladeui soname bump From 456cb4a41449fd0d9bfabae20fdb9b40aff832a8 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Mon, 1 Jun 2020 18:00:51 +0200 Subject: [PATCH 119/135] New version 33.17-1 - Update required ack in makebumpver script for rhel > 7 (rvykydal) - Close responses from session.get (vponcova) - Improve the documentation of the SetUpMountTask class (vponcova) - Raise an exception if the source's mount point is not unmounted (vponcova) - Change the default source to CDROM (vponcova) - Don't set up sources in the refresh method of the Source spoke (vponcova) - Make cppcheck ignore the G_DEFINE_TYPE macros (vslavik) - Fix issue that unified ISO from URL is not loaded (jkonecny) - Add split_protocol payload helper function (jkonecny) - Fix string based on translator comments (vslavik) --- .gitignore | 1 + anaconda.spec | 108 ++++++++++++++++++++++++++++++++++++++++++++++---- sources | 2 +- 3 files changed, 103 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 3a13719..f8f04fb 100644 --- a/.gitignore +++ b/.gitignore @@ -241,3 +241,4 @@ /anaconda-33.13.tar.bz2 /anaconda-33.14.tar.bz2 /anaconda-33.15.tar.bz2 +/anaconda-33.17.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index ea1bac6..d4d849a 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,7 +1,7 @@ Summary: Graphical system installer Name: anaconda -Version: 33.15 -Release: 3%{?dist} +Version: 33.17 +Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -15,7 +15,9 @@ Source0: %{name}-%{version}.tar.bz2 # Versions of required components (done so we make sure the buildrequires # match the requires versions of things). +%if ! 0%{?rhel} %define blivetguiver 2.1.12-1 +%endif %define dbusver 1.2.3 %define dnfver 3.6.0 %define dracutver 034-7 @@ -98,6 +100,10 @@ Requires: python3-systemd Requires: python3-productmd Requires: python3-dasbus >= %{dasbusver} Requires: flatpak-libs +%if 0%{?rhel} +Requires: python3-syspurpose +Requires: subscription-manager >= 1.26 +%endif # pwquality only "recommends" the dictionaries it needs to do anything useful, # which is apparently great for containers but unhelpful for the rest of us @@ -201,7 +207,9 @@ Requires: NetworkManager-wifi %endif Requires: anaconda-user-help >= %{helpver} Requires: yelp +%if ! 0%{?rhel} Requires: blivet-gui-runtime >= %{blivetguiver} +%endif Requires: system-logos # Needed to compile the gsettings files @@ -221,7 +229,7 @@ This package contains textual user interface for the Anaconda installer. %package widgets Summary: A set of custom GTK+ widgets for use with anaconda -Requires: python3 +Requires: %{__python3} %description widgets This package contains a set of custom GTK+ widgets used by the anaconda installer. @@ -323,6 +331,11 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{python3_sitearch}/pyanaconda/ui/gui/* %{_datadir}/anaconda/pixmaps %{_datadir}/anaconda/ui +%if 0%{?rhel} +# Remove blivet-gui +%exclude %{_datadir}/anaconda/ui/spokes/blivet_gui.* +%exclude %{python3_sitearch}/pyanaconda/ui/gui/spokes/blivet_gui.* +%endif %{_datadir}/anaconda/window-manager %{_datadir}/anaconda/anaconda-gtk.css @@ -349,11 +362,92 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog -* Sun May 24 2020 Miro Hrončok - 33.15-3 -- Rebuilt for Python 3.9 +* Mon Jun 01 2020 Martin Kolman - 33.17-1 +- Update required ack in makebumpver script for rhel > 7 (rvykydal) +- Close responses from session.get (vponcova) +- Improve the documentation of the SetUpMountTask class (vponcova) +- Raise an exception if the source's mount point is not unmounted (vponcova) +- Change the default source to CDROM (vponcova) +- Don't set up sources in the refresh method of the Source spoke (vponcova) +- Make cppcheck ignore the G_DEFINE_TYPE macros (vslavik) +- Fix issue that unified ISO from URL is not loaded (jkonecny) +- Add split_protocol payload helper function (jkonecny) +- Fix string based on translator comments (vslavik) -* Fri May 22 2020 Kalev Lember - 33.15-2 -- Rebuilt for libgladeui soname bump +* Mon May 25 2020 Martin Kolman - 33.16-1 +- subscription: Only require Insights package if subscribed (mkolman) +- subscription: Do not pass payload to unregister() helper function (mkolman) +- subscription: Fix typos related to ParseAttachedSubscriptions task (mkolman) +- subscription: Make sure /etc/yum.repos.d exists (mkolman) +- subscription: Fix disconnect() for RHSM observer (mkolman) +- subscription: Fix SystemPurposeData equality checking (mkolman) +- subscription: Set RHSM configuration before registration attempt (mkolman) +- subscription: Initial CDN source switching (mkolman) +- subscription: Fix Insights configuration in GUI (mkolman) +- subscription: Fix setting username to SubscriptionRequest in GUI (mkolman) +- Change connection flags for the RHSM private bus (vponcova) +- Create a proxy of the RHSM Config object for a specific interface (vponcova) +- Skip the btrfs command if deprecated (vponcova) +- Use a specific kickstart version in handle-sshpw (vponcova) +- Avoid concatenation of iso name twice (jkonecny) +- Do not mount harddrive sources as RO (jkonecny) +- Fix the access to a DBus proxy of the Subscription module (vponcova) +- Set up LANG for tests (vponcova) +- Resolve traceback when HDD ISO is not found (jkonecny) +- Don't set up the HMC source again (vponcova) +- Remove the changed property of the Source spoke in GUI (vponcova) +- Specify the default source type for the DNF payload (vponcova) +- Support all source types based on repo files (vponcova) +- Use the closest mirror source in UI (vponcova) +- Add a new source for the closest mirror (vponcova) +- Change the description of the repo files source (vponcova) +- Fix adding to the protected devices list (jkonecny) +- Remove not used API of dnf payload (jkonecny) +- Rename GetISOPath to GetIsoPath which is correct API name (jkonecny) +- Fix python3 requires in spec file (rvykydal) +- Use the source proxy to get the device name (vponcova) +- Collect package requirements of the Subscription module (vponcova) +- Add ignored field to rpm_tests (rvykydal) +- Require subscription manager on rhel (rvykydal) +- Remove the property is_iso_mounted (vponcova) +- Run the set-up tasks of sources with signals enabled (vponcova) +- Set default url type combobox value (jkonecny) +- Fix lang_locale_handler have payload property from parents (jkonecny) +- Remove kickstart sources from GUI (vponcova) +- Remove kickstart sources from TUI (vponcova) +- Log the result of the HDD set-up task (vponcova) +- Always try to unmount the HDD ISO (vponcova) +- Fix typo resulting to use mirrorlist instead of metalink (jkonecny) +- Handle DBus errors of the task returned by SetUpSourcesWithTask (vponcova) +- Remove useless attributes from the class Anaconda (vponcova) +- Remove kickstart sources from anaconda.py (vponcova) +- Remove kickstart sources from the class DNFPayload (vponcova) +- Call nose python module instead of nosetests binary (jkonecny) +- root spoke: set value of root ssh login checkbox from module (rvykydal) +- users module: fix check of existence of admin user (rvykydal) +- Always clear kickstarted status for GUI time&date spoke (vslavik) +- Always protect CD-ROM devices (vponcova) +- Fix the DBus task that sets up the SE/HMC source (vponcova) +- Move lxml test dependency from pip to RPM (jkonecny) +- subscription: Show data about attached subscriptions (mkolman) +- Setup RHEL rebuilds to exclude + org.fedoraproject.Anaconda.Modules.Subscription (riehecky) +- Tear down sources before setting new one in SourceSwitchHandler (jkonecny) +- Remove unused properties from SourceSwitchHandler (jkonecny) +- Migrate set Closest mirror of SourceSwitchHandler (jkonecny) +- Migrate set HMC of SourceSwitchHandler to source modules (jkonecny) +- Migrate set CDROM of SourceSwitchHandler to source modules (jkonecny) +- Migrate set NFS of SourceSwitchHandler to source modules (jkonecny) +- Migrate set URL of SourceSwitchhandler to source modules (jkonecny) +- Implement the DBus methods SetUpSourcesWithTask and TearDownSourcesWithTask + (vponcova) +- Move removal of blivet-gui in rhel upstream (rvykydal) +- Migrate set HDD of SourceSwitchHandler to source modules (jkonecny) +- Migrate SourceSwitchHandler to use module for cleanups (jkonecny) +- Add payload property to SourceSwitchHandler (jkonecny) +- Avoid imports from blivet.devicefactory (vponcova) +- Mark kickstart commands of RPM sources as useless (vponcova) +- Generate kickstart from the Payloads module (vponcova) * Tue May 19 2020 Martin Kolman - 33.15-1 - Update the bootloader configuration after live installation (javierm) diff --git a/sources b/sources index 022dcd4..54cce9c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-33.15.tar.bz2) = d22554c7dc45278ec3289ae9931eb0d38a735bb606012b5a474cc2cf1d36d5e07745d43497653441731455c94133d43d710d0ae4b2404c725714d3eb846b6f88 +SHA512 (anaconda-33.17.tar.bz2) = 0a5404f845f587251be08a7ba66deea2b3f6eeaef9d3b68429e0c343587849d0c5cd5383179926a461025e5c1c2a7696ac4cb9ef15cae93ee3423b17b453c432 From 786ebfab8fbe0f780f458803efc016f3bbdae23c Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Wed, 3 Jun 2020 18:28:24 +0200 Subject: [PATCH 120/135] New version 33.18-1 - Set up LD_PRELOAD for the Payloads module (vponcova) - Extend the start-module script (vponcova) - subscription: Fix authentication method switching in GUI (mkolman) - subscription: Make sure CDN repos are loaded and usable (mkolman) - Add NFS ISO support back to the NFS SetupSourceTask (jkonecny) - Add NFS ISO support to the NFSSourceModule (jkonecny) - Tear down HDD device mount if no valid installation source is found (jkonecny) - Extract ISO find algorith from harddrive (jkonecny) --- .gitignore | 1 + anaconda.spec | 13 ++++++++++++- sources | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f8f04fb..374f878 100644 --- a/.gitignore +++ b/.gitignore @@ -242,3 +242,4 @@ /anaconda-33.14.tar.bz2 /anaconda-33.15.tar.bz2 /anaconda-33.17.tar.bz2 +/anaconda-33.18.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index d4d849a..0c65364 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 33.17 +Version: 33.18 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -362,6 +362,17 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Wed Jun 03 2020 Martin Kolman - 33.18-1 +- Set up LD_PRELOAD for the Payloads module (vponcova) +- Extend the start-module script (vponcova) +- subscription: Fix authentication method switching in GUI (mkolman) +- subscription: Make sure CDN repos are loaded and usable (mkolman) +- Add NFS ISO support back to the NFS SetupSourceTask (jkonecny) +- Add NFS ISO support to the NFSSourceModule (jkonecny) +- Tear down HDD device mount if no valid installation source is found + (jkonecny) +- Extract ISO find algorith from harddrive (jkonecny) + * Mon Jun 01 2020 Martin Kolman - 33.17-1 - Update required ack in makebumpver script for rhel > 7 (rvykydal) - Close responses from session.get (vponcova) diff --git a/sources b/sources index 54cce9c..bb744ab 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-33.17.tar.bz2) = 0a5404f845f587251be08a7ba66deea2b3f6eeaef9d3b68429e0c343587849d0c5cd5383179926a461025e5c1c2a7696ac4cb9ef15cae93ee3423b17b453c432 +SHA512 (anaconda-33.18.tar.bz2) = 7ea8173d40a279c7c47becdadc586fa40161148f294f0d0df02e786b7080695c2c5b46d2609d792b290671f1aafd7b6157288182bf79d45f48bfc935eea39ead From cdbd1d6eb1a5ebd99420ea254a062c5a57191312 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Mon, 15 Jun 2020 18:29:43 +0200 Subject: [PATCH 121/135] New version 33.19-1 - Document common issues and bugs (vponcova) - Add logging messages to %post scripts (vslavik) - Don't prompt the user to ssh in VNC installations (vponcova) - Extend the function prompt_for_ssh (vponcova) - Allow having /boot on a btrfs volume (i.gnatenko.brain) - network: do not parse IPADDR0 anymore (rvykydal) - Do not use kwargs when creating network_data from ifcfg file (rvykydal) - Extend unit tests for generating network data from ifcfg file (rvykydal) - Fix updating of user gid/uid value checkbox in gui (rvykydal) - Fix crash on user uid/gid unchecked in gui (rvykydal) - Add daily build status badge (jkonecny) - Fix the pylint warning in the Payloads module (vponcova) - Add pointer to kickstart tests to tests README (rvykydal) - resolved a user created password verification issue that could not exit (57519382+huzunhao) - Don't use data.method.proxy (vponcova) - Use sshd_config drop in directory to allow root login (jjelen) - localization: do not crash on failed parsing of X layout (#1836047) (rvykydal) - Catch Blivet's exceptions when we reset a device (#1843278) (vponcova) - Fix wireless network configuration on get_ssid() returning None (#1838357) (rvykydal) - Unify definition of directory for ifname and prefixdevname config (rvykydal) - Use constants when mocking paths for network installation test (rvykydal) - Create /etc/systemd/network dir for ifname= renaming if needed. (rvykydal) - Use the Blivet's property is_empty (vponcova) --- .gitignore | 1 + anaconda.spec | 32 ++++++++++++++++++++++++++++++-- sources | 2 +- 3 files changed, 32 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 374f878..f834602 100644 --- a/.gitignore +++ b/.gitignore @@ -243,3 +243,4 @@ /anaconda-33.15.tar.bz2 /anaconda-33.17.tar.bz2 /anaconda-33.18.tar.bz2 +/anaconda-33.19.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 0c65364..d27d1e8 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 33.18 +Version: 33.19 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -80,7 +80,7 @@ The anaconda package is a metapackage for the Anaconda installer. Summary: Core of the Anaconda installer Requires: python3-libs Requires: python3-dnf >= %{dnfver} -Requires: python3-blivet >= 1:3.2.0-1 +Requires: python3-blivet >= 1:3.2.2-1 Requires: python3-blockdev >= %{libblockdevver} Requires: python3-meh >= %{mehver} Requires: libreport-anaconda >= 2.0.21-1 @@ -362,6 +362,34 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Mon Jun 15 2020 Martin Kolman - 33.19-1 +- Document common issues and bugs (vponcova) +- Add logging messages to %%post scripts (vslavik) +- Don't prompt the user to ssh in VNC installations (vponcova) +- Extend the function prompt_for_ssh (vponcova) +- Allow having /boot on a btrfs volume (i.gnatenko.brain) +- network: do not parse IPADDR0 anymore (rvykydal) +- Do not use kwargs when creating network_data from ifcfg file (rvykydal) +- Extend unit tests for generating network data from ifcfg file (rvykydal) +- Fix updating of user gid/uid value checkbox in gui (rvykydal) +- Fix crash on user uid/gid unchecked in gui (rvykydal) +- Add daily build status badge (jkonecny) +- Fix the pylint warning in the Payloads module (vponcova) +- Add pointer to kickstart tests to tests README (rvykydal) +- resolved a user created password verification issue that could not exit + (57519382+huzunhao) +- Don't use data.method.proxy (vponcova) +- Use sshd_config drop in directory to allow root login (jjelen) +- localization: do not crash on failed parsing of X layout (#1836047) + (rvykydal) +- Catch Blivet's exceptions when we reset a device (#1843278) (vponcova) +- Fix wireless network configuration on get_ssid() returning None (#1838357) + (rvykydal) +- Unify definition of directory for ifname and prefixdevname config (rvykydal) +- Use constants when mocking paths for network installation test (rvykydal) +- Create /etc/systemd/network dir for ifname= renaming if needed. (rvykydal) +- Use the Blivet's property is_empty (vponcova) + * Wed Jun 03 2020 Martin Kolman - 33.18-1 - Set up LD_PRELOAD for the Payloads module (vponcova) - Extend the start-module script (vponcova) diff --git a/sources b/sources index bb744ab..d0860d8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-33.18.tar.bz2) = 7ea8173d40a279c7c47becdadc586fa40161148f294f0d0df02e786b7080695c2c5b46d2609d792b290671f1aafd7b6157288182bf79d45f48bfc935eea39ead +SHA512 (anaconda-33.19.tar.bz2) = 684031152ff48a38af47ffe7f4b115c082165124cb1c992aa6bf622c28f2d6a467c407338f766e4067a712db09d31a870b8a0e413fdc1df7851919271d250178 From 66a5caba4ef520e0fea95a55196a075a1cec1775 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Mon, 22 Jun 2020 19:07:42 +0200 Subject: [PATCH 122/135] New version 33.20-1 - Add test for NFS URL with ISO in path (#1848718) (jkonecny) - Fix issue when NFS path is pointing directly to ISO (#1848718) (jkonecny) - Rename function for a simple check for DNF repository (jkonecny) - Add tests for verify_valid_installtree function (#1844287) (jkonecny) - Move verify_valid_installtree to source module utils (#1844287) (jkonecny) - Do not test if repo is valid based on .treeinfo file (#1844287) (jkonecny) - Relabel whole /etc instead of only some parts (vslavik) - Clean up lists of files and directories to relabel (vslavik) - Use allowlist and blocklist in the Anaconda configuration file (vponcova) - Correctly set up the LUKS version when we click on a mount point (#1689699) (vponcova) - Fix the mock function for DBus.get_proxy (vponcova) - Fix the mock function for DBus.get_proxy (vponcova) - Simplify the workaround for the RHSM configuration proxy (vponcova) - Show pylint version in logs (vslavik) - Don't use the private attribute for a message bus (vponcova) - Ignore unknown variable (vslavik) - Split storage spoke dialogs to a separate module (vslavik) - Fix more SElinux contexts (vslavik) - Fix regression reading kernel list when collecting configurations (#1846156) (jkonecny) --- .gitignore | 1 + anaconda.spec | 27 +++++++++++++++++++++++++-- sources | 2 +- 3 files changed, 27 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f834602..15202a8 100644 --- a/.gitignore +++ b/.gitignore @@ -244,3 +244,4 @@ /anaconda-33.17.tar.bz2 /anaconda-33.18.tar.bz2 /anaconda-33.19.tar.bz2 +/anaconda-33.20.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index d27d1e8..7af3412 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 33.19 +Version: 33.20 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -38,7 +38,7 @@ Source0: %{name}-%{version}.tar.bz2 %define rpmver 4.10.0 %define simplelinever 1.1-1 %define utillinuxver 2.15.1 -%define dasbusver 0.4 +%define dasbusver 1.3 BuildRequires: audit-libs-devel BuildRequires: libtool @@ -362,6 +362,29 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Mon Jun 22 2020 Martin Kolman - 33.20-1 +- Add test for NFS URL with ISO in path (#1848718) (jkonecny) +- Fix issue when NFS path is pointing directly to ISO (#1848718) (jkonecny) +- Rename function for a simple check for DNF repository (jkonecny) +- Add tests for verify_valid_installtree function (#1844287) (jkonecny) +- Move verify_valid_installtree to source module utils (#1844287) (jkonecny) +- Do not test if repo is valid based on .treeinfo file (#1844287) (jkonecny) +- Relabel whole /etc instead of only some parts (vslavik) +- Clean up lists of files and directories to relabel (vslavik) +- Use allowlist and blocklist in the Anaconda configuration file (vponcova) +- Correctly set up the LUKS version when we click on a mount point (#1689699) + (vponcova) +- Fix the mock function for DBus.get_proxy (vponcova) +- Fix the mock function for DBus.get_proxy (vponcova) +- Simplify the workaround for the RHSM configuration proxy (vponcova) +- Show pylint version in logs (vslavik) +- Don't use the private attribute for a message bus (vponcova) +- Ignore unknown variable (vslavik) +- Split storage spoke dialogs to a separate module (vslavik) +- Fix more SElinux contexts (vslavik) +- Fix regression reading kernel list when collecting configurations (#1846156) + (jkonecny) + * Mon Jun 15 2020 Martin Kolman - 33.19-1 - Document common issues and bugs (vponcova) - Add logging messages to %%post scripts (vslavik) diff --git a/sources b/sources index d0860d8..9547db5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-33.19.tar.bz2) = 684031152ff48a38af47ffe7f4b115c082165124cb1c992aa6bf622c28f2d6a467c407338f766e4067a712db09d31a870b8a0e413fdc1df7851919271d250178 +SHA512 (anaconda-33.20.tar.bz2) = 4983d3b2fe026d1ebc4e48a03435575de829e7792fbd63fbeeb04b50cf2205c62df78bafe42e41dd57c1e0cda072e3eeb2057a802e829b436d6e8e2bbc228ab0 From eae4eebb68a6fc4be50484012a3f60742cd03682 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Wed, 8 Jul 2020 16:58:04 +0200 Subject: [PATCH 123/135] New version 33.21-1 - Use Btrfs for all Fedora variants installed by Anaconda except Server (ngompa13) - Remove the support for language filtering (vponcova) - Remove the support for locale filtering (vponcova) - Don't override the eula command with the same command (vponcova) - Improve logs for validation of stage1 and stage2 devices (vponcova) - Document an issue with invalid partitioning in the output kickstart file (vponcova) - Remove support for check_supported_locales (vponcova) - Remove the support for Fedora Atomic Host (vponcova) - Move Subscription spoke under Software (vslavik) - Update the function get_default_partitioning (vponcova) - Update the property default_partitioning (vponcova) - Change the default_partitioning option (vponcova) - Fix hiding of network device activation switch (#1847493) (rvykydal) - Typo fix (sh.yaron) --- .gitignore | 1 + anaconda.spec | 20 +++++++++++++++++++- sources | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 15202a8..e89fd70 100644 --- a/.gitignore +++ b/.gitignore @@ -245,3 +245,4 @@ /anaconda-33.18.tar.bz2 /anaconda-33.19.tar.bz2 /anaconda-33.20.tar.bz2 +/anaconda-33.21.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 7af3412..933974f 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 33.20 +Version: 33.21 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -362,6 +362,24 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Wed Jul 08 2020 Martin Kolman - 33.21-1 +- Use Btrfs for all Fedora variants installed by Anaconda except Server + (ngompa13) +- Remove the support for language filtering (vponcova) +- Remove the support for locale filtering (vponcova) +- Don't override the eula command with the same command (vponcova) +- Improve logs for validation of stage1 and stage2 devices (vponcova) +- Document an issue with invalid partitioning in the output kickstart file + (vponcova) +- Remove support for check_supported_locales (vponcova) +- Remove the support for Fedora Atomic Host (vponcova) +- Move Subscription spoke under Software (vslavik) +- Update the function get_default_partitioning (vponcova) +- Update the property default_partitioning (vponcova) +- Change the default_partitioning option (vponcova) +- Fix hiding of network device activation switch (#1847493) (rvykydal) +- Typo fix (sh.yaron) + * Mon Jun 22 2020 Martin Kolman - 33.20-1 - Add test for NFS URL with ISO in path (#1848718) (jkonecny) - Fix issue when NFS path is pointing directly to ISO (#1848718) (jkonecny) diff --git a/sources b/sources index 9547db5..6d46ee5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-33.20.tar.bz2) = 4983d3b2fe026d1ebc4e48a03435575de829e7792fbd63fbeeb04b50cf2205c62df78bafe42e41dd57c1e0cda072e3eeb2057a802e829b436d6e8e2bbc228ab0 +SHA512 (anaconda-33.21.tar.bz2) = 75cd9122bf5bb273a93196a037c5bb09330a9ea22d94ba197d421f64eb5e9a18d7033e88168bd226bf916438b40d4481c28973ed91e256f460c871fe0f3cdafb From 120a6b3c432eb4fe6ac90475f552ba1f6d9a3f97 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Tue, 14 Jul 2020 16:59:39 +0200 Subject: [PATCH 124/135] New version 33.22-1 - Add support for the timesource kickstart command (vponcova) - Use the structure for time sources in GUI (vponcova) - Use the structure for time sources in TUI (vponcova) - Add support for generating a summary of the NTP servers (vponcova) - Add support for the NTP server status cache (vponcova) - Use the structure for time sources in network.py (vponcova) - Use the structure for time sources in anaconda.py (vponcova) - Use the structure for time sources in the Timezone module (vponcova) - Use the structure for time sources in ntp.py (vponcova) - Create a new DBus structure for time sources (vponcova) - Replace the zram service (vponcova) - Fix software spoke message when source changes (mkolman) - ostree: set rootflags when installing on btrfs (#1753485) (dcavalca) - Only pass one initrd image to kexec (javierm) - Prevent crash on unregistration (mkolman) - Add LVM with inconsistent sector size disks to common bugs (jkonecny) - Don't create swap by default (vponcova) - Don't require fcoe-utils (vponcova) - Temporarily ignore the new timezone kickstart command (vponcova) - Schedule timed actions with the right selector (#1851647) (vponcova) - Reconfigure DNF payload after options are set (vslavik) - Fix displaying of empty software group description (rvykydal) - Fix passing of arguments when creating dracut arguments for FCoE (rvykydal) - network: fix obtaining of s390 options of a wired connection (rvykydal) - Exclude stderr from returned output when executing powerpc-utils tools (javierm) - Fix imports of Blivet-GUI in unit tests (vponcova) - Don't mount DBus sources at /run/install/source (vponcova) - Always specify the boot disk (vponcova) - Create the initial storage model during the initialization (vponcova) - Use LUKSDevice.raw_device instead of LUKSDevice.slave (vtrefny) - Use modinfo to check ko before modprobe (t.feng94) - Fix EFI bootloader install (#1575957) (butirsky) --- .gitignore | 1 + anaconda.spec | 42 +++++++++++++++++++++++++++++++++++++++--- sources | 2 +- 3 files changed, 41 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index e89fd70..1d8ece0 100644 --- a/.gitignore +++ b/.gitignore @@ -246,3 +246,4 @@ /anaconda-33.19.tar.bz2 /anaconda-33.20.tar.bz2 /anaconda-33.21.tar.bz2 +/anaconda-33.22.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 933974f..9a086d8 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 33.21 +Version: 33.22 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -33,7 +33,7 @@ Source0: %{name}-%{version}.tar.bz2 %define libxklavierver 5.4 %define mehver 0.23-1 %define nmver 1.0 -%define pykickstartver 3.25-1 +%define pykickstartver 3.27-1 %define pypartedver 2.5-2 %define rpmver 4.10.0 %define simplelinever 1.1-1 @@ -168,7 +168,7 @@ Requires: libblockdev-plugins-all >= %{libblockdevver} Requires: realmd Requires: isomd5sum >= %{isomd5sum} %ifarch %{ix86} x86_64 -Requires: fcoe-utils >= %{fcoeutilsver} +Recommends: fcoe-utils >= %{fcoeutilsver} %endif # likely HFS+ resize support %ifarch %{ix86} x86_64 @@ -184,6 +184,7 @@ Requires: tmux # install time crash handling Requires: gdb Requires: rsync +Recommends: zram-generator-defaults %description install-env-deps The anaconda-install-env-deps metapackage lists all installation environment dependencies. @@ -362,6 +363,41 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Jul 14 2020 Martin Kolman - 33.22-1 +- Add support for the timesource kickstart command (vponcova) +- Use the structure for time sources in GUI (vponcova) +- Use the structure for time sources in TUI (vponcova) +- Add support for generating a summary of the NTP servers (vponcova) +- Add support for the NTP server status cache (vponcova) +- Use the structure for time sources in network.py (vponcova) +- Use the structure for time sources in anaconda.py (vponcova) +- Use the structure for time sources in the Timezone module (vponcova) +- Use the structure for time sources in ntp.py (vponcova) +- Create a new DBus structure for time sources (vponcova) +- Replace the zram service (vponcova) +- Fix software spoke message when source changes (mkolman) +- ostree: set rootflags when installing on btrfs (#1753485) (dcavalca) +- Only pass one initrd image to kexec (javierm) +- Prevent crash on unregistration (mkolman) +- Add LVM with inconsistent sector size disks to common bugs (jkonecny) +- Don't create swap by default (vponcova) +- Don't require fcoe-utils (vponcova) +- Temporarily ignore the new timezone kickstart command (vponcova) +- Schedule timed actions with the right selector (#1851647) (vponcova) +- Reconfigure DNF payload after options are set (vslavik) +- Fix displaying of empty software group description (rvykydal) +- Fix passing of arguments when creating dracut arguments for FCoE (rvykydal) +- network: fix obtaining of s390 options of a wired connection (rvykydal) +- Exclude stderr from returned output when executing powerpc-utils tools + (javierm) +- Fix imports of Blivet-GUI in unit tests (vponcova) +- Don't mount DBus sources at /run/install/source (vponcova) +- Always specify the boot disk (vponcova) +- Create the initial storage model during the initialization (vponcova) +- Use LUKSDevice.raw_device instead of LUKSDevice.slave (vtrefny) +- Use modinfo to check ko before modprobe (t.feng94) +- Fix EFI bootloader install (#1575957) (butirsky) + * Wed Jul 08 2020 Martin Kolman - 33.21-1 - Use Btrfs for all Fedora variants installed by Anaconda except Server (ngompa13) diff --git a/sources b/sources index 6d46ee5..4b6af15 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-33.21.tar.bz2) = 75cd9122bf5bb273a93196a037c5bb09330a9ea22d94ba197d421f64eb5e9a18d7033e88168bd226bf916438b40d4481c28973ed91e256f460c871fe0f3cdafb +SHA512 (anaconda-33.22.tar.bz2) = afd8f3c32620127e27e5ad225d097ab9defff06fdef24bc5bd20c819694528cf53bf925c6586f9d86c4d351118e60776f83a9dd52564b40c685cdc2b6673e1b8 From 71b53e4f8bc95f1ee4b7bc636283c69a2801de2c Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Thu, 16 Jul 2020 15:37:12 +0200 Subject: [PATCH 125/135] New version 33.23-1 - Mangle Fedora IoT Edition product identifier to "Fedora-IoT" (ngompa13) - Fix creating cached LVs on encrypted PVs (vtrefny) - Add Fedora IoT product override (ngompa13) --- .gitignore | 1 + anaconda.spec | 7 ++++++- sources | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1d8ece0..126bbc0 100644 --- a/.gitignore +++ b/.gitignore @@ -247,3 +247,4 @@ /anaconda-33.20.tar.bz2 /anaconda-33.21.tar.bz2 /anaconda-33.22.tar.bz2 +/anaconda-33.23.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 9a086d8..513a3a3 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 33.22 +Version: 33.23 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -363,6 +363,11 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Thu Jul 16 2020 Martin Kolman - 33.23-1 +- Mangle Fedora IoT Edition product identifier to "Fedora-IoT" (ngompa13) +- Fix creating cached LVs on encrypted PVs (vtrefny) +- Add Fedora IoT product override (ngompa13) + * Tue Jul 14 2020 Martin Kolman - 33.22-1 - Add support for the timesource kickstart command (vponcova) - Use the structure for time sources in GUI (vponcova) diff --git a/sources b/sources index 4b6af15..7e3260d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-33.22.tar.bz2) = afd8f3c32620127e27e5ad225d097ab9defff06fdef24bc5bd20c819694528cf53bf925c6586f9d86c4d351118e60776f83a9dd52564b40c685cdc2b6673e1b8 +SHA512 (anaconda-33.23.tar.bz2) = 0bd57192d03cd51fad973faa51083b0d9bab60a0707557478e5361dee95e3e5b6d06d0a38a91d2c2b30e7522173e554956b839a5cc5854aed4e6674ba03eaaea From 7ea1733e1482a274d74217f0671bc8e775f88221 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 27 Jul 2020 12:01:51 +0000 Subject: [PATCH 126/135] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- anaconda.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/anaconda.spec b/anaconda.spec index 513a3a3..619f8c8 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,7 +1,7 @@ Summary: Graphical system installer Name: anaconda Version: 33.23 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -363,6 +363,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Mon Jul 27 2020 Fedora Release Engineering - 33.23-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Thu Jul 16 2020 Martin Kolman - 33.23-1 - Mangle Fedora IoT Edition product identifier to "Fedora-IoT" (ngompa13) - Fix creating cached LVs on encrypted PVs (vtrefny) From 872f51b51edbc03e10755981fcc02aede77c5507 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Fri, 31 Jul 2020 13:02:22 +0200 Subject: [PATCH 127/135] New version 33.24-1 - Run actions of the Resize dialog in the reversed order (#1856496) (vponcova) - Reset repositories from the main thread (vponcova) - Initialize the closest mirror from the main thread (vponcova) - Remove the mirrors_available property (vponcova) - Rename ActivateFilesystemsTask (vponcova) - Document the Anaconda configuration files (vponcova) - Remove the encrypted attribute (vponcova) - subscription: Fix rhsm --proxy kickstart command usage with no username specified (mkolman) - subscription: Fix RHSM HTTP proxy configuration crash in the GUI (mkolman) - Log the information about the original exception (vponcova) - Update the documentation of the Anaconda sysconfig file (vponcova) - Make spoke tiles stack more tightly (vslavik) - Add NTS support to time sources in GUI (mlichvar) - Add connection test for NTS (mlichvar) - Parse NTP server options from config file (mlichvar) - Run bash instead of sh in rescue mode (vslavik) --- .gitignore | 1 + anaconda.spec | 24 ++++++++++++++++++++---- sources | 2 +- 3 files changed, 22 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 126bbc0..79d521c 100644 --- a/.gitignore +++ b/.gitignore @@ -248,3 +248,4 @@ /anaconda-33.21.tar.bz2 /anaconda-33.22.tar.bz2 /anaconda-33.23.tar.bz2 +/anaconda-33.24.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 619f8c8..57a0e5a 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,7 +1,7 @@ Summary: Graphical system installer Name: anaconda -Version: 33.23 -Release: 2%{?dist} +Version: 33.24 +Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -363,8 +363,24 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog -* Mon Jul 27 2020 Fedora Release Engineering - 33.23-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild +* Fri Jul 31 2020 Martin Kolman - 33.24-1 +- Run actions of the Resize dialog in the reversed order (#1856496) (vponcova) +- Reset repositories from the main thread (vponcova) +- Initialize the closest mirror from the main thread (vponcova) +- Remove the mirrors_available property (vponcova) +- Rename ActivateFilesystemsTask (vponcova) +- Document the Anaconda configuration files (vponcova) +- Remove the encrypted attribute (vponcova) +- subscription: Fix rhsm --proxy kickstart command usage with no username + specified (mkolman) +- subscription: Fix RHSM HTTP proxy configuration crash in the GUI (mkolman) +- Log the information about the original exception (vponcova) +- Update the documentation of the Anaconda sysconfig file (vponcova) +- Make spoke tiles stack more tightly (vslavik) +- Add NTS support to time sources in GUI (mlichvar) +- Add connection test for NTS (mlichvar) +- Parse NTP server options from config file (mlichvar) +- Run bash instead of sh in rescue mode (vslavik) * Thu Jul 16 2020 Martin Kolman - 33.23-1 - Mangle Fedora IoT Edition product identifier to "Fedora-IoT" (ngompa13) diff --git a/sources b/sources index 7e3260d..b1d3186 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-33.23.tar.bz2) = 0bd57192d03cd51fad973faa51083b0d9bab60a0707557478e5361dee95e3e5b6d06d0a38a91d2c2b30e7522173e554956b839a5cc5854aed4e6674ba03eaaea +SHA512 (anaconda-33.24.tar.bz2) = 0064b158f1daa853a629d90951f9a895795b92db8b26e083c29b0ca9050d7300f39ff9a511389bde25bb80fb7da3c905b62a1ae7db61bc870e9ea36494c398b5 From 4cb49db70ba8bca0c80faf9c3b86f5e39ca84c77 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Mon, 10 Aug 2020 18:53:59 +0200 Subject: [PATCH 128/135] New version 33.25-1 - Fix our tests with a newer rpmfluff library (jkonecny) - network: pass also keyfile NM configuration to target system (#1858439) (rvykydal) - Unify the indentation in the Anaconda configuration files (vponcova) - Remove the DBus method ConfigureNTPServiceEnablementWithTask (vponcova) - Create ssh user using only existing fields (#1860058) (vslavik) - Fix the position of the info bar in standalone spokes (vponcova) - Add the function is_service_installed (vponcova) - Drop the dependency on python3-ntplib (vponcova) - Remove Blivet's tests (vponcova) - Remove gui tests (vponcova) - Generate the coverage report for tests (vponcova) - Fix the util tests (vponcova) - Simplify the regex tests (vponcova) - Fix the module tests (vponcova) - Clean up the driver tests (vponcova) - Fix the kickstart dispatcher tests (vponcova) - Fix the localization tests (vponcova) - drop workarounds for the TLS exhaustion issue on aarch64 and ppc64le (dan) --- .gitignore | 1 + anaconda.spec | 24 ++++++++++++++++++++++-- sources | 2 +- 3 files changed, 24 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 79d521c..3e366d5 100644 --- a/.gitignore +++ b/.gitignore @@ -249,3 +249,4 @@ /anaconda-33.22.tar.bz2 /anaconda-33.23.tar.bz2 /anaconda-33.24.tar.bz2 +/anaconda-33.25.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 57a0e5a..0a71a22 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 33.24 +Version: 33.25 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -119,7 +119,6 @@ Requires: NetworkManager-libnm >= %{nmver} Requires: NetworkManager-team Requires: kbd Requires: chrony -Requires: python3-ntplib Requires: systemd Requires: python3-pid Requires: python3-ordered-set >= 2.0.0 @@ -363,6 +362,27 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Mon Aug 10 2020 Martin Kolman - 33.25-1 +- Fix our tests with a newer rpmfluff library (jkonecny) +- network: pass also keyfile NM configuration to target system (#1858439) + (rvykydal) +- Unify the indentation in the Anaconda configuration files (vponcova) +- Remove the DBus method ConfigureNTPServiceEnablementWithTask (vponcova) +- Create ssh user using only existing fields (#1860058) (vslavik) +- Fix the position of the info bar in standalone spokes (vponcova) +- Add the function is_service_installed (vponcova) +- Drop the dependency on python3-ntplib (vponcova) +- Remove Blivet's tests (vponcova) +- Remove gui tests (vponcova) +- Generate the coverage report for tests (vponcova) +- Fix the util tests (vponcova) +- Simplify the regex tests (vponcova) +- Fix the module tests (vponcova) +- Clean up the driver tests (vponcova) +- Fix the kickstart dispatcher tests (vponcova) +- Fix the localization tests (vponcova) +- drop workarounds for the TLS exhaustion issue on aarch64 and ppc64le (dan) + * Fri Jul 31 2020 Martin Kolman - 33.24-1 - Run actions of the Resize dialog in the reversed order (#1856496) (vponcova) - Reset repositories from the main thread (vponcova) diff --git a/sources b/sources index b1d3186..cdf65c5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-33.24.tar.bz2) = 0064b158f1daa853a629d90951f9a895795b92db8b26e083c29b0ca9050d7300f39ff9a511389bde25bb80fb7da3c905b62a1ae7db61bc870e9ea36494c398b5 +SHA512 (anaconda-33.25.tar.bz2) = f4ad53a5de62a967e6a1251985184ccc605776ac6b258917f649866d757dec44fe7646f2d00029963ce6654de2adbfc0788c88e3dd79ddfbb8936f2639f1dcd4 From ce0f2c83dad675649442fa39421e20f51ffb7cfe Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Thu, 20 Aug 2020 17:36:25 +0200 Subject: [PATCH 129/135] New version 33.25.1-1 - Adjust configuration options for Fedora 33 (mkolman) - network: do not try to activate connection that has not been found (rvykydal) - network: add timeout for synchronous activation of a connection (rvykydal) - network: fix configuration of virtual devices by boot options (rvykydal) - Handle exceptions from threads without new instances (vslavik) - Do not use disabled --install-scripts command of pip (jkonecny) - Use bootlist command to update the PowerPC-64 Boot Order (javierm) - Discard current boot list when updating the boot-device NRVAM variable (javierm) - Automatically break lines in labels in software selection spoke (vslavik) - Set up FIPS in the target system (vponcova) - Update the service anaconda-sshd (vponcova) - Set up FIPS in the installation environment (vponcova) - Add Blivet version to generated kickstart (vslavik) - Add Anaconda version to saved kickstart (vslavik) - Fix kickstart file error with user groups (kai.kang) - Get rid of add_disable_repo (jkonecny) - Move parts together in the DNF repo (jkonecny) - Fix issue that treeinfo repositories were never disabled (jkonecny) - Keep treeinfo repositories disabled after payload reset (jkonecny) - Fix crash on first entering of source spoke (jkonecny) - Remove treeinfo repositories instead of disabling (jkonecny) - Reload treeinfo repositories on every payload reset (jkonecny) --- .gitignore | 1 + anaconda.spec | 31 ++++++++++++++++++++++++++++++- sources | 2 +- 3 files changed, 32 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3e366d5..1b75c13 100644 --- a/.gitignore +++ b/.gitignore @@ -250,3 +250,4 @@ /anaconda-33.23.tar.bz2 /anaconda-33.24.tar.bz2 /anaconda-33.25.tar.bz2 +/anaconda-33.25.1.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 0a71a22..ceea26b 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 33.25 +Version: 33.25.1 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -123,6 +123,10 @@ Requires: systemd Requires: python3-pid Requires: python3-ordered-set >= 2.0.0 +# Required by the systemd service anaconda-fips. +Requires: crypto-policies +Requires: /usr/bin/update-crypto-policies + # required because of the rescue mode and VNC question Requires: anaconda-tui = %{version}-%{release} @@ -362,6 +366,31 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Thu Aug 20 2020 Martin Kolman - 33.25.1-1 +- Adjust configuration options for Fedora 33 (mkolman) +- network: do not try to activate connection that has not been found (rvykydal) +- network: add timeout for synchronous activation of a connection (rvykydal) +- network: fix configuration of virtual devices by boot options (rvykydal) +- Handle exceptions from threads without new instances (vslavik) +- Do not use disabled --install-scripts command of pip (jkonecny) +- Use bootlist command to update the PowerPC-64 Boot Order (javierm) +- Discard current boot list when updating the boot-device NRVAM variable + (javierm) +- Automatically break lines in labels in software selection spoke (vslavik) +- Set up FIPS in the target system (vponcova) +- Update the service anaconda-sshd (vponcova) +- Set up FIPS in the installation environment (vponcova) +- Add Blivet version to generated kickstart (vslavik) +- Add Anaconda version to saved kickstart (vslavik) +- Fix kickstart file error with user groups (kai.kang) +- Get rid of add_disable_repo (jkonecny) +- Move parts together in the DNF repo (jkonecny) +- Fix issue that treeinfo repositories were never disabled (jkonecny) +- Keep treeinfo repositories disabled after payload reset (jkonecny) +- Fix crash on first entering of source spoke (jkonecny) +- Remove treeinfo repositories instead of disabling (jkonecny) +- Reload treeinfo repositories on every payload reset (jkonecny) + * Mon Aug 10 2020 Martin Kolman - 33.25-1 - Fix our tests with a newer rpmfluff library (jkonecny) - network: pass also keyfile NM configuration to target system (#1858439) diff --git a/sources b/sources index cdf65c5..f093b0e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-33.25.tar.bz2) = f4ad53a5de62a967e6a1251985184ccc605776ac6b258917f649866d757dec44fe7646f2d00029963ce6654de2adbfc0788c88e3dd79ddfbb8936f2639f1dcd4 +SHA512 (anaconda-33.25.1.tar.bz2) = cff1fcb312ac68f80bdf73d4b68b4ade8592204f79e141484b05d3584c341d16d35059b48538adf0802c6c12243ed5705b6783f9b327d1b3b4bad2fbbebef03e From 985d196ff5ff5e6fec6744b635f4d8c89a1ce8b7 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Fri, 21 Aug 2020 21:40:34 +0200 Subject: [PATCH 130/135] New version 33.25.2-1 - Fix dependency_solver failure with spec file boolean logic syntax (jkonecny) - Avoid unnecessarily pulling in glibc-langpack-en (sgallagh) - Set up the ignored_device_names variable (vponcova) --- .gitignore | 1 + anaconda.spec | 9 +++++++-- sources | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1b75c13..dbb9508 100644 --- a/.gitignore +++ b/.gitignore @@ -251,3 +251,4 @@ /anaconda-33.24.tar.bz2 /anaconda-33.25.tar.bz2 /anaconda-33.25.1.tar.bz2 +/anaconda-33.25.2.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index ceea26b..d13be00 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 33.25.1 +Version: 33.25.2 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -131,7 +131,7 @@ Requires: /usr/bin/update-crypto-policies Requires: anaconda-tui = %{version}-%{release} # Make sure we get the en locale one way or another -Requires: glibc-langpack-en +Requires: (glibc-langpack-en or glibc-all-langpacks) # anaconda literally runs its own dbus-daemon, so it needs this, # even though the distro default is dbus-broker in F30+ @@ -366,6 +366,11 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Fri Aug 21 2020 Martin Kolman - 33.25.2-1 +- Fix dependency_solver failure with spec file boolean logic syntax (jkonecny) +- Avoid unnecessarily pulling in glibc-langpack-en (sgallagh) +- Set up the ignored_device_names variable (vponcova) + * Thu Aug 20 2020 Martin Kolman - 33.25.1-1 - Adjust configuration options for Fedora 33 (mkolman) - network: do not try to activate connection that has not been found (rvykydal) diff --git a/sources b/sources index f093b0e..0c794d7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-33.25.1.tar.bz2) = cff1fcb312ac68f80bdf73d4b68b4ade8592204f79e141484b05d3584c341d16d35059b48538adf0802c6c12243ed5705b6783f9b327d1b3b4bad2fbbebef03e +SHA512 (anaconda-33.25.2.tar.bz2) = d089c4143b36e0367a9e55e168a68f24e3730517a8578ec8900560263cdd7f686648e01329c3c78684e61e6b8207396acbe20f815ec35002cf7c2790793953ed From e51656a3f4a947e65a6440ccf96465de0d576b5d Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Mon, 7 Sep 2020 14:52:12 +0200 Subject: [PATCH 131/135] New version 33.25.2-2 - Always clear treeinfo metadata (#1872056) (jkonecny) --- ...ways-clear-treeinfo-metadata-1872056.patch | 31 +++++++++++++++++++ anaconda.spec | 8 ++++- 2 files changed, 38 insertions(+), 1 deletion(-) create mode 100644 0001-Always-clear-treeinfo-metadata-1872056.patch diff --git a/0001-Always-clear-treeinfo-metadata-1872056.patch b/0001-Always-clear-treeinfo-metadata-1872056.patch new file mode 100644 index 0000000..54d8abd --- /dev/null +++ b/0001-Always-clear-treeinfo-metadata-1872056.patch @@ -0,0 +1,31 @@ +From 9ef262fbd07508a5dd9becb30a0136fded45e792 Mon Sep 17 00:00:00 2001 +From: Jiri Konecny +Date: Thu, 3 Sep 2020 14:53:18 +0200 +Subject: [PATCH] Always clear treeinfo metadata (#1872056) + +Metadata from the treeinfo were loaded only during the load of new metadata. +However, this does not work if we have source without metadata (e.g. +mirrorlist). In that case we are loading additional repositories from the old +metadata (not mounted anymore) and not the new ones which may have unexpected +results. + +Resolves: rhbz#1872056 +--- + pyanaconda/payload/dnf/payload.py | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/pyanaconda/payload/dnf/payload.py b/pyanaconda/payload/dnf/payload.py +index 5fba7e0e7..880886685 100644 +--- a/pyanaconda/payload/dnf/payload.py ++++ b/pyanaconda/payload/dnf/payload.py +@@ -1477,6 +1477,7 @@ class DNFPayload(Payload): + def reset(self): + tear_down_sources(self.proxy) + self.reset_additional_repos() ++ self._install_tree_metadata = None + + shutil.rmtree(DNF_CACHE_DIR, ignore_errors=True) + shutil.rmtree(DNF_PLUGINCONF_DIR, ignore_errors=True) +-- +2.26.2 + diff --git a/anaconda.spec b/anaconda.spec index d13be00..384049e 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,7 +1,7 @@ Summary: Graphical system installer Name: anaconda Version: 33.25.2 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -12,6 +12,9 @@ URL: http://fedoraproject.org/wiki/Anaconda # make dist Source0: %{name}-%{version}.tar.bz2 +# F33 Beta blocker +Patch1: 0001-Always-clear-treeinfo-metadata-1872056.patch + # Versions of required components (done so we make sure the buildrequires # match the requires versions of things). @@ -366,6 +369,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Mon Sep 07 2020 Martin Kolman - 33.25.2-2 +- Always clear treeinfo metadata (#1872056) (jkonecny) + * Fri Aug 21 2020 Martin Kolman - 33.25.2-1 - Fix dependency_solver failure with spec file boolean logic syntax (jkonecny) - Avoid unnecessarily pulling in glibc-langpack-en (sgallagh) From 738e5ce50ca2f217bd34c5af08f634e59610e5be Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Wed, 9 Sep 2020 15:34:42 +0200 Subject: [PATCH 132/135] New version 33.25.2-3 - Add the DBus method IsDeviceShrinkable (#1875677) (vponcova) --- ...us-method-IsDeviceShrinkable-1875677.patch | 149 ++++++++++++++++++ anaconda.spec | 8 +- 2 files changed, 156 insertions(+), 1 deletion(-) create mode 100644 0002-Add-the-DBus-method-IsDeviceShrinkable-1875677.patch diff --git a/0002-Add-the-DBus-method-IsDeviceShrinkable-1875677.patch b/0002-Add-the-DBus-method-IsDeviceShrinkable-1875677.patch new file mode 100644 index 0000000..f90eba2 --- /dev/null +++ b/0002-Add-the-DBus-method-IsDeviceShrinkable-1875677.patch @@ -0,0 +1,149 @@ +From cf8d3811b89b90211cac0cbd1e5ceb40ea7b641b Mon Sep 17 00:00:00 2001 +From: Vendula Poncova +Date: Mon, 7 Sep 2020 17:09:15 +0200 +Subject: [PATCH] Add the DBus method IsDeviceShrinkable (#1875677) + +Replace the DBus method IsDeviceResizable with IsDeviceShrinkable and fix its +implementation. A shrinkable device has to be resizable and its minimal size +has to be lower then the current size. This should fix the issue with XFS, that +is resizable, but not shrinkable. + +Resolves: rhbz#1875677 +--- + .../automatic/resizable_interface.py | 6 ++-- + .../automatic/resizable_module.py | 6 ++-- + pyanaconda/ui/gui/spokes/lib/resize.py | 10 +++---- + .../pyanaconda_tests/module_resizable_test.py | 29 +++++++++++++++---- + 4 files changed, 34 insertions(+), 17 deletions(-) + +diff --git a/pyanaconda/modules/storage/partitioning/automatic/resizable_interface.py b/pyanaconda/modules/storage/partitioning/automatic/resizable_interface.py +index 760a49ecb..c531a0b42 100644 +--- a/pyanaconda/modules/storage/partitioning/automatic/resizable_interface.py ++++ b/pyanaconda/modules/storage/partitioning/automatic/resizable_interface.py +@@ -37,13 +37,13 @@ class ResizableDeviceTreeInterface(DeviceTreeInterface): + """ + return self.implementation.is_device_partitioned(device_name) + +- def IsDeviceResizable(self, device_name: Str) -> Bool: +- """Is the specified device resizable? ++ def IsDeviceShrinkable(self, device_name: Str) -> Bool: ++ """Is the specified device shrinkable? + + :param device_name: a name of the device + :return: True or False + """ +- return self.implementation.is_device_resizable(device_name) ++ return self.implementation.is_device_shrinkable(device_name) + + def GetDevicePartitions(self, device_name: Str) -> List[Str]: + """Get partitions of the specified device. +diff --git a/pyanaconda/modules/storage/partitioning/automatic/resizable_module.py b/pyanaconda/modules/storage/partitioning/automatic/resizable_module.py +index 9603dfc1b..12d32e891 100644 +--- a/pyanaconda/modules/storage/partitioning/automatic/resizable_module.py ++++ b/pyanaconda/modules/storage/partitioning/automatic/resizable_module.py +@@ -52,14 +52,14 @@ class ResizableDeviceTreeModule(DeviceTreeModule): + """Is the specified device partitioned?""" + return device.is_disk and device.partitioned and device.format.supported + +- def is_device_resizable(self, device_name): +- """Is the specified device resizable? ++ def is_device_shrinkable(self, device_name): ++ """Is the specified device shrinkable? + + :param device_name: a name of the device + :return: True or False + """ + device = self._get_device(device_name) +- return device.resizable ++ return device.resizable and device.min_size < device.size + + def get_device_partitions(self, device_name): + """Get partitions of the specified device. +diff --git a/pyanaconda/ui/gui/spokes/lib/resize.py b/pyanaconda/ui/gui/spokes/lib/resize.py +index 4695e5332..ee165ada7 100644 +--- a/pyanaconda/ui/gui/spokes/lib/resize.py ++++ b/pyanaconda/ui/gui/spokes/lib/resize.py +@@ -228,13 +228,13 @@ class ResizeDialog(GUIObject): + + # Calculate the free size. + # Devices that are not resizable are still deletable. +- is_resizable = self._device_tree.IsDeviceResizable(device_name) ++ is_shrinkable = self._device_tree.IsDeviceShrinkable(device_name) + size_limits = self._device_tree.GetDeviceSizeLimits(device_name) + + min_size = Size(size_limits[0]) + device_size = Size(device_data.size) + +- if is_resizable: ++ if is_shrinkable: + free_size = device_size - min_size + resize_string = _("%(freeSize)s of %(devSize)s") % { + "freeSize": free_size.human_readable(max_places=1), +@@ -394,10 +394,10 @@ class ResizeDialog(GUIObject): + + # If the selected filesystem does not support shrinking, make that + # button insensitive. +- is_resizable = self._device_tree.IsDeviceResizable(device_name) +- self._shrink_button.set_sensitive(is_resizable) ++ is_shrinkable = self._device_tree.IsDeviceShrinkable(device_name) ++ self._shrink_button.set_sensitive(is_shrinkable) + +- if is_resizable: ++ if is_shrinkable: + min_size = self._device_tree.GetDeviceSizeLimits(device_name)[0] + self._setup_slider(min_size, device_data.size, Size(obj.target)) + +diff --git a/tests/nosetests/pyanaconda_tests/module_resizable_test.py b/tests/nosetests/pyanaconda_tests/module_resizable_test.py +index 3c60e166b..42880b4ca 100644 +--- a/tests/nosetests/pyanaconda_tests/module_resizable_test.py ++++ b/tests/nosetests/pyanaconda_tests/module_resizable_test.py +@@ -18,9 +18,11 @@ + # Red Hat Author(s): Vendula Poncova + # + import unittest ++from unittest.mock import patch + + from blivet.devices import StorageDevice, DiskDevice, PartitionDevice + from blivet.formats import get_format ++from blivet.formats.fs import FS + from blivet.size import Size + + from pyanaconda.modules.storage.partitioning.automatic.resizable_interface import \ +@@ -66,13 +68,28 @@ class ResizableDeviceTreeTestCase(unittest.TestCase): + self.assertEqual(self.interface.IsDevicePartitioned("dev1"), False) + self.assertEqual(self.interface.IsDevicePartitioned("dev2"), True) + +- def is_device_resizable_test(self): +- """Test IsDeviceResizable.""" ++ @patch.object(FS, "update_size_info") ++ def is_device_shrinkable_test(self, update_size_info): ++ """Test IsDeviceShrinkable.""" + self.module.on_storage_changed(create_storage()) +- self._add_device(StorageDevice( +- "dev1" +- )) +- self.assertEqual(self.interface.IsDeviceResizable("dev1"), False) ++ ++ dev1 = StorageDevice( ++ "dev1", ++ exists=True, ++ size=Size("10 GiB"), ++ fmt=get_format(None, exists=True) ++ ) ++ ++ self._add_device(dev1) ++ self.assertEqual(self.interface.IsDeviceShrinkable("dev1"), False) ++ ++ dev1._resizable = True ++ dev1.format._resizable = True ++ dev1.format._min_size = Size("1 GiB") ++ self.assertEqual(self.interface.IsDeviceShrinkable("dev1"), True) ++ ++ dev1.format._min_size = Size("10 GiB") ++ self.assertEqual(self.interface.IsDeviceShrinkable("dev1"), False) + + def get_device_partitions_test(self): + """Test GetDevicePartitions.""" +-- +2.26.2 + diff --git a/anaconda.spec b/anaconda.spec index 384049e..bec8f42 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,7 +1,7 @@ Summary: Graphical system installer Name: anaconda Version: 33.25.2 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -15,6 +15,9 @@ Source0: %{name}-%{version}.tar.bz2 # F33 Beta blocker Patch1: 0001-Always-clear-treeinfo-metadata-1872056.patch +# F33 Beta freeze exception +Patch2: 0002-Add-the-DBus-method-IsDeviceShrinkable-1875677.patch + # Versions of required components (done so we make sure the buildrequires # match the requires versions of things). @@ -369,6 +372,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Wed Sep 09 2020 Martin Kolman - 33.25.2-3 +- Add the DBus method IsDeviceShrinkable (#1875677) (vponcova) + * Mon Sep 07 2020 Martin Kolman - 33.25.2-2 - Always clear treeinfo metadata (#1872056) (jkonecny) From a423a120189e4e3a09419b9ccd6e915a475563bd Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Thu, 17 Sep 2020 13:05:53 +0200 Subject: [PATCH 133/135] New version 33.25.2-4 - Fix the combo box for an URL type of additional repositories (#1879127) (vponcova) --- ...x-for-an-URL-type-of-additional-repo.patch | 40 +++++++++++++++++++ anaconda.spec | 8 +++- 2 files changed, 47 insertions(+), 1 deletion(-) create mode 100644 0003-Fix-the-combo-box-for-an-URL-type-of-additional-repo.patch diff --git a/0003-Fix-the-combo-box-for-an-URL-type-of-additional-repo.patch b/0003-Fix-the-combo-box-for-an-URL-type-of-additional-repo.patch new file mode 100644 index 0000000..ad2c2b6 --- /dev/null +++ b/0003-Fix-the-combo-box-for-an-URL-type-of-additional-repo.patch @@ -0,0 +1,40 @@ +From 2585d3380ebbd516757a2420486e68e2809961db Mon Sep 17 00:00:00 2001 +From: Vendula Poncova +Date: Tue, 15 Sep 2020 17:25:28 +0200 +Subject: [PATCH] Fix the combo box for an URL type of additional repositories + (#1879127) + +In the commit ff9a7e1, we introduced new constants for the URL source types with +values 'BASEURL', 'MIRRORLIST' and 'METALINK'. In the commit cc2c3d3, we started +to use these constants in the Installation Source spoke and removed the old ones +with values 'url', 'mirrorlist' and 'metalink'. We updated the combo box for the +base repository, but forgot to update the combo box for additional repositories. + +The combo box items have to have ids that match the values of the constants, +otherwise the URL type of additional repositories will be always 'BASEURL'. + +Resolves: rhbz#1879127 +--- + pyanaconda/ui/gui/spokes/installation_source.glade | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) + +diff --git a/pyanaconda/ui/gui/spokes/installation_source.glade b/pyanaconda/ui/gui/spokes/installation_source.glade +index e53fa230c..bc07a4a7b 100644 +--- a/pyanaconda/ui/gui/spokes/installation_source.glade ++++ b/pyanaconda/ui/gui/spokes/installation_source.glade +@@ -1296,9 +1296,9 @@ + False + start + +- repository URL +- mirrorlist +- metalink ++ repository URL ++ mirrorlist ++ metalink + + + +-- +2.26.2 + diff --git a/anaconda.spec b/anaconda.spec index bec8f42..e71c346 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,7 +1,7 @@ Summary: Graphical system installer Name: anaconda Version: 33.25.2 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -18,6 +18,9 @@ Patch1: 0001-Always-clear-treeinfo-metadata-1872056.patch # F33 Beta freeze exception Patch2: 0002-Add-the-DBus-method-IsDeviceShrinkable-1875677.patch +# F33 Beta freeze exception +Patch3: 0003-Fix-the-combo-box-for-an-URL-type-of-additional-repo.patch + # Versions of required components (done so we make sure the buildrequires # match the requires versions of things). @@ -372,6 +375,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Thu Sep 17 2020 Martin Kolman - 33.25.2-4 +- Fix the combo box for an URL type of additional repositories (#1879127) (vponcova) + * Wed Sep 09 2020 Martin Kolman - 33.25.2-3 - Add the DBus method IsDeviceShrinkable (#1875677) (vponcova) From 42dbd6f5463d5f403c1e8601a89d947063b0868d Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Tue, 29 Sep 2020 18:56:56 +0200 Subject: [PATCH 134/135] New version 33.25.3-1 - network: commit changes synchronously when dumping autoconnections (rvykydal) - network: do not bind virtual devices to mac (rvykydal) - network: split add_and_activate_connection_sync function (rvykydal) - network: add support for bridged bond to stage 2 kickstart (%pre) (rvykydal) - Never mount partitions on a disk with the iso9660 filesystem (vponcova) - Add a rule for translated strings to code conventions (#1619530) (vponcova) - Never convert translated strings to uppercase (vponcova) - Never change first letters of translated strings to uppercase (vponcova) - network: update docstring of clone_connection_async (rvykydal) - network: add support for vlan over bond to stage 2 kickstart (pre) (rvykydal) - Fix the combo box for an URL type of additional repositories (#1879127) (vponcova) - network: clone connections from intramfs to persistent config (rvykydal) - network: set addr-gen-mode of Anaconda default connections to eui64 (rvykydal) - network: default to addr-gen-mode eui64 (rvykydal) - network: do not reset ipv6.addr-gen-mode in tui network configuration (rvykydal) - network: get hwadddr when binding to mac more robustly (rvykydal) - Improve the error dialog for storage reset (vponcova) - Fix CDN button visibility (mkolman) - subscription: Assure payload restart on DVD install after registration (mkolman) - subscription: Only restart payload when needed (mkolman) - Document the restart_payload argument of subscription helper functions (mkolman) - network: fix missing log message argument (rvykydal) - Propagate verify_ssl to RHSM (mkolman) - Check if original partitions are mounted, too (vslavik) - network: do not add superfluous quotes to inst.dhcpclass identifier (rvykydal) - Add the DBus method IsDeviceShrinkable (#1875677) (vponcova) - Extend unit tests for generate_device_factory_request (vponcova) - Differentiate between RAID levels of a device and its container (vponcova) - Don't generate container data for non-container device types (vponcova) - network: fix parsing of hostname from ip= if mac is defined in dhcp (rvykydal) - Apply onboot policy even when network was configured in UI. (rvykydal) - network: fix kickstart network --dhcpclass option (rvykydal) - network: fix inst.dhcpclass boot option (rvykydal) - Do not push pot files just tell user that he should update (jkonecny) - network: use constants instead of enum to hold stirng values of connection type (rvykydal) - Add support for booting installation media with plain SquashFS (bkhomuts) - Do not check ro mount in Dracut for overlay (jkonecny) - network: fix using of values of NMConnectionType enum (rvykydal) - Always clear treeinfo metadata (#1872056) (jkonecny) - network: apply kickstart network --nodefroute also from stage2 (rvykydal) - Propagate a lazy proxy of the storage model (vponcova) - Add TODO to check if biospart support is required for DUD (jkonecny) - Remove failure messages about not supported biospart (jkonecny) - Switch to a new HardDrive command version with removed biospart (jkonecny) - Make custom storage summary dialog resizeable (1626555) (mkolman) - network: add constants for NM connection types (rvykydal) - The underline character should not be displayed (honza.stodola) - network: create default connection also for slave devices (rvykydal) - network: remove ONBOOT hack for slave connections (rvykydal) - network: replace ifcfg module with config_file module (rvykydal) - network: remove unused functions from ifcfg module (rvykydal) - network: generate kickstart via NM API (connections) (rvykydal) - network: get master slaves via NM API (rvykydal) - network: use NM API to look for config files for DeviceConfigurations (rvykydal) - Move slower part of Subscription spoke initialization to a thread (mkolman) - network: use NM API to look for config files when setting final ONBOOT (rvykydal) - network: use NM API to look for config files when setting real ONBOOT (rvykydal) - network: use NM API to look for config files when applying kickstart (rvykydal) - network: use NM API to look for config files when consolidating connections (rvykydal) - network: check for missing device config via NM api (rvykydal) - network: use underscore in the names of slave devices created from kickstart (rvykydal) - network: log also content of keyfiles (rvykydal) - We won't support inst.ks=bd: (jkonecny) - Add test to detect every RW mount command in Dracut (jkonecny) - subscription: Convert the RHSM default config values to expected format (mkolman) - Implement get_source_proxy() in payload base class (mkolman) - Use spec file macros for all requires version specifications (jkonecny) - Fix spec macro for version name (jkonecny) - Correctly work with package boolean logic in our setup scripts (jkonecny) - Wait for payload initialization to finish in Subscription spoke (mkolman) - Unify usage of BootLoaderArguments add() & update() (vslavik) - Rename Arguments to BootLoaderArguments (vslavik) - Remove usage of OrderedSet (vslavik) - Add tests for the boot loader Arguments class (vslavik) - Do not mount as RW in Dracut (jkonecny) - network: do not crash when updating a connection without wired settings (rvykydal) - Fix traceback when removing additional repository (jkonecny) - subscription: Handle cases where CDN should not be the default (mkolman) - subscription: Set DNF payload source via config file option (mkolman) - subscription: Manual CDN selection support (mkolman) - subscription: Handle source switching at registration/unregistration (mkolman) - subscription: Introduce the default_source configuration option (mkolman) - Use "raise from" to link exceptions (vslavik) - Fix branching documentation (mkolman) - Remove docs where we tell users that inst. prefix is not required (jkonecny) - Print warning for boot options without inst. prefix (jkonecny) - Add missing dracut commands as missing inst. prefix warning (jkonecny) - Enable warning when inst. prefix is not used (jkonecny) - Reset the state of the custom partitioning spoke (vponcova) - Reset the RAID level of the device request (#1828092) (vponcova) - Protect all devices with the iso9660 file system (vponcova) - Don't ignore NVDIMM devices with the iso9660 file system (vponcova) - Add tests for the DBus method FindOpticalMedia (vponcova) - Fix everything in payload should be mounted as read only (jkonecny) - Add support for mount options to device_tree.MountDevice (jkonecny) - Adapt tests for CDRom for the new inst.stage2 discovery (jkonecny) - CDRom source should prioritize stage2 device during discover (jkonecny) - network: do not enforce network standalone spoke on default source (rvykydal) --- .gitignore | 1 + ...ways-clear-treeinfo-metadata-1872056.patch | 31 ---- ...us-method-IsDeviceShrinkable-1875677.patch | 149 ----------------- ...x-for-an-URL-type-of-additional-repo.patch | 40 ----- anaconda.spec | 153 +++++++++++++++--- sources | 2 +- 6 files changed, 129 insertions(+), 247 deletions(-) delete mode 100644 0001-Always-clear-treeinfo-metadata-1872056.patch delete mode 100644 0002-Add-the-DBus-method-IsDeviceShrinkable-1875677.patch delete mode 100644 0003-Fix-the-combo-box-for-an-URL-type-of-additional-repo.patch diff --git a/.gitignore b/.gitignore index dbb9508..795da1d 100644 --- a/.gitignore +++ b/.gitignore @@ -252,3 +252,4 @@ /anaconda-33.25.tar.bz2 /anaconda-33.25.1.tar.bz2 /anaconda-33.25.2.tar.bz2 +/anaconda-33.25.3.tar.bz2 diff --git a/0001-Always-clear-treeinfo-metadata-1872056.patch b/0001-Always-clear-treeinfo-metadata-1872056.patch deleted file mode 100644 index 54d8abd..0000000 --- a/0001-Always-clear-treeinfo-metadata-1872056.patch +++ /dev/null @@ -1,31 +0,0 @@ -From 9ef262fbd07508a5dd9becb30a0136fded45e792 Mon Sep 17 00:00:00 2001 -From: Jiri Konecny -Date: Thu, 3 Sep 2020 14:53:18 +0200 -Subject: [PATCH] Always clear treeinfo metadata (#1872056) - -Metadata from the treeinfo were loaded only during the load of new metadata. -However, this does not work if we have source without metadata (e.g. -mirrorlist). In that case we are loading additional repositories from the old -metadata (not mounted anymore) and not the new ones which may have unexpected -results. - -Resolves: rhbz#1872056 ---- - pyanaconda/payload/dnf/payload.py | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/pyanaconda/payload/dnf/payload.py b/pyanaconda/payload/dnf/payload.py -index 5fba7e0e7..880886685 100644 ---- a/pyanaconda/payload/dnf/payload.py -+++ b/pyanaconda/payload/dnf/payload.py -@@ -1477,6 +1477,7 @@ class DNFPayload(Payload): - def reset(self): - tear_down_sources(self.proxy) - self.reset_additional_repos() -+ self._install_tree_metadata = None - - shutil.rmtree(DNF_CACHE_DIR, ignore_errors=True) - shutil.rmtree(DNF_PLUGINCONF_DIR, ignore_errors=True) --- -2.26.2 - diff --git a/0002-Add-the-DBus-method-IsDeviceShrinkable-1875677.patch b/0002-Add-the-DBus-method-IsDeviceShrinkable-1875677.patch deleted file mode 100644 index f90eba2..0000000 --- a/0002-Add-the-DBus-method-IsDeviceShrinkable-1875677.patch +++ /dev/null @@ -1,149 +0,0 @@ -From cf8d3811b89b90211cac0cbd1e5ceb40ea7b641b Mon Sep 17 00:00:00 2001 -From: Vendula Poncova -Date: Mon, 7 Sep 2020 17:09:15 +0200 -Subject: [PATCH] Add the DBus method IsDeviceShrinkable (#1875677) - -Replace the DBus method IsDeviceResizable with IsDeviceShrinkable and fix its -implementation. A shrinkable device has to be resizable and its minimal size -has to be lower then the current size. This should fix the issue with XFS, that -is resizable, but not shrinkable. - -Resolves: rhbz#1875677 ---- - .../automatic/resizable_interface.py | 6 ++-- - .../automatic/resizable_module.py | 6 ++-- - pyanaconda/ui/gui/spokes/lib/resize.py | 10 +++---- - .../pyanaconda_tests/module_resizable_test.py | 29 +++++++++++++++---- - 4 files changed, 34 insertions(+), 17 deletions(-) - -diff --git a/pyanaconda/modules/storage/partitioning/automatic/resizable_interface.py b/pyanaconda/modules/storage/partitioning/automatic/resizable_interface.py -index 760a49ecb..c531a0b42 100644 ---- a/pyanaconda/modules/storage/partitioning/automatic/resizable_interface.py -+++ b/pyanaconda/modules/storage/partitioning/automatic/resizable_interface.py -@@ -37,13 +37,13 @@ class ResizableDeviceTreeInterface(DeviceTreeInterface): - """ - return self.implementation.is_device_partitioned(device_name) - -- def IsDeviceResizable(self, device_name: Str) -> Bool: -- """Is the specified device resizable? -+ def IsDeviceShrinkable(self, device_name: Str) -> Bool: -+ """Is the specified device shrinkable? - - :param device_name: a name of the device - :return: True or False - """ -- return self.implementation.is_device_resizable(device_name) -+ return self.implementation.is_device_shrinkable(device_name) - - def GetDevicePartitions(self, device_name: Str) -> List[Str]: - """Get partitions of the specified device. -diff --git a/pyanaconda/modules/storage/partitioning/automatic/resizable_module.py b/pyanaconda/modules/storage/partitioning/automatic/resizable_module.py -index 9603dfc1b..12d32e891 100644 ---- a/pyanaconda/modules/storage/partitioning/automatic/resizable_module.py -+++ b/pyanaconda/modules/storage/partitioning/automatic/resizable_module.py -@@ -52,14 +52,14 @@ class ResizableDeviceTreeModule(DeviceTreeModule): - """Is the specified device partitioned?""" - return device.is_disk and device.partitioned and device.format.supported - -- def is_device_resizable(self, device_name): -- """Is the specified device resizable? -+ def is_device_shrinkable(self, device_name): -+ """Is the specified device shrinkable? - - :param device_name: a name of the device - :return: True or False - """ - device = self._get_device(device_name) -- return device.resizable -+ return device.resizable and device.min_size < device.size - - def get_device_partitions(self, device_name): - """Get partitions of the specified device. -diff --git a/pyanaconda/ui/gui/spokes/lib/resize.py b/pyanaconda/ui/gui/spokes/lib/resize.py -index 4695e5332..ee165ada7 100644 ---- a/pyanaconda/ui/gui/spokes/lib/resize.py -+++ b/pyanaconda/ui/gui/spokes/lib/resize.py -@@ -228,13 +228,13 @@ class ResizeDialog(GUIObject): - - # Calculate the free size. - # Devices that are not resizable are still deletable. -- is_resizable = self._device_tree.IsDeviceResizable(device_name) -+ is_shrinkable = self._device_tree.IsDeviceShrinkable(device_name) - size_limits = self._device_tree.GetDeviceSizeLimits(device_name) - - min_size = Size(size_limits[0]) - device_size = Size(device_data.size) - -- if is_resizable: -+ if is_shrinkable: - free_size = device_size - min_size - resize_string = _("%(freeSize)s of %(devSize)s") % { - "freeSize": free_size.human_readable(max_places=1), -@@ -394,10 +394,10 @@ class ResizeDialog(GUIObject): - - # If the selected filesystem does not support shrinking, make that - # button insensitive. -- is_resizable = self._device_tree.IsDeviceResizable(device_name) -- self._shrink_button.set_sensitive(is_resizable) -+ is_shrinkable = self._device_tree.IsDeviceShrinkable(device_name) -+ self._shrink_button.set_sensitive(is_shrinkable) - -- if is_resizable: -+ if is_shrinkable: - min_size = self._device_tree.GetDeviceSizeLimits(device_name)[0] - self._setup_slider(min_size, device_data.size, Size(obj.target)) - -diff --git a/tests/nosetests/pyanaconda_tests/module_resizable_test.py b/tests/nosetests/pyanaconda_tests/module_resizable_test.py -index 3c60e166b..42880b4ca 100644 ---- a/tests/nosetests/pyanaconda_tests/module_resizable_test.py -+++ b/tests/nosetests/pyanaconda_tests/module_resizable_test.py -@@ -18,9 +18,11 @@ - # Red Hat Author(s): Vendula Poncova - # - import unittest -+from unittest.mock import patch - - from blivet.devices import StorageDevice, DiskDevice, PartitionDevice - from blivet.formats import get_format -+from blivet.formats.fs import FS - from blivet.size import Size - - from pyanaconda.modules.storage.partitioning.automatic.resizable_interface import \ -@@ -66,13 +68,28 @@ class ResizableDeviceTreeTestCase(unittest.TestCase): - self.assertEqual(self.interface.IsDevicePartitioned("dev1"), False) - self.assertEqual(self.interface.IsDevicePartitioned("dev2"), True) - -- def is_device_resizable_test(self): -- """Test IsDeviceResizable.""" -+ @patch.object(FS, "update_size_info") -+ def is_device_shrinkable_test(self, update_size_info): -+ """Test IsDeviceShrinkable.""" - self.module.on_storage_changed(create_storage()) -- self._add_device(StorageDevice( -- "dev1" -- )) -- self.assertEqual(self.interface.IsDeviceResizable("dev1"), False) -+ -+ dev1 = StorageDevice( -+ "dev1", -+ exists=True, -+ size=Size("10 GiB"), -+ fmt=get_format(None, exists=True) -+ ) -+ -+ self._add_device(dev1) -+ self.assertEqual(self.interface.IsDeviceShrinkable("dev1"), False) -+ -+ dev1._resizable = True -+ dev1.format._resizable = True -+ dev1.format._min_size = Size("1 GiB") -+ self.assertEqual(self.interface.IsDeviceShrinkable("dev1"), True) -+ -+ dev1.format._min_size = Size("10 GiB") -+ self.assertEqual(self.interface.IsDeviceShrinkable("dev1"), False) - - def get_device_partitions_test(self): - """Test GetDevicePartitions.""" --- -2.26.2 - diff --git a/0003-Fix-the-combo-box-for-an-URL-type-of-additional-repo.patch b/0003-Fix-the-combo-box-for-an-URL-type-of-additional-repo.patch deleted file mode 100644 index ad2c2b6..0000000 --- a/0003-Fix-the-combo-box-for-an-URL-type-of-additional-repo.patch +++ /dev/null @@ -1,40 +0,0 @@ -From 2585d3380ebbd516757a2420486e68e2809961db Mon Sep 17 00:00:00 2001 -From: Vendula Poncova -Date: Tue, 15 Sep 2020 17:25:28 +0200 -Subject: [PATCH] Fix the combo box for an URL type of additional repositories - (#1879127) - -In the commit ff9a7e1, we introduced new constants for the URL source types with -values 'BASEURL', 'MIRRORLIST' and 'METALINK'. In the commit cc2c3d3, we started -to use these constants in the Installation Source spoke and removed the old ones -with values 'url', 'mirrorlist' and 'metalink'. We updated the combo box for the -base repository, but forgot to update the combo box for additional repositories. - -The combo box items have to have ids that match the values of the constants, -otherwise the URL type of additional repositories will be always 'BASEURL'. - -Resolves: rhbz#1879127 ---- - pyanaconda/ui/gui/spokes/installation_source.glade | 6 +++--- - 1 file changed, 3 insertions(+), 3 deletions(-) - -diff --git a/pyanaconda/ui/gui/spokes/installation_source.glade b/pyanaconda/ui/gui/spokes/installation_source.glade -index e53fa230c..bc07a4a7b 100644 ---- a/pyanaconda/ui/gui/spokes/installation_source.glade -+++ b/pyanaconda/ui/gui/spokes/installation_source.glade -@@ -1296,9 +1296,9 @@ - False - start - -- repository URL -- mirrorlist -- metalink -+ repository URL -+ mirrorlist -+ metalink - - - --- -2.26.2 - diff --git a/anaconda.spec b/anaconda.spec index e71c346..26e318b 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,7 +1,7 @@ Summary: Graphical system installer Name: anaconda -Version: 33.25.2 -Release: 4%{?dist} +Version: 33.25.3 +Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -12,21 +12,13 @@ URL: http://fedoraproject.org/wiki/Anaconda # make dist Source0: %{name}-%{version}.tar.bz2 -# F33 Beta blocker -Patch1: 0001-Always-clear-treeinfo-metadata-1872056.patch - -# F33 Beta freeze exception -Patch2: 0002-Add-the-DBus-method-IsDeviceShrinkable-1875677.patch - -# F33 Beta freeze exception -Patch3: 0003-Fix-the-combo-box-for-an-URL-type-of-additional-repo.patch - # Versions of required components (done so we make sure the buildrequires # match the requires versions of things). %if ! 0%{?rhel} %define blivetguiver 2.1.12-1 %endif +%define dasbusver 1.3 %define dbusver 1.2.3 %define dnfver 3.6.0 %define dracutver 034-7 @@ -34,20 +26,22 @@ Patch3: 0003-Fix-the-combo-box-for-an-URL-type-of-additional-repo.patch %define gettextver 0.19.8 %define gtk3ver 3.22.17 %define helpver 22.1-1 -%define isomd5sum 1.0.10 -%define langtablever 0.0.49 +%define isomd5sumver 1.0.10 +%define langtablever 0.0.53 %define libarchivever 3.0.4 %define libblockdevver 2.1 +%define libreportanacondaver 2.0.21-1 %define libtimezonemapver 0.4.1-2 %define libxklavierver 5.4 %define mehver 0.23-1 %define nmver 1.0 -%define pykickstartver 3.27-1 +%define pykickstartver 3.28-1 %define pypartedver 2.5-2 +%define pythonblivetver 1:3.2.2-1 %define rpmver 4.10.0 %define simplelinever 1.1-1 +%define subscriptionmanagerver 1.26 %define utillinuxver 2.15.1 -%define dasbusver 1.3 BuildRequires: audit-libs-devel BuildRequires: libtool @@ -89,10 +83,10 @@ The anaconda package is a metapackage for the Anaconda installer. Summary: Core of the Anaconda installer Requires: python3-libs Requires: python3-dnf >= %{dnfver} -Requires: python3-blivet >= 1:3.2.2-1 +Requires: python3-blivet >= %{pythonblivetver} Requires: python3-blockdev >= %{libblockdevver} Requires: python3-meh >= %{mehver} -Requires: libreport-anaconda >= 2.0.21-1 +Requires: libreport-anaconda >= %{libreportanacondaver} Requires: libselinux-python3 Requires: rpm-python3 >= %{rpmver} Requires: python3-pyparted >= %{pypartedver} @@ -111,7 +105,7 @@ Requires: python3-dasbus >= %{dasbusver} Requires: flatpak-libs %if 0%{?rhel} Requires: python3-syspurpose -Requires: subscription-manager >= 1.26 +Requires: subscription-manager >= %{subscriptionmanagerver} %endif # pwquality only "recommends" the dictionaries it needs to do anything useful, @@ -130,7 +124,6 @@ Requires: kbd Requires: chrony Requires: systemd Requires: python3-pid -Requires: python3-ordered-set >= 2.0.0 # Required by the systemd service anaconda-fips. Requires: crypto-policies @@ -178,7 +171,7 @@ Requires: udisks2-iscsi Requires: libblockdev-plugins-all >= %{libblockdevver} # active directory/freeipa join support Requires: realmd -Requires: isomd5sum >= %{isomd5sum} +Requires: isomd5sum >= %{isomd5sumver} %ifarch %{ix86} x86_64 Recommends: fcoe-utils >= %{fcoeutilsver} %endif @@ -375,14 +368,122 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog -* Thu Sep 17 2020 Martin Kolman - 33.25.2-4 -- Fix the combo box for an URL type of additional repositories (#1879127) (vponcova) - -* Wed Sep 09 2020 Martin Kolman - 33.25.2-3 +* Tue Sep 29 2020 Martin Kolman - 33.25.3-1 +- network: commit changes synchronously when dumping autoconnections (rvykydal) +- network: do not bind virtual devices to mac (rvykydal) +- network: split add_and_activate_connection_sync function (rvykydal) +- network: add support for bridged bond to stage 2 kickstart (%%pre) (rvykydal) +- Never mount partitions on a disk with the iso9660 filesystem (vponcova) +- Add a rule for translated strings to code conventions (#1619530) (vponcova) +- Never convert translated strings to uppercase (vponcova) +- Never change first letters of translated strings to uppercase (vponcova) +- network: update docstring of clone_connection_async (rvykydal) +- network: add support for vlan over bond to stage 2 kickstart (pre) (rvykydal) +- Fix the combo box for an URL type of additional repositories (#1879127) + (vponcova) +- network: clone connections from intramfs to persistent config (rvykydal) +- network: set addr-gen-mode of Anaconda default connections to eui64 + (rvykydal) +- network: default to addr-gen-mode eui64 (rvykydal) +- network: do not reset ipv6.addr-gen-mode in tui network configuration + (rvykydal) +- network: get hwadddr when binding to mac more robustly (rvykydal) +- Improve the error dialog for storage reset (vponcova) +- Fix CDN button visibility (mkolman) +- subscription: Assure payload restart on DVD install after registration + (mkolman) +- subscription: Only restart payload when needed (mkolman) +- Document the restart_payload argument of subscription helper functions + (mkolman) +- network: fix missing log message argument (rvykydal) +- Propagate verify_ssl to RHSM (mkolman) +- Check if original partitions are mounted, too (vslavik) +- network: do not add superfluous quotes to inst.dhcpclass identifier + (rvykydal) - Add the DBus method IsDeviceShrinkable (#1875677) (vponcova) - -* Mon Sep 07 2020 Martin Kolman - 33.25.2-2 +- Extend unit tests for generate_device_factory_request (vponcova) +- Differentiate between RAID levels of a device and its container (vponcova) +- Don't generate container data for non-container device types (vponcova) +- network: fix parsing of hostname from ip= if mac is defined in dhcp + (rvykydal) +- Apply onboot policy even when network was configured in UI. (rvykydal) +- network: fix kickstart network --dhcpclass option (rvykydal) +- network: fix inst.dhcpclass boot option (rvykydal) +- Do not push pot files just tell user that he should update (jkonecny) +- network: use constants instead of enum to hold stirng values of connection + type (rvykydal) +- Add support for booting installation media with plain SquashFS (bkhomuts) +- Do not check ro mount in Dracut for overlay (jkonecny) +- network: fix using of values of NMConnectionType enum (rvykydal) - Always clear treeinfo metadata (#1872056) (jkonecny) +- network: apply kickstart network --nodefroute also from stage2 (rvykydal) +- Propagate a lazy proxy of the storage model (vponcova) +- Add TODO to check if biospart support is required for DUD (jkonecny) +- Remove failure messages about not supported biospart (jkonecny) +- Switch to a new HardDrive command version with removed biospart (jkonecny) +- Make custom storage summary dialog resizeable (1626555) (mkolman) +- network: add constants for NM connection types (rvykydal) +- The underline character should not be displayed (honza.stodola) +- network: create default connection also for slave devices (rvykydal) +- network: remove ONBOOT hack for slave connections (rvykydal) +- network: replace ifcfg module with config_file module (rvykydal) +- network: remove unused functions from ifcfg module (rvykydal) +- network: generate kickstart via NM API (connections) (rvykydal) +- network: get master slaves via NM API (rvykydal) +- network: use NM API to look for config files for DeviceConfigurations + (rvykydal) +- Move slower part of Subscription spoke initialization to a thread (mkolman) +- network: use NM API to look for config files when setting final ONBOOT + (rvykydal) +- network: use NM API to look for config files when setting real ONBOOT + (rvykydal) +- network: use NM API to look for config files when applying kickstart + (rvykydal) +- network: use NM API to look for config files when consolidating connections + (rvykydal) +- network: check for missing device config via NM api (rvykydal) +- network: use underscore in the names of slave devices created from kickstart + (rvykydal) +- network: log also content of keyfiles (rvykydal) +- We won't support inst.ks=bd: (jkonecny) +- Add test to detect every RW mount command in Dracut (jkonecny) +- subscription: Convert the RHSM default config values to expected format + (mkolman) +- Implement get_source_proxy() in payload base class (mkolman) +- Use spec file macros for all requires version specifications (jkonecny) +- Fix spec macro for version name (jkonecny) +- Correctly work with package boolean logic in our setup scripts (jkonecny) +- Wait for payload initialization to finish in Subscription spoke (mkolman) +- Unify usage of BootLoaderArguments add() & update() (vslavik) +- Rename Arguments to BootLoaderArguments (vslavik) +- Remove usage of OrderedSet (vslavik) +- Add tests for the boot loader Arguments class (vslavik) +- Do not mount as RW in Dracut (jkonecny) +- network: do not crash when updating a connection without wired settings + (rvykydal) +- Fix traceback when removing additional repository (jkonecny) +- subscription: Handle cases where CDN should not be the default (mkolman) +- subscription: Set DNF payload source via config file option (mkolman) +- subscription: Manual CDN selection support (mkolman) +- subscription: Handle source switching at registration/unregistration + (mkolman) +- subscription: Introduce the default_source configuration option (mkolman) +- Use "raise from" to link exceptions (vslavik) +- Fix branching documentation (mkolman) +- Remove docs where we tell users that inst. prefix is not required (jkonecny) +- Print warning for boot options without inst. prefix (jkonecny) +- Add missing dracut commands as missing inst. prefix warning (jkonecny) +- Enable warning when inst. prefix is not used (jkonecny) +- Reset the state of the custom partitioning spoke (vponcova) +- Reset the RAID level of the device request (#1828092) (vponcova) +- Protect all devices with the iso9660 file system (vponcova) +- Don't ignore NVDIMM devices with the iso9660 file system (vponcova) +- Add tests for the DBus method FindOpticalMedia (vponcova) +- Fix everything in payload should be mounted as read only (jkonecny) +- Add support for mount options to device_tree.MountDevice (jkonecny) +- Adapt tests for CDRom for the new inst.stage2 discovery (jkonecny) +- CDRom source should prioritize stage2 device during discover (jkonecny) +- network: do not enforce network standalone spoke on default source (rvykydal) * Fri Aug 21 2020 Martin Kolman - 33.25.2-1 - Fix dependency_solver failure with spec file boolean logic syntax (jkonecny) diff --git a/sources b/sources index 0c794d7..fbdcb29 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-33.25.2.tar.bz2) = d089c4143b36e0367a9e55e168a68f24e3730517a8578ec8900560263cdd7f686648e01329c3c78684e61e6b8207396acbe20f815ec35002cf7c2790793953ed +SHA512 (anaconda-33.25.3.tar.bz2) = 9060e54a62a069ae5cc122254ec0acc18939ace745356ab5fb226b340a191b5ef9b4c7d6045cc7d34e1db52645a8da7e0d8f70ba0f01a8db6d49cc2fd6bd6431 From 9dbe44aeb3f2f070a00d74a0cd2d4c0f6e112272 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Thu, 1 Oct 2020 18:11:17 +0200 Subject: [PATCH 135/135] New version 33.25.4-1 - fix remove unkown partition in sda failed (69908158+xqrustc2020) - Fix show missing inst. prefix warning appropriately (#1875561) (jkonecny) --- .gitignore | 1 + anaconda.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 795da1d..2b0aa76 100644 --- a/.gitignore +++ b/.gitignore @@ -253,3 +253,4 @@ /anaconda-33.25.1.tar.bz2 /anaconda-33.25.2.tar.bz2 /anaconda-33.25.3.tar.bz2 +/anaconda-33.25.4.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 26e318b..1ff74a9 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 33.25.3 +Version: 33.25.4 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -368,6 +368,10 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Thu Oct 01 2020 Martin Kolman - 33.25.4-1 +- fix remove unkown partition in sda failed (69908158+xqrustc2020) +- Fix show missing inst. prefix warning appropriately (#1875561) (jkonecny) + * Tue Sep 29 2020 Martin Kolman - 33.25.3-1 - network: commit changes synchronously when dumping autoconnections (rvykydal) - network: do not bind virtual devices to mac (rvykydal) diff --git a/sources b/sources index fbdcb29..c77e0da 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-33.25.3.tar.bz2) = 9060e54a62a069ae5cc122254ec0acc18939ace745356ab5fb226b340a191b5ef9b4c7d6045cc7d34e1db52645a8da7e0d8f70ba0f01a8db6d49cc2fd6bd6431 +SHA512 (anaconda-33.25.4.tar.bz2) = 85a621e4f1c6b5f3cf2a93c792b27f7c7f4dcb103af590b8e72fced69481781be0bca505f13b824be47a80a198481e2f2b2d06876f209844cfc0f125a61c554f