Hello community, here is the log from the commit of package rmt-server for openSUSE:Factory checked in at 2019-07-13 13:49:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rmt-server (Old) and /work/SRC/openSUSE:Factory/.rmt-server.new.4615 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rmt-server" Sat Jul 13 13:49:17 2019 rev:23 rq:714638 version:2.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/rmt-server/rmt-server.changes 2019-07-11 13:14:37.310843280 +0200 +++ /work/SRC/openSUSE:Factory/.rmt-server.new.4615/rmt-server.changes 2019-07-13 14:00:35.434894458 +0200 @@ -1,0 +2,14 @@ +Fri Jul 5 10:36:48 UTC 2019 - Ivan Kapelyukhin <[email protected]> + +- Version 2.3.1 +- Fix mirroring logic when errors are encountered (bsc#1140492) +- Refactor RMT::Mirror to download metadata/licenses in parallel + +------------------------------------------------------------------- +Mon Jul 1 11:36:11 UTC 2019 - Ivan Kapelyukhin <[email protected]> + +- Version 2.3.0 +- Check repo metadata GPG signatures during mirroring (bsc#1132690) +- Add rmt-server-config subpackage with nginx configs (fate#327816, bsc#1136081) + +------------------------------------------------------------------- @@ -16 +30 @@ -- Fix create UUID when system_uuid file empty +- Fix create UUID when system_uuid file empty (bsc#1138316) @@ -46 +60 @@ -- Updated dependency nokogiri to 1.10.3 (CVE-2019-11068) +- Updated dependency nokogiri to 1.10.3 (CVE-2019-11068: bsc#1132160) @@ -79 +93 @@ -- Updated rails to version 5.1.6.2 (CVE-2019-5419) +- Updated rails to version 5.1.6.2 (CVE-2019-5419: bsc#1129271) Old: ---- rmt-server-2.2.1.tar.bz2 New: ---- rmt-server-2.3.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rmt-server.spec ++++++ --- /var/tmp/diff_new_pack.OwSl0l/_old 2019-07-13 14:00:37.206893917 +0200 +++ /var/tmp/diff_new_pack.OwSl0l/_new 2019-07-13 14:00:37.238893906 +0200 @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -25,7 +25,7 @@ %define ruby_version %{rb_default_ruby_suffix} Name: rmt-server -Version: 2.2.1 +Version: 2.3.1 Release: 0 Summary: Repository mirroring tool and registration proxy for SCC License: GPL-2.0-or-later @@ -46,8 +46,10 @@ BuildRequires: libxml2-devel BuildRequires: libxslt-devel BuildRequires: systemd +Requires: gpg2 Requires: mariadb Requires: nginx +Requires: rmt-server-configuration Requires(post): %{ruby_version} Requires(post): %{rubygem bundler} Requires(post): shadow @@ -55,6 +57,7 @@ Requires(post): util-linux Conflicts: yast2-rmt < 1.0.3 Recommends: yast2-rmt >= 1.0.3 +Recommends: rmt-server-config # Does not build for i586 and s390 and is not supported on those architectures ExcludeArch: %{ix86} s390 @@ -71,10 +74,22 @@ RMT supersedes the main functionality of SMT in SLES 15. +%package config +Summary: RMT default configuration +Group: Productivity/Networking/Web/Proxy +Requires: rmt-server = %version +Provides: rmt-server-configuration +Conflicts: rmt-server-configuration + +%description config +Summary: Default nginx configuration for RMT. + %package pubcloud Summary: RMT pubcloud extensions Group: Productivity/Networking/Web/Proxy Requires: rmt-server = %version +Provides: rmt-server-configuration +Conflicts: rmt-server-configuration %description pubcloud This package extends the basic RMT functionality with capabilities @@ -139,8 +154,11 @@ # nginx install -D -m 644 package/files/nginx/nginx-http.conf %{buildroot}%{_sysconfdir}/nginx/vhosts.d/rmt-server-http.conf install -D -m 644 package/files/nginx/nginx-https.conf %{buildroot}%{_sysconfdir}/nginx/vhosts.d/rmt-server-https.conf -install -D -m 644 package/files/nginx/auth-handler.conf %{buildroot}%{_sysconfdir}/nginx/rmt-auth.d/auth-handler.conf -install -D -m 644 package/files/nginx/auth-location.conf %{buildroot}%{_sysconfdir}/nginx/rmt-auth.d/auth-location.conf + +install -D -m 644 package/files/nginx-pubcloud/nginx-http.conf %{buildroot}%{_sysconfdir}/nginx/vhosts.d/rmt-server-pubcloud-http.conf +install -D -m 644 package/files/nginx-pubcloud/nginx-https.conf %{buildroot}%{_sysconfdir}/nginx/vhosts.d/rmt-server-pubcloud-https.conf +install -D -m 644 package/files/nginx-pubcloud/auth-handler.conf %{buildroot}%{_sysconfdir}/nginx/rmt-auth.d/auth-handler.conf +install -D -m 644 package/files/nginx-pubcloud/auth-location.conf %{buildroot}%{_sysconfdir}/nginx/rmt-auth.d/auth-location.conf sed -i -e '/BUNDLE_PATH: .*/cBUNDLE_PATH: "\/usr\/lib64\/rmt\/vendor\/bundle\/"' \ -e 's/^BUNDLE_JOBS: .*/BUNDLE_JOBS: "1"/' \ @@ -197,8 +215,6 @@ %dir /var/lib/rmt %dir %{_sysconfdir}/slp.reg.d %config(noreplace) %attr(0640, %{rmt_user},root) %{_sysconfdir}/rmt.conf -%config(noreplace) %{_sysconfdir}/nginx/vhosts.d/rmt-server-http.conf -%config(noreplace) %{_sysconfdir}/nginx/vhosts.d/rmt-server-https.conf %config(noreplace) %{_sysconfdir}/slp.reg.d/rmt-server.reg %{_mandir}/man8/rmt-cli.8%{?ext_man} %{_bindir}/rmt-cli @@ -221,12 +237,18 @@ %{_libdir}/rmt %{_libexecdir}/supportconfig/plugins/rmt +%files config +%config(noreplace) %{_sysconfdir}/nginx/vhosts.d/rmt-server-http.conf +%config(noreplace) %{_sysconfdir}/nginx/vhosts.d/rmt-server-https.conf + %files pubcloud %{_bindir}/rmt-test-regsharing %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/vhosts.d/rmt-server-pubcloud-http.conf +%config(noreplace) %{_sysconfdir}/nginx/vhosts.d/rmt-server-pubcloud-https.conf %config(noreplace) %{_sysconfdir}/nginx/rmt-auth.d/auth-handler.conf %config(noreplace) %{_sysconfdir}/nginx/rmt-auth.d/auth-location.conf ++++++ rmt-cli.8.gz ++++++ --- /var/tmp/diff_new_pack.OwSl0l/_old 2019-07-13 14:00:37.554893810 +0200 +++ /var/tmp/diff_new_pack.OwSl0l/_new 2019-07-13 14:00:37.574893804 +0200 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "RMT\-CLI" "8" "June 2019" "" "RMT" +.TH "RMT\-CLI" "8" "July 2019" "" "RMT" . .SH "NAME" \fBrmt\-cli\fR \- control and configure your RMT server ++++++ rmt-server-2.2.1.tar.bz2 -> rmt-server-2.3.1.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/rmt-server/rmt-server-2.2.1.tar.bz2 /work/SRC/openSUSE:Factory/.rmt-server.new.4615/rmt-server-2.3.1.tar.bz2 differ: char 11, line 1
