Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package skelcd-control-openSUSE for
openSUSE:Leap:15.3 checked in at 2021-04-21 18:26:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.3/skelcd-control-openSUSE (Old)
and /work/SRC/openSUSE:Leap:15.3/.skelcd-control-openSUSE.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "skelcd-control-openSUSE"
Wed Apr 21 18:26:17 2021 rev:7 rq: version:15.3.2
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.3/skelcd-control-openSUSE/skelcd-control-openSUSE-promo.changes
2021-04-15 14:19:26.939858450 +0200
+++
/work/SRC/openSUSE:Leap:15.3/.skelcd-control-openSUSE.new.12324/skelcd-control-openSUSE-promo.changes
2021-04-21 18:26:17.691808499 +0200
@@ -1,0 +2,6 @@
+Wed Apr 21 16:25:45 UTC 2021 - Yuchen Lin <[email protected]>
+
+- Add repo-debug-update repo to control file
+ * Added add-repo-debug-update.patch
+
+-------------------------------------------------------------------
---
/work/SRC/openSUSE:Leap:15.3/skelcd-control-openSUSE/skelcd-control-openSUSE.changes
2021-04-15 14:19:26.991858528 +0200
+++
/work/SRC/openSUSE:Leap:15.3/.skelcd-control-openSUSE.new.12324/skelcd-control-openSUSE.changes
2021-04-21 18:26:17.735808563 +0200
@@ -1,0 +2,6 @@
+Wed Apr 21 16:25:06 UTC 2021 - Yuchen Lin <[email protected]>
+
+- Add repo-debug-update repo to control file
+ * Added add-repo-debug-update.patch
+
+-------------------------------------------------------------------
New:
----
add-repo-debug-update.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ skelcd-control-openSUSE-promo.spec ++++++
--- /var/tmp/diff_new_pack.VrsOVy/_old 2021-04-21 18:26:18.079809064 +0200
+++ /var/tmp/diff_new_pack.VrsOVy/_new 2021-04-21 18:26:18.083809071 +0200
@@ -36,6 +36,8 @@
Source: skelcd-control-openSUSE-%{version}.tar.bz2
# we do not distribute it, but need to have it here, otherwise build service
checks complain
Source99: README.md
+# PATCH-FIX-OPENSUSE add repo-debug-update to control file for the time being
+Patch0: add-repo-debug-update.patch
# xmllint
BuildRequires: libxml2-tools
# xsltproc
@@ -104,6 +106,7 @@
%prep
%setup -q -n skelcd-control-openSUSE-%{version}
+%patch0 -p1
%build
make %{?_smp_mflags} -C control
++++++ skelcd-control-openSUSE.spec ++++++
--- /var/tmp/diff_new_pack.VrsOVy/_old 2021-04-21 18:26:18.107809106 +0200
+++ /var/tmp/diff_new_pack.VrsOVy/_new 2021-04-21 18:26:18.107809106 +0200
@@ -36,6 +36,8 @@
Source: skelcd-control-openSUSE-%{version}.tar.bz2
# we do not distribute it, but need to have it here, otherwise build service
checks complain
Source99: README.md
+# PATCH-FIX-OPENSUSE add repo-debug-update to control file for the time being
+Patch0: add-repo-debug-update.patch
# xmllint
BuildRequires: libxml2-tools
# xsltproc
@@ -104,6 +106,7 @@
%prep
%setup -q -n skelcd-control-openSUSE-%{version}
+%patch0 -p1
%build
make %{?_smp_mflags} -C control
++++++ add-repo-debug-update.patch ++++++
--- a/control/control.openSUSE.xml
+++ b/control/control.openSUSE.xml
@@ -136,6 +136,12 @@ textdomain="control"
<name>Debug Repository</name>
<enabled config:type="boolean">false</enabled>
</extra_url>
+ <extra_url>
+
<baseurl>http://download.opensuse.org/debug/update/leap/$releasever/oss/</baseurl>
+ <alias>repo-debug-update</alias>
+ <name>Update Repository (Debug)</name>
+ <enabled config:type="boolean">false</enabled>
+ </extra_url>
<extra_url>
<baseurl>http://download.opensuse.org/debug/distribution/leap/$releasever/repo/non-oss/</baseurl>
<alias>repo-debug-non-oss</alias>