AlmaLinux changes

This commit is contained in:
Eduard Abdullin 2025-02-27 12:43:27 +00:00 committed by root
commit 106460f3f7
3 changed files with 17 additions and 8 deletions

View File

@ -1 +1 @@
7450b69534ac5ce10f8698270153984ec9871944 SOURCES/anaconda-33.16.10.4.tar.bz2
c91cb60fc3074312b1dfc13c47634b77cd5c1999 SOURCES/anaconda-33.16.10.5.tar.bz2

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/anaconda-33.16.10.4.tar.bz2
SOURCES/anaconda-33.16.10.5.tar.bz2

View File

@ -1,7 +1,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 33.16.10.4
Release: 1%{?dist}.alma
Version: 33.16.10.5
Release: 1%{?dist}.alma.1
License: GPLv2+ and MIT
URL: http://fedoraproject.org/wiki/Anaconda
@ -11,15 +11,17 @@ URL: http://fedoraproject.org/wiki/Anaconda
# ./autogen.sh
# make dist
Source0: %{name}-%{version}.tar.bz2
# AlmaLinux install class
# AlmaLinux Source
Source1: almalinux.conf
# AlmaLinux
# AlmaLinux Patch
Patch1000: anaconda-almalinux-installer-colors.patch
Patch1001: anaconda-almalinux-disable-subscription.patch
Patch1002: anaconda-almalinux-disable-cdn-radiobutton.patch
Patch1003: anaconda-almalinux-remove-visible-rh-references.patch
Patch1004: anaconda-almalinux-add-minimal-repo.patch
Patch1006: anaconda-almalinux-add-minimal-repo.patch
# Versions of required components (done so we make sure the buildrequires
# match the requires versions of things).
@ -272,6 +274,7 @@ runtime on NFS/HTTP/FTP servers or local disks.
%prep
%autosetup -p 1
# AlmaLinux install class
cp %{SOURCE1} data/product.d/
@ -381,14 +384,19 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
%{_prefix}/libexec/anaconda/dd_*
%changelog
* Wed Mar 27 2024 Eduard Abdullin <eabdullin@almalinux.org> - 33.16.10.4-1.alma
* Thu Feb 27 2025 Eduard Abdullin <eabdullin@almalinux.org> - 33.16.10.5-1.alma.1
- AlmaLinux changes
* Tue Mar 05 2024 Radek Vykydal <rvykydal@redhat.com> - 33.16.10.5-1
- Update translations
Resolves: RHEL-24836
* Fri Feb 16 2024 Jiri Konecny <jkonecny@redhat.com> - 33.16.10.4-1
- Lower log file permission in /tmp (jkonecny)
Resolves: RHEL-23344
- Add utility function to set file mode (jkonecny)
Related: RHEL-23344
* Wed Feb 07 2024 Martin Kolman <mkolman@redhat.com> - 33.16.10.3-1
- Fixed file-write operation to a public directory (ataf)
Resolves: RHEL-23344
@ -525,6 +533,7 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
Resolves: rhbz#2068195
- Install rdma-core if infiniband network device is found (rvykydal)
Resolves: rhbz#2050356
* Wed Jul 20 2022 Jiri Konecny <jkonecny@redhat.com> - 33.16.7.9-1
- Add tooltip to the Insights checkbox (jkonecny)
Resolves: rhbz#2069178