diff --git a/.almalinux-indexhtml.metadata b/.almalinux-indexhtml.metadata deleted file mode 100644 index 8667348..0000000 --- a/.almalinux-indexhtml.metadata +++ /dev/null @@ -1 +0,0 @@ -5b63391a3132c247f00daa63c392c15bf7df0213 SOURCES/almalinux-indexhtml-9.tar.gz diff --git a/SOURCES/index.html b/SOURCES/index.html new file mode 100644 index 0000000..fea717a --- /dev/null +++ b/SOURCES/index.html @@ -0,0 +1,123 @@ + + + + + + Customized Page with Overlapping Content + + + + +
+
+
+
+ + AlmaLinux Logo + +
+
+

Welcome to AlmaLinux!

+

AlmaLinux OS is an open source, community owned and governed, forever-free enterprise Linux distribution, focused on long-term stability, providing a robust production-grade platform.

+
+
+
+ +
+
+

Thank you for choosing AlmaLinux

+

We know there are a myriad of incredible Linux distributions for you to pick from, and we are grateful you have picked AlmaLinux. We hope it serves you well!

+

Contribute to AlmaLinux OS

+

AlmaLinux OS development, infrastructure management, and overall project promotion are organized using our community chat at chat.almalinux.org. There are many ways to contribute to AlmaLinux OS - testing, quality assurance, documentation, and more. We'd love to welcome you!

+ If you are interested in contributing to AlmaLinux OS, please, visit the Contribute to the AlmaLinux OS project wiki section.

+

Report Bugs

+

Since AlmaLinux aims to be as close to Red Hat Enterprise Linux (RHEL) as possible, it should have nearly identical bugs as the version-equivalent release of RHEL. AlmaLinux recommends following an upstream first approach in order to help not just the AlmaLinux but the whole EL community.
+
We encourage AlmaLinux users to help us by filling in bug-reports. You can track and discuss all bugs on bugs.almalinux.org.

+

Learn More

+

You can find AlmaLinux OS Release Notes, Installation and ELevate Instructions, User Guides and other information on the AlmaLinux OS Wiki.

+

Help and Support

+

The AlmaLinux Worldwide Community is made up of users with diverse skill sets and experience levels who can assist and support you across a range of questions, topics, and troubleshooting technical issues. For more details, please, visit the Help and Support wiki page.

+

Community

+ AlmaLinux Community Chat
+ Bridged AlmaLinux Community Chat on IRC
+ Forums
+ SIG and Newsletter Mailing Lists
+ Reddit
+ Mastodon
+ X +

Get AlmaLinux OS

+

AlmaLinux OS provides a wide range of options for all supported architectures: ISOs, Cloud and Container images, Live Media, WSL, Raspberry Pi, Vagrant Boxes and LXD/LXC.

+ Desktop, SBC’s, hyperscale, super computing, or cloud - use it where you need it!

+ You can find a suitable option on the AlmaLinux OS Website.

+
+
+ + diff --git a/SPECS/almalinux-indexhtml.spec b/SPECS/almalinux-indexhtml.spec index 67962aa..07d7700 100644 --- a/SPECS/almalinux-indexhtml.spec +++ b/SPECS/almalinux-indexhtml.spec @@ -1,8 +1,8 @@ Name: almalinux-indexhtml Version: 9 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Browser default start page for AlmaLinux -Source: %{name}-%{version}.tar.gz +Source: index.html License: Distributable Group: Documentation BuildArch: noarch @@ -23,21 +23,24 @@ 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 - -%patch0 -p2 +%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 - 9-3 +- Added updated index.html to sources. +- Updated prep and install sections. + * Thu Apr 06 2023 Koichiro Iwao - 9-2 - Revise AlmaLinux description not to hostile towards CentOS