summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-08-01 14:02:37 +0000
committerCoprDistGit <infra@openeuler.org>2024-08-01 14:02:37 +0000
commit478717dd826fb383314d81af0cc9b57a05bd965c (patch)
tree1309d3343a36ee2eb354e9308ccf375c85617b92
parentb2a272684098f41cee125ef009c1c41054ea9e53 (diff)
automatic import of centos-indexhtmlopeneuler24.03_LTSopeneuler23.09
-rw-r--r--.gitignore1
-rw-r--r--centos-indexhtml.spec41
-rw-r--r--sources1
3 files changed, 43 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..538ea67 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/centos-indexhtml-9.3.tar.gz
diff --git a/centos-indexhtml.spec b/centos-indexhtml.spec
new file mode 100644
index 0000000..70d4535
--- /dev/null
+++ b/centos-indexhtml.spec
@@ -0,0 +1,41 @@
+Summary: Browser default start page for CentOS
+Name: centos-indexhtml
+Version: 9.3
+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 Nov 19 2021 Carl George <carl@george.computer> - 9.3-1
+- Latest upstream
+- Resolves: rhbz#2015275
+
+* Wed Mar 3 2021 Michal Konecny <mkonecny@redhat.com> 9.0-0
+- Update for CentOS 9 Stream
+
+* Sun Apr 28 2019 Alain Reguera Delgado <alain.reguera@gmail.com> 8.0-0
+- Roll in CentOS artwork based on CentOS Artistic Motif Sketch 4
+
+* Sun Jun 29 2014 Johnny Hughes <johnny@centos.org> 7-9.el7.centos
+- Add en-US directory
+
+* Fri May 16 2014 Johnny Hughes <johnny@centos.org> 7-8.el7.centos
+- Roll in CentOS Branding
diff --git a/sources b/sources
new file mode 100644
index 0000000..bbfc44a
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+bce18cdfdae4f3911a91f68237415891 centos-indexhtml-9.3.tar.gz