Hello community,

here is the log from the commit of package yast2-services-manager for 
openSUSE:Factory checked in at 2016-11-19 12:49:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-services-manager (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-services-manager.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-services-manager"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/yast2-services-manager/yast2-services-manager.changes
    2016-01-16 11:56:15.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-services-manager.new/yast2-services-manager.changes
       2016-11-19 12:49:20.000000000 +0100
@@ -1,0 +2,8 @@
+Tue Nov 15 11:33:19 UTC 2016 - igonzalezs...@suse.com
+
+- Use the X-SuSE-YaST-AutoInstResourceAliases key to get rid
+  of the runlevel.desktop file (related to bsc#887115 and
+  bsc#1008301)
+- 3.1.43
+
+-------------------------------------------------------------------

Old:
----
  yast2-services-manager-3.1.42.tar.bz2

New:
----
  yast2-services-manager-3.1.43.tar.bz2

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

Other differences:
------------------
++++++ yast2-services-manager.spec ++++++
--- /var/tmp/diff_new_pack.sOsWI2/_old  2016-11-19 12:49:21.000000000 +0100
+++ /var/tmp/diff_new_pack.sOsWI2/_new  2016-11-19 12:49:21.000000000 +0100
@@ -24,7 +24,7 @@
 ######################################################################
 
 Name:           yast2-services-manager
-Version:        3.1.42
+Version:        3.1.43
 Release:        0
 BuildArch:      noarch
 
@@ -86,8 +86,6 @@
 %dir %{yast_dir}/data/services-manager/
 %{yast_dir}/data/services-manager/*.erb
 %{_prefix}/share/applications/YaST2/services-manager.desktop
-# Needed for legacy support of runlevel autoyast profile
-%{_prefix}/share/applications/YaST2/runlevel.desktop
 
 %dir %_docdir/
 %_docdir/%name/

++++++ yast2-services-manager-3.1.42.tar.bz2 -> 
yast2-services-manager-3.1.43.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-services-manager-3.1.42/CONTRIBUTING.md 
new/yast2-services-manager-3.1.43/CONTRIBUTING.md
--- old/yast2-services-manager-3.1.42/CONTRIBUTING.md   2016-01-14 
12:57:47.000000000 +0100
+++ new/yast2-services-manager-3.1.43/CONTRIBUTING.md   2016-11-16 
16:20:47.000000000 +0100
@@ -3,7 +3,7 @@
 
 YaST is an open source project and as such it welcomes all kinds of
 contributions. If you decide to contribute, please follow these guidelines to
-ensure the process is effective and pleasant both for you and YaST maintainers.
+ensure the process is effective and pleasant both for you and the YaST 
maintainers.
 
 There are two main forms of contribution: reporting bugs and performing code
 changes.
@@ -17,13 +17,11 @@
 
registration](https://secure-www.novell.com/selfreg/jsp/createSimpleAccount.jsp)
 if you don't have an account yet.)
 
-If you find a problem, please report it either using
-[Bugzilla](https://bugzilla.suse.com/) or GitHub issues. We can't guarantee
-that every bug will be fixed, but we'll try.
-
 When creating a bug report, please follow our [bug reporting
 guidelines](http://en.opensuse.org/openSUSE:Report_a_YaST_bug).
 
+We can't guarantee that every bug will be fixed, but we'll try.
+
 Code Changes
 ------------
 
@@ -44,15 +42,22 @@
      to the [Ruby style
      guide](https://github.com/SUSE/style-guides/blob/master/Ruby.md).
 
-  4. Make sure your change didn't break anything by building the RPM package
+  4. Update the package version (in `packages/*.spec`, usually by
+     `rake version:bump`) and add a new entry to the `package/*.changes` file
+     (by `osc vc package`).  
+     For bigger changes or changes which need longer discussion it is advised 
to
+     add this as a separate last commit so it can be easily updated when 
another
+     change is merged in the meantime.
+
+  5. Make sure your change didn't break anything by building the RPM package
      (`rake osc:build`). The build process includes running the full testsuite.
 
-  5. Publish the branch and create a pull request.
+  6. Publish the branch and create a pull request.
 
-  6. YaST developers will review your change and possibly point out issues.
+  7. YaST developers will review your change and possibly point out issues.
      Adapt the code under their guidance until they are all resolved.
 
-  7. Finally, the pull request will get merged or rejected.
+  8. Finally, the pull request will get merged or rejected.
 
 See also [GitHub's guide on
 contributing](https://help.github.com/articles/fork-a-repo).
@@ -60,9 +65,6 @@
 If you want to do multiple unrelated changes, use separate branches and pull
 requests.
 
-Do not change the `VERSION` and `*.changes` files as this could lead to
-conflicts.
-
 ### Commits
 
 Each commit in the pull request should do only one thing, which is clearly
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-services-manager-3.1.42/package/yast2-services-manager.changes 
new/yast2-services-manager-3.1.43/package/yast2-services-manager.changes
--- old/yast2-services-manager-3.1.42/package/yast2-services-manager.changes    
2016-01-14 12:57:47.000000000 +0100
+++ new/yast2-services-manager-3.1.43/package/yast2-services-manager.changes    
2016-11-16 16:20:47.000000000 +0100
@@ -1,4 +1,12 @@
 -------------------------------------------------------------------
+Tue Nov 15 11:33:19 UTC 2016 - igonzalezs...@suse.com
+
+- Use the X-SuSE-YaST-AutoInstResourceAliases key to get rid
+  of the runlevel.desktop file (related to bsc#887115 and
+  bsc#1008301)
+- 3.1.43
+
+-------------------------------------------------------------------
 Wed Jan 13 09:00:17 UTC 2016 - igonzalezs...@suse.com
 
 - Add X-SuSE-YaST-AutoInstSchema declaration so
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-services-manager-3.1.42/package/yast2-services-manager.spec 
new/yast2-services-manager-3.1.43/package/yast2-services-manager.spec
--- old/yast2-services-manager-3.1.42/package/yast2-services-manager.spec       
2016-01-14 12:57:47.000000000 +0100
+++ new/yast2-services-manager-3.1.43/package/yast2-services-manager.spec       
2016-11-16 16:20:47.000000000 +0100
@@ -24,7 +24,7 @@
 ######################################################################
 
 Name:           yast2-services-manager
-Version:        3.1.42
+Version:        3.1.43
 Release:        0
 BuildArch:      noarch
 
@@ -86,8 +86,6 @@
 %dir %{yast_dir}/data/services-manager/
 %{yast_dir}/data/services-manager/*.erb
 %{_prefix}/share/applications/YaST2/services-manager.desktop
-# Needed for legacy support of runlevel autoyast profile
-%{_prefix}/share/applications/YaST2/runlevel.desktop
 
 %dir %_docdir/
 %_docdir/%name/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-services-manager-3.1.42/src/desktop/runlevel.desktop 
new/yast2-services-manager-3.1.43/src/desktop/runlevel.desktop
--- old/yast2-services-manager-3.1.42/src/desktop/runlevel.desktop      
2016-01-14 12:57:47.000000000 +0100
+++ new/yast2-services-manager-3.1.43/src/desktop/runlevel.desktop      
1970-01-01 01:00:00.000000000 +0100
@@ -1,28 +0,0 @@
-# This file is needed for legacy support of runlevel autoyast profile
-# and provides only backward compatibility for importing old profiles
-
-[Desktop Entry]
-Type=Application
-Categories=Settings;System;Qt;X-SuSE-YaST;X-SuSE-YaST-System;
-
-X-KDE-ModuleType=Library
-X-KDE-HasReadOnlyMode=true
-X-SuSE-YaST-Call=services-manager
-X-SuSE-YaST-AutoInstClient=services-manager_auto
-
-X-SuSE-YaST-Group=System
-X-SuSE-YaST-Argument=
-X-SuSE-YaST-RootOnly=true
-X-SuSE-YaST-AutoInst=all
-# bnc#873604 Export is not supported, use services-manager instead
-X-SuSE-YaST-AutoInstClonable=false
-X-SuSE-YaST-Geometry=
-X-SuSE-YaST-SortKey=
-
-Icon=yast-runlevel
-Hidden=true
-Exec=xdg-su -c "/sbin/yast2 services-manager"
-
-Name=Services Manager
-GenericName=Configure running services and the default target
-StartupNotify=true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-services-manager-3.1.42/src/desktop/services-manager.desktop 
new/yast2-services-manager-3.1.43/src/desktop/services-manager.desktop
--- old/yast2-services-manager-3.1.42/src/desktop/services-manager.desktop      
2016-01-14 12:57:47.000000000 +0100
+++ new/yast2-services-manager-3.1.43/src/desktop/services-manager.desktop      
2016-11-16 16:20:47.000000000 +0100
@@ -14,6 +14,7 @@
 X-SuSE-YaST-SortKey=
 X-SuSE-YaST-AutoInstClonable=true
 X-SuSE-YaST-AutoInstSchema=services-manager.rnc
+X-SuSE-YaST-AutoInstResourceAliases=runlevel
 
 Icon=yast-runlevel
 Exec=xdg-su -c "/sbin/yast2 services-manager"


Reply via email to