Update for AlmaLinux 10
This commit is contained in:
commit
ea83eb43d0
57
almalinux-indexhtml.spec
Normal file
57
almalinux-indexhtml.spec
Normal file
@ -0,0 +1,57 @@
|
||||
Name: almalinux-indexhtml
|
||||
Version: 10
|
||||
Release: 3%{?dist}
|
||||
Summary: Browser default start page for AlmaLinux
|
||||
Source0: index.html
|
||||
License: Distributable
|
||||
Group: Documentation
|
||||
BuildArch: noarch
|
||||
|
||||
Obsoletes: redhat-indexhtml
|
||||
Obsoletes: centos-indexhtml
|
||||
|
||||
Provides: redhat-indexhtml = %{version}-%{release}
|
||||
Provides: centos-indexhtml = %{version}-%{release}
|
||||
|
||||
%description
|
||||
The indexhtml package contains the welcome page shown by your Web browser,
|
||||
which you'll see after you've successfully installed AlmaLinux.
|
||||
|
||||
The Web page provided by indexhtml tells you how to register your AlmaLinux
|
||||
software and how to get any support that you might need.
|
||||
|
||||
%prep
|
||||
%setup -q -c -T
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
mkdir -p $RPM_BUILD_ROOT/%{_defaultdocdir}/HTML/en-US/
|
||||
install -m644 %{SOURCE0} $RPM_BUILD_ROOT/%{_defaultdocdir}/HTML/en-US/index.html
|
||||
ln -sf en-US/index.html $RPM_BUILD_ROOT/%{_defaultdocdir}/HTML/index.html
|
||||
|
||||
|
||||
%files
|
||||
%{_defaultdocdir}/HTML/*
|
||||
|
||||
%changelog
|
||||
* Thu Nov 21 2024 Sofia Boldyreva <sboldyreva@almalinux.org> - 10-3
|
||||
- Update index.html to fix link on the logo.
|
||||
|
||||
* Wed Nov 06 2024 Sofia Boldyreva <sboldyreva@almalinux.org> - 10-2
|
||||
- Updated index.html
|
||||
|
||||
* Fri Aug 09 2024 Andrew Lukoshko <alukoshko@almalinux.org> - 10-1
|
||||
- Update for AlmaLinux 10
|
||||
|
||||
* Thu Apr 06 2023 Koichiro Iwao <meta@almalinux.org> - 9-2
|
||||
- Revise AlmaLinux description not to hostile towards CentOS
|
||||
|
||||
* Tue Mar 22 2022 Eduard Abdullin <eabdullin@almalinux.org> - 9-1
|
||||
- Update for AlmaLinux 9
|
||||
|
||||
* Tue Jun 08 2021 Andrei Lukoshko <alukoshko@almalinux.org> - 8-7.1
|
||||
- Update tarball
|
||||
|
||||
* Wed Jan 20 2021 Anatholy Scryabin <ascryabin@cloudlinux.com> - 8-7
|
||||
- Initial build for AlmaLinux
|
130
index.html
Normal file
130
index.html
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user