diff --git a/.gitignore b/.gitignore index 9dd5b15..37fdade 100644 --- a/.gitignore +++ b/.gitignore @@ -324,3 +324,4 @@ /anaconda-37.11.tar.bz2 /anaconda-37.12.tar.bz2 /anaconda-38.1.tar.bz2 +/anaconda-38.2.tar.bz2 diff --git a/README.packit b/README.packit index f7968c5..d360133 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.57.1.dev2+g0f9759f. +The file was generated using packit 0.57.1.dev6+g0146236. diff --git a/anaconda.spec b/anaconda.spec index 3f2fba6..45d8c2e 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 38.1 +Version: 38.2 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -19,7 +19,10 @@ Source0: https://github.com/rhinstaller/%{name}/releases/download/%{name}-%{vers # match the requires versions of things). %if ! 0%{?rhel} +%bcond_without live %define blivetguiver 2.1.12-1 +%else +%bcond_with live %endif %define dasbusver 1.3 %define dbusver 1.2.3 @@ -156,7 +159,7 @@ Obsoletes: booty <= 0.107-1 The anaconda-core package contains the program which was used to install your system. -%if ! 0%{?rhel} +%if %{with live} # do not provide the live subpackage on RHEL %package live @@ -347,8 +350,23 @@ mkdir %{buildroot}%{_datadir}/anaconda/addons # Create an empty directory for post-scripts mkdir %{buildroot}%{_datadir}/anaconda/post-scripts +%if %{with live} # required for live installations desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/liveinst.desktop +%else +# Remove all live-installer files from the buildroot +rm -rf \ + %{buildroot}/%{_sysconfdir}/pam.d/liveinst \ + %{buildroot}/%{_sysconfdir}/security/console.apps/liveinst \ + %{buildroot}/%{_sysconfdir}/xdg/autostart/liveinst-setup.desktop \ + %{buildroot}/%{_bindir}/liveinst \ + %{buildroot}/%{_libexecdir}/liveinst-setup.sh \ + %{buildroot}/%{_sbindir}/liveinst \ + %{buildroot}/%{_datadir}/anaconda/gnome \ + %{buildroot}/%{_datadir}/anaconda/gnome/fedora-welcome \ + %{buildroot}/%{_datadir}/anaconda/gnome/fedora-welcome.desktop \ + %{buildroot}/%{_datadir}/applications/liveinst.desktop +%endif # Add localization files %find_lang %{name} @@ -359,7 +377,6 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d rm -f %{buildroot}/%{_libexecdir}/webui-desktop %endif - # main package and install-env-deps are metapackages %files @@ -404,7 +421,7 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %dir %{_sysconfdir}/%{name}/profile.d %config %{_sysconfdir}/%{name}/profile.d/* -%if ! 0%{?rhel} +%if %{with live} # do not provide the live subpackage on RHEL %files live @@ -468,33 +485,46 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Fri Aug 19 2022 Packit - 38.2-1 +- Fix building for RHEL/ELN without live installer (sgallagh) +- Remove the SimpleConfigFile class (vponcova) +- Don't use the SimpleConfigFile class (vponcova) +- Add a function for splitting values into two strings (vponcova) +- Move DNF code from the payload manager to the DNF payload (vponcova) +- Remove the restart_thread method of the payload manager (vponcova) +- Simplify the implementation of the payload manager (vponcova) +- Remove error messages from the payload manager (vponcova) +- Keep the "Setting up installation source..." message in a new constant (vponcova) +- Remove the WAITING_NETWORK state of the payload manager (vponcova) +- Remove the VERIFYING_AVAILABILITY state of the payload manager (vponcova) + * 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) +- 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 diff --git a/sources b/sources index 5340fbb..36b13f2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-38.1.tar.bz2) = 1c63b3a31a8ec660516b3df53b1e40d9dd6cb5396a575866d447a842dfa1e4508c66e2bb6bf464b92c3bdf2ee8ecd93698fc0d44ea9709785197ec5365dabe33 +SHA512 (anaconda-38.2.tar.bz2) = 337241eb3b2751305a8badd3ac27f2d4b27db45e679cafc513d348f970eedc973722b93605d89504365dad5df22cc447fc6f7d234274ead88f422bd2b9dc1a63