Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package nginx for openSUSE:Factory checked in at 2025-04-07 17:34:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nginx (Old) and /work/SRC/openSUSE:Factory/.nginx.new.1907 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nginx" Mon Apr 7 17:34:50 2025 rev:97 rq:1266982 version:1.27.4 Changes: -------- --- /work/SRC/openSUSE:Factory/nginx/nginx.changes 2025-04-02 17:05:28.245502228 +0200 +++ /work/SRC/openSUSE:Factory/.nginx.new.1907/nginx.changes 2025-04-07 17:34:53.072475414 +0200 @@ -1,0 +2,5 @@ +Thu Apr 3 23:21:51 UTC 2025 - Marcus Rueckert <mrueck...@suse.de> + +- Added nginx-man.patch to enable manpage 8 (boo#1240675). + +------------------------------------------------------------------- New: ---- nginx-man.patch BETA DEBUG BEGIN: New: - Added nginx-man.patch to enable manpage 8 (boo#1240675). BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nginx.spec ++++++ --- /var/tmp/diff_new_pack.pcS9md/_old 2025-04-07 17:34:55.452574965 +0200 +++ /var/tmp/diff_new_pack.pcS9md/_new 2025-04-07 17:34:55.468575634 +0200 @@ -46,6 +46,8 @@ Patch3: %{name}-conf.patch # PATCH-FIX-UPSTREAM nginx-aio.patch fix support for Linux AIO Patch4: %{name}-aio.patch +# PATCH-FIX-OPENSUSE nginx-man.patch install the manpage +Patch5: %{name}-man.patch BuildRequires: %{name}-macros BuildRequires: gcc-c++ BuildRequires: gpg2 @@ -188,7 +190,7 @@ %{ngx_module_dir}/ngx_http_xslt_filter_module.so %{ngx_module_dir}/ngx_mail_module.so %{ngx_module_dir}/ngx_stream_module.so -%{_mandir}/man3/%{name}.3pm* +%{_mandir}/man{3,8}/%{name}.{3pm,8}%{?ext_man} %dir /srv/www %dir /srv/www/htdocs %config(noreplace) %{_sysconfdir}/logrotate.d/%{name} ++++++ nginx-man.patch ++++++ Index: nginx-1.27.4/auto/install =================================================================== --- nginx-1.27.4.orig/auto/install +++ nginx-1.27.4/auto/install @@ -104,9 +104,11 @@ $NGX_OBJS/nginx.8: $NGX_MAN $NGX_AUTO_CO -e "s|%%ERROR_LOG_PATH%%|${NGX_ERROR_LOG_PATH:-stderr}|" \\ < $NGX_MAN > \$@ -install: build $NGX_INSTALL_PERL_MODULES +install: build $NGX_INSTALL_PERL_MODULES manpage test -d '\$(DESTDIR)$NGX_PREFIX' || mkdir -p '\$(DESTDIR)$NGX_PREFIX' + install -D -m 0644 -t '\$(DESTDIR)/usr/share/man/man8' $NGX_OBJS/nginx.8 + test -d '\$(DESTDIR)`dirname "$NGX_SBIN_PATH"`' \\ || mkdir -p '\$(DESTDIR)`dirname "$NGX_SBIN_PATH"`' test ! -f '\$(DESTDIR)$NGX_SBIN_PATH' \\