Compare commits
No commits in common. "a10" and "a8" have entirely different histories.
1
.almalinux-indexhtml.metadata
Normal file
1
.almalinux-indexhtml.metadata
Normal file
@ -0,0 +1 @@
|
|||||||
|
5b8a27d973ac56d891fad39a84fd525ffa9ccbb6 SOURCES/almalinux-indexhtml-8-7.1.tar.gz
|
@ -1,8 +1,8 @@
|
|||||||
Name: almalinux-indexhtml
|
Name: almalinux-indexhtml
|
||||||
Version: 10
|
Version: 8
|
||||||
Release: 1%{?dist}
|
Release: 7.1%{?dist}
|
||||||
Summary: Browser default start page for AlmaLinux
|
Summary: Browser default start page for AlmaLinux
|
||||||
Source0: index.html
|
Source: %{name}-%{version}-7.1.tar.gz
|
||||||
License: Distributable
|
License: Distributable
|
||||||
Group: Documentation
|
Group: Documentation
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -21,29 +21,19 @@ 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 -c -T
|
%setup -q -n HTML
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p $RPM_BUILD_ROOT/%{_defaultdocdir}/HTML/en-US/
|
mkdir -p $RPM_BUILD_ROOT/%{_defaultdocdir}/HTML
|
||||||
install -m644 %{SOURCE0} $RPM_BUILD_ROOT/%{_defaultdocdir}/HTML/en-US/index.html
|
cp -a . $RPM_BUILD_ROOT/%{_defaultdocdir}/HTML/
|
||||||
ln -sf en-US/index.html $RPM_BUILD_ROOT/%{_defaultdocdir}/HTML/index.html
|
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%{_defaultdocdir}/HTML/*
|
%{_defaultdocdir}/HTML/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* 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
|
* Tue Jun 08 2021 Andrei Lukoshko <alukoshko@almalinux.org> - 8-7.1
|
||||||
- Update tarball
|
- Update tarball
|
||||||
|
|
11
index.html
11
index.html
@ -1,11 +0,0 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<title>Welcome to AlmaLinux</title>
|
|
||||||
</head>
|
|
||||||
<body bgcolor="#FFFFFF">
|
|
||||||
<h1>Welcome to AlmaLinux</h1>
|
|
||||||
<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>
|
|
Loading…
Reference in New Issue
Block a user