commit ea83eb43d06204311022f2a4bb0ab8267ae46e7e Author: Sofia Boldyreva Date: Fri Nov 22 11:33:18 2024 +0100 Update for AlmaLinux 10 diff --git a/almalinux-indexhtml.spec b/almalinux-indexhtml.spec new file mode 100644 index 0000000..81d36ad --- /dev/null +++ b/almalinux-indexhtml.spec @@ -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 - 10-3 +- Update index.html to fix link on the logo. + +* Wed Nov 06 2024 Sofia Boldyreva - 10-2 +- Updated index.html + +* Fri Aug 09 2024 Andrew Lukoshko - 10-1 +- Update for AlmaLinux 10 + +* Thu Apr 06 2023 Koichiro Iwao - 9-2 +- Revise AlmaLinux description not to hostile towards CentOS + +* Tue Mar 22 2022 Eduard Abdullin - 9-1 +- Update for AlmaLinux 9 + +* Tue Jun 08 2021 Andrei Lukoshko - 8-7.1 +- Update tarball + +* Wed Jan 20 2021 Anatholy Scryabin - 8-7 +- Initial build for AlmaLinux diff --git a/index.html b/index.html new file mode 100644 index 0000000..0dabf63 --- /dev/null +++ b/index.html @@ -0,0 +1,130 @@ + + + + + + Welcome to AlmaLinux + + + + +
+
+
+ +
+

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/sources b/sources new file mode 100644 index 0000000..e69de29