Hello community,
here is the log from the commit of package obs-service-product_converter for
openSUSE:Factory checked in at 2019-02-27 15:08:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/obs-service-product_converter (Old)
and /work/SRC/openSUSE:Factory/.obs-service-product_converter.new.28833
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "obs-service-product_converter"
Wed Feb 27 15:08:44 2019 rev:8 rq:679573 version:1.2.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/obs-service-product_converter/obs-service-product_converter.changes
2018-10-17 08:41:22.389857425 +0200
+++
/work/SRC/openSUSE:Factory/.obs-service-product_converter.new.28833/obs-service-product_converter.changes
2019-02-27 15:08:49.566398106 +0100
@@ -1,0 +2,6 @@
+Wed Jan 30 13:54:38 UTC 2019 - Adrian Schröter <[email protected]>
+
+- 1.2.0
+ * provide and require correct obsproduct:/ for pool repository
+
+-------------------------------------------------------------------
Old:
----
obs-service-product_converter-1.1.5.obscpio
New:
----
obs-service-product_converter-1.2.0.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ obs-service-product_converter.spec ++++++
--- /var/tmp/diff_new_pack.nvnwSr/_old 2019-02-27 15:08:50.370397862 +0100
+++ /var/tmp/diff_new_pack.nvnwSr/_new 2019-02-27 15:08:50.374397860 +0100
@@ -1,7 +1,7 @@
#
# spec file for package obs-service-product_converter
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%define service product_converter
Name: obs-service-%service
-Version: 1.1.5
+Version: 1.2.0
Release: 0
Summary: An OBS source service: create product media build descriptions
License: GPL-2.0-or-later
++++++ _service ++++++
--- /var/tmp/diff_new_pack.nvnwSr/_old 2019-02-27 15:08:50.406397851 +0100
+++ /var/tmp/diff_new_pack.nvnwSr/_new 2019-02-27 15:08:50.406397851 +0100
@@ -2,8 +2,8 @@
<service name="obs_scm" mode="disabled">
<param
name="url">https://github.com/openSUSE/obs-service-product_converter.git</param>
<param name="scm">git</param>
- <param name="version">1.1.5</param>
- <param name="revision">1.1.5</param>
+ <param name="version">1.2.0</param>
+ <param name="revision">1.2.0</param>
</service>
<service name="set_version" mode="disabled"/>
<service name="tar" mode="buildtime"/>
++++++ obs-service-product_converter-1.1.5.obscpio ->
obs-service-product_converter-1.2.0.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/obs-service-product_converter-1.1.5/create_single_product
new/obs-service-product_converter-1.2.0/create_single_product
--- old/obs-service-product_converter-1.1.5/create_single_product
2018-10-15 09:49:38.000000000 +0200
+++ new/obs-service-product_converter-1.2.0/create_single_product
2019-01-30 14:50:02.000000000 +0100
@@ -324,8 +324,11 @@
my %info;
$info{'VENDOR'} = $product->{'vendor'};
if (defined($obsname) && (defined($project)) && ("$project" ne "")){
- my $flavor = $medium->{'flavor'} || $medium->{'type'};
- $info{'REPOID'} =
"obsproduct://".$obsname."/".$project."/".$product->{'name'}."/".$product->{'version'}."/".$flavor."/".join(
"-", @allarchs );
+ my @repoid;
+ foreach my $arch (@allarchs) {
+ push @repoid,
"obsproduct://".$obsname."/".$project."/".$product->{'name'}."/".$product->{'version'}."/".
$arch;
+ }
+ $info{'REPOID'} = join(" ", @repoid);
}
if (defined($medium->{'preselected_patterns'})){
$info{'PATTERNS'} .= join(' ',map(
$_->{'name'},@{$medium->{'preselected_patterns'}->[0]->{'pattern'}}));
@@ -1280,7 +1283,7 @@
};
foreach my $repo ( @{$product->{register}->{pool}->{repository}} ) {
next unless defined($repo->{name});
- my $obsurl = "obsrepository://$obsname/$repo->{project}/$repo->{name}";
+ my $obsurl =
"obsproduct://$obsname/$repo->{project}/$product->{name}/$product->{version}/%{_target_cpu}";
if ($repo->{zypp}) {
die("400 zypp lacks alias attribute") unless $repo->{zypp}->{alias};
die("400 zypp lacks name attribute") unless $repo->{zypp}->{name};
++++++ obs-service-product_converter.obsinfo ++++++
--- /var/tmp/diff_new_pack.nvnwSr/_old 2019-02-27 15:08:50.494397823 +0100
+++ /var/tmp/diff_new_pack.nvnwSr/_new 2019-02-27 15:08:50.498397823 +0100
@@ -1,5 +1,5 @@
name: obs-service-product_converter
-version: 1.1.5
-mtime: 1539589778
-commit: ec60a9962f985e5c747e82cc7078f6e99347ca82
+version: 1.2.0
+mtime: 1548856202
+commit: c222f643ba0b40d8a15a90e38e33064b9f57d165