More Debranding

i8-beta-stream-1.24
Arkady L. Shane 5 months ago
parent 0cfc5add30
commit 7be5e06260
Signed by: tigro
GPG Key ID: 1EC08A25C9DB2503

@ -7,7 +7,7 @@
<style type="text/css">
/*<![CDATA[*/
body {
background-color: #8ec07c;
background-color: #fff;
color: #000;
font-size: 0.9em;
font-family: sans-serif,helvetica;
@ -111,9 +111,9 @@
alt="[ Powered by nginx ]"
width="121" height="32" /></a>
<a href="https://www.msvsphere-os.ru/"><img
src="icons/poweredby.png"
src="poweredby.png"
alt="[ Powered by MSVSphere ]"
width="294" height="31" /></a>
width="163" height="32" /></a>
</div>
</div>
</body>

@ -7,7 +7,7 @@
<style type="text/css">
/*<![CDATA[*/
body {
background-color: #8ec07c;
background-color: #fff;
color: #000;
font-size: 0.9em;
font-family: sans-serif,helvetica;
@ -111,9 +111,9 @@
alt="[ Powered by nginx ]"
width="121" height="32" /></a>
<a href="https://www.msvsphere-os.ru/"><img
src="icons/poweredby.png"
src="poweredby.png"
alt="[ Powered by MSVSphere ]"
width="294" height="31" /></a>
width="163" height="32" /></a>
</div>
</div>
</body>

@ -100,6 +100,8 @@ Requires: nginx-mimetypes
%endif
Provides: webserver
Requires: system-logos-httpd
BuildRequires: systemd
Requires(post): systemd
Requires(preun): systemd
@ -343,14 +345,11 @@ install -p -d -m 0755 %{buildroot}%{nginx_moduledir}
install -p -m 0644 ./nginx.conf \
%{buildroot}%{_sysconfdir}/nginx
rm -f %{buildroot}%{_datadir}/nginx/html/index.html
ln -s ../../testpage/index.html \
%{buildroot}%{_datadir}/nginx/html/index.html
install -p -m 0644 %{SOURCE102} \
%{buildroot}%{_datadir}/nginx/html
pushd %{buildroot}%{_datadir}/nginx/html/
ln -s ../../pixmaps/test-page-background.png .
ln -sf ../../testpage/index.html .
popd
ln -s nginx-logo.png %{buildroot}%{_datadir}/nginx/html/poweredby.png
mkdir -p %{buildroot}%{_datadir}/nginx/html/icons
@ -552,9 +551,6 @@ fi
* Fri Aug 16 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 1:1.24.0-1.inferit
- Debranding
* Wed Apr 03 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1:1.24.0-1
- Rebuilt for MSVSphere 8.10 beta
* Thu Jan 18 2024 Luboš Uhliarik <luhliari@redhat.com> - 1:1.24.0-1
- Resolves: RHEL-14714 - add nginx:1.24 to RHEL 8.10

Loading…
Cancel
Save