|
|
@ -87,6 +87,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
|
|
|
@ -300,10 +302,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
|
|
|
@ -472,6 +475,9 @@ fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Aug 16 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 1:1.16.1-2.1.inferit
|
|
|
|
|
|
|
|
- More Debranding
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Dec 19 2023 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 1:1.16.1-2.1.inferit
|
|
|
|
* Tue Dec 19 2023 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 1:1.16.1-2.1.inferit
|
|
|
|
- Debranded for MSVSphere
|
|
|
|
- Debranded for MSVSphere
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|