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 2022-02-15 23:57:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rmt-server (Old)
 and      /work/SRC/openSUSE:Factory/.rmt-server.new.1956 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rmt-server"

Tue Feb 15 23:57:44 2022 rev:49 rq:955055 version:2.7.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/rmt-server/rmt-server.changes    2021-11-20 
02:40:29.468512685 +0100
+++ /work/SRC/openSUSE:Factory/.rmt-server.new.1956/rmt-server.changes  
2022-02-15 23:58:11.096362396 +0100
@@ -2 +2 @@
-Wed Nov 17 16:07:19 UTC 2021 - Jes??s Berm??dez Vel??zquez <jesus...@suse.com>
+Mon Jan 31 08:40:26 UTC 2022 - Dominique Leuenberger <dims...@opensuse.org>
@@ -4,4 +4 @@
-PubCloud:
-- Update the way allowed paths are checked
-  SUMA requested a new feature where it is possible to validate
-  all versions of the same product and arch (that are allowed to that system)
+- Fix build using ruby 3.x (boo#1195318).
@@ -10 +7 @@
-Fri Nov 12 16:44:46 UTC 2021 - Jes??s Berm??dez Vel??zquez <jesus...@suse.com>
+Thu Jan 27 15:03:58 UTC 2022 - Natnael Getahun<ngeta...@suse.com>
@@ -12,3 +9,2 @@
-PubCloud:
-- De-register BYOS systems using RMT as a proxy from SCC
-- De-activate a single product from a BYOS proxy system
+- Version 2.7.1
+- Remove products with a negative ID during migration
@@ -16,2 +12,3 @@
--------------------------------------------------------------------
-Thu Nov 11 12:20:55 UTC 2021 - Jes??s Berm??dez Vel??zquez <jesus...@suse.com>
+- Changes to RMT/connect API: RMT returns HTTP status code 422 whenever a 
system
+  tries to register/activate a product with an expired subscription.
+- Mirror metadata retry. This fixes bsc#1188578
@@ -19,0 +17,5 @@
+- Update the way allowed paths are checked
+  SUMA requested a new feature where it is possible to validate
+  all versions of the same product and arch (that are allowed to that system)
+- De-register BYOS systems using RMT as a proxy from SCC
+- De-activate a single product from a BYOS proxy system

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

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

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

Other differences:
------------------
++++++ rmt-server.spec ++++++
--- /var/tmp/diff_new_pack.Q10lUA/_old  2022-02-15 23:58:11.572363710 +0100
+++ /var/tmp/diff_new_pack.Q10lUA/_new  2022-02-15 23:58:11.576363721 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rmt-server
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -29,7 +29,7 @@
 %define ruby_version          %{rb_default_ruby_suffix}
 
 Name:           rmt-server
-Version:        2.7.0
+Version:        2.7.2
 Release:        0
 Summary:        Repository mirroring tool and registration proxy for SCC
 License:        GPL-2.0-or-later
@@ -62,8 +62,8 @@
 Requires(post): timezone
 Requires(post): util-linux
 Conflicts:      yast2-rmt < 1.0.3
-Recommends:     yast2-rmt >= 1.3.0
 Recommends:     rmt-server-config
+Recommends:     yast2-rmt >= 1.3.0
 # Does not build for i586 and s390 and is not supported on those architectures
 ExcludeArch:    %{ix86} s390
 %{systemd_ordering}
@@ -208,7 +208,7 @@
 find %{buildroot}%{lib_dir} "(" -name "*.c" -o -name "*.h" -o -name .keep ")" 
-delete
 find %{buildroot}%{app_dir} -name .keep -delete
 find %{buildroot}%{data_dir} -name .keep -delete
-rm -r  %{buildroot}%{lib_dir}/vendor/bundle/ruby/2.*.0/cache
+rm -r  %{buildroot}%{lib_dir}/vendor/bundle/ruby/[23].*.0/cache
 rm -rf %{buildroot}%{lib_dir}/vendor/cache
 rm -rf %{buildroot}%{lib_dir}/vendor/bundle/ruby/*/gems/*/doc
 rm -rf %{buildroot}%{lib_dir}/vendor/bundle/ruby/*/gems/*/examples
@@ -338,7 +338,8 @@
 %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
 
 %posttrans config
-/usr/bin/systemctl reload nginx.service
+# Don't fail if either systemd or nginx are not running
+/usr/bin/systemctl try-reload-or-restart nginx.service || true
 
 %pre pubcloud
 %service_add_pre rmt-server-regsharing.service rmt-server-trim-cache.service

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

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

Reply via email to