INF-1031: Clean up everything

i8 changed/i8/sphere-indexhtml-8-7.el8.1
Arkady L. Shane 11 months ago
parent 8059808973
commit 5399eeeb4d
Signed by: tigro
GPG Key ID: 1EC08A25C9DB2503

@ -0,0 +1,54 @@
From 9a43ec0c40fd5a7e5769d75e31df5ce9223b8b49 Mon Sep 17 00:00:00 2001
From: tigro <tigro@msvsphere-os.ru>
Date: Tue, 26 Dec 2023 17:45:46 +0300
Subject: [PATCH] INF-1031: Clean up everything
---
ru-RU/index.html | 20 ++------------------
1 file changed, 2 insertions(+), 18 deletions(-)
diff --git a/ru-RU/index.html b/ru-RU/index.html
index a1f1542..ae47fb2 100644
--- a/ru-RU/index.html
+++ b/ru-RU/index.html
@@ -1,35 +1,19 @@
<!DOCTYPE html>
<html lang="ru">
<head>
- <title>МСВСфера ОС</title>
+ <title>Добро пожаловать</title>
<meta charset="UTF-8"/>
<link rel="icon" type="image/svg+xml" href="../common/images/favicon.svg"/>
<link rel="stylesheet" href="../common/css/sphere.css">
</head>
<body>
- <div class="container">
- <div class="row">
- <div class="column header-logo">
- <img class="sphere-banner" src="../common/images/banner-platform-msvsphere.png"/>
- </div>
- </div>
-
<div class="row">
<div class="column column-50 column-offset-25">
<p>
- <b>ОС МСВСфера</b> операционная система общего назначения на основе ядра GNU/Linux.
- </p>
- <p>
- Российское решение, включено в Реестр отечественного ПО.
- ОС МСВСфера является альтернативой зарубежным операционным системам класса
- Enterprise Linux, таким как RHEL, Oracle Linux, AlmaLinux, Rocky Linux и CentOS.
- </p>
- <p>
- Для получения дополнительной информации посетите <a href="https://msvsphere-os.ru/">сайт о продукте</a>.
+ Добро пожаловать, задайте желаемый сетевой адрес.
</p>
</div>
</div>
- </div>
</body>
</html>
--
2.43.0

@ -1,15 +1,16 @@
Name: sphere-indexhtml
Version: 8
Release: 7%{?dist}
Release: 7%{?dist}.1
Summary: Browser default start page for MSVSphere
Source: %{name}-%{version}-7.tar.gz
Patch0: 0001-INF-1031-Clean-up-everything.patch
License: Distributable
URL: https://msvsphere-os.ru/
Group: Documentation
BuildArch: noarch
Obsoletes: redhat-indexhtml
Obsoletes: centos-indexhtml
Obsoletes: redhat-indexhtml < %{version}-%{release}
Obsoletes: centos-indexhtml < %{version}-%{release}
Provides: redhat-indexhtml
Provides: centos-indexhtml
@ -23,6 +24,7 @@ software and how to get any support that you might need.
%prep
%setup -q -n HTML
%patch0 -p1
%build
@ -35,5 +37,8 @@ cp -a . $RPM_BUILD_ROOT/%{_defaultdocdir}/HTML/
%{_defaultdocdir}/HTML/*
%changelog
* Thu Jul 11 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 8-7.1
- INF-1031 Clean up everything
* Fri Dec 22 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 8-7
- Merge from MSVSphere 9.3

Loading…
Cancel
Save