Hello community,

here is the log from the commit of package nginx for openSUSE:Factory checked 
in at 2018-02-07 18:43:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nginx (Old)
 and      /work/SRC/openSUSE:Factory/.nginx.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nginx"

Wed Feb  7 18:43:05 2018 rev:19 rq:573758 version:1.13.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/nginx/nginx.changes      2017-12-19 
10:58:54.504131189 +0100
+++ /work/SRC/openSUSE:Factory/.nginx.new/nginx.changes 2018-02-07 
18:43:08.343334727 +0100
@@ -1,0 +2,12 @@
+Wed Feb  7 15:43:27 UTC 2018 - [email protected]
+
+- Install /etc/nginx/conf.d directory for custom user configuration
+  files 
+
+-------------------------------------------------------------------
+Wed Feb  7 15:07:47 UTC 2018 - [email protected]
+
+- Install /etc/nginx/vhosts.d directory for default installation
+  to house custom virtual hosts configuration files 
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ nginx.spec ++++++
--- /var/tmp/diff_new_pack.mJ0NrG/_old  2018-02-07 18:43:09.951259441 +0100
+++ /var/tmp/diff_new_pack.mJ0NrG/_new  2018-02-07 18:43:09.955259254 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package nginx
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -285,6 +285,9 @@
   %{buildroot}%{vim_data_dir}/
 
 mkdir -p %{buildroot}%{_datadir}/nginx/
+mkdir -p %{buildroot}%{ngx_conf_dir}/vhosts.d/
+mkdir -p %{buildroot}%{ngx_conf_dir}/conf.d/
+
 chmod a+rx contrib/geo2nginx.pl
 cp -av contrib/geo2nginx.pl contrib/unicode2nginx/ \
   %{buildroot}%{_datadir}/nginx/
@@ -342,6 +345,8 @@
 
 %files
 %dir %{ngx_conf_dir}/
+%dir %{ngx_conf_dir}/vhosts.d
+%dir %{ngx_conf_dir}/conf.d
 %config(noreplace) %{ngx_conf_dir}/koi-utf
 %config(noreplace) %{ngx_conf_dir}/koi-win
 %config(noreplace) %{ngx_conf_dir}/fastcgi_params




Reply via email to