Compare commits

...

5 Commits
a8 ... a9

Author SHA1 Message Date
Sofia Boldyreva
7a932a04fe Fixed title and url 2024-11-06 18:23:55 +01:00
Sofia Boldyreva
c18127e9c6 Added updated index.html to sources 2024-11-06 18:15:15 +01: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 155 additions and 7 deletions

View File

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

123
SOURCES/index.html Normal file

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,13 @@
diff --git a/HTML/en-US/index.html b/HTML/en-US/index.html
index 89dad92..b775184 100644
--- a/HTML/en-US/index.html
+++ b/HTML/en-US/index.html
@@ -5,7 +5,7 @@
</head>
<body bgcolor="#FFFFFF">
<h1>Welcome to AlmaLinux</h1>
-<a href="http://www.almalinux.org/">AlmaLinux</a> is an open-source, community-driven project that intends to fill the gap left by the demise of the CentOS stable release. AlmaLinux is a 1:1 binary compatible fork of RHEL® 9 and it is built by the AlmaLinux OS Foundation as a standalone, completely free OS. We will support future RHEL® releases by updating AlmaLinux. Ongoing development efforts are governed by the members of the community.
+<a href="http://www.almalinux.org/">AlmaLinux</a> is an open-source, community owned and governed, forever-free enterprise Linux distribution, focused on long-term stability, providing a robust production-grade platform. AlmaLinux OS is 1:1 binary compatible with RHEL® and pre-Stream CentOS.
</body>
</html>

View File

@ -1,12 +1,14 @@
Name: almalinux-indexhtml Name: almalinux-indexhtml
Version: 8 Version: 9
Release: 7.1%{?dist} Release: 3%{?dist}
Summary: Browser default start page for AlmaLinux Summary: Browser default start page for AlmaLinux
Source: %{name}-%{version}-7.1.tar.gz Source: index.html
License: Distributable License: Distributable
Group: Documentation Group: Documentation
BuildArch: noarch BuildArch: noarch
Patch0: revise-description.patch
Obsoletes: redhat-indexhtml Obsoletes: redhat-indexhtml
Obsoletes: centos-indexhtml Obsoletes: centos-indexhtml
@ -21,19 +23,30 @@ The Web page provided by indexhtml tells you how to register your AlmaLinux
software and how to get any support that you might need. software and how to get any support that you might need.
%prep %prep
%setup -q -n HTML %setup -q -c -T
%build %build
%install %install
mkdir -p $RPM_BUILD_ROOT/%{_defaultdocdir}/HTML mkdir -p $RPM_BUILD_ROOT/%{_defaultdocdir}/HTML/en-US/
cp -a . $RPM_BUILD_ROOT/%{_defaultdocdir}/HTML/ 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 %files
%{_defaultdocdir}/HTML/* %{_defaultdocdir}/HTML/*
%changelog %changelog
* Wed Nov 06 2024 Sofia Boldyreva <sboldyreva@almalinux.org> - 9-3
- Added updated index.html to sources.
- Updated prep and install sections.
* 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 * Tue Jun 08 2021 Andrei Lukoshko <alukoshko@almalinux.org> - 8-7.1
- Update tarball - Update tarball