diff --git a/.gitignore b/.gitignore index 0ce27bd..9dd5b15 100644 --- a/.gitignore +++ b/.gitignore @@ -323,3 +323,4 @@ /anaconda-37.10.tar.bz2 /anaconda-37.11.tar.bz2 /anaconda-37.12.tar.bz2 +/anaconda-38.1.tar.bz2 diff --git a/README.packit b/README.packit index 9b64c89..f7968c5 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.56.0. +The file was generated using packit 0.57.1.dev2+g0f9759f. diff --git a/anaconda.spec b/anaconda.spec index c700638..3f2fba6 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 37.12 +Version: 38.1 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -40,7 +40,7 @@ Source0: https://github.com/rhinstaller/%{name}/releases/download/%{name}-%{vers %define nmver 1.0 %define pykickstartver 3.41-1 %define pypartedver 2.5-2 -%define pythonblivetver 1:3.4.0-1 +%define pythonblivetver 1:3.4.4-3 %define rpmver 4.15.0 %define simplelinever 1.9.0-1 %define subscriptionmanagerver 1.26 @@ -156,6 +156,9 @@ Obsoletes: booty <= 0.107-1 The anaconda-core package contains the program which was used to install your system. +%if ! 0%{?rhel} +# do not provide the live subpackage on RHEL + %package live Summary: Live installation specific files and dependencies BuildRequires: desktop-file-utils @@ -173,6 +176,8 @@ Recommends: xhost The anaconda-live package contains scripts, data and dependencies required for live installations. +%endif + %package install-env-deps Summary: Installation environment specific dependencies Requires: udisks2-iscsi @@ -399,6 +404,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %dir %{_sysconfdir}/%{name}/profile.d %config %{_sysconfdir}/%{name}/profile.d/* +%if ! 0%{?rhel} +# do not provide the live subpackage on RHEL + %files live %{_bindir}/liveinst %{_sbindir}/liveinst @@ -409,6 +417,8 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_datadir}/anaconda/gnome %{_sysconfdir}/xdg/autostart/*.desktop +%endif + %if %use_cockpit %files webui %dir %{_datadir}/cockpit/anaconda-webui @@ -458,32 +468,61 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Mon Aug 15 2022 Packit - 38.1-1 +- Remove release builds from CI status page (#docs) (vslavik) +- Update the tests for the SELinux configuration (vponcova) +- Add release notes for RPMOSTree /sysroot mount as 'ro' (jkonecny) +- Documented required space always including swap (ozobal) +- Remove the DeprecatedSection class (vponcova) +- Remove the sensitive info logger (vponcova) +- Remove the _repos_lock property of the DNF payload class (vponcova) +- Remove the function get_locale_timezones (vponcova) +- Remove the THREAD_GEOLOCATION_REFRESH constant (vponcova) +- Add release notes for f37 vslavik PRs (#docs) (vslavik) +- Do not provide the anaconda-live subpackage on RHEL (vslavik) +- Add release note for no more copying /etc/resolv.conf (rvykydal) +- Add release note for rootpw --allow-ssh option (rvykydal) +- Fix growing installation size requirement (ozobal) +- Add a release note for the `inst.disklabel` boot option (vponcova) +- Add unit tests for the initialization of the default disk label type (vponcova) +- Prefer GPT instead of legacy MBR (vponcova) +- Support the `inst.disklabel` boot option (vponcova) +- Skip Kickstart version tests on RHEL (ozobal) +- Add unit tests for errors raised by the `ZFCPDiscoverTask` task (vponcova) +- rpm-ostree: Setup readonly sysroot for ostree & rw karg (#2086489) (tim) +- Document the Dependabot status (vponcova) +- Initialize empty disks on the Manual Partitioning screen (vponcova) +- Revert "Temporarily ignore the new version of the zfcp command" (jstodola) +- Revert "Ignore also ZFCPData temporarily" (jstodola) +- Allow to omit WWPN and LUN for NPIV-enabled zFCP devices (jstodola) +- Reduce the width of the zFCP dialog (jstodola) + * Tue Aug 02 2022 Packit - 37.12-1 -- Web UI: Replace a newly translated string in tests (vponcova) -- Communicate media verification result clearly (vslavik) -- Fix: check that the password contains the username (songmingliang) -- Fixed required space check always including swap (ozobal) -- Hide the keyboard layout indicator in the passphrase dialog (#2070823) (vponcova) -- Call the check_duplicate_repo_names function (vponcova) -- Call the validate_repo_name function (vponcova) -- Call the get_unique_repo_name function (vponcova) -- Simplify the condition for the `disk_space` parameter in `suggest_swap_size` (vponcova) -- Remove the `quiet` parameter of the `suggest_swap_size` function (vponcova) -- Test the `suggest_swap_size` function (vponcova) -- Web UI: Don't wait for animations in the pixel tests (vponcova) -- Web UI: Show a context help about storage options (vponcova) -- Silence pylint warnings about crypt module (vslavik) -- Ignore no-member pylint detections on gi.repository (vslavik) -- Revert "Disable Pylint" (vslavik) -- bootloader/base.py: enable resume on arm64 (mihai.carabas) -- Disable kexec on RISC-V (imbearchild) -- simplify TestValues enum creation and usage (ethan) -- Disable Pylint (vslavik) -- Fix unit tests for python 3.11 (vslavik) -- Change the Python version to 3.11 in the makeupdates script (rvykydal) -- bootloader: do not consider non-ibft iscsi disk as usable for bootloader (rvykydal) -- Revert "Temporarily keep setter methods for Initial Setup" (vponcova) -- Revert "Temporarily keep setter methods for the Kdump add-on" (vponcova) +- Web UI: Replace a newly translated string in tests (vponcova) +- Communicate media verification result clearly (vslavik) +- Fix: check that the password contains the username (songmingliang) +- Fixed required space check always including swap (ozobal) +- Hide the keyboard layout indicator in the passphrase dialog (#2070823) (vponcova) +- Call the check_duplicate_repo_names function (vponcova) +- Call the validate_repo_name function (vponcova) +- Call the get_unique_repo_name function (vponcova) +- Simplify the condition for the `disk_space` parameter in `suggest_swap_size` (vponcova) +- Remove the `quiet` parameter of the `suggest_swap_size` function (vponcova) +- Test the `suggest_swap_size` function (vponcova) +- Web UI: Don't wait for animations in the pixel tests (vponcova) +- Web UI: Show a context help about storage options (vponcova) +- Silence pylint warnings about crypt module (vslavik) +- Ignore no-member pylint detections on gi.repository (vslavik) +- Revert "Disable Pylint" (vslavik) +- bootloader/base.py: enable resume on arm64 (mihai.carabas) +- Disable kexec on RISC-V (imbearchild) +- simplify TestValues enum creation and usage (ethan) +- Disable Pylint (vslavik) +- Fix unit tests for python 3.11 (vslavik) +- Change the Python version to 3.11 in the makeupdates script (rvykydal) +- bootloader: do not consider non-ibft iscsi disk as usable for bootloader (rvykydal) +- Revert "Temporarily keep setter methods for Initial Setup" (vponcova) +- Revert "Temporarily keep setter methods for the Kdump add-on" (vponcova) - Change default swap size for large-memory systems (pablomh) * Wed Jul 20 2022 Fedora Release Engineering - 37.11-2 diff --git a/sources b/sources index a5d4f87..5340fbb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-37.12.tar.bz2) = 90fa695b680ce8e8286b307e1dc2679db76caae216abe1f32a0fa1d21203338d46105709f05447f23ea71e2cc6af0e4ae8ce695e7b18851a6f424ea799734a97 +SHA512 (anaconda-38.1.tar.bz2) = 1c63b3a31a8ec660516b3df53b1e40d9dd6cb5396a575866d447a842dfa1e4508c66e2bb6bf464b92c3bdf2ee8ecd93698fc0d44ea9709785197ec5365dabe33