commit product-builder-plugin-Tumbleweed for openSUSE:Factory

2020-04-27 Thread root
Hello community,

here is the log from the commit of package product-builder-plugin-Tumbleweed 
for openSUSE:Factory checked in at 2020-04-27 23:29:12

Comparing /work/SRC/openSUSE:Factory/product-builder-plugin-Tumbleweed (Old)
 and  
/work/SRC/openSUSE:Factory/.product-builder-plugin-Tumbleweed.new.2738 (New)


Package is "product-builder-plugin-Tumbleweed"

Mon Apr 27 23:29:12 2020 rev:16 rq:797198 version:1.3.0

Changes:

--- 
/work/SRC/openSUSE:Factory/product-builder-plugin-Tumbleweed/product-builder-plugin-Tumbleweed.changes
  2019-10-14 14:53:32.626130188 +0200
+++ 
/work/SRC/openSUSE:Factory/.product-builder-plugin-Tumbleweed.new.2738/product-builder-plugin-Tumbleweed.changes
2020-04-27 23:29:23.290470360 +0200
@@ -1,0 +2,6 @@
+Tue Apr 21 14:43:12 UTC 2020 - Adrian Schröter 
+
+- 1.3.0
+  * fix some error code return values
+
+---

Old:

  product-builder-plugins-1.2.1.obscpio

New:

  product-builder-plugins-1.3.0.obscpio



Other differences:
--
++ product-builder-plugin-Tumbleweed.spec ++
--- /var/tmp/diff_new_pack.MSqiUC/_old  2020-04-27 23:29:24.558472834 +0200
+++ /var/tmp/diff_new_pack.MSqiUC/_new  2020-04-27 23:29:24.562472842 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package product-builder-plugin-Tumbleweed
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 Summary:openSUSE - KIWI Image System
 License:GPL-2.0-or-later
 Group:  System/Management
-Version:1.2.1
+Version:1.3.0
 Release:0
 Source: product-builder-plugins-%version.tar.xz
 Provides:   product-builder-plugin = %version-%release
@@ -57,8 +57,8 @@
 %dir %{_datadir}/kiwi
 %dir %{_datadir}/kiwi/modules
 %dir %{_datadir}/kiwi/modules/plugins
