More Debranding

i8-stream-1.14 changed/i8-stream-1.14/nginx-1.14.1-9.module+el8.0.0+4108+af250afe.inferit
Arkady L. Shane 1 month ago
parent 71f81e182e
commit b91e805ff4
Signed by: tigro
GPG Key ID: 1EC08A25C9DB2503

@ -1,2 +1,2 @@
a9dc8c5b055a3f0021d09c112d27422f45dd439c SOURCES/nginx-1.14.1.tar.gz a9dc8c5b055a3f0021d09c112d27422f45dd439c SOURCES/nginx-1.14.1.tar.gz
2ec82988cd0d9b1304c95a16b28eff70f0f69abc SOURCES/poweredby.png d315ab9773e45d89d8bd443bef9b1d9b59ec9411 SOURCES/poweredby.png

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

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

@ -93,6 +93,8 @@ Requires: nginx-mimetypes
%endif %endif
Provides: webserver Provides: webserver
Requires: system-logos-httpd
BuildRequires: systemd BuildRequires: systemd
Requires(post): systemd Requires(post): systemd
Requires(preun): systemd Requires(preun): systemd
@ -316,10 +318,11 @@ install -p -d -m 0755 %{buildroot}%{_libdir}/nginx/modules
install -p -m 0644 ./nginx.conf \ install -p -m 0644 ./nginx.conf \
%{buildroot}%{_sysconfdir}/nginx %{buildroot}%{_sysconfdir}/nginx
install -p -m 0644 %{SOURCE100} \ #install -p -m 0644 %{SOURCE100} \
%{buildroot}%{_datadir}/nginx/html # %{buildroot}%{_datadir}/nginx/html
pushd %{buildroot}%{_datadir}/nginx/html/ pushd %{buildroot}%{_datadir}/nginx/html/
ln -s ../../pixmaps/test-page-background.png . ln -s ../../pixmaps/test-page-background.png .
ln -sf ../../testpage/index.html .
popd popd
install -p -m 0644 %{SOURCE101} %{SOURCE102} \ install -p -m 0644 %{SOURCE101} %{SOURCE102} \
%{buildroot}%{_datadir}/nginx/html %{buildroot}%{_datadir}/nginx/html
@ -488,6 +491,9 @@ fi
%changelog %changelog
* Fri Aug 16 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 1:1.14.1-9.inferit
- More Debranding
* Tue Dec 19 2023 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 1:1.14.1-9.inferit * Tue Dec 19 2023 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 1:1.14.1-9.inferit
- Debranded for MSVSphere - Debranded for MSVSphere
- Rebuilt for MSVSphere 8.8 - Rebuilt for MSVSphere 8.8

Loading…
Cancel
Save