Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package monitoring-plugins-repomd for
openSUSE:Factory checked in at 2021-08-06 22:45:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/monitoring-plugins-repomd (Old)
and /work/SRC/openSUSE:Factory/.monitoring-plugins-repomd.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "monitoring-plugins-repomd"
Fri Aug 6 22:45:10 2021 rev:6 rq:910525 version:2.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/monitoring-plugins-repomd/monitoring-plugins-repomd.changes
2019-04-30 13:05:23.429935115 +0200
+++
/work/SRC/openSUSE:Factory/.monitoring-plugins-repomd.new.1899/monitoring-plugins-repomd.changes
2021-08-06 22:45:48.813960675 +0200
@@ -1,0 +2,5 @@
+Fri Jul 30 17:48:42 CEST 2021 - [email protected]
+
+- use "-L" option for curl to follow redirects
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ monitoring-plugins-repomd.spec ++++++
--- /var/tmp/diff_new_pack.DvGXxb/_old 2021-08-06 22:45:49.189960007 +0200
+++ /var/tmp/diff_new_pack.DvGXxb/_new 2021-08-06 22:45:49.193960000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package monitoring-plugins-repomd
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,7 @@
Group: System/Monitoring
Version: 2.1
Release: 0
-Url: http://en.opensuse.org/%{name}
+URL: http://en.opensuse.org/%{name}
Source0: check_repomd
Source1: usr.lib.nagios.plugins.check_repomd
Requires: bash
@@ -47,7 +47,6 @@
-u <url_to_repomd.xml> : please enter the full URL to the repomd.xml file
-o <days> : days unless a repomd.xml file is handled as outdated
(default: 30)
-
%prep
%build
++++++ check_repomd ++++++
--- /var/tmp/diff_new_pack.DvGXxb/_old 2021-08-06 22:45:49.213959964 +0200
+++ /var/tmp/diff_new_pack.DvGXxb/_new 2021-08-06 22:45:49.213959964 +0200
@@ -104,7 +104,7 @@
RESULTFILE=$($MKTEMP /tmp/check_repomd-XXXXXX)
-$CURL -s $URL -o "$RESULTFILE" 2>&1
+$CURL -L -s $URL -o "$RESULTFILE" 2>&1
CURL_EXIT="$?"
if [ x"$CURL_EXIT" != "x0" ]; then