diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-01 14:02:37 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-01 14:02:37 +0000 |
commit | 478717dd826fb383314d81af0cc9b57a05bd965c (patch) | |
tree | 1309d3343a36ee2eb354e9308ccf375c85617b92 /centos-indexhtml.spec | |
parent | b2a272684098f41cee125ef009c1c41054ea9e53 (diff) |
automatic import of centos-indexhtmlopeneuler24.03_LTSopeneuler23.09
Diffstat (limited to 'centos-indexhtml.spec')
-rw-r--r-- | centos-indexhtml.spec | 41 |
1 files changed, 41 insertions, 0 deletions
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 |