Hello community,

here is the log from the commit of package rmt-server for openSUSE:Factory 
checked in at 2018-09-19 14:30:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rmt-server (Old)
 and      /work/SRC/openSUSE:Factory/.rmt-server.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rmt-server"

Wed Sep 19 14:30:05 2018 rev:14 rq:636372 version:1.0.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/rmt-server/rmt-server.changes    2018-08-31 
10:44:31.807208686 +0200
+++ /work/SRC/openSUSE:Factory/.rmt-server.new/rmt-server.changes       
2018-09-19 14:32:06.603354447 +0200
@@ -7,0 +8 @@
+- Nginx forwards to IPv4 address only (bsc#1107100)

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

Other differences:
------------------
++++++ rmt-server.spec ++++++
--- /var/tmp/diff_new_pack.podHiP/_old  2018-09-19 14:32:08.143353401 +0200
+++ /var/tmp/diff_new_pack.podHiP/_new  2018-09-19 14:32:08.155353393 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define app_dir %{_datadir}/rmt/
-%define lib_dir %{_libdir}/rmt/
-%define data_dir %{_localstatedir}/lib/rmt/
+%define app_dir %{_datadir}/rmt
+%define lib_dir %{_libdir}/rmt
+%define data_dir %{_localstatedir}/lib/rmt
 %define conf_dir %{_sysconfdir}/rmt
 %define rmt_user    _rmt
 %define rmt_group   nginx
@@ -31,7 +31,7 @@
 Summary:        Repository mirroring tool and registration proxy for SCC
 License:        GPL-2.0-or-later
 Group:          Productivity/Networking/Web/Proxy
-Url:            https://software.opensuse.org/package/rmt-server
+URL:            https://software.opensuse.org/package/rmt-server
 Source0:        %{name}-%{version}.tar.bz2
 Source1:        rmt-server-rpmlintrc
 Source2:        rmt.conf
@@ -102,14 +102,12 @@
 mkdir -p %{buildroot}%{data_dir}
 mkdir -p %{buildroot}%{lib_dir}
 mkdir -p %{buildroot}%{app_dir}
-mkdir -p %{buildroot}%{conf_dir}
-mkdir -p %{buildroot}/var/lib/rmt
+mkdir -p %{buildroot}%{conf_dir}/ssl
 
 mv tmp %{buildroot}%{data_dir}
 mkdir %{buildroot}%{data_dir}/public
 mv public/repo %{buildroot}%{data_dir}/public/
 mv vendor %{buildroot}%{lib_dir}
-mv ssl %{buildroot}%{conf_dir}
 
 cp -ar . %{buildroot}%{app_dir}
 ln -s %{data_dir}/tmp %{buildroot}%{app_dir}/tmp
@@ -234,9 +232,9 @@
 
 # Run only on upgrade
 if [ $1 -eq 2 ]; then
-  if [ -d %{app_dir}/ssl ]; then
+  if [ -f %{app_dir}/ssl/rmt-ca.crt ]; then
     mv %{app_dir}/ssl/* %{conf_dir}/ssl
-    echo "RMT ssl configuration has been moved to a new place. New place is: 
%{conf_dir}/ssl"
+    echo "RMT SSL configuration has been moved to a new location: 
%{conf_dir}/ssl"
   fi
   if [ -f %{app_dir}/config/system_uuid ]; then
     mv %{app_dir}/config/system_uuid /var/lib/rmt/system_uuid

++++++ nginx-https.conf ++++++
--- /var/tmp/diff_new_pack.podHiP/_old  2018-09-19 14:32:08.243353333 +0200
+++ /var/tmp/diff_new_pack.podHiP/_new  2018-09-19 14:32:08.243353333 +0200
@@ -1,5 +1,5 @@
 upstream rmt {
-    server localhost:4224;
+    server 127.0.0.1:4224;
 }
 
 server {

++++++ rmt-cli.8.gz ++++++

++++++ rmt-server-1.0.6.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/rmt-server/rmt-server-1.0.6.tar.bz2 
/work/SRC/openSUSE:Factory/.rmt-server.new/rmt-server-1.0.6.tar.bz2 differ: 
char 11, line 1


Reply via email to