Compare commits

...

2 Commits

Author SHA1 Message Date
eabdullin
b9c39d05d3 AlmaLinux changes 2021-11-17 13:57:36 +03:00
CentOS Sources
b1d7dedf8c import anaconda-33.16.5.6-1.el8 2021-11-09 10:00:08 +00:00
5 changed files with 98 additions and 2320 deletions

View File

@ -1 +1 @@
e78dc24b54b77e6c2c11d4775fa8d09009152aa3 SOURCES/anaconda-33.16.4.15.tar.bz2 b1f1099486de74fbc7e072def7acdaec7c165f32 SOURCES/anaconda-33.16.5.6.tar.bz2

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/anaconda-33.16.4.15.tar.bz2 SOURCES/anaconda-33.16.5.6.tar.bz2

View File

@ -1,13 +0,0 @@
diff -Naur anaconda-33.16.4.15/pyanaconda/core/constants.py anaconda-33.16.4.15.alma/pyanaconda/core/constants.py
--- anaconda-33.16.4.15/pyanaconda/core/constants.py 2021-02-02 10:55:25.000000000 +0000
+++ anaconda-33.16.4.15.alma/pyanaconda/core/constants.py 2021-06-23 13:56:29.257233450 +0000
@@ -60,7 +60,8 @@
DEFAULT_REPOS = [productName.split('-')[0].lower(),
"fedora-modular-server",
"rawhide",
- "BaseOS"]
+ "BaseOS",
+ "baseos"]
# Get list of repo names which should be used as updates repos
DEFAULT_UPDATE_REPOS = ["updates",

File diff suppressed because it is too large Load Diff

View File

@ -1,9 +1,7 @@
%global dist %{?dist}.alma.2
Summary: Graphical system installer Summary: Graphical system installer
Name: anaconda Name: anaconda
Version: 33.16.4.15 Version: 33.16.5.6
Release: 1%{?dist} Release: 1%{?dist}.alma
License: GPLv2+ and MIT License: GPLv2+ and MIT
URL: http://fedoraproject.org/wiki/Anaconda URL: http://fedoraproject.org/wiki/Anaconda
@ -22,7 +20,7 @@ Patch1001: anaconda-almalinux-disable-subscription.patch
Patch1002: anaconda-almalinux-disable-cdn-radiobutton.patch Patch1002: anaconda-almalinux-disable-cdn-radiobutton.patch
Patch1003: anaconda-almalinux-remove-visible-rh-references.patch Patch1003: anaconda-almalinux-remove-visible-rh-references.patch
# Patch1004: anaconda-almalinux-update-smt-url.patch # Patch1004: anaconda-almalinux-update-smt-url.patch
Patch1005: anaconda-almalinux-baseos-repo-default.patch # Patch1005: anaconda-almalinux-baseos-repo-default.patch
# Versions of required components (done so we make sure the buildrequires # Versions of required components (done so we make sure the buildrequires
# match the requires versions of things). # match the requires versions of things).
@ -93,7 +91,7 @@ The anaconda package is a metapackage for the Anaconda installer.
Summary: Core of the Anaconda installer Summary: Core of the Anaconda installer
Requires: python3-libs Requires: python3-libs
Requires: python3-dnf >= %{dnfver} Requires: python3-dnf >= %{dnfver}
Requires: python3-blivet >= 1:3.2.2-1 Requires: python3-blivet >= 1:3.4.0-1
Requires: python3-blockdev >= %{libblockdevver} Requires: python3-blockdev >= %{libblockdevver}
Requires: python3-meh >= %{mehver} Requires: python3-meh >= %{mehver}
Requires: libreport-anaconda >= 2.0.21-1 Requires: libreport-anaconda >= 2.0.21-1
@ -113,6 +111,10 @@ Requires: python3-systemd
Requires: python3-productmd Requires: python3-productmd
Requires: python3-dasbus >= %{dasbusver} Requires: python3-dasbus >= %{dasbusver}
Requires: flatpak-libs Requires: flatpak-libs
%if %{defined rhel} && %{undefined centos}
Requires: python3-syspurpose
Requires: subscription-manager >= 1.26
%endif
# pwquality only "recommends" the dictionaries it needs to do anything useful, # pwquality only "recommends" the dictionaries it needs to do anything useful,
# which is apparently great for containers but unhelpful for the rest of us # which is apparently great for containers but unhelpful for the rest of us
@ -382,9 +384,96 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
%{_prefix}/libexec/anaconda/dd_* %{_prefix}/libexec/anaconda/dd_*
%changelog %changelog
* Wed May 19 2021 Andrew Lukoshko <alukoshko@almalinux.org> - 33.16.4.15-1.alma * Tue Nov 09 2021 Andrew Lukoshko <alukoshko@almalinux.org> - 33.16.5.6-1.alma
- AlmaLinux changes - AlmaLinux changes
* Fri Sep 24 2021 Radek Vykydal <rvykydal@redhat.com> - 33.16.5.6-1
- Payload should wait for all storage related threads to finish (mkolman)
Resolves: rhbz#2002203
* Mon Sep 13 2021 Radek Vykydal <rvykydal@redhat.com> - 33.16.5.5-1
- Remove misleading warning about inst.ks.device replacing ksdevice (rvykydal)
Resolves: rhbz#2001913
* Mon Aug 02 2021 Radek Vykydal <rvykydal@redhat.com> - 33.16.5.4-1
- Disable anaconda-core's requirement on subscription-manager on CentOS (carl)
Resolves: rhbz#1984958
- Show suggestions for an error caused by inconsistent sector sizes (vponcova)
Resolves: rhbz#1935722
- Use a custom stylesheet to define CentOS-specific stylesheet data (carl)
Related: rhbz#1974149
- Use RHEL help content for RHV/Ovirt (mkolman)
Resolves: rhbz#1915910
- Move post installation scripts to the end of queue (lveyde)
Resolves: rhbz#1970879
- Do not generate dracut arguments multiple times for some storage devices
(rvykydal)
Related: rhbz#1937208
- Make failure in generating of dracut arguments for iSCSI device non-fatal.
(rvykydal)
Resolves: rhbz#1937208
* Thu Jul 01 2021 Radek Vykydal <rvykydal@redhat.com> - 33.16.5.3-1
- Check source type directly, not via DBus (mkolman)
Resolves: rhbz#1941578
- Remove autostep functionality (vslavik)
Resolves: rhbz#1976913
- Make it possible to skip install time Insights errors (mkolman)
Resolves: rhbz#1931069
- Fix CDN button visibility (mkolman)
Resolves: rhbz#1903178
- network: do not bind virtual devices to mac (rvykydal)
Resolves: rhbz#1963834
- Add a log message for successful installation (vslavik)
Resolves: rhbz#1949487
* Mon May 24 2021 Radek Vykydal <rvykydal@redhat.com> - 33.16.5.2-1
- Use modinfo to check ko before modprobe (t.feng94)
Resolves: rhbz#1577544
- network: do not crash on team without IP config (rvykydal)
Resolves: rhbz#1929008
- Add the "Encrypt my data" checkbox to the custom partitioning spoke
(vponcova)
Resolves: rhbz#1903786
- Allow encryption of thin logical volumes (vponcova)
Resolves: rhbz#1877777
- Don't automatically execute the default partitioning (vponcova)
Resolves: rhbz#1954408
- Don't run the execute method in the kickstart installation in TUI by default
(vponcova)
Related: rhbz#1954408
- Don't run the execute method in the kickstart installation in GUI by default
(vponcova)
Related: rhbz#1954408
- Enable closest mirror in CentOS Stream config (carl)
Resolves: rhbz#1953698
- Add CentOS Stream config (riehecky)
Resolves: rhbz#1953698
* Wed May 19 2021 Radek Vykydal <rvykydal@redhat.com> - 33.16.5.1-1
- subscription: allow dates in ISO 8601 format (ptoscano)
Resolves: rhbz#1947445
- Add RHEL-specific advice to X timeout message (vslavik)
Related: rhbz#1918702
- Fix AskVNCSpoke call (vslavik)
Related: rhbz#1918702
- Improve X startup error messages (vslavik)
Related: rhbz#1918702
- Terminate X server after timeout and restore crash test handler (vslavik)
Related: rhbz#1918702
- Reorganize control flow in startX (vslavik)
Related: rhbz#1918702
- Handle SIGUSR1 correctly after Xorg timeout (vslavik)
Resolves: rhbz#1918702
- Refactor minor details in startX (vslavik)
Related: rhbz#1918702
- Add base repo name for CentOS Stream after repository renaming (jkonecny)
Resolves: rhbz#1946347
- Avoid a race condition during Connect to Red Hat spoke initialization
(mkolman)
Resolves: rhbz#1950053
>>>>>>> rhel8
* Wed Mar 24 2021 Radek Vykydal <rvykydal@redhat.com> - 33.16.4.15-1 * Wed Mar 24 2021 Radek Vykydal <rvykydal@redhat.com> - 33.16.4.15-1
- network: clone connections from intramfs to persistent config (rvykydal) - network: clone connections from intramfs to persistent config (rvykydal)
Resolves: rhbz#1910438 Resolves: rhbz#1910438