Hello community,

here is the log from the commit of package yast2-packager for openSUSE:Factory 
checked in at 2015-08-31 22:57:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-packager (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-packager.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-packager"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-packager/yast2-packager.changes    
2015-07-23 15:22:09.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-packager.new/yast2-packager.changes       
2015-08-31 22:57:50.000000000 +0200
@@ -1,0 +2,8 @@
+Fri Aug 28 13:39:23 UTC 2015 - lsle...@suse.cz
+
+- Do not show a warning for the removed SMT product when upgrading
+  from SLES11 + SMT (the SMT functionality has been integrated into
+  SLES12) (bsc#942639)
+- 3.1.77
+
+-------------------------------------------------------------------

Old:
----
  yast2-packager-3.1.76.tar.bz2

New:
----
  yast2-packager-3.1.77.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ yast2-packager.spec ++++++
--- /var/tmp/diff_new_pack.Ib7PJG/_old  2015-08-31 22:57:51.000000000 +0200
+++ /var/tmp/diff_new_pack.Ib7PJG/_new  2015-08-31 22:57:51.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-packager
-Version:        3.1.76
+Version:        3.1.77
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-packager-3.1.76.tar.bz2 -> yast2-packager-3.1.77.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-3.1.76/.travis.yml 
new/yast2-packager-3.1.77/.travis.yml
--- old/yast2-packager-3.1.76/.travis.yml       2015-07-21 10:53:37.000000000 
+0200
+++ new/yast2-packager-3.1.77/.travis.yml       2015-08-28 15:58:16.000000000 
+0200
@@ -5,7 +5,7 @@
     # disable rvm, use system Ruby
     - rvm reset
     - wget 
https://raw.githubusercontent.com/yast/yast-devtools/master/travis-tools/travis_setup.sh
-    - sh ./travis_setup.sh -p "yast2-devtools yast2-testsuite yast2 
yast2-pkg-bindings yast2-country-data yast2-storage" -g rspec:2.14.1
+    - sh ./travis_setup.sh -p "yast2-devtools yast2-testsuite yast2 
yast2-pkg-bindings yast2-country-data yast2-storage" -g rspec:3.3.0
 script:
     - make -f Makefile.cvs
     - make
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-3.1.76/package/yast2-packager.changes 
new/yast2-packager-3.1.77/package/yast2-packager.changes
--- old/yast2-packager-3.1.76/package/yast2-packager.changes    2015-07-21 
10:53:37.000000000 +0200
+++ new/yast2-packager-3.1.77/package/yast2-packager.changes    2015-08-28 
15:58:16.000000000 +0200
@@ -1,4 +1,12 @@
 -------------------------------------------------------------------
+Fri Aug 28 13:39:23 UTC 2015 - lsle...@suse.cz
+
+- Do not show a warning for the removed SMT product when upgrading
+  from SLES11 + SMT (the SMT functionality has been integrated into
+  SLES12) (bsc#942639)
+- 3.1.77
+
+-------------------------------------------------------------------
 Tue Jul 21 08:32:41 UTC 2015 - jreidin...@suse.com
 
 - fix crash when adding addon on DVD (bnc#938786)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-3.1.76/package/yast2-packager.spec 
new/yast2-packager-3.1.77/package/yast2-packager.spec
--- old/yast2-packager-3.1.76/package/yast2-packager.spec       2015-07-21 
10:53:37.000000000 +0200
+++ new/yast2-packager-3.1.77/package/yast2-packager.spec       2015-08-28 
15:58:16.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-packager
-Version:        3.1.76
+Version:        3.1.77
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-3.1.76/src/modules/AddOnProduct.rb 
new/yast2-packager-3.1.77/src/modules/AddOnProduct.rb
--- old/yast2-packager-3.1.76/src/modules/AddOnProduct.rb       2015-07-21 
10:53:37.000000000 +0200
+++ new/yast2-packager-3.1.77/src/modules/AddOnProduct.rb       2015-08-28 
15:58:17.000000000 +0200
@@ -138,7 +138,9 @@
         # SLED or Workstation extension
         "SUSE_SLED"  => [ "SLED", "sle-we" ],
         "sle-haegeo" => [ "sle-ha-geo" ],
-        "sle-hae"    => [ "sle-ha" ]
+        "sle-hae"    => [ "sle-ha" ],
+        # SMT is now integrated into the base SLES
+        "sle-smt"    => [ "SLES" ]
       }
 
     end


Reply via email to