[packit] 38.2 upstream release

Upstream tag: anaconda-38.2-1
Upstream commit: bd80b2e1

Signed-off-by: Packit <hello@packit.dev>
This commit is contained in:
Packit 2022-08-19 16:05:20 +00:00
parent 976f15c299
commit 92f2aefa94
4 changed files with 63 additions and 32 deletions

1
.gitignore vendored
View File

@ -324,3 +324,4 @@
/anaconda-37.11.tar.bz2 /anaconda-37.11.tar.bz2
/anaconda-37.12.tar.bz2 /anaconda-37.12.tar.bz2
/anaconda-38.1.tar.bz2 /anaconda-38.1.tar.bz2
/anaconda-38.2.tar.bz2

View File

@ -1,3 +1,3 @@
This repository is maintained by packit. This repository is maintained by packit.
https://packit.dev/ 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.

View File

@ -1,6 +1,6 @@
Summary: Graphical system installer Summary: Graphical system installer
Name: anaconda Name: anaconda
Version: 38.1 Version: 38.2
Release: 1%{?dist} Release: 1%{?dist}
License: GPLv2+ and MIT License: GPLv2+ and MIT
URL: http://fedoraproject.org/wiki/Anaconda 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). # match the requires versions of things).
%if ! 0%{?rhel} %if ! 0%{?rhel}
%bcond_without live
%define blivetguiver 2.1.12-1 %define blivetguiver 2.1.12-1
%else
%bcond_with live
%endif %endif
%define dasbusver 1.3 %define dasbusver 1.3
%define dbusver 1.2.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 The anaconda-core package contains the program which was used to install your
system. system.
%if ! 0%{?rhel} %if %{with live}
# do not provide the live subpackage on RHEL # do not provide the live subpackage on RHEL
%package live %package live
@ -347,8 +350,23 @@ mkdir %{buildroot}%{_datadir}/anaconda/addons
# Create an empty directory for post-scripts # Create an empty directory for post-scripts
mkdir %{buildroot}%{_datadir}/anaconda/post-scripts mkdir %{buildroot}%{_datadir}/anaconda/post-scripts
%if %{with live}
# required for live installations # required for live installations
desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/liveinst.desktop 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 # Add localization files
%find_lang %{name} %find_lang %{name}
@ -359,7 +377,6 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
rm -f %{buildroot}/%{_libexecdir}/webui-desktop rm -f %{buildroot}/%{_libexecdir}/webui-desktop
%endif %endif
# main package and install-env-deps are metapackages # main package and install-env-deps are metapackages
%files %files
@ -404,7 +421,7 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
%dir %{_sysconfdir}/%{name}/profile.d %dir %{_sysconfdir}/%{name}/profile.d
%config %{_sysconfdir}/%{name}/profile.d/* %config %{_sysconfdir}/%{name}/profile.d/*
%if ! 0%{?rhel} %if %{with live}
# do not provide the live subpackage on RHEL # do not provide the live subpackage on RHEL
%files live %files live
@ -468,33 +485,46 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
%{_prefix}/libexec/anaconda/dd_* %{_prefix}/libexec/anaconda/dd_*
%changelog %changelog
* Fri Aug 19 2022 Packit <hello@packit.dev> - 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 <hello@packit.dev> - 38.1-1 * Mon Aug 15 2022 Packit <hello@packit.dev> - 38.1-1
- Remove release builds from CI status page (#docs) (vslavik) - Remove release builds from CI status page (#docs) (vslavik)
- Update the tests for the SELinux configuration (vponcova) - Update the tests for the SELinux configuration (vponcova)
- Add release notes for RPMOSTree /sysroot mount as 'ro' (jkonecny) - Add release notes for RPMOSTree /sysroot mount as 'ro' (jkonecny)
- Documented required space always including swap (ozobal) - Documented required space always including swap (ozobal)
- Remove the DeprecatedSection class (vponcova) - Remove the DeprecatedSection class (vponcova)
- Remove the sensitive info logger (vponcova) - Remove the sensitive info logger (vponcova)
- Remove the _repos_lock property of the DNF payload class (vponcova) - Remove the _repos_lock property of the DNF payload class (vponcova)
- Remove the function get_locale_timezones (vponcova) - Remove the function get_locale_timezones (vponcova)
- Remove the THREAD_GEOLOCATION_REFRESH constant (vponcova) - Remove the THREAD_GEOLOCATION_REFRESH constant (vponcova)
- Add release notes for f37 vslavik PRs (#docs) (vslavik) - Add release notes for f37 vslavik PRs (#docs) (vslavik)
- Do not provide the anaconda-live subpackage on RHEL (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 no more copying /etc/resolv.conf (rvykydal)
- Add release note for rootpw --allow-ssh option (rvykydal) - Add release note for rootpw --allow-ssh option (rvykydal)
- Fix growing installation size requirement (ozobal) - Fix growing installation size requirement (ozobal)
- Add a release note for the `inst.disklabel` boot option (vponcova) - Add a release note for the `inst.disklabel` boot option (vponcova)
- Add unit tests for the initialization of the default disk label type (vponcova) - Add unit tests for the initialization of the default disk label type (vponcova)
- Prefer GPT instead of legacy MBR (vponcova) - Prefer GPT instead of legacy MBR (vponcova)
- Support the `inst.disklabel` boot option (vponcova) - Support the `inst.disklabel` boot option (vponcova)
- Skip Kickstart version tests on RHEL (ozobal) - Skip Kickstart version tests on RHEL (ozobal)
- Add unit tests for errors raised by the `ZFCPDiscoverTask` task (vponcova) - Add unit tests for errors raised by the `ZFCPDiscoverTask` task (vponcova)
- rpm-ostree: Setup readonly sysroot for ostree & rw karg (#2086489) (tim) - rpm-ostree: Setup readonly sysroot for ostree & rw karg (#2086489) (tim)
- Document the Dependabot status (vponcova) - Document the Dependabot status (vponcova)
- Initialize empty disks on the Manual Partitioning screen (vponcova) - Initialize empty disks on the Manual Partitioning screen (vponcova)
- Revert "Temporarily ignore the new version of the zfcp command" (jstodola) - Revert "Temporarily ignore the new version of the zfcp command" (jstodola)
- Revert "Ignore also ZFCPData temporarily" (jstodola) - Revert "Ignore also ZFCPData temporarily" (jstodola)
- Allow to omit WWPN and LUN for NPIV-enabled zFCP devices (jstodola) - Allow to omit WWPN and LUN for NPIV-enabled zFCP devices (jstodola)
- Reduce the width of the zFCP dialog (jstodola) - Reduce the width of the zFCP dialog (jstodola)
* Tue Aug 02 2022 Packit <hello@packit.dev> - 37.12-1 * Tue Aug 02 2022 Packit <hello@packit.dev> - 37.12-1

View File

@ -1 +1 @@
SHA512 (anaconda-38.1.tar.bz2) = 1c63b3a31a8ec660516b3df53b1e40d9dd6cb5396a575866d447a842dfa1e4508c66e2bb6bf464b92c3bdf2ee8ecd93698fc0d44ea9709785197ec5365dabe33 SHA512 (anaconda-38.2.tar.bz2) = 337241eb3b2751305a8badd3ac27f2d4b27db45e679cafc513d348f970eedc973722b93605d89504365dad5df22cc447fc6f7d234274ead88f422bd2b9dc1a63