Hello community,

here is the log from the commit of package rmt-server for openSUSE:Factory 
checked in at 2019-01-21 10:57:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rmt-server (Old)
 and      /work/SRC/openSUSE:Factory/.rmt-server.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rmt-server"

Mon Jan 21 10:57:46 2019 rev:17 rq:666467 version:1.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/rmt-server/rmt-server.changes    2018-12-07 
14:40:23.574700044 +0100
+++ /work/SRC/openSUSE:Factory/.rmt-server.new.28833/rmt-server.changes 
2019-01-21 10:58:13.891440756 +0100
@@ -1,0 +2,32 @@
+Tue Jan 15 14:32:07 UTC 2019 - hschm...@suse.com
+
+- Cut version 1.1.1 
+
+-------------------------------------------------------------------
+Tue Jan  8 14:37:20 UTC 2019 - hschm...@suse.com
+
+- Fix some migration problems which caused some extensions / modules
+  to be dropped. (bsc#1118584, bsc#1118579)
+
+-------------------------------------------------------------------
+Tue Dec 11 17:04:00 UTC 2018 - tmunta...@suse.com
+
+- Fix listing of enabled for mirroring for non-mirrored products. (bsc#1102193)
+
+-------------------------------------------------------------------
+Tue Dec 11 14:48:27 UTC 2018 - sko...@suse.com
+
+- Include online migration paths into offline migration (bsc#1117106)
+
+-------------------------------------------------------------------
+Tue Dec 11 10:42:33 UTC 2018 - sko...@suse.com
+
+- Sync products that do not have base product (bsc#1109307)
+
+-------------------------------------------------------------------
+Fri Dec 7 15:39:00 UTC 2018 - tmunta...@suse.com
+
+- Repository table using context relevant values instead of true and
+  false.
+
+-------------------------------------------------------------------

Old:
----
  rmt-server-1.1.0.tar.bz2

New:
----
  rmt-server-1.1.1.tar.bz2

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

Other differences:
------------------
++++++ rmt-server.spec ++++++
--- /var/tmp/diff_new_pack.VtMd3G/_old  2019-01-21 10:58:14.883439461 +0100
+++ /var/tmp/diff_new_pack.VtMd3G/_new  2019-01-21 10:58:14.883439461 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rmt-server
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -26,7 +26,7 @@
 %define is_sle_12_family 1
 %endif
 Name:           rmt-server
-Version:        1.1.0
+Version:        1.1.1
 Release:        0
 Summary:        Repository mirroring tool and registration proxy for SCC
 License:        GPL-2.0-or-later
@@ -116,6 +116,7 @@
 mkdir -p %{buildroot}%{lib_dir}
 mkdir -p %{buildroot}%{app_dir}
 mkdir -p %{buildroot}%{conf_dir}/ssl
+mkdir -p %{buildroot}%{data_dir}/regsharing
 
 mv tmp %{buildroot}%{data_dir}
 mkdir %{buildroot}%{data_dir}/public
@@ -146,11 +147,15 @@
 install -m 444 %{SOURCE9} %{buildroot}%{_unitdir}
 install -m 444 %{SOURCE10} %{buildroot}%{_unitdir}
 install -m 444 %{SOURCE11} %{buildroot}%{_unitdir}
+install -m 444 
engines/registration_sharing/package/rmt-server-regsharing.service 
%{buildroot}%{_unitdir}
+install -m 444 
engines/registration_sharing/package/rmt-server-regsharing.timer 
%{buildroot}%{_unitdir}
+
 mkdir -p %{buildroot}%{_sbindir}
 ln -fs %{_sbindir}/service %{buildroot}%{_sbindir}/rcrmt-server
 ln -fs %{_sbindir}/service %{buildroot}%{_sbindir}/rcrmt-server-migration
 ln -fs %{_sbindir}/service %{buildroot}%{_sbindir}/rcrmt-server-mirror
 ln -fs %{_sbindir}/service %{buildroot}%{_sbindir}/rcrmt-server-sync
+ln -fs %{_sbindir}/service %{buildroot}%{_sbindir}/rcrmt-server-regsharing
 
 mkdir -p %{buildroot}%{_sysconfdir}
 mv %{_builddir}/rmt.conf %{buildroot}%{_sysconfdir}/rmt.conf
@@ -242,9 +247,15 @@
 %files pubcloud
 %attr(-,%{rmt_user},%{rmt_group}) %{app_dir}/engines/
 %dir %{_sysconfdir}/nginx/rmt-auth.d/
+%dir %attr(-,%{rmt_user},%{rmt_group}) %{data_dir}/regsharing
+%exclude %{app_dir}/engines/registration_sharing/package/
 %config(noreplace) %{_sysconfdir}/nginx/rmt-auth.d/auth-handler.conf
 %config(noreplace) %{_sysconfdir}/nginx/rmt-auth.d/auth-location.conf
 
+%{_sbindir}/rcrmt-server-regsharing
+%{_unitdir}/rmt-server-regsharing.service
+%{_unitdir}/rmt-server-regsharing.timer
+
 %pre
 getent group %{rmt_group} >/dev/null || %{_sbindir}/groupadd -r %{rmt_group}
 getent passwd %{rmt_user} >/dev/null || \
@@ -279,4 +290,16 @@
 %postun
 %service_del_postun rmt-server.target rmt-server.service 
rmt-server-migration.service rmt-server-mirror.service rmt-server-sync.service
 
+%pre pubcloud
+%service_add_pre rmt-server-regsharing.service
+
+%post pubcloud
+%service_add_post rmt-server-regsharing.service
+
+%preun pubcloud
+%service_del_preun rmt-server-regsharing.service
+
+%postun pubcloud
+%service_del_postun rmt-server-regsharing.service
+
 %changelog

++++++ rmt-cli.8.gz ++++++
--- /var/tmp/diff_new_pack.VtMd3G/_old  2019-01-21 10:58:14.963439358 +0100
+++ /var/tmp/diff_new_pack.VtMd3G/_new  2019-01-21 10:58:14.967439352 +0100
@@ -1,7 +1,7 @@
 .\" generated with Ronn/v0.7.3
 .\" http://github.com/rtomayko/ronn/tree/0.7.3
 .
-.TH "RMT\-CLI" "8" "December 2018" "" "RMT"
+.TH "RMT\-CLI" "8" "January 2019" "" "RMT"
 .
 .SH "NAME"
 \fBrmt\-cli\fR \- control and configure your RMT server

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


Reply via email to