-%dir %{_datadir}/kiwi/modules/plugins/suse-tumbleweed
-%{_datadir}/kiwi/modules/plugins/suse-tumbleweed/*.pm
-%config(noreplace) %{_datadir}/kiwi/modules/plugins/suse-tumbleweed/*.ini
+%dir %{_datadir}/kiwi/modules/plugins/tumbleweed
+%{_datadir}/kiwi/modules/plugins/tumbleweed/*.pm
+%config(noreplace) %{_datadir}/kiwi/modules/plugins/tumbleweed/*.ini
 
 %changelog

++ _service ++
--- /var/tmp/diff_new_pack.MSqiUC/_old  2020-04-27 23:29:24.590472896 +0200
+++ /var/tmp/diff_new_pack.MSqiUC/_new  2020-04-27 23:29:24.590472896 +0200
@@ -5,8 +5,8 @@
 SLE_15
 -->
 git
-1.2.1
-1.2.1
+1.3.0
+1.3.0
   
   
   

++ product-builder-plugins-1.2.1.obscpio -> 
product-builder-plugins-1.3.0.obscpio ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/product-builder-plugins-1.2.1/KIWIChecksumPlugin.pm 
new/product-builder-plugins-1.3.0/KIWIChecksumPlugin.pm
--- old/product-builder-plugins-1.2.1/KIWIChecksumPlugin.pm 2019-10-04 
11:46:27.0 +0200
+++ new/product-builder-plugins-1.3.0/KIWIChecksumPlugin.pm 2020-04-24 
14:45:54.0 +0200
@@ -44,7 +44,7 @@
 }
 if(not defined($configpath) or not defined($configfile)) {
 $this->logMsg("E", "wrong parameters in plugin initialisation\n");
-return;
+return 1;
 }
 ## Gather all necessary information from the inifile:
 #===
@@ -82,7 +82,7 @@
 or not defined($targetdir)
 ) {
 $this->logMsg("E", "Plugin ini file <$config> seems broken!");
-return;
+return 1;
 }
 $this->name($name);
 $this->order($order);
@@ -105,11 +105,10 @@
 sub execute {
 my $this = shift;
 if(not ref($this)) {
-return;
+return 1;
 }
-my $retval = 0;
 if($this->{m_ready} == 0) {
-return $retval;
+return 0;
 }
 my @targetmedia = $this->collect()->getMediaNumbers();
 my %targets;
@@ -124,8 +123,6 @@
 find({wanted => \&add_checksum, no_chdir=>1}, "docu") if -d "docu";
 find({wanted => \&add_checksum, no_chdir=>1}, "media.1") if -d 
"media.1";
 
-$retval++;
-
 if (-e "CHECKSUMS") {
   my $cmd = "sign -d CHECKSUMS";
   my $call = $this -> callCmd($cmd);
@@ -137,7 +134,7 @@
 }
 }
 
-return $retval;
+return 0;
 }
 
 1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/product-builder-plugins-1.2.1/KIWIDescrPlugin.pm 
new/product-builder-plugins-1.3.0/KIWIDescrPlugin.pm
--- old/product-builder-plugins-1.2.1/KIWIDescrPlugin.pm2019-10-04 
11:46:27.0 +0200
+++ new/product-builder-plugins-1.3.0/KIWIDescrPlugin.pm2020-04-24 
14:4

commit product-builder-plugin-Tumbleweed for openSUSE:Factory

2019-10-14 Thread root
Hello community,

here is the log from the commit of package product-builder-plugin-Tumbleweed 
for openSUSE:Factory checked in at 2019-10-14 14:53:31

Comparing /work/SRC/openSUSE:Factory/product-builder-plugin-Tumbleweed (Old)
 and  
/work/SRC/openSUSE:Factory/.product-builder-plugin-Tumbleweed.new.2352 (New)


Package is "product-builder-plugin-Tumbleweed"

Mon Oct 14 14:53:31 2019 rev:15 rq:734951 version:1.2.1

Changes:

--- 
/work/SRC/openSUSE:Factory/product-builder-plugin-Tumbleweed/product-builder-plugin-Tumbleweed.changes
  2019-02-11 11:58:54.787204507 +0100
+++ 
/work/SRC/openSUSE:Factory/.product-builder-plugin-Tumbleweed.new.2352/product-builder-plugin-Tumbleweed.changes
2019-10-14 14:53:32.626130188 +0200
@@ -1,0 +2,12 @@
+Fri Sep 27 09:53:19 UTC 2019 - Adrian Schröter 
+
+- update to version 1.2.0
+  * adding content tags in repositories (SLE-7695)
+
+---
+Tue Sep 17 11:31:22 UTC 2019 - Adrian Schröter 
+
+- update to version 1.1.0
+  * createrepo_c errors due to invalid data are handled as error now
+
+---

Old:

  product-builder-plugins-1.1~pre.1549882033.98140aa.obscpio

New:

  product-builder-plugins-1.2.1.obscpio



Other differences:
--
++ product-builder-plugin-Tumbleweed.spec ++
--- /var/tmp/diff_new_pack.f1k9eQ/_old  2019-10-14 14:53:33.066129040 +0200
+++ /var/tmp/diff_new_pack.f1k9eQ/_new  2019-10-14 14:53:33.066129040 +0200
@@ -20,7 +20,7 @@
 Summary:openSUSE - KIWI Image System
 License:GPL-2.0-or-later
 Group:  System/Management
-Version:1.1~pre.1549882033.98140aa
+Version:1.2.1
 Release:0
 Source: product-builder-plugins-%version.tar.xz
 Provides:   product-builder-plugin = %version-%release

++ _service ++
--- /var/tmp/diff_new_pack.f1k9eQ/_old  2019-10-14 14:53:33.090128978 +0200
+++ /var/tmp/diff_new_pack.f1k9eQ/_new  2019-10-14 14:53:33.094128967 +0200
@@ -5,7 +5,8 @@
 SLE_15
 -->
 git
-1.1~pre
+1.2.1
+1.2.1
   
   
   

++ product-builder-plugins-1.1~pre.1549882033.98140aa.obscpio -> 
product-builder-plugins-1.2.1.obscpio ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/product-builder-plugins-1.1~pre.1549882033.98140aa/KIWIBasePlugin.pm 
new/product-builder-plugins-1.2.1/KIWIBasePlugin.pm
--- old/product-builder-plugins-1.1~pre.1549882033.98140aa/KIWIBasePlugin.pm
2019-02-11 11:47:13.0 +0100
+++ new/product-builder-plugins-1.2.1/KIWIBasePlugin.pm 2019-10-04 
11:46:27.0 +0200
@@ -209,7 +209,7 @@
 }
 my @ret = ();
 my $coll = $this->{m_collect};
-my $dbm = $coll->productData()->getOpt("DEBUGMEDIUM");
+my $dbm = $coll->productData()->getOpt("DEBUGMEDIUM") // 0;
 my $flavor = $coll->productData()->getVar("FLAVOR");
 my $basesubdirs = $coll->basesubdirs();
 my @paths = values(%{$basesubdirs});
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/product-builder-plugins-1.1~pre.1549882033.98140aa/KIWIDescrPlugin.pm 
new/product-builder-plugins-1.2.1/KIWIDescrPlugin.pm
--- old/product-builder-plugins-1.1~pre.1549882033.98140aa/KIWIDescrPlugin.pm   
2019-02-11 11:47:13.0 +0100
+++ new/product-builder-plugins-1.2.1/KIWIDescrPlugin.pm2019-10-04 
11:46:27.0 +0200
@@ -97,7 +97,7 @@
 return 0;
 }
 foreach my $dirlist($this->getSubdirLists()) {
-my ($s,$m) = $this->executeDir(sort @{$dirlist});
+$this->executeDir(sort @{$dirlist});
 }
 return 0;
 }
@@ -114,15 +114,10 @@
 return 0;
 }
 my $coll  = $this->{m_collect};
-my $cpeid = $coll->productData()->getInfo("CPEID");
-my $repoid = $coll->productData()->getInfo("REPOID");
-my $metadataonly = $coll->productData()->getVar("RPMHDRS_ONLY");
-my $params = "$this->{m_params} -H" ? $metadataonly eq "true" : 
"$this->{m_params}";
-
-my $distroname = $coll->productData()->getInfo("DISTRIBUTION")."."
-. $coll->productData()->getInfo("VERSION");
+my $repoids = $coll->productData()->getInfo("REPOID");
+my $distroname = $coll->productData()->getInfo("DISTRO");
 my $result = $this -> createRepositoryMetadata(
-\@paths, $repoid, $distroname, $cpeid
+\@paths, $repoids, $distroname
 );
 
 return 1;
@@ -171,7 +166,6 @@
 my $masterpath = @{$paths}[0];
 my $repoids= $params[2];
 my $distroname = $params[3];
-my $cpeid  = $params[4];
 my $cmd;
 my $call;
 my $status;
@@ -179,19 +173,35 @@
 
 $cmd = "$this->{m_createrepo}";
 $cmd .= " --uniqu

commit product-builder-plugin-Tumbleweed for openSUSE:Factory

2019-02-11 Thread root
Hello community,

here is the log from the commit of package product-builder-plugin-Tumbleweed 
for openSUSE:Factory checked in at 2019-02-11 11:58:52

Comparing /work/SRC/openSUSE:Factory/product-builder-plugin-Tumbleweed (Old)
 and  
/work/SRC/openSUSE:Factory/.product-builder-plugin-Tumbleweed.new.28833 (New)


Package is "product-builder-plugin-Tumbleweed"

Mon Feb 11 11:58:52 2019 rev:14 rq:673285 version:1.1~pre.1549882033.98140aa

Changes:

--- 
/work/SRC/openSUSE:Factory/product-builder-plugin-Tumbleweed/product-builder-plugin-Tumbleweed.changes
  2019-02-08 12:06:34.149623116 +0100
+++ 
/work/SRC/openSUSE:Factory/.product-builder-plugin-Tumbleweed.new.28833/product-builder-plugin-Tumbleweed.changes
   2019-02-11 11:58:54.787204507 +0100
@@ -1,0 +2,6 @@
+Mon Feb 11 10:55:02 UTC 2019 - Adrian Schröter 
+
+- instsys comes from remote source again
+  (keep avoiding kexec call)
+
+---

Old:

  product-builder-plugins-1.1~pre.1548856050.054a6a1.obscpio

New:

  product-builder-plugins-1.1~pre.1549882033.98140aa.obscpio



Other differences:
--
++ product-builder-plugin-Tumbleweed.spec ++
--- /var/tmp/diff_new_pack.F5k4dY/_old  2019-02-11 11:58:56.599203939 +0100
+++ /var/tmp/diff_new_pack.F5k4dY/_new  2019-02-11 11:58:56.603203938 +0100
@@ -20,7 +20,7 @@
 Summary:openSUSE - KIWI Image System
 License:GPL-2.0-or-later
 Group:  System/Management
-Version:1.1~pre.1548856050.054a6a1
+Version:1.1~pre.1549882033.98140aa
 Release:0
 Source: product-builder-plugins-%version.tar.xz
 Provides:   product-builder-plugin = %version-%release

++ product-builder-plugins-1.1~pre.1548856050.054a6a1.obscpio -> 
product-builder-plugins-1.1~pre.1549882033.98140aa.obscpio ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/product-builder-plugins-1.1~pre.1548856050.054a6a1/KIWIMiniIsoPlugin.pm 
new/product-builder-plugins-1.1~pre.1549882033.98140aa/KIWIMiniIsoPlugin.pm
--- old/product-builder-plugins-1.1~pre.1548856050.054a6a1/KIWIMiniIsoPlugin.pm 
2019-01-30 14:47:30.0 +0100
+++ new/product-builder-plugins-1.1~pre.1549882033.98140aa/KIWIMiniIsoPlugin.pm 
2019-02-11 11:47:13.0 +0100
@@ -138,7 +138,6 @@
 );
 
 $this -> updateInitRDNET("./etc/linuxrc.d/10_repo", 
"defaultrepo=$repoloc\n");
-$this -> updateInitRDNET("./etc/linuxrc.d/16_instsys", 
"instsys=disk:boot/___INITRD_ARCH___/root\n");
 
 my @gfxbootfiles;
 find(
@@ -276,6 +275,11 @@
 # hardcode for now
 $zipper = "xz --check=crc32";
 
+my ($cpio, $pad) = _makecpiohead($file, [0, 0, oct(644), 1, 0, 0, 0, 
length($content), 0, 0, 0]);
+$cpio .= $content;
+$cpio .= $pad if $pad;
+$cpio .= _makecpiohead();
+
 my @initrdfiles;
 find(
 sub { find_cb($this, '.*/initrd$', \@initrdfiles) },
