Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rmt-server for openSUSE:Factory 
checked in at 2024-07-05 19:46:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rmt-server (Old)
 and      /work/SRC/openSUSE:Factory/.rmt-server.new.2080 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rmt-server"

Fri Jul  5 19:46:54 2024 rev:61 rq:1185392 version:2.18

Changes:
--------
--- /work/SRC/openSUSE:Factory/rmt-server/rmt-server.changes    2024-04-19 
19:24:27.590069055 +0200
+++ /work/SRC/openSUSE:Factory/.rmt-server.new.2080/rmt-server.changes  
2024-07-05 19:52:55.550141422 +0200
@@ -1 +1,19 @@
---------------------------------------------------------------------
+-------------------------------------------------------------------
+Mon July 1 12:42:34 UTC 2024 - Adnilson Delgado <adnilson.delg...@suse.com>
+
+- Version 2.18
+  * Move temporary storage of downloaded files to the repo directory to avoid 
filling up /tmp partition. (gh:#1137)
+  * Fixes for RES7-LTSS and OL7-LTSS clients
+  * Instance Verification: re-setting the repository and registry cache path 
to the right value; update the cache scrubber paths
+
+-------------------------------------------------------------------
+Thu April 18 09:27:00 UTC 2024 - Adnilson Delgado <adnilson.delg...@suse.com>
+
+- Version 2.17 :
+  * Improve CLI mirroring summary information by adding the mirror 
repositories, the file count and size. (gh#702)
+  * Copy metadata content to repodata/ and not create a seperate subdirectory 
repodata/repodata (gh#1136)
+  * Adding Uptime tracking capability (jsc#PED-7982, jsc#PED-8018)
+  * actionpack update, fixing CVE-2024-28103 (bsc#1225997)
+  * Registry authentication host capability for public cloud
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ rmt-server.spec ++++++
--- /var/tmp/diff_new_pack.HR5bCT/_old  2024-07-05 19:52:56.066160250 +0200
+++ /var/tmp/diff_new_pack.HR5bCT/_new  2024-07-05 19:52:56.066160250 +0200
@@ -34,7 +34,7 @@
 %undefine _find_debuginfo_dwz_opts
 
 Name:           rmt-server
-Version:        2.16
+Version:        2.18
 Release:        0
 Summary:        Repository mirroring tool and registration proxy for SCC
 License:        GPL-2.0-or-later
@@ -149,6 +149,7 @@
 install -m 444 package/files/systemd/rmt-server-mirror.timer 
%{buildroot}%{_unitdir}
 install -m 444 package/files/systemd/rmt-server-sync.timer 
%{buildroot}%{_unitdir}
 install -m 444 package/files/systemd/rmt-server-systems-scc-sync.timer 
%{buildroot}%{_unitdir}
+install -m 444 package/files/systemd/rmt-uptime-cleanup.timer 
%{buildroot}%{_unitdir}
 
 install -m 444 package/files/systemd/rmt-server-mirror.service 
%{buildroot}%{_unitdir}
 install -m 444 package/files/systemd/rmt-server-sync.service 
%{buildroot}%{_unitdir}
@@ -156,6 +157,7 @@
 install -m 444 package/files/systemd/rmt-server.service %{buildroot}%{_unitdir}
 install -m 444 package/files/systemd/rmt-server.target %{buildroot}%{_unitdir}
 install -m 444 package/files/systemd/rmt-server-migration.service 
%{buildroot}%{_unitdir}
+install -m 444 package/files/systemd/rmt-uptime-cleanup.service 
%{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}
@@ -168,6 +170,7 @@
 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-systems-scc-sync
+ln -fs %{_sbindir}/service %{buildroot}%{_sbindir}/rcrmt-uptime-cleanup
 
 ln -fs %{_sbindir}/service %{buildroot}%{_sbindir}/rcrmt-server-regsharing
 ln -fs %{_sbindir}/service %{buildroot}%{_sbindir}/rcrmt-server-trim-cache
@@ -274,6 +277,7 @@
 %{_sbindir}/rcrmt-server-sync
 %{_sbindir}/rcrmt-server-mirror
 %{_sbindir}/rcrmt-server-systems-scc-sync
+%{_sbindir}/rcrmt-uptime-cleanup
 %{_unitdir}/rmt-server.target
 %{_unitdir}/rmt-server.service
 %{_unitdir}/rmt-server-migration.service
@@ -283,6 +287,8 @@
 %{_unitdir}/rmt-server-sync.timer
 %{_unitdir}/rmt-server-systems-scc-sync.service
 %{_unitdir}/rmt-server-systems-scc-sync.timer
+%{_unitdir}/rmt-uptime-cleanup.service
+%{_unitdir}/rmt-uptime-cleanup.timer
 %dir %{_datadir}/bash-completion/
 %dir %{_datadir}/bash-completion/completions/
 %{_datadir}/bash-completion/completions/rmt-cli
@@ -323,10 +329,10 @@
 getent passwd %{rmt_user} >/dev/null || \
        %{_sbindir}/useradd -g %{rmt_group} -s /bin/false -r \
        -c "user for RMT" %{rmt_user}
-%service_add_pre rmt-server.target rmt-server.service 
rmt-server-migration.service rmt-server-mirror.service rmt-server-sync.service 
rmt-server-systems-scc-sync.service
+%service_add_pre rmt-server.target rmt-server.service 
rmt-server-migration.service rmt-server-mirror.service rmt-server-sync.service 
rmt-server-systems-scc-sync.service rmt-uptime-cleanup.service
 
 %post
-%service_add_post rmt-server.target rmt-server.service 
rmt-server-migration.service rmt-server-mirror.service rmt-server-sync.service 
rmt-server-systems-scc-sync.service
+%service_add_post rmt-server.target rmt-server.service 
rmt-server-migration.service rmt-server-mirror.service rmt-server-sync.service 
rmt-server-systems-scc-sync.service rmt-uptime-cleanup.service
 
 # Run only on install
 if [ $1 -eq 1 ]; then
@@ -359,10 +365,10 @@
 fi
 
 %preun
-%service_del_preun rmt-server.target rmt-server.service 
rmt-server-migration.service rmt-server-mirror.service rmt-server-sync.service 
rmt-server-systems-scc-sync.service
+%service_del_preun rmt-server.target rmt-server.service 
rmt-server-migration.service rmt-server-mirror.service rmt-server-sync.service 
rmt-server-systems-scc-sync.service rmt-uptime-cleanup.service
 
 %postun
-%service_del_postun rmt-server.target rmt-server.service 
rmt-server-migration.service rmt-server-mirror.service rmt-server-sync.service 
rmt-server-systems-scc-sync.service
+%service_del_postun rmt-server.target rmt-server.service 
rmt-server-migration.service rmt-server-mirror.service rmt-server-sync.service 
rmt-server-systems-scc-sync.service rmt-uptime-cleanup.service
 
 %posttrans config
 # Don't fail if either systemd or nginx are not running

++++++ rmt-cli.8.gz ++++++
--- /var/tmp/diff_new_pack.HR5bCT/_old  2024-07-05 19:52:56.094161271 +0200
+++ /var/tmp/diff_new_pack.HR5bCT/_new  2024-07-05 19:52:56.102161563 +0200
@@ -1,7 +1,7 @@
 .\" generated with Ronn/v0.7.3
 .\" http://github.com/rtomayko/ronn/tree/0.7.3
 .
-.TH "RMT\-CLI" "8" "March 2024" "" "RMT"
+.TH "RMT\-CLI" "8" "December 2023" "" "RMT"
 .
 .SH "NAME"
 \fBrmt\-cli\fR \- control and configure your RMT server

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

Reply via email to