Hello community,

here is the log from the commit of package skelcd-control-openSUSE for 
openSUSE:Factory checked in at 2014-07-13 17:15:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/skelcd-control-openSUSE (Old)
 and      /work/SRC/openSUSE:Factory/.skelcd-control-openSUSE.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "skelcd-control-openSUSE"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/skelcd-control-openSUSE/skelcd-control-openSUSE-promo.changes
    2014-06-01 18:54:47.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.skelcd-control-openSUSE.new/skelcd-control-openSUSE-promo.changes
       2014-07-13 17:15:21.000000000 +0200
@@ -1,0 +2,12 @@
+Mon Jun 23 08:54:27 UTC 2014 - [email protected]
+
+- remove non-existing client from autoupgrade work-flow
+- 13.2.13
+
+-------------------------------------------------------------------
+Tue Jun 17 08:55:44 UTC 2014 - [email protected]
+
+- Replace 13.2 repos with Factory repos till 13.2 is forked
+- 13.2.12
+
+-------------------------------------------------------------------
skelcd-control-openSUSE.changes: same change

Old:
----
  skelcd-control-openSUSE-13.2.11.tar.bz2

New:
----
  skelcd-control-openSUSE-13.2.13.tar.bz2

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

Other differences:
------------------
++++++ skelcd-control-openSUSE-promo.spec ++++++
--- /var/tmp/diff_new_pack.fR69Uo/_old  2014-07-13 17:15:23.000000000 +0200
+++ /var/tmp/diff_new_pack.fR69Uo/_new  2014-07-13 17:15:23.000000000 +0200
@@ -75,13 +75,15 @@
 
 Url:            https://github.com/yast/skelcd-control-openSUSE
 AutoReqProv:    off
-Version:        13.2.11
+Version:        13.2.13
 Release:        0
 Summary:        The openSUSE Installation Control file
 License:        MIT
 Group:          Metapackages
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 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
 Provides:       product_control
 Conflicts:      product_control
 

++++++ skelcd-control-openSUSE.spec ++++++
--- /var/tmp/diff_new_pack.fR69Uo/_old  2014-07-13 17:15:23.000000000 +0200
+++ /var/tmp/diff_new_pack.fR69Uo/_new  2014-07-13 17:15:23.000000000 +0200
@@ -75,13 +75,15 @@
 
 Url:            https://github.com/yast/skelcd-control-openSUSE
 AutoReqProv:    off
-Version:        13.2.11
+Version:        13.2.13
 Release:        0
 Summary:        The openSUSE Installation Control file
 License:        MIT
 Group:          Metapackages
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 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
 Provides:       product_control
 Conflicts:      product_control
 

++++++ skelcd-control-openSUSE-13.2.11.tar.bz2 -> 
skelcd-control-openSUSE-13.2.13.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skelcd-control-openSUSE-13.2.11/Rakefile 
new/skelcd-control-openSUSE-13.2.13/Rakefile
--- old/skelcd-control-openSUSE-13.2.11/Rakefile        2014-05-28 
10:06:30.000000000 +0200
+++ new/skelcd-control-openSUSE-13.2.13/Rakefile        2014-06-24 
14:31:55.000000000 +0200
@@ -3,6 +3,7 @@
 Yast::Tasks.configuration do |conf|
   #lets ignore license check for now
   conf.skip_license_check << /.*/
+  conf.exclude_files << /README.md/ #do not pack readme
 end
 
 desc "Generate *-promo package files"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skelcd-control-openSUSE-13.2.11/control/README.md 
new/skelcd-control-openSUSE-13.2.13/control/README.md
--- old/skelcd-control-openSUSE-13.2.11/control/README.md       2014-05-28 
10:06:30.000000000 +0200
+++ new/skelcd-control-openSUSE-13.2.13/control/README.md       1970-01-01 
01:00:00.000000000 +0100
@@ -1,32 +0,0 @@
-Products:
----------
-
-For the various products starting from SuSE Linux 9.1, several product
-control packages have been created and more will follow for future
-products. Those special package are used when creating the CDs and they
-install the control file into the first CD of the product (to the
-root directory with name `/control.xml`).
-
-
-Add-On Products:
-----------------
-
-File `add-on-installation.xml` is an extension for adding a workflow to the
-Language Add-On Product. It should be saved under the root directory
-of the add-on product as `installation.xml`.
-
-Currently it uses these clients:
-  - inst_language_add-on
-
-
-Control file validation:
-------------------------
-
-Run command
-
-    xmllint --noout --relaxng /usr/share/YaST2/control/control.rng *.xml
-
-or simply
-
-    make check
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/skelcd-control-openSUSE-13.2.11/control/control.openSUSE.xml 
new/skelcd-control-openSUSE-13.2.13/control/control.openSUSE.xml
--- old/skelcd-control-openSUSE-13.2.11/control/control.openSUSE.xml    
2014-05-28 10:06:30.000000000 +0200
+++ new/skelcd-control-openSUSE-13.2.13/control/control.openSUSE.xml    
2014-06-24 14:31:55.000000000 +0200
@@ -123,24 +123,24 @@
         <online_repos_preselected 