@@ -286,18 +290,6 @@
 
 for my $initrd (@initrdfiles) {
 $this -> logMsg("I", "updating $initrd");
-
-my $iarch = $initrd;
-$iarch =~ s/.*\/boot\///;
-$iarch =~ s/\/.*//;
-my $_content = $content;
-$_content =~ s/___INITRD_ARCH___/$iarch/g;
-$this -> logMsg("I", " set parameter: $_content");
-my ($cpio, $pad) = _makecpiohead($file, [0, 0, oct(644), 1, 0, 0, 0, 
length($_content), 0, 0, 0]);
-$cpio .= $_content;
-$cpio .= $pad if $pad;
-$cpio .= _makecpiohead();
-
 my $fh  = FileHandle -> new();
 if (! $fh -> open("|$zipper -c >> $initrd")) {
 #if (! $fh -> open(">$initrd.append")) {

++ product-builder-plugins.obsinfo ++
--- /var/tmp/diff_new_pack.F5k4dY/_old  2019-02-11 11:58:56.711203904 +0100
+++ /var/tmp/diff_new_pack.F5k4dY/_new  2019-02-11 11:58:56.711203904 +0100
@@ -1,5 +1,5 @@
 name: product-builder-plugins
-version: 1.1~pre.1548856050.054a6a1
-mtime: 1548856050
-commit: 054a6a1113d2a45fa56d2d1028c48391b30705bf
+version: 1.1~pre.1549882033.98140aa
+mtime: 1549882033
+commit: 98140aab151adf801aed1d68b6316ffebe8deed9
 




commit product-builder-plugin-Tumbleweed for openSUSE:Factory

2019-02-08 Thread root
Hello community,

here is the log from the commit of package product-builder-plugin-Tumbleweed 
for openSUSE:Factory checked in at 2019-02-08 12:06:16

Comparing /work/SRC/openSUSE:Factory/product-builder-plugin-Tumbleweed (Old)
 and  
/work/SRC/openSUSE:Factory/.product-builder-plugin-Tumbleweed.new.28833 (New)


Package is "product-builder-plugin-Tumbleweed"

Fri Feb  8 12:06:16 2019 rev:13 rq:670146 version:1.1~pre.1548856050.054a6a1

Changes:

--- 
/work/SRC/openSUSE:Factory/product-builder-plugin-Tumbleweed/product-builder-plugin-Tumbleweed.changes
  2018-01-24 15:25:05.525550750 +0100
+++ 
/work/SRC/openSUSE:Factory/.product-builder-plugin-Tumbleweed.new.28833/product-builder-plugin-Tumbleweed.changes
   2019-02-08 12:06:34.149623116 +0100
@@ -1,0 +2,10 @@
+Wed Jan 30 13:56:59 UTC 2019 - Adrian Schröter 
+
+- support multiple product repoid tags
+
+---
+Fri Mar  9 14:31:36 UTC 2018 - adr...@suse.de
+
+- add dependency to instsource-susedata for disk usage meta data
+
+---

Old:

  product-builder-plugins-1.0~pre.1516716020.44dfdf4.obscpio

New:

  product-builder-plugins-1.1~pre.1548856050.054a6a1.obscpio



Other differences:
--
++ product-builder-plugin-Tumbleweed.spec ++
--- /var/tmp/diff_new_pack.PR4Oau/_old  2019-02-08 12:06:40.837620603 +0100
+++ /var/tmp/diff_new_pack.PR4Oau/_new  2019-02-08 12:06:40.837620603 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package product-builder-plugin-Tumbleweed
 #
-# 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
@@ -12,15 +12,15 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   product-builder-plugin-Tumbleweed
 Summary:openSUSE - KIWI Image System
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  System/Management
-Version:1.0~pre.1516716020.44dfdf4
+Version:1.1~pre.1548856050.054a6a1
 Release:0
 Source: product-builder-plugins-%version.tar.xz
 Provides:   product-builder-plugin = %version-%release
@@ -53,8 +53,7 @@
 make buildroot="%{buildroot}" version="tumbleweed" install
 
 %files
-%defattr(-, root, root)
-%doc LICENSE
+%license LICENSE
 %dir %{_datadir}/kiwi
 %dir %{_datadir}/kiwi/modules
 %dir %{_datadir}/kiwi/modules/plugins

++ _service ++
--- /var/tmp/diff_new_pack.PR4Oau/_old  2019-02-08 12:06:40.861620594 +0100
+++ /var/tmp/diff_new_pack.PR4Oau/_new  2019-02-08 12:06:40.861620594 +0100
@@ -5,7 +5,7 @@
 SLE_15
 -->
 git
-1.0~pre
+1.1~pre
   
   
   

++ product-builder-plugins-1.0~pre.1516716020.44dfdf4.obscpio -> 
product-builder-plugins-1.1~pre.1548856050.054a6a1.obscpio ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/product-builder-plugins-1.0~pre.1516716020.44dfdf4/KIWIDescrPlugin.pm 
new/product-builder-plugins-1.1~pre.1548856050.054a6a1/KIWIDescrPlugin.pm
--- old/product-builder-plugins-1.0~pre.1516716020.44dfdf4/KIWIDescrPlugin.pm   
2017-09-20 11:50:44.0 +0200
+++ new/product-builder-plugins-1.1~pre.1548856050.054a6a1/KIWIDescrPlugin.pm   
2019-01-30 14:47:30.0 +0100
@@ -169,7 +169,7 @@
 my $this   = $params[0];
 my $paths  = $params[1];
 my $masterpath = @{$paths}[0];
-my $repoid = $params[2];
+my $repoids= $params[2];
 my $distroname = $params[3];
 my $cpeid  = $params[4];
 my $cmd;
@@ -181,7 +181,9 @@
 $cmd .= " --unique-md-filenames";
 $cmd .= " --checksum=sha256";
 $cmd .= " --no-database";
-$cmd .= " --repo=\"$repoid\"" if $repoid;
+foreach my $repoid (split(/\s+/, $repoids)) {
+$cmd .= " --repo=\"$repoid\"";
+}
 $cmd .= " --distro=\"$cpeid,$distroname\"" if $cpeid && $distroname;
 if (@{$paths} > 1) {
 $cmd .= " --split";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/product-builder-plugins-1.0~pre.1516716020.44dfdf4/KIWIMiniIsoPlugin.pm 
new/product-builder-plugins-1.1~pre.1548856050.054a6a1/KIWIMiniIsoPlugin.pm
--- old/product-builder-plugins-1.0~pre.1516716020.44dfdf4/KIWIMiniIsoPlugin.pm 
2018-01-23 15:01:12.0 +0100
+++ new/product-builder-plugins-1.1~pre.1548856050.054a6a1/KIWIMiniIso

commit product-builder-plugin-Tumbleweed for openSUSE:Factory

2018-01-24 Thread root
Hello community,

here is the log from the commit of package product-builder-plugin-Tumbleweed 
for openSUSE:Factory checked in at 2018-01-24 15:24:58

Comparing /work/SRC/openSUSE:Factory/product-builder-plugin-Tumbleweed (Old)
 and  /work/SRC/openSUSE:Factory/.product-builder-plugin-Tumbleweed.new 
(New)


Package is "product-builder-plugin-Tumbleweed"

Wed Jan 24 15:24:58 2018 rev:12 rq:568586 version:1.0~pre.1516716020.44dfdf4

Changes:

--- 
/work/SRC/openSUSE:Factory/product-builder-plugin-Tumbleweed/product-builder-plugin-Tumbleweed.changes
  2017-11-04 19:28:35.894635868 +0100
+++ 
/work/SRC/openSUSE:Factory/.product-builder-plugin-Tumbleweed.new/product-builder-plugin-Tumbleweed.changes
 2018-01-24 15:25:05.525550750 +0100
@@ -1,0 +2,5 @@
+Tue Jan 23 14:01:25 UTC 2018 - adr...@suse.de
+
+- removed kexec line (bsc#990374)
+
+---

Old:

  product-builder-plugins-1.0~pre.1509619089.24f326a.obscpio

New:

  product-builder-plugins-1.0~pre.1516716020.44dfdf4.obscpio



Other differences:
--
++ product-builder-plugin-Tumbleweed.spec ++
--- /var/tmp/diff_new_pack.dRxC0Q/_old  2018-01-24 15:25:07.701448975 +0100
+++ /var/tmp/diff_new_pack.dRxC0Q/_new  2018-01-24 15:25:07.705448787 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package product-builder-plugin-Tumbleweed
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -20,7 +20,7 @@
 Summary:openSUSE - KIWI Image System
 License:GPL-2.0+
 Group:  System/Management
-Version:1.0~pre.1509619089.24f326a
+Version:1.0~pre.1516716020.44dfdf4
 Release:0
 Source: product-builder-plugins-%version.tar.xz
 Provides:   product-builder-plugin = %version-%release

++ product-builder-plugins-1.0~pre.1509619089.24f326a.obscpio -> 
product-builder-plugins-1.0~pre.1516716020.44dfdf4.obscpio ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/product-builder-plugins-1.0~pre.1509619089.24f326a/KIWIMiniIsoPlugin.pm 
new/product-builder-plugins-1.0~pre.1516716020.44dfdf4/KIWIMiniIsoPlugin.pm
--- old/product-builder-plugins-1.0~pre.1509619089.24f326a/KIWIMiniIsoPlugin.pm 
2017-11-02 11:38:09.0 +0100
+++ new/product-builder-plugins-1.0~pre.1516716020.44dfdf4/KIWIMiniIsoPlugin.pm 
2018-01-23 15:01:12.0 +0100
@@ -138,7 +138,6 @@
 );
 
 $this -> updateInitRDNET("./etc/linuxrc.d/10_repo", 
"defaultrepo=$repoloc\n");
-$this -> updateInitRDNET("./etc/linuxrc.d/15_kexec", "kexec=1\n");
 
 my @gfxbootfiles;
 find(

++ product-builder-plugins.obsinfo ++
--- /var/tmp/diff_new_pack.dRxC0Q/_old  2018-01-24 15:25:07.841442426 +0100
+++ /var/tmp/diff_new_pack.dRxC0Q/_new  2018-01-24 15:25:07.841442426 +0100
@@ -1,5 +1,5 @@
 name: product-builder-plugins
-version: 1.0~pre.1509619089.24f326a
-mtime: 1509619089
-commit: 24f326a05ba7527aafb371729c3f30b7625beae5
+version: 1.0~pre.1516716020.44dfdf4
+mtime: 1516716020
+commit: 44dfdf4852a96f99d3ad2d3513fac02bcf40b105
 




commit product-builder-plugin-Tumbleweed for openSUSE:Factory

2017-11-04 Thread root
Hello community,

here is the log from the commit of package product-builder-plugin-Tumbleweed 
for openSUSE:Factory checked in at 2017-11-04 19:28:35

Comparing /work/SRC/openSUSE:Factory/product-builder-plugin-Tumbleweed (Old)
 and  /work/SRC/openSUSE:Factory/.product-builder-plugin-Tumbleweed.new 
(New)


Package is "product-builder-plugin-Tumbleweed"

Sat Nov  4 19:28:35 2017 rev:11 rq:538318 version:1.0~pre.1509619089.24f326a

Changes:

--- 
/work/SRC/openSUSE:Factory/product-builder-plugin-Tumbleweed/product-builder-plugin-Tumbleweed.changes
  2017-09-25 13:52:46.658878118 +0200
+++ 
/work/SRC/openSUSE:Factory/.product-builder-plugin-Tumbleweed.new/product-builder-plugin-Tumbleweed.changes
 2017-11-04 19:28:35.894635868 +0100
@@ -1,0 +2,7 @@
+Thu Nov  2 09:43:02 UTC 2017 - adr...@suse.de
+
+- download instsys again on NET install media. Follow linuxrc
+  default now.
+- fix cleanup code for mini media
+
+---

Old:

  product-builder-plugins-1.0~pre.1505901051.22e279d.obscpio

New:

  product-builder-plugins-1.0~pre.1509619089.24f326a.obscpio



Other differences:
--
++ product-builder-plugin-Tumbleweed.spec ++
--- /var/tmp/diff_new_pack.T8ELLS/_old  2017-11-04 19:28:38.058556799 +0100
+++ /var/tmp/diff_new_pack.T8ELLS/_new  2017-11-04 19:28:38.062556654 +0100
@@ -20,7 +20,7 @@
 Summary:openSUSE - KIWI Image System
 License:GPL-2.0+
 Group:  System/Management
-Version:1.0~pre.1505901051.22e279d
+Version:1.0~pre.1509619089.24f326a
 Release:0
 Source: product-builder-plugins-%version.tar.xz
 Provides:   product-builder-plugin = %version-%release

++ product-builder-plugins-1.0~pre.1505901051.22e279d.obscpio -> 
product-builder-plugins-1.0~pre.1509619089.24f326a.obscpio ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/product-builder-plugins-1.0~pre.1505901051.22e279d/KIWIMiniIsoPlugin.pm 
new/product-builder-plugins-1.0~pre.1509619089.24f326a/KIWIMiniIsoPlugin.pm
--- old/product-builder-plugins-1.0~pre.1505901051.22e279d/KIWIMiniIsoPlugin.pm 
2017-06-23 10:57:55.0 +0200
+++ new/product-builder-plugins-1.0~pre.1509619089.24f326a/KIWIMiniIsoPlugin.pm 
2017-11-02 11:38:09.0 +0100
@@ -129,9 +129,7 @@
 sub { find_cb($this, '.*/root$', \@rootfiles) },
 $this->handler()->collect()->basedir()
 );
-if (@rootfiles) {
-$this->removeRepoData($rootfiles[0]);
-}
+$this->removeRepoData();
 
 my @isolxfiles;
 find(
@@ -140,7 +138,7 @@
 );
 
 $this -> updateInitRDNET("./etc/linuxrc.d/10_repo", 
"defaultrepo=$repoloc\n");
-$this -> updateInitRDNET("./etc/linuxrc.d/16_instsys", 
"instsys=disk:boot/___INITRD_ARCH___/root\n");
+$this -> updateInitRDNET("./etc/linuxrc.d/15_kexec", "kexec=1\n");
 
 my @gfxbootfiles;
 find(
@@ -164,17 +162,10 @@
 
 sub removeRepoData {
 my $this = shift;
-my $rootfile = shift;
+my $basedir = $this->handler()->collect()->basedir();
 
-print STDERR "RF $rootfile\n";
-my $rootdir = dirname($rootfile);
-$this->logMsg("I", "removing files from <$rootdir>");
-foreach my $file (glob("$rootdir/*")) {
-if (-f $file && $file !~ m,/repodata$,) {
-$this->logMsg("I", "removing <$file>");
-   unlink $file;
-}
-}
+$this->logMsg("I", "removing repodata from <$basedir>");
+system("find", $basedir, "-name", "repodata", "-a", "-type", "d", "-exec", 
"rm", "-rv", "{}", ";");
 return $this;
 }
 
@@ -285,6 +276,11 @@
 # hardcode for now
 $zipper = "xz --check=crc32";
 
+my ($cpio, $pad) = _makecpiohead($file, [0, 0, oct(644), 1, 0, 0, 0, 
length($content), 0, 0, 0]);
+$cpio .= $content;
+$cpio .= $pad if $pad;
+$cpio .= _makecpiohead();
+
 my @initrdfiles;
 find(
 sub { find_cb($this, '.*/initrd$', \@initrdfiles) },
@@ -295,18 +291,6 @@
 
 for my $initrd (@initrdfiles) {
 $this -> logMsg("I", "updating $initrd");
-
-my $iarch = $initrd;
-$iarch =~ s/.*\/boot\///;
-$iarch =~ s/\/.*//;
-my $_content = $content;
-$_content =~ s/___INITRD_ARCH___/$iarch/g;
-$this -> logMsg("I", " set parameter: $_content");
-my ($cpio, $pad) = _makecpiohead($file, [0, 0, oct(644), 1, 0, 0, 0, 
length($_content), 0, 0, 0]);
-$cpio .= $_content;
-$cpio .= $pad if $pad;
-$cpio .= _makecpiohead();
-
 my $fh  = FileHandle -> new();
 if (! $fh -> open("|$zipper -c >> $initrd")) {
 #if (! $fh -> open(">$initrd.append")) {

++ product-builder-plugins.obsinfo ++
--- /var/tmp/diff_ne

commit product-builder-plugin-Tumbleweed for openSUSE:Factory

2017-09-25 Thread root
Hello community,

here is the log from the commit of package product-builder-plugin-Tumbleweed 
for openSUSE:Factory checked in at 2017-09-25 13:52:45

Comparing /work/SRC/openSUSE:Factory/product-builder-plugin-Tumbleweed (Old)
 and  /work/SRC/openSUSE:Factory/.product-builder-plugin-Tumbleweed.new 
(New)


Package is "product-builder-plugin-Tumbleweed"

Mon Sep 25 13:52:45 2017 rev:10 rq:527497 version:1.0~pre.1505901051.22e279d

Changes:

--- 
/work/SRC/openSUSE:Factory/product-builder-plugin-Tumbleweed/product-builder-plugin-Tumbleweed.changes
  2017-09-13 21:38:11.623852062 +0200
+++ 
/work/SRC/openSUSE:Factory/.product-builder-plugin-Tumbleweed.new/product-builder-plugin-Tumbleweed.changes
 2017-09-25 13:52:46.658878118 +0200
@@ -1,0 +2,5 @@
+Wed Sep 20 09:51:53 UTC 2017 - adr...@suse.de
+
+- fix product specific license cleanup and naming scheme
+
+---

Old:

  product-builder-plugins-1.0~pre.1505229734.e75d199.obscpio

New:

  product-builder-plugins-1.0~pre.1505901051.22e279d.obscpio



Other differences:
--
++ product-builder-plugin-Tumbleweed.spec ++
--- /var/tmp/diff_new_pack.EsqXQN/_old  2017-09-25 13:52:49.306505603 +0200
+++ /var/tmp/diff_new_pack.EsqXQN/_new  2017-09-25 13:52:49.310505039 +0200
@@ -20,7 +20,7 @@
 Summary:openSUSE - KIWI Image System
 License:GPL-2.0+
 Group:  System/Management
-Version:1.0~pre.1505229734.e75d199
+Version:1.0~pre.1505901051.22e279d
 Release:0
 Source: product-builder-plugins-%version.tar.xz
 Provides:   product-builder-plugin = %version-%release

++ product-builder-plugins-1.0~pre.1505229734.e75d199.obscpio -> 
product-builder-plugins-1.0~pre.1505901051.22e279d.obscpio ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/product-builder-plugins-1.0~pre.1505229734.e75d199/KIWIDescrPlugin.pm 
new/product-builder-plugins-1.0~pre.1505901051.22e279d/KIWIDescrPlugin.pm
--- old/product-builder-plugins-1.0~pre.1505229734.e75d199/KIWIDescrPlugin.pm   
2017-09-12 17:18:42.0 +0200
+++ new/product-builder-plugins-1.0~pre.1505901051.22e279d/KIWIDescrPlugin.pm   
2017-09-20 11:50:44.0 +0200
@@ -160,7 +160,7 @@
   $this->logMsg("I",
   "Called $cmd exit status: <$status> output: $out"
   );
-  unlink "$masterpath/license.tar";
+  unlink "$masterpath/$licensename.tar";
 }
 }
 
@@ -256,7 +256,7 @@
 $this->logMsg("I",
 "Check for $product license file"
 );
-$this->addLicenseFile($masterpath, "license.$product");
+$this->addLicenseFile($masterpath, "license-$product");
   }
 
   # detached signature

++ product-builder-plugins.obsinfo ++
--- /var/tmp/diff_new_pack.EsqXQN/_old  2017-09-25 13:52:49.434487596 +0200
+++ /var/tmp/diff_new_pack.EsqXQN/_new  2017-09-25 13:52:49.438487033 +0200
@@ -1,5 +1,5 @@
 name: product-builder-plugins
-version: 1.0~pre.1505229734.e75d199
-mtime: 1505229734
-commit: e75d199d243854e27f507fff42c2f5f21c07e729
+version: 1.0~pre.1505901051.22e279d
+mtime: 1505901051
+commit: 22e279d94be5d253204b0ab5d6b14c24a72680d8
 




commit product-builder-plugin-Tumbleweed for openSUSE:Factory

2017-09-13 Thread root
Hello community,

here is the log from the commit of package product-builder-plugin-Tumbleweed 
for openSUSE:Factory checked in at 2017-09-13 21:38:10

Comparing /work/SRC/openSUSE:Factory/product-builder-plugin-Tumbleweed (Old)
 and  /work/SRC/openSUSE:Factory/.product-builder-plugin-Tumbleweed.new 
(New)


Package is "product-builder-plugin-Tumbleweed"

Wed Sep 13 21:38:10 2017 rev:9 rq:523756 version:1.0~pre.1505229734.e75d199

Changes:

--- 
/work/SRC/openSUSE:Factory/product-builder-plugin-Tumbleweed/product-builder-plugin-Tumbleweed.changes
  2017-08-28 16:16:25.721019541 +0200
+++ 
/work/SRC/openSUSE:Factory/.product-builder-plugin-Tumbleweed.new/product-builder-plugin-Tumbleweed.changes
 2017-09-13 21:38:11.623852062 +0200
@@ -1,0 +2,5 @@
+Tue Sep 12 15:22:56 UTC 2017 - adr...@suse.de
+
+- add multiple license files according to included products on media
+
+---

Old:

  product-builder-plugins-1.0~pre.1503641982.ffb521b.obscpio

New:

  product-builder-plugins-1.0~pre.1505229734.e75d199.obscpio



Other differences:
--
++ product-builder-plugin-Tumbleweed.spec ++
--- /var/tmp/diff_new_pack.PIWbd8/_old  2017-09-13 21:38:13.787547630 +0200
+++ /var/tmp/diff_new_pack.PIWbd8/_new  2017-09-13 21:38:13.791547067 +0200
@@ -20,7 +20,7 @@
 Summary:openSUSE - KIWI Image System
 License:GPL-2.0+
 Group:  System/Management
-Version:1.0~pre.1503641982.ffb521b
+Version:1.0~pre.1505229734.e75d199
 Release:0
 Source: product-builder-plugins-%version.tar.xz
 Provides:   product-builder-plugin = %version-%release

++ product-builder-plugins.obsinfo ++
--- /var/tmp/diff_new_pack.PIWbd8/_old  2017-09-13 21:38:13.863536938 +0200
+++ /var/tmp/diff_new_pack.PIWbd8/_new  2017-09-13 21:38:13.867536375 +0200
@@ -1,5 +1,5 @@
 name: product-builder-plugins
-version: 1.0~pre.1503641982.ffb521b
-mtime: 1503641982
-commit: ffb521bc8644c7e78c375f9a58607be1db913a6d
+version: 1.0~pre.1505229734.e75d199
+mtime: 1505229734
+commit: e75d199d243854e27f507fff42c2f5f21c07e729
 




commit product-builder-plugin-Tumbleweed for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package product-builder-plugin-Tumbleweed 
for openSUSE:Factory checked in at 2017-08-28 16:16:24

Comparing /work/SRC/openSUSE:Factory/product-builder-plugin-Tumbleweed (Old)
 and  /work/SRC/openSUSE:Factory/.product-builder-plugin-Tumbleweed.new 
(New)


Package is "product-builder-plugin-Tumbleweed"

Mon Aug 28 16:16:24 2017 rev:8 rq:518640 version:1.0~pre.1503641982.ffb521b

Changes:

--- 
/work/SRC/openSUSE:Factory/product-builder-plugin-Tumbleweed/product-builder-plugin-Tumbleweed.changes
  2017-08-22 11:06:49.028132184 +0200
+++ 
/work/SRC/openSUSE:Factory/.product-builder-plugin-Tumbleweed.new/product-builder-plugin-Tumbleweed.changes
 2017-08-28 16:16:25.721019541 +0200
@@ -1,0 +2,5 @@
+Thu Aug 24 15:59:09 UTC 2017 - adr...@suse.de
+
+- create detached pubkey for repomd.xml
+
+---

Old:

  product-builder-plugins-1.0~pre.1503061558.bf11442.obscpio

New:

  product-builder-plugins-1.0~pre.1503641982.ffb521b.obscpio



Other differences:
--
++ product-builder-plugin-Tumbleweed.spec ++
--- /var/tmp/diff_new_pack.7QZgcn/_old  2017-08-28 16:16:26.716879597 +0200
+++ /var/tmp/diff_new_pack.7QZgcn/_new  2017-08-28 16:16:26.720879035 +0200
@@ -20,7 +20,7 @@
 Summary:openSUSE - KIWI Image System
 License:GPL-2.0+
 Group:  System/Management
-Version:1.0~pre.1503061558.bf11442
+Version:1.0~pre.1503641982.ffb521b
 Release:0
 Source: product-builder-plugins-%version.tar.xz
 Provides:   product-builder-plugin = %version-%release
@@ -28,8 +28,8 @@
 Requires:   instsource-susedata
 Requires:   mkdosfs
 Requires:   mtools
-Requires:   openSUSE-EULAs
 Requires:   openSUSE-appstream-process
+Requires:   package-EULAs
 Requires:   package-translations
 Requires:   product-builder
 Supplements:product-builder

++ product-builder-plugins.obsinfo ++
--- /var/tmp/diff_new_pack.7QZgcn/_old  2017-08-28 16:16:26.876857116 +0200
+++ /var/tmp/diff_new_pack.7QZgcn/_new  2017-08-28 16:16:26.880856554 +0200
@@ -1,5 +1,5 @@
 name: product-builder-plugins
-version: 1.0~pre.1503061558.bf11442
-mtime: 1503061558
-commit: bf114422318541ad94d1f2e09ee1206619504857
+version: 1.0~pre.1503641982.ffb521b
+mtime: 1503641982
+commit: ffb521bc8644c7e78c375f9a58607be1db913a6d
 




commit product-builder-plugin-Tumbleweed for openSUSE:Factory

2017-08-22 Thread root
Hello community,

here is the log from the commit of package product-builder-plugin-Tumbleweed 
for openSUSE:Factory checked in at 2017-08-22 11:06:38

Comparing /work/SRC/openSUSE:Factory/product-builder-plugin-Tumbleweed (Old)
 and  /work/SRC/openSUSE:Factory/.product-builder-plugin-Tumbleweed.new 
(New)


Package is "product-builder-plugin-Tumbleweed"

Tue Aug 22 11:06:38 2017 rev:7 rq:517572 version:1.0~pre.1503061558.bf11442

Changes:

--- 
/work/SRC/openSUSE:Factory/product-builder-plugin-Tumbleweed/product-builder-plugin-Tumbleweed.changes
  2017-08-18 14:56:31.168752055 +0200
+++ 
/work/SRC/openSUSE:Factory/.product-builder-plugin-Tumbleweed.new/product-builder-plugin-Tumbleweed.changes
 2017-08-22 11:06:49.028132184 +0200
@@ -1,0 +2,5 @@
+Fri Aug 18 13:06:53 UTC 2017 - adr...@suse.de
+
+- fix signing of CHECKSUMS file
+
+---

Old:

  product-builder-plugins-1.0~pre.1502701492.44addf1.obscpio

New:

  product-builder-plugins-1.0~pre.1503061558.bf11442.obscpio



Other differences:
--
++ product-builder-plugin-Tumbleweed.spec ++
--- /var/tmp/diff_new_pack.SIRTDe/_old  2017-08-22 11:06:52.975576208 +0200
+++ /var/tmp/diff_new_pack.SIRTDe/_new  2017-08-22 11:06:52.979575644 +0200
@@ -20,7 +20,7 @@
 Summary:openSUSE - KIWI Image System
 License:GPL-2.0+
 Group:  System/Management
-Version:1.0~pre.1502701492.44addf1
+Version:1.0~pre.1503061558.bf11442
 Release:0
 Source: product-builder-plugins-%version.tar.xz
 Provides:   product-builder-plugin = %version-%release

++ product-builder-plugins.obsinfo ++
--- /var/tmp/diff_new_pack.SIRTDe/_old  2017-08-22 11:06:53.071562689 +0200
+++ /var/tmp/diff_new_pack.SIRTDe/_new  2017-08-22 11:06:53.071562689 +0200
@@ -1,5 +1,5 @@
 name: product-builder-plugins
-version: 1.0~pre.1502701492.44addf1
-mtime: 1502701492
-commit: 44addf108efd48585ae05380aeab90ae7ae18d1e
+version: 1.0~pre.1503061558.bf11442
+mtime: 1503061558
+commit: bf114422318541ad94d1f2e09ee1206619504857
 




commit product-builder-plugin-Tumbleweed for openSUSE:Factory

2017-08-18 Thread root
Hello community,

here is the log from the commit of package product-builder-plugin-Tumbleweed 
for openSUSE:Factory checked in at 2017-08-18 14:56:26

Comparing /work/SRC/openSUSE:Factory/product-builder-plugin-Tumbleweed (Old)
 and  /work/SRC/openSUSE:Factory/.product-builder-plugin-Tumbleweed.new 
(New)


Package is "product-builder-plugin-Tumbleweed"

Fri Aug 18 14:56:26 2017 rev:6 rq:516779 version:1.0~pre.1502701492.44addf1

Changes:

--- 
/work/SRC/openSUSE:Factory/product-builder-plugin-Tumbleweed/product-builder-plugin-Tumbleweed.changes
  2017-07-11 17:56:22.492928686 +0200
+++ 
/work/SRC/openSUSE:Factory/.product-builder-plugin-Tumbleweed.new/product-builder-plugin-Tumbleweed.changes
 2017-08-18 14:56:31.168752055 +0200
@@ -1,0 +2,5 @@
+Mon Aug 14 08:58:03 UTC 2017 - adr...@suse.de
+
+- fix adding of license.tar.gz
+
+---

Old:

  product-builder-plugins-1.0~pre.1499787351.59487ac.obscpio

New:

  product-builder-plugins-1.0~pre.1502701492.44addf1.obscpio



Other differences:
--
++ product-builder-plugin-Tumbleweed.spec ++
--- /var/tmp/diff_new_pack.3qy1u2/_old  2017-08-18 14:56:33.412436200 +0200
+++ /var/tmp/diff_new_pack.3qy1u2/_new  2017-08-18 14:56:33.452430570 +0200
@@ -20,7 +20,7 @@
 Summary:openSUSE - KIWI Image System
 License:GPL-2.0+
 Group:  System/Management
-Version:1.0~pre.1499787351.59487ac
+Version:1.0~pre.1502701492.44addf1
 Release:0
 Source: product-builder-plugins-%version.tar.xz
 Provides:   product-builder-plugin = %version-%release

++ product-builder-plugins.obsinfo ++
--- /var/tmp/diff_new_pack.3qy1u2/_old  2017-08-18 14:56:33.616407487 +0200
+++ /var/tmp/diff_new_pack.3qy1u2/_new  2017-08-18 14:56:33.632405234 +0200
@@ -1,5 +1,5 @@
 name: product-builder-plugins
-version: 1.0~pre.1499787351.59487ac
-mtime: 1499787351
-commit: 59487ac77e5c70a4752096cb0ebf05977cf207ad
+version: 1.0~pre.1502701492.44addf1
+mtime: 1502701492
+commit: 44addf108efd48585ae05380aeab90ae7ae18d1e
 




commit product-builder-plugin-Tumbleweed for openSUSE:Factory

2017-07-11 Thread root
Hello community,

here is the log from the commit of package product-builder-plugin-Tumbleweed 
for openSUSE:Factory checked in at 2017-07-11 17:56:21

Comparing /work/SRC/openSUSE:Factory/product-builder-plugin-Tumbleweed (Old)
 and  /work/SRC/openSUSE:Factory/.product-builder-plugin-Tumbleweed.new 
(New)


Package is "product-builder-plugin-Tumbleweed"

Tue Jul 11 17:56:21 2017 rev:5 rq:509509 version:1.0~pre.1499787351.59487ac

Changes:

--- 
/work/SRC/openSUSE:Factory/product-builder-plugin-Tumbleweed/product-builder-plugin-Tumbleweed.changes
  2017-06-26 15:52:52.822440190 +0200
+++ 
/work/SRC/openSUSE:Factory/.product-builder-plugin-Tumbleweed.new/product-builder-plugin-Tumbleweed.changes
 2017-07-11 17:56:22.492928686 +0200
@@ -1,0 +2,5 @@
+Tue Jul 11 15:41:57 UTC 2017 - adr...@suse.de
+
+- add support for susedata tool
+
+---

Old:

  product-builder-plugins-1.0~pre.1497944896.b201a36.obscpio

New:

  product-builder-plugins-1.0~pre.1499787351.59487ac.obscpio



Other differences:
--
++ product-builder-plugin-Tumbleweed.spec ++
--- /var/tmp/diff_new_pack.1fidiC/_old  2017-07-11 17:56:23.056849058 +0200
+++ /var/tmp/diff_new_pack.1fidiC/_new  2017-07-11 17:56:23.060848494 +0200
@@ -20,11 +20,12 @@
 Summary:openSUSE - KIWI Image System
 License:GPL-2.0+
 Group:  System/Management
-Version:1.0~pre.1497944896.b201a36
+Version:1.0~pre.1499787351.59487ac
 Release:0
 Source: product-builder-plugins-%version.tar.xz
 Provides:   product-builder-plugin = %version-%release
 Requires:   createrepo_c
+Requires:   instsource-susedata
 Requires:   mkdosfs
 Requires:   mtools
 Requires:   openSUSE-EULAs

++ product-builder-plugins.obsinfo ++
--- /var/tmp/diff_new_pack.1fidiC/_old  2017-07-11 17:56:23.116840587 +0200
+++ /var/tmp/diff_new_pack.1fidiC/_new  2017-07-11 17:56:23.120840023 +0200
@@ -1,5 +1,5 @@
 name: product-builder-plugins
-version: 1.0~pre.1497944896.b201a36
-mtime: 1497944896
-commit: b201a365665a9407143c3b9f30abd514bbb2be19
+version: 1.0~pre.1499787351.59487ac
+mtime: 1499787351
+commit: 59487ac77e5c70a4752096cb0ebf05977cf207ad
 




commit product-builder-plugin-Tumbleweed for openSUSE:Factory

2017-06-26 Thread root
Hello community,

here is the log from the commit of package product-builder-plugin-Tumbleweed 
for openSUSE:Factory checked in at 2017-06-26 15:52:43

Comparing /work/SRC/openSUSE:Factory/product-builder-plugin-Tumbleweed (Old)
 and  /work/SRC/openSUSE:Factory/.product-builder-plugin-Tumbleweed.new 
(New)


Package is "product-builder-plugin-Tumbleweed"

Mon Jun 26 15:52:43 2017 rev:4 rq:505846 version:1.0~pre.1497944896.b201a36

Changes:

--- 
/work/SRC/openSUSE:Factory/product-builder-plugin-Tumbleweed/product-builder-plugin-Tumbleweed.changes
  2017-06-01 16:34:22.289265622 +0200
+++ 
/work/SRC/openSUSE:Factory/.product-builder-plugin-Tumbleweed.new/product-builder-plugin-Tumbleweed.changes
 2017-06-26 15:52:52.822440190 +0200
@@ -1,0 +2,5 @@
+Fri Jun 23 08:58:26 UTC 2017 - adr...@suse.de
+
+- fixes for mini media
+
+---

Old:

  product-builder-plugins-1.0~pre.1495630701.9f80a3d.obscpio

New:

  product-builder-plugins-1.0~pre.1497944896.b201a36.obscpio



Other differences:
--
++ product-builder-plugin-Tumbleweed.spec ++
--- /var/tmp/diff_new_pack.eJwZxT/_old  2017-06-26 15:52:55.174108580 +0200
+++ /var/tmp/diff_new_pack.eJwZxT/_new  2017-06-26 15:52:55.178108017 +0200
@@ -20,7 +20,7 @@
 Summary:openSUSE - KIWI Image System
 License:GPL-2.0+
 Group:  System/Management
-Version:1.0~pre.1495630701.9f80a3d
+Version:1.0~pre.1497944896.b201a36
 Release:0
 Source: product-builder-plugins-%version.tar.xz
 Provides:   product-builder-plugin = %version-%release

++ product-builder-plugins.obsinfo ++
--- /var/tmp/diff_new_pack.eJwZxT/_old  2017-06-26 15:52:55.238099558 +0200
+++ /var/tmp/diff_new_pack.eJwZxT/_new  2017-06-26 15:52:55.238099558 +0200
@@ -1,5 +1,5 @@
 name: product-builder-plugins
-version: 1.0~pre.1495630701.9f80a3d
-mtime: 1495630701
-commit: 9f80a3df15eab50d528398916a32a0117169d6ec
+version: 1.0~pre.1497944896.b201a36
+mtime: 1497944896
+commit: b201a365665a9407143c3b9f30abd514bbb2be19
 




commit product-builder-plugin-Tumbleweed for openSUSE:Factory

2017-06-01 Thread root
Hello community,

here is the log from the commit of package product-builder-plugin-Tumbleweed 
for openSUSE:Factory checked in at 2017-06-01 16:34:21

Comparing /work/SRC/openSUSE:Factory/product-builder-plugin-Tumbleweed (Old)
 and  /work/SRC/openSUSE:Factory/.product-builder-plugin-Tumbleweed.new 
(New)


Package is "product-builder-plugin-Tumbleweed"

Thu Jun  1 16:34:21 2017 rev:3 rq:500173 version:1.0~pre.1495630701.9f80a3d

Changes:

--- 
/work/SRC/openSUSE:Factory/product-builder-plugin-Tumbleweed/product-builder-plugin-Tumbleweed.changes
  2017-05-22 18:09:42.471204020 +0200
+++ 
/work/SRC/openSUSE:Factory/.product-builder-plugin-Tumbleweed.new/product-builder-plugin-Tumbleweed.changes
 2017-06-01 16:34:22.289265622 +0200
@@ -1,0 +2,5 @@
+Wed May 24 12:54:02 UTC 2017 - adr...@suse.de
+
+- don't drop meta files on NET images anymore
+
+---

Old:

  product-builder-plugins-1.0~pre.1492089529.4685cf8.obscpio

New:

  product-builder-plugins-1.0~pre.1495630701.9f80a3d.obscpio



Other differences:
--
++ product-builder-plugin-Tumbleweed.spec ++
--- /var/tmp/diff_new_pack.CX3eCh/_old  2017-06-01 16:34:24.748918657 +0200
+++ /var/tmp/diff_new_pack.CX3eCh/_new  2017-06-01 16:34:24.748918657 +0200
@@ -20,7 +20,7 @@
 Summary:openSUSE - KIWI Image System
 License:GPL-2.0+
 Group:  System/Management
-Version:1.0~pre.1492089529.4685cf8
+Version:1.0~pre.1495630701.9f80a3d
 Release:0
 Source: product-builder-plugins-%version.tar.xz
 Provides:   product-builder-plugin = %version-%release

++ product-builder-plugins.obsinfo ++
--- /var/tmp/diff_new_pack.CX3eCh/_old  2017-06-01 16:34:24.804910759 +0200
+++ /var/tmp/diff_new_pack.CX3eCh/_new  2017-06-01 16:34:24.804910759 +0200
@@ -1,5 +1,5 @@
 name: product-builder-plugins
-version: 1.0~pre.1492089529.4685cf8
-mtime: 1492089529
-commit: 4685cf8ad0327f95bb64ae9d8c8866b70f54c76b
+version: 1.0~pre.1495630701.9f80a3d
+mtime: 1495630701
+commit: 9f80a3df15eab50d528398916a32a0117169d6ec
 




commit product-builder-plugin-Tumbleweed for openSUSE:Factory

2017-05-22 Thread root
Hello community,

here is the log from the commit of package product-builder-plugin-Tumbleweed 
for openSUSE:Factory checked in at 2017-05-22 18:09:41

Comparing /work/SRC/openSUSE:Factory/product-builder-plugin-Tumbleweed (Old)
 and  /work/SRC/openSUSE:Factory/.product-builder-plugin-Tumbleweed.new 
(New)


Package is "product-builder-plugin-Tumbleweed"

Mon May 22 18:09:41 2017 rev:2 rq:497151 version:1.0~pre.1492089529.4685cf8

Changes:

--- 
/work/SRC/openSUSE:Factory/product-builder-plugin-Tumbleweed/product-builder-plugin-Tumbleweed.changes
  2017-05-06 18:29:41.354907350 +0200
+++ 
/work/SRC/openSUSE:Factory/.product-builder-plugin-Tumbleweed.new/product-builder-plugin-Tumbleweed.changes
 2017-05-22 18:09:42.471204020 +0200
@@ -1,0 +2,5 @@
+Fri Apr 28 16:52:57 UTC 2017 - jeng...@inai.de
+
+- Stop using old RPM shell vars
+
+---



Other differences:
--
++ product-builder-plugin-Tumbleweed.spec ++
--- /var/tmp/diff_new_pack.lCWv61/_old  2017-05-22 18:09:43.259092960 +0200
+++ /var/tmp/diff_new_pack.lCWv61/_new  2017-05-22 18:09:43.259092960 +0200
@@ -49,8 +49,7 @@
 %install
 # build
 test -e /.buildenv && . /.buildenv
-make buildroot=$RPM_BUILD_ROOT \
-  version="tumbleweed" install
+make buildroot="%{buildroot}" version="tumbleweed" install
 
 %files
 %defattr(-, root, root)





commit product-builder-plugin-Tumbleweed for openSUSE:Factory

2017-05-06 Thread root
Hello community,

here is the log from the commit of package product-builder-plugin-Tumbleweed 
for openSUSE:Factory checked in at 2017-05-06 18:29:35

Comparing /work/SRC/openSUSE:Factory/product-builder-plugin-Tumbleweed (Old)
 and  /work/SRC/openSUSE:Factory/.product-builder-plugin-Tumbleweed.new 
(New)


Package is "product-builder-plugin-Tumbleweed"

Sat May  6 18:29:35 2017 rev:1 rq:491635 version:1.0~pre.1492089529.4685cf8

Changes:

New Changes file:

--- /dev/null   2017-03-01 00:40:19.279048016 +0100
+++ 
/work/SRC/openSUSE:Factory/.product-builder-plugin-Tumbleweed.new/product-builder-plugin-Tumbleweed.changes
 2017-05-06 18:29:41.354907350 +0200
@@ -0,0 +1,4 @@
+---
+Thu Apr 27 09:54:58 UTC 2017 - adr...@suse.de
+
+- successor of kiwi-instsource-plugin-* packages

New:

  _service
  product-builder-plugin-Tumbleweed.changes
  product-builder-plugin-Tumbleweed.spec
  product-builder-plugins-1.0~pre.1492089529.4685cf8.obscpio
  product-builder-plugins.obsinfo



Other differences:
--
++ product-builder-plugin-Tumbleweed.spec ++
#
# spec file for package product-builder-plugin-Tumbleweed
#
# Copyright (c) 2017 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:   product-builder-plugin-Tumbleweed
Summary:openSUSE - KIWI Image System
License:GPL-2.0+
Group:  System/Management
Version:1.0~pre.1492089529.4685cf8
Release:0
Source: product-builder-plugins-%version.tar.xz
Provides:   product-builder-plugin = %version-%release
Requires:   createrepo_c
Requires:   mkdosfs
Requires:   mtools
Requires:   openSUSE-EULAs
Requires:   openSUSE-appstream-process
Requires:   package-translations
Requires:   product-builder
Supplements:product-builder
BuildArch:  noarch

%description
openSUSE - Product Builder Image System InstSource plugins provides information
and plugin code to create meta information for a SUSE
installation source. This particular package contains the metadata
plugins specific for the openSUSE Tumblweed media.

%prep
%setup -n product-builder-plugins-%version

%build
# empty because of rpmlint warning rpm-buildroot-usage

%install
# build
test -e /.buildenv && . /.buildenv
make buildroot=$RPM_BUILD_ROOT \
  version="tumbleweed" install

%files
%defattr(-, root, root)
%doc LICENSE
%dir %{_datadir}/kiwi
%dir %{_datadir}/kiwi/modules
%dir %{_datadir}/kiwi/modules/plugins
%dir %{_datadir}/kiwi/modules/plugins/suse-tumbleweed
%{_datadir}/kiwi/modules/plugins/suse-tumbleweed/*.pm
%config(noreplace) %{_datadir}/kiwi/modules/plugins/suse-tumbleweed/*.ini

%changelog
++ _service ++

  
https://github.com/openSUSE/product-builder-plugins.git

git
1.0~pre
  
  
  
  
*.tar
xz
  

++ product-builder-plugins.obsinfo ++
name: product-builder-plugins
version: 1.0~pre.1492089529.4685cf8
mtime: 1492089529
commit: 4685cf8ad0327f95bb64ae9d8c8866b70f54c76b