import anaconda-40.22.3.19

i10-beta changed/i10-beta/anaconda-40.22.3.19-1.el10.inferit
Arkady L. Shane 1 day ago
parent 883a7da538
commit 433a545603
Signed by: tigro
GPG Key ID: 1EC08A25C9DB2503

@ -1 +1 @@
135ab8a4ea357130ca1f9bb7b07f4bbf20f2c359 SOURCES/anaconda-40.22.3.12.tar.bz2
737e60e285c648e553fbe6cdf23b42f253752d4a SOURCES/anaconda-40.22.3.19.tar.bz2

2
.gitignore vendored

@ -1 +1 @@
SOURCES/anaconda-40.22.3.12.tar.bz2
SOURCES/anaconda-40.22.3.19.tar.bz2

File diff suppressed because it is too large Load Diff

@ -1,7 +1,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 40.22.3.12
Release: 1%{?dist}.inferit.2
Version: 40.22.3.19
Release: 1%{?dist}.inferit
License: GPL-2.0-or-later
URL: http://fedoraproject.org/wiki/Anaconda
@ -11,7 +11,7 @@ URL: http://fedoraproject.org/wiki/Anaconda
# ./autogen.sh
# make dist
Source0: https://github.com/rhinstaller/%{name}/releases/download/%{name}-%{version}/%{name}-%{version}.tar.bz2
Source1: anaconda-ru.po
# MSVSphere patches
Patch1001: 0001-Disable-subscription.patch
Patch1002: 0002-Hide-CDN-source-button.patch
@ -32,8 +32,8 @@ Patch1015: 0015-Change-docs-site.patch
# Versions of required components (done so we make sure the buildrequires
# match the requires versions of things).
%bcond_without live
%bcond_without glade
%bcond_without live
%define dasbusver 1.3
%define dbusver 1.2.3
@ -54,7 +54,7 @@ Patch1015: 0015-Change-docs-site.patch
%define pythonblivetver 1:3.9.0-1
%define rpmver 4.15.0
%define simplelinever 1.9.0-1
%define subscriptionmanagerver 1.26
%define subscriptionmanagerver 1.29.31
%define utillinuxver 2.15.1
%define rpmostreever 2023.2
%define s390utilscorever 2.31.0
@ -146,7 +146,7 @@ Requires: python3-pid
# Required by the systemd service anaconda-fips.
Requires: crypto-policies
Requires: /usr/bin/update-crypto-policies
Requires: crypto-policies-scripts
# required because of the rescue mode and RDP question
Requires: anaconda-tui = %{version}-%{release}
@ -186,7 +186,6 @@ BuildRequires: desktop-file-utils
Requires: anaconda-gui = %{version}-%{release}
Requires: usermode
Requires: zenity
Requires: xisxwayland
Recommends: xhost
# Avoid double licensing
Conflicts: initial-setup-gui
@ -364,7 +363,9 @@ options. This includes driver disks, kickstarts, and finding the anaconda
runtime on NFS/HTTP/FTP servers or local disks.
%prep
%autosetup -p 1
%setup -q
cp %{SOURCE1} po/ru.po
%autopatch -p1
# de-branding
sed -e 's/RHEL/MSVSphere/g' -i po/*.po
sed -e 's/Fedora/MSVSphere/g' -i po/*.po
@ -513,19 +514,154 @@ rm -rf \
%{_prefix}/libexec/anaconda/dd_*
%changelog
* Tue Dec 24 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 40.22.3.12-1.inferit.2
- Build with glade
- Added missing msvsphere.conf
* Mon Dec 23 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 40.22.3.12-1.inferit.1
- Build live package
* Thu Dec 19 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 40.22.3.12-1.inferit
* Thu Dec 19 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 40.22.3.19-1.inferit
- MSVSphere changes
- Build live package
* Tue Nov 26 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 40.22.3.12-1
* Fri Dec 13 2024 Paweł Poławski <ppolawsk@redhat.com> - 40.22.3.19-1
- Update to version 40.22.3.19
- util: Add additional information for EFI systems (riehecky)
Resolves: RHEL-55129
- Use log levels when getting logs from GLib (jkonecny)
Related: RHEL-58834
- Remove GLib logging condition for HW logging (jkonecny)
Related: RHEL-58834
- Move GLib imports to pyanaconda.core.glib (jkonecny)
Related: RHEL-58834
- Redirect only GLib loggers to Journal (mkolman)
Related: RHEL-58834
- Log stderr to journal only on supported platforms (jkonecny)
Related: RHEL-58834
- Fix journal redirect on systems without journal (jkonecny)
Related: RHEL-58834
- Suppress warning from systemd user session (jkonecny)
Resolves: RHEL-67911
- Fix RDP var contains string instead of bool (jkonecny)
Related: RHEL-67911
- Set --rdp in liveinst unsupported (jkonecny)
Related: RHEL-67911
- Stop pretending liveinst+vnc is supported (#678354) (kkoukiou)
Related: RHEL-67911
- Create GRDServer class only when required (jkonecny)
Related: RHEL-67911
- Fix typo in the GRD source file name (jkonecny)
Related: RHEL-67911
- Do not change compositor options when not defined (jkonecny)
Related: RHEL-58181
- Add release-notes for Wayland migration (jkonecny)
Related: RHEL-58181
- Remove Wayland detection logic from code (jkonecny)
Related: RHEL-58181
- Do not create GRDServer on Live ISO (jkonecny)
Related: RHEL-67911
- Remove dead spice_vd_agent code (jkonecny)
Related: RHEL-67911
- Switch keyboard management to Localed (jkonecny)
Resolves: RHEL-58181
- Add localed signal support to LocaledWrapper (jkonecny)
Resolves: RHEL-58181
- Add missing support to localed for compositor (jkonecny)
Related: RHEL-58181
* Wed Nov 27 2024 Paweł Poławski <ppolawsk@redhat.com> - 40.22.3.18-1
- Update to version 40.22.3.18
- util: Add additional information for EFI systems (riehecky)
Resolves: RHEL-55129
- Use log levels when getting logs from GLib (jkonecny)
Related: RHEL-58834
- Remove GLib logging condition for HW logging (jkonecny)
Related: RHEL-58834
- Move GLib imports to pyanaconda.core.glib (jkonecny)
Related: RHEL-58834
- Redirect only GLib loggers to Journal (mkolman)
Related: RHEL-58834
- Log stderr to journal only on supported platforms (jkonecny)
Related: RHEL-58834
- Fix journal redirect on systems without journal (jkonecny)
Related: RHEL-58834
- Suppress warning from systemd user session (jkonecny)
Resolves: RHEL-67911
- Fix RDP var contains string instead of bool (jkonecny)
Related: RHEL-67911
- Set --rdp in liveinst unsupported (jkonecny)
Related: RHEL-67911
- Stop pretending liveinst+vnc is supported (#678354) (kkoukiou)
Related: RHEL-67911
- Create GRDServer class only when required (jkonecny)
Related: RHEL-67911
- Fix typo in the GRD source file name (jkonecny)
Related: RHEL-67911
- Do not change compositor options when not defined (jkonecny)
Related: RHEL-58181
- Add release-notes for Wayland migration (jkonecny)
Related: RHEL-58181
- Remove Wayland detection logic from code (jkonecny)
Related: RHEL-58181
- Do not create GRDServer on Live ISO (jkonecny)
Related: RHEL-67911
- Remove dead spice_vd_agent code (jkonecny)
Related: RHEL-67911
- Switch keyboard management to Localed (jkonecny)
Resolves: RHEL-58181
- Add localed signal support to LocaledWrapper (jkonecny)
Resolves: RHEL-58181
- Add missing support to localed for compositor (jkonecny)
Related: RHEL-58181
* Wed Nov 13 2024 Martin Kolman <mkolman@redhat.com> - 40.22.3.17-1
- network: add warning for kickstart network configuration when running from
nfs (rvykydal)
Resolves: RHEL-35250
- Explicitly place biosboot partition only on stage1 disk (vtrefny)
Resolves: RHEL-61143
- network: handle autoconnections policy for rhel upstream (rvykydal)
Resolves: RHEL-53196
* Mon Nov 11 2024 Martin Kolman <mkolman@redhat.com> - 40.22.3.16-1
- Subscription code updates - adjust unit tests (mkolman)
Resolves: RHEL-49661
Related: INSTALLER-3903
Related: INSTALLER-3882
- Subscription code updates - GTK GUI (mkolman)
Resolves: RHEL-49661
Related: INSTALLER-3903
Related: INSTALLER-3882
- Subscription code updates - backend (mkolman)
Resolves: RHEL-49661
Related: INSTALLER-3903
Related: INSTALLER-3882
- Bump minimal subscription manager versions (mkolman)
Resolves: RHEL-49661
Related: INSTALLER-3063
Related: INSTALLER-3882
* Fri Nov 01 2024 Martin Kolman <mkolman@redhat.com> - 40.22.3.15-1
- security: call /usr/libexec/fips-setup-helper (asosedkin)
Resolves: RHEL-57680
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 40.22.3.14-2
- Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018
* Fri Oct 25 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 40.22.3.14-1
- Rebuilt for MSVSphere 10
* Wed Oct 23 2024 Martin Kolman <mkolman@redhat.com> - 40.22.3.14-1
- network: do not crash on destroyed device object in GUI (rvykydal)
Resolves: RHEL-56141
- Fix crash on continue after a missing package non-critical error (mkolman)
Resolves: INSTALLER-4045
Resolves: RHEL-57699
* Tue Oct 01 2024 Katerina Koukiou <k.koukiou@gmail.com> - 40.22.3.13-1
- Fix check for biosboot partition in GRUB2.check (vtrefny)
Resolves: RHEL-56591
- dracut: Remove 'linear' from modules to load (vtrefny)
Resolves: RHEL-33812
- Ignore all storage errors when trying to activate swaps (vtrefny)
Resolves: RHEL-56591
* Wed Aug 21 2024 Martin Kolman <mkolman@redhat.com> - 40.22.3.12-1
- Redirect output of various GNOME related tools to Journal (mkolman)
Resolves: RHEL-47097

Loading…
Cancel
Save