import anaconda-33.16.10.5-1.el8

i8 changed/i8/anaconda-33.16.10.5-1.el8.inferit
MSVSphere Packaging Team 7 months ago committed by tigro
parent 645b21b95b
commit c30f421dc2
Signed by: tigro
GPG Key ID: 1EC08A25C9DB2503

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

2
.gitignore vendored

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

File diff suppressed because it is too large Load Diff

@ -1,7 +1,7 @@
Summary: Graphical system installer Summary: Graphical system installer
Name: anaconda Name: anaconda
Version: 33.16.10.4 Version: 33.16.10.5
Release: 1%{?dist}.inferit.1 Release: 1%{?dist}.inferit
License: GPLv2+ and MIT License: GPLv2+ and MIT
URL: http://fedoraproject.org/wiki/Anaconda URL: http://fedoraproject.org/wiki/Anaconda
@ -11,6 +11,8 @@ URL: http://fedoraproject.org/wiki/Anaconda
# ./autogen.sh # ./autogen.sh
# make dist # make dist
Source0: %{name}-%{version}.tar.bz2 Source0: %{name}-%{version}.tar.bz2
# We have good russian translation
Source1: russian-33.16.10.4.po
Patch1: 0001-Disable-subscription.patch Patch1: 0001-Disable-subscription.patch
Patch2: 0002-Hide-CDN-source-button.patch Patch2: 0002-Hide-CDN-source-button.patch
Patch3: 0003-Set-MSVSphere-installer-colors.patch Patch3: 0003-Set-MSVSphere-installer-colors.patch
@ -277,8 +279,9 @@ options. This includes driver disks, kickstarts, and finding the anaconda
runtime on NFS/HTTP/FTP servers or local disks. runtime on NFS/HTTP/FTP servers or local disks.
%prep %prep
%autosetup -p 1 %setup -q
cp %{SOURCE1} po/ru.po
%autopatch -p 1
# de-branding # de-branding
sed -e 's/Red Hat Enterprise Linux/MSVSphere/g' -i po/*.po sed -e 's/Red Hat Enterprise Linux/MSVSphere/g' -i po/*.po
sed -e 's/RHEL/MSVSphere/g' -i po/*.po sed -e 's/RHEL/MSVSphere/g' -i po/*.po
@ -386,26 +389,33 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
%{_prefix}/libexec/anaconda/dd_* %{_prefix}/libexec/anaconda/dd_*
%changelog %changelog
* Mon Apr 22 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 33.16.10.4-1.inferit.1 * Thu May 23 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 33.16.10.5-1.inferit
- Disable subscription
- Hide CDN source button
- Set MSVSphere installer colors
- Add Minimal and Server repository support
- Set default timezone to Europe Moscow
- Add MSVSphere product config
- Set Russian language as default
- Set Russian as default language for new regions
- Added new products
- Debranding from RHEL
- Update Russian translation
- Fix smt url
- Enable administrator by default
- Fix Translation "Encrypt my data" - Fix Translation "Encrypt my data"
- Added Version to ARM Welcome
* Tue Apr 16 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 33.16.10.4-1.inferit
- Update to 33.16.10.4-1
- Rebuilt for MSVSphere 8.10 beta
* Fri Feb 23 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 33.16.9.4-1.inferit.5
- Activate network interfaces in anaconda - Activate network interfaces in anaconda
* 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 * Fri Feb 16 2024 Jiri Konecny <jkonecny@redhat.com> - 33.16.10.4-1
- Lower log file permission in /tmp (jkonecny) - Lower log file permission in /tmp (jkonecny)
Resolves: RHEL-23344 Resolves: RHEL-23344
- Add utility function to set file mode (jkonecny) - Add utility function to set file mode (jkonecny)
Related: RHEL-23344 Related: RHEL-23344
* Tue Feb 13 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 33.16.9.4-1.inferit.4
- Fix keyboard layout order
* Wed Feb 07 2024 Martin Kolman <mkolman@redhat.com> - 33.16.10.3-1 * Wed Feb 07 2024 Martin Kolman <mkolman@redhat.com> - 33.16.10.3-1
- Fixed file-write operation to a public directory (ataf) - Fixed file-write operation to a public directory (ataf)
Resolves: RHEL-23344 Resolves: RHEL-23344
@ -416,28 +426,6 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
- rescue: Don't allow to mount systems without a root device (vponcova) - rescue: Don't allow to mount systems without a root device (vponcova)
Resolves: RHEL-4784 Resolves: RHEL-4784
* Fri Dec 29 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 33.16.9.4-1.inferit.2
- Set Russian as default language
* Sat Dec 23 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 33.16.9.4-1.inferit.1
- Enable all modules but subscription instead of try to forbid
- Do not set locale by default
* Tue Dec 19 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 33.16.9.4-1.inferit
- Disable subscription
- Hide CDN source button
- Set MSVSphere installer colors
- Add Minimal and Server repository support
- Set default timezone to Europe Moscow
- Add MSVSphere product config
- Set Russian language as default
- Set Russian as default language for new regions
- Added new products
- Debranding from RHEL
- Update Russian translation
- Fix smt url
- Enable administrator by default
* Wed Dec 13 2023 Jiri Konecny <jkonecny@redhat.com> - 33.16.10.1-1 * Wed Dec 13 2023 Jiri Konecny <jkonecny@redhat.com> - 33.16.10.1-1
- timezone: for kickstart allow also timezones not offered by GUI (rvykydal) - timezone: for kickstart allow also timezones not offered by GUI (rvykydal)
Resolves: RHEL-13151 Resolves: RHEL-13151

Loading…
Cancel
Save