config:type="boolean">false</online_repos_preselected>
 
         <!-- FATE #300898, List of external sources accesible during the 
installation time -->
-        
<external_sources_link>http://download.opensuse.org/YaST/Repos/openSUSE_131_Servers.xml</external_sources_link>
+        
<external_sources_link>http://download.opensuse.org/YaST/Repos/openSUSE_Factory_Servers.xml</external_sources_link>
 
         <dropped_packages/>
         <extra_urls config:type="list">
             <!-- Default update repository, bnc #381360 -->
             <extra_url>
-                <baseurl>http://download.opensuse.org/update/13.2/</baseurl>
+                <baseurl>http://download.opensuse.org/update/factory/</baseurl>
                 <alias>repo-update</alias>
-                <name>openSUSE-13.2-Update</name>
+                <name>openSUSE-Factory-Update</name>
                 <prod_dir>/</prod_dir>
                 <enabled config:type="boolean">true</enabled>
                 <autorefresh config:type="boolean">true</autorefresh>
                 <priority config:type="integer">99</priority>
             </extra_url>
             <extra_url>
-                
<baseurl>http://download.opensuse.org/update/13.2-non-oss/</baseurl>
+                
<baseurl>http://download.opensuse.org/update/factory-non-oss/</baseurl>
                 <alias>repo-update-non-oss</alias>
-                <name>openSUSE-13.2-Update-Non-Oss</name>
+                <name>openSUSE-Factory-Update-Non-Oss</name>
                 <prod_dir>/</prod_dir>
                 <enabled config:type="boolean">true</enabled>
                 <autorefresh config:type="boolean">true</autorefresh>
@@ -149,45 +149,45 @@
 
             <!-- Replacement for EXTRAURLS and OPTIONALURLS -->
             <extra_url>
-                
<baseurl>http://download.opensuse.org/distribution/13.2/repo/oss/</baseurl>
+                
<baseurl>http://download.opensuse.org/factory/repo/oss/</baseurl>
                 <alias>repo-oss</alias>
-                <name>openSUSE-13.2-Oss</name>
+                <name>openSUSE-Factory-Oss</name>
                 <prod_dir>/</prod_dir>
                 <enabled config:type="boolean">true</enabled>
                 <autorefresh config:type="boolean">true</autorefresh>
                 <priority config:type="integer">99</priority>
             </extra_url>
             <extra_url>
-                
<baseurl>http://download.opensuse.org/distribution/13.2/repo/non-oss/</baseurl>
+                
<baseurl>http://download.opensuse.org/factory/repo/non-oss/</baseurl>
                 <alias>repo-non-oss</alias>
-                <name>openSUSE-13.2-Non-Oss</name>
+                <name>openSUSE-Factory-Non-Oss</name>
                 <prod_dir>/</prod_dir>
                 <enabled config:type="boolean">true</enabled>
                 <autorefresh config:type="boolean">true</autorefresh>
                 <priority config:type="integer">99</priority>
             </extra_url>
             <extra_url>
-                
<baseurl>http://download.opensuse.org/debug/distribution/13.2/repo/oss/</baseurl>
+                
<baseurl>http://download.opensuse.org/debug/factory/repo/oss/</baseurl>
                 <alias>repo-debug</alias>
-                <name>openSUSE-13.2-Debug</name>
+                <name>openSUSE-Factory-Debug</name>
                 <prod_dir>/</prod_dir>
                 <enabled config:type="boolean">false</enabled>
                 <autorefresh config:type="boolean">true</autorefresh>
                 <priority config:type="integer">99</priority>
             </extra_url>
             <extra_url>
-                
<baseurl>http://download.opensuse.org/debug/update/13.2/</baseurl>
+                
<baseurl>http://download.opensuse.org/debug/update/factory/</baseurl>
                 <alias>repo-debug-update</alias>
