From 779a08b219c53cdfff6bef4f4db19122ea64e848 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Fri, 25 Oct 2024 14:08:32 +0300 Subject: [PATCH] import centos-indexhtml-10.1-1.el10 --- .centos-indexhtml.metadata | 1 + .gitignore | 1 + SPECS/centos-indexhtml.spec | 50 +++++++++++++++++++++++++++++++++++++ 3 files changed, 52 insertions(+) create mode 100644 .centos-indexhtml.metadata create mode 100644 .gitignore create mode 100644 SPECS/centos-indexhtml.spec diff --git a/.centos-indexhtml.metadata b/.centos-indexhtml.metadata new file mode 100644 index 0000000..d26c817 --- /dev/null +++ b/.centos-indexhtml.metadata @@ -0,0 +1 @@ +ef3a885999c5949ce1a680330b528ab4c698caa7 SOURCES/centos-indexhtml-10.1.tar.gz diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e5beb1f --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/centos-indexhtml-10.1.tar.gz diff --git a/SPECS/centos-indexhtml.spec b/SPECS/centos-indexhtml.spec new file mode 100644 index 0000000..f69a335 --- /dev/null +++ b/SPECS/centos-indexhtml.spec @@ -0,0 +1,50 @@ +Summary: Browser default start page for CentOS +Name: centos-indexhtml +Version: 10.1 +Release: 1%{?dist} +URL: https://github.com/CentOS/centos-indexhtml +Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz +License: Distributable +Group: Documentation +BuildArch: noarch +Provides: redhat-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 CentOS Stream. + +%prep +%setup -q + +%install +mkdir -p %{buildroot}%{_defaultdocdir}/HTML +cp -a * %{buildroot}%{_defaultdocdir}/HTML/ + +%files +%{_defaultdocdir}/HTML/* + +%changelog +* Fri Oct 25 2024 MSVSphere Packaging Team - 10.1-1 +- Rebuilt for MSVSphere 10 + +* Thu Jun 13 2024 Troy Dawson - 10.1-1 +- Update to 10.1 + +* Tue Sep 26 2023 Troy Dawson 10.0-1 +- Update for CentOS Stream 10 + +* Fri Nov 19 2021 Carl George - 9.3-1 +- Latest upstream +- Resolves: rhbz#2015275 + +* Wed Mar 3 2021 Michal Konecny 9.0-0 +- Update for CentOS 9 Stream + +* Sun Apr 28 2019 Alain Reguera Delgado 8.0-0 +- Roll in CentOS artwork based on CentOS Artistic Motif Sketch 4 + +* Sun Jun 29 2014 Johnny Hughes 7-9.el7.centos +- Add en-US directory + +* Fri May 16 2014 Johnny Hughes 7-8.el7.centos +- Roll in CentOS Branding