Compare commits

..

5 Commits
a8 ... a10

Author SHA1 Message Date
Sofia Boldyreva
414d70d73d Updated index.html 2024-11-06 18:27:33 +01:00
295d4be2c7 Update for AlmaLinux 10 2024-08-12 12:48:48 +03:00
Andrew Lukoshko
87565de6da Merge pull request 'Revise AlmaLinux description not to hostile towards CentOS' (#1) from metalefty/almalinux-indexhtml:a9 into a9
Reviewed-on: #1
2023-05-09 18:21:44 +00:00
11ae660a0f Revise AlmaLinux description not to hostile towards CentOS
The new description comes from almalinux.org website.

Closes:	https://bugs.almalinux.org/view.php?id=288
2023-04-06 15:20:31 +09:00
a07bf4b2e4 Update for AlmaLinux 9 2022-04-11 15:30:49 +00:00
4 changed files with 142 additions and 7 deletions

View File

@ -1 +0,0 @@
5b8a27d973ac56d891fad39a84fd525ffa9ccbb6 SOURCES/almalinux-indexhtml-8-7.1.tar.gz

View File

@ -1,8 +1,8 @@
Name: almalinux-indexhtml
Version: 8
Release: 7.1%{?dist}
Version: 10
Release: 2%{?dist}
Summary: Browser default start page for AlmaLinux
Source: %{name}-%{version}-7.1.tar.gz
Source0: index.html
License: Distributable
Group: Documentation
BuildArch: noarch
@ -21,19 +21,32 @@ 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 -n HTML
%setup -q -c -T
%build
%install
mkdir -p $RPM_BUILD_ROOT/%{_defaultdocdir}/HTML
cp -a . $RPM_BUILD_ROOT/%{_defaultdocdir}/HTML/
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
* 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

123
index.html Normal file

File diff suppressed because one or more lines are too long

0
sources Normal file
View File