-                <name>openSUSE-13.2-Update-Debug</name>
+                <name>openSUSE-Factory-Update-Debug</name>
                 <prod_dir>/</prod_dir>
                 <enabled config:type="boolean">false</enabled>
                 <autorefresh config:type="boolean">true</autorefresh>
                 <priority config:type="integer">99</priority>
             </extra_url>
             <extra_url>
-                
<baseurl>http://download.opensuse.org/debug/update/13.2-non-oss/</baseurl>
+                
<baseurl>http://download.opensuse.org/debug/update/factory-non-oss/</baseurl>
                 <alias>repo-debug-update-non-oss</alias>
-                <name>openSUSE-13.2-Update-Debug-Non-Oss</name>
+                <name>openSUSE-Factory-Update-Debug-Non-Oss</name>
                 <prod_dir>/</prod_dir>
                 <enabled config:type="boolean">false</enabled>
                 <autorefresh config:type="boolean">true</autorefresh>
@@ -196,9 +196,9 @@
 
 
             <extra_url>
-                
<baseurl>http://download.opensuse.org/source/distribution/13.2/repo/oss/</baseurl>
+                
<baseurl>http://download.opensuse.org/source/factory/repo/oss/</baseurl>
                 <alias>repo-source</alias>
-                <name>openSUSE-13.2-Source</name>
+                <name>openSUSE-Factory-Source</name>
                 <prod_dir>/</prod_dir>
                 <enabled config:type="boolean">false</enabled>
                 <autorefresh config:type="boolean">true</autorefresh>
@@ -1112,12 +1112,6 @@
                     <name>rpmcopy</name>
                 </module>
                 <module>
-                    <!-- FATE #304940: s390 reIPL -->
-                    <label>Perform Update</label>
-                    <name>reiplauto</name>
-                    <archs>s390</archs>
-                </module>
-                <module>
                     <label>Perform Update</label>
                     <name>finish</name>
                 </module>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skelcd-control-openSUSE-13.2.11/package/README.md 
new/skelcd-control-openSUSE-13.2.13/package/README.md
--- old/skelcd-control-openSUSE-13.2.11/package/README.md       2014-05-28 
10:06:30.000000000 +0200
+++ new/skelcd-control-openSUSE-13.2.13/package/README.md       1970-01-01 
01:00:00.000000000 +0100
@@ -1,6 +0,0 @@
-NOTE
-----
-
-The `*-openSUSE-promo.*` files are created automatically when the package is
-submitted to OBS (done in the `rake tarball` task).
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/skelcd-control-openSUSE-13.2.11/package/skelcd-control-openSUSE.changes 
new/skelcd-control-openSUSE-13.2.13/package/skelcd-control-openSUSE.changes
--- old/skelcd-control-openSUSE-13.2.11/package/skelcd-control-openSUSE.changes 
2014-05-28 10:06:30.000000000 +0200
+++ new/skelcd-control-openSUSE-13.2.13/package/skelcd-control-openSUSE.changes 
2014-06-24 14:31:55.000000000 +0200
@@ -1,4 +1,16 @@
 -------------------------------------------------------------------
+Mon Jun 23 08:54:27 UTC 2014 - [email protected]
+
+- remove non-existing client from autoupgrade work-flow
+- 13.2.13
+
+-------------------------------------------------------------------
+Tue Jun 17 08:55:44 UTC 2014 - [email protected]
+
+- Replace 13.2 repos with Factory repos till 13.2 is forked
+- 13.2.12
+
+-------------------------------------------------------------------
 Wed May 28 09:54:50 CEST 2014 - [email protected]
 
 - Added handling for upgrading default desktops using
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/skelcd-control-openSUSE-13.2.11/package/skelcd-control-openSUSE.spec 
new/skelcd-control-openSUSE-13.2.13/package/skelcd-control-openSUSE.spec
--- old/skelcd-control-openSUSE-13.2.11/package/skelcd-control-openSUSE.spec    
2014-05-28 10:06:30.000000000 +0200
+++ new/skelcd-control-openSUSE-13.2.13/package/skelcd-control-openSUSE.spec    
2014-07-03 13:28:20.000000000 +0200
@@ -74,13 +74,15 @@
 
 Url:            https://github.com/yast/skelcd-control-openSUSE
 AutoReqProv:    off
-Version:        13.2.11
+Version:        13.2.13
 Release:        0
 Summary:        The openSUSE Installation Control file
 License:        MIT
 Group:          Metapackages
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 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
 Provides:       product_control
 Conflicts:      product_control
 

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to