commit yast2-sudo for openSUSE:Factory

2020-10-18 Thread root
Hello community,

here is the log from the commit of package yast2-sudo for openSUSE:Factory 
checked in at 2020-10-18 16:20:28

Comparing /work/SRC/openSUSE:Factory/yast2-sudo (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-sudo.new.3486 (New)


Package is "yast2-sudo"

Sun Oct 18 16:20:28 2020 rev:42 rq:840425 version:4.3.0

Changes:

--- /work/SRC/openSUSE:Factory/yast2-sudo/yast2-sudo.changes2020-03-01 
21:26:55.436423616 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-sudo.new.3486/yast2-sudo.changes  
2020-10-18 16:20:35.156468516 +0200
@@ -1,0 +2,10 @@
+Thu Oct  8 14:43:17 UTC 2020 - Josef Reidinger 
+
+- Support @include(-dir) directives
+- Support alternative name Cmd_Alias
+- report properly if yast2-sudo cannot read some configuration
+- improve error report if syntax failed after write
+  (related to bsc#1156929)
+- 4.3.0
+
+---

Old:

  yast2-sudo-4.2.3.tar.bz2

New:

  yast2-sudo-4.3.0.tar.bz2



Other differences:
--
++ yast2-sudo.spec ++
--- /var/tmp/diff_new_pack.FP7wxh/_old  2020-10-18 16:20:35.696468756 +0200
+++ /var/tmp/diff_new_pack.FP7wxh/_new  2020-10-18 16:20:35.700468758 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-sudo
 #
-# Copyright (c) 2020 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
@@ -12,7 +12,7 @@
 # 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/
 #
 
 
@@ -20,9 +20,9 @@
 Summary:YaST2 - Sudo configuration
 License:GPL-2.0-only
 Group:  System/YaST
-Version:4.2.3
+Version:4.3.0
 Release:0
-Url:https://github.com/yast/yast-sudo
+URL:https://github.com/yast/yast-sudo
 
 Source0:%{name}-%{version}.tar.bz2
 
@@ -35,7 +35,8 @@
 BuildRequires:  yast2
 BuildRequires:  yast2-devtools >= 4.2.2
 BuildRequires:  yast2-users
-BuildRequires:  rubygem(yast-rake)
+BuildRequires:  rubygem(%rb_default_ruby_abi:rspec)
+BuildRequires:  rubygem(%rb_default_ruby_abi:yast-rake)
 
 BuildArch:  noarch
 

++ yast2-sudo-4.2.3.tar.bz2 -> yast2-sudo-4.3.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-sudo-4.2.3/.coveralls.yml 
new/yast2-sudo-4.3.0/.coveralls.yml
--- old/yast2-sudo-4.2.3/.coveralls.yml 1970-01-01 01:00:00.0 +0100
+++ new/yast2-sudo-4.3.0/.coveralls.yml 2020-10-09 14:26:03.0 +0200
@@ -0,0 +1 @@
+service_name: travis-ci
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-sudo-4.2.3/.travis.yml 
new/yast2-sudo-4.3.0/.travis.yml
--- old/yast2-sudo-4.2.3/.travis.yml1970-01-01 01:00:00.0 +0100
+++ new/yast2-sudo-4.3.0/.travis.yml2020-10-09 14:26:03.0 +0200
@@ -0,0 +1,11 @@
+sudo: required
+language: bash
+services:
+  - docker
+
+before_install:
+  - docker build -t yast-sudo-image .
+script:
+  # the "yast-travis-ruby" script is included in the base yastdevel/ruby image
+  # see https://github.com/yast/docker-yast-ruby/blob/master/yast-travis-ruby
+  - docker run -it -e TRAVIS=1 -e TRAVIS_JOB_ID="$TRAVIS_JOB_ID" 
yast-sudo-image yast-travis-ruby
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-sudo-4.2.3/CONTRIBUTING.md 
new/yast2-sudo-4.3.0/CONTRIBUTING.md
--- old/yast2-sudo-4.2.3/CONTRIBUTING.md2020-02-19 10:51:08.0 
+0100
+++ new/yast2-sudo-4.3.0/CONTRIBUTING.md1970-01-01 01:00:00.0 
+0100
@@ -1,89 +0,0 @@
-YaST Contribution Guidelines
-
-
-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 the YaST 
maintainers.
-
-There are two main forms of contribution: reporting bugs and performing code
-changes.
-
-Bug Reports

-
-If you find a problem, please report it either using
-[Bugzilla](https://bugzilla.suse.com/enter_bug.cgi?format=guided=openSUSE+Factory=YaST2)
-or [GitHub issues](../../issues). (For Bugzilla, use the [simplified
-registration](https://secure-www.novell.com/selfreg/jsp/createSimpleAccount.jsp)
-if you don't have an account yet.)
-
-When creating a bug report, please follow our [bug reporting
-guidelines](http://en.opensuse.org/openSUSE:Report_a_YaST_bug).

commit yast2-sudo for openSUSE:Factory

2020-03-01 Thread root
Hello community,

here is the log from the commit of package yast2-sudo for openSUSE:Factory 
checked in at 2020-03-01 21:26:46

Comparing /work/SRC/openSUSE:Factory/yast2-sudo (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-sudo.new.26092 (New)


Package is "yast2-sudo"

Sun Mar  1 21:26:46 2020 rev:41 rq:776258 version:4.2.3

Changes:

--- /work/SRC/openSUSE:Factory/yast2-sudo/yast2-sudo.changes2020-01-05 
15:21:25.817569193 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-sudo.new.26092/yast2-sudo.changes 
2020-03-01 21:26:55.436423616 +0100
@@ -1,0 +2,6 @@
+Tue Feb 18 14:40:08 UTC 2020 - Stefan Hundhammer 
+
+- Fixed user-visible messages (bsc#1084015)
+- 4.2.3
+
+---

Old:

  yast2-sudo-4.2.2.tar.bz2

New:

  yast2-sudo-4.2.3.tar.bz2



Other differences:
--
++ yast2-sudo.spec ++
--- /var/tmp/diff_new_pack.oqAwuQ/_old  2020-03-01 21:26:55.956424672 +0100
+++ /var/tmp/diff_new_pack.oqAwuQ/_new  2020-03-01 21:26:55.956424672 +0100
@@ -20,7 +20,7 @@
 Summary:YaST2 - Sudo configuration
 License:GPL-2.0-only
 Group:  System/YaST
-Version:4.2.2
+Version:4.2.3
 Release:0
 Url:https://github.com/yast/yast-sudo
 

++ yast2-sudo-4.2.2.tar.bz2 -> yast2-sudo-4.2.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-sudo-4.2.2/package/yast2-sudo.changes 
new/yast2-sudo-4.2.3/package/yast2-sudo.changes
--- old/yast2-sudo-4.2.2/package/yast2-sudo.changes 2020-01-02 
13:53:37.0 +0100
+++ new/yast2-sudo-4.2.3/package/yast2-sudo.changes 2020-02-19 
10:51:08.0 +0100
@@ -1,4 +1,10 @@
 ---
+Tue Feb 18 14:40:08 UTC 2020 - Stefan Hundhammer 
+
+- Fixed user-visible messages (bsc#1084015)
+- 4.2.3
+
+---
 Tue Dec 31 10:07:40 UTC 2019 - David Diaz 
 
 - Do not truncate the sudoers file after write changes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-sudo-4.2.2/package/yast2-sudo.spec 
new/yast2-sudo-4.2.3/package/yast2-sudo.spec
--- old/yast2-sudo-4.2.2/package/yast2-sudo.spec2020-01-02 
13:53:37.0 +0100
+++ new/yast2-sudo-4.2.3/package/yast2-sudo.spec2020-02-19 
10:51:08.0 +0100
@@ -18,7 +18,7 @@
 
 Name:   yast2-sudo
 Summary:YaST2 - Sudo configuration
-Version:4.2.2
+Version:4.2.3
 Release:0
 Url:https://github.com/yast/yast-sudo
 Group:  System/YaST
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-sudo-4.2.2/src/include/sudo/helps.rb 
new/yast2-sudo-4.2.3/src/include/sudo/helps.rb
--- old/yast2-sudo-4.2.2/src/include/sudo/helps.rb  2020-01-02 
13:53:37.0 +0100
+++ new/yast2-sudo-4.2.3/src/include/sudo/helps.rb  2020-02-19 
10:51:08.0 +0100
@@ -19,334 +19,312 @@
 # current contact information at www.novell.com.
 # 
--
 
-# File:include/sudo/helps.ycp
-# Package: Configuration of sudo
-# Summary: Help texts of all the dialogs
-# Authors: Bubli 
+# File: include/sudo/helps.ycp
+# Package:  Configuration of sudo
+# Summary:  Help texts for all the dialogs
+# Authors:  Bubli 
 #
-# $Id: helps.ycp 27914 2006-02-13 14:32:08Z locilka $
 module Yast
   module SudoHelpsInclude
 def initialize_sudo_helps(include_target)
   textdomain "sudo"
 
-  # All helps are here
+  # All help texts are here
   @HELPS = {
 # Read dialog help 1/2
-"read"=> _(
+"read" => _(
   "Initializing sudo Configuration\n\n"
 ) +
   # Read dialog help 2/2
   _(
-"Aborting Initialization:\nSafely abort 
the configuration utility by pressing Abort now.\n"
+"Aborting Initialization:Safely abort the 
configuration utility by pressing Abort now."
   ),
 # Write dialog help 1/2
-"write"   => _(
-  "Saving sudo Configuration\n\n"
+"write" => _(
+  "Saving sudo Configuration"
 ) +
   # Write dialog help 2/2
   _(
-"Aborting Saving:\n" +
-  "Abort the save procedure by pressing Abort.\n" +
-  "An additional dialog informs whether it is safe to do so.\n" +
-  "\n"
+"Aborting Saving: " +
+  "Abort the save procedure by pressing Abort. " +
+  "An additional dialog informs whether it is 

commit yast2-sudo for openSUSE:Factory

2020-01-05 Thread root
Hello community,

here is the log from the commit of package yast2-sudo for openSUSE:Factory 
checked in at 2020-01-05 15:21:19

Comparing /work/SRC/openSUSE:Factory/yast2-sudo (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-sudo.new.6675 (New)


Package is "yast2-sudo"

Sun Jan  5 15:21:19 2020 rev:40 rq:760416 version:4.2.2

Changes:

--- /work/SRC/openSUSE:Factory/yast2-sudo/yast2-sudo.changes2019-07-31 
14:24:18.890374391 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-sudo.new.6675/yast2-sudo.changes  
2020-01-05 15:21:25.817569193 +0100
@@ -1,0 +2,7 @@
+Tue Dec 31 10:07:40 UTC 2019 - David Diaz 
+
+- Do not truncate the sudoers file after write changes
+  (bsc#1156929).
+- 4.2.2
+
+---
@@ -47,0 +55 @@
+- 3.1.2
@@ -52,0 +61 @@
+- 3.1.1

Old:

  yast2-sudo-4.2.1.tar.bz2

New:

  yast2-sudo-4.2.2.tar.bz2



Other differences:
--
++ yast2-sudo.spec ++
--- /var/tmp/diff_new_pack.o8Vyt7/_old  2020-01-05 15:21:26.853569713 +0100
+++ /var/tmp/diff_new_pack.o8Vyt7/_new  2020-01-05 15:21:26.857569715 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-sudo
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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:YaST2 - Sudo configuration
 License:GPL-2.0-only
 Group:  System/YaST
-Version:4.2.1
+Version:4.2.2
 Release:0
 Url:https://github.com/yast/yast-sudo
 

++ yast2-sudo-4.2.1.tar.bz2 -> yast2-sudo-4.2.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-sudo-4.2.1/package/yast2-sudo.changes 
new/yast2-sudo-4.2.2/package/yast2-sudo.changes
--- old/yast2-sudo-4.2.1/package/yast2-sudo.changes 2019-07-19 
11:53:16.0 +0200
+++ new/yast2-sudo-4.2.2/package/yast2-sudo.changes 2020-01-02 
13:53:37.0 +0100
@@ -1,4 +1,11 @@
 ---
+Tue Dec 31 10:07:40 UTC 2019 - David Diaz 
+
+- Do not truncate the sudoers file after write changes
+  (bsc#1156929).
+- 4.2.2
+
+---
 Fri Jul 19 09:49:14 UTC 2019 - David Diaz 
 
 - Added "BuildRequires: update-desktop-files"
@@ -45,11 +52,13 @@
 Thu Dec  4 09:51:39 UTC 2014 - jreidin...@suse.com
 
 - remove X-KDE-Library from desktop file (bnc#899104)
+- 3.1.2
 
 ---
 Wed Nov 13 15:56:18 UTC 2013 - jreidin...@suse.com
 
 - Add explicit COPYING file
+- 3.1.1
 
 ---
 Thu Sep 19 17:27:07 UTC 2013 - lsle...@suse.cz
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-sudo-4.2.1/package/yast2-sudo.spec 
new/yast2-sudo-4.2.2/package/yast2-sudo.spec
--- old/yast2-sudo-4.2.1/package/yast2-sudo.spec2019-07-19 
11:53:16.0 +0200
+++ new/yast2-sudo-4.2.2/package/yast2-sudo.spec2020-01-02 
13:53:37.0 +0100
@@ -18,7 +18,7 @@
 
 Name:   yast2-sudo
 Summary:YaST2 - Sudo configuration
-Version:4.2.1
+Version:4.2.2
 Release:0
 Url:https://github.com/yast/yast-sudo
 Group:  System/YaST
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-sudo-4.2.1/src/servers_non_y2/ag_etc_sudoers 
new/yast2-sudo-4.2.2/src/servers_non_y2/ag_etc_sudoers
--- old/yast2-sudo-4.2.1/src/servers_non_y2/ag_etc_sudoers  2019-07-19 
11:53:16.0 +0200
+++ new/yast2-sudo-4.2.2/src/servers_non_y2/ag_etc_sudoers  2020-01-02 
13:53:37.0 +0100
@@ -3,6 +3,15 @@
 # Author: Bubli 
 #
 # An agent for parsing /etc/sudoers file
+#
+# TODO: add support to understand and manage #include and #includedir 
directives. As they start with
+# the pound sign ('#'), they look like a comment and are being processed as, 
which means
+#
+#   * the agent doesn't know/is ignoring the configuration defined by the 
files supposed to be
+# included
+#   * those directives are being included as part of the "$previous_content", 
formerly "$comment",
+# associated with the next rule or alias found while processing the file. 
This is wrong since
+# they must not be moved or deleted along with the rule as if they were 
comments.
 
 use ycp;
 use strict;
@@ -11,148 +20,164 @@
 
 my $filename = "/etc/sudoers";
 
-my @data2 = ();  #= (
+# (
 #  "Host_Alias" => [ ["# Host Alias 

commit yast2-sudo for openSUSE:Factory

2019-07-31 Thread root
Hello community,

here is the log from the commit of package yast2-sudo for openSUSE:Factory 
checked in at 2019-07-31 14:24:17

Comparing /work/SRC/openSUSE:Factory/yast2-sudo (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-sudo.new.4126 (New)


Package is "yast2-sudo"

Wed Jul 31 14:24:17 2019 rev:39 rq:716997 version:4.2.1

Changes:

--- /work/SRC/openSUSE:Factory/yast2-sudo/yast2-sudo.changes2019-02-28 
21:48:13.529401545 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-sudo.new.4126/yast2-sudo.changes  
2019-07-31 14:24:18.890374391 +0200
@@ -1,0 +2,15 @@
+Fri Jul 19 09:49:14 UTC 2019 - David Diaz 
+
+- Added "BuildRequires: update-desktop-files"
+- Related to the previous desktop file changes (fate#319035)
+- 4.2.1
+
+---
+Fri May 31 12:40:44 UTC 2019 - Stasiek Michalski 
+
+- Add metainfo (fate#319035)
+- Revamp spec
+- Replace GenericName with Comment
+- 4.2.0
+
+---

Old:

  yast2-sudo-4.1.0.tar.bz2

New:

  yast2-sudo-4.2.1.tar.bz2



Other differences:
--
++ yast2-sudo.spec ++
--- /var/tmp/diff_new_pack.EreYds/_old  2019-07-31 14:24:19.538373656 +0200
+++ /var/tmp/diff_new_pack.EreYds/_new  2019-07-31 14:24:19.538373656 +0200
@@ -17,33 +17,28 @@
 
 
 Name:   yast2-sudo
-Version:4.1.0
+Summary:YaST2 - Sudo configuration
+License:GPL-2.0-only
+Group:  System/YaST
+Version:4.2.1
 Release:0
+Url:https://github.com/yast/yast-sudo
 
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:%{name}-%{version}.tar.bz2
 
-Url:http://github.com/yast/yast-sudo
 Requires:   yast2-users
 # Wizard::SetDesktopTitleAndIcon
 Requires:   yast2 >= 2.21.22
-#ycp::PathComponents
-Conflicts:  yast2-core < 2.13.29
-#Sudo icons
-Conflicts:  yast2_theme < 2.13.9
+Requires:   yast2-ruby-bindings >= 1.0.0
+
+BuildRequires:  update-desktop-files
 BuildRequires:  yast2
-BuildRequires:  yast2-devtools >= 3.0.6
+BuildRequires:  yast2-devtools >= 4.2.2
 BuildRequires:  yast2-users
 BuildRequires:  rubygem(yast-rake)
 
 BuildArch:  noarch
 
-Requires:   yast2-ruby-bindings >= 1.0.0
-
-Summary:YaST2 - sudo configuration
-License:GPL-2.0-only
-Group:  System/YaST
-
 %description
 The YaST2 component for sudo configuration. It configures capabilities
 of users to run commands as root or other user.
@@ -57,17 +52,17 @@
 %build
 
 %install
-rake install DESTDIR="%{buildroot}"
+%yast_install
+%yast_metainfo
 
 %files
-%defattr(-,root,root)
-%dir %{yast_yncludedir}/sudo
-%{yast_yncludedir}/sudo/*
-%{yast_clientdir}/sudo.rb
-%{yast_moduledir}/Sudo.*
-%{yast_desktopdir}/sudo.desktop
-%{yast_scrconfdir}/sudo.scr
-%{yast_agentdir}/ag_etc_sudoers
+%{yast_yncludedir}
+%{yast_clientdir}
+%{yast_moduledir}
+%{yast_desktopdir}
+%{yast_metainfodir}
+%{yast_scrconfdir}
+%{yast_agentdir}
 %{yast_icondir}
 %doc %{yast_docdir}
 %license COPYING

++ yast2-sudo-4.1.0.tar.bz2 -> yast2-sudo-4.2.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-sudo-4.1.0/package/yast2-sudo.changes 
new/yast2-sudo-4.2.1/package/yast2-sudo.changes
--- old/yast2-sudo-4.1.0/package/yast2-sudo.changes 2019-02-27 
15:46:48.0 +0100
+++ new/yast2-sudo-4.2.1/package/yast2-sudo.changes 2019-07-19 
11:53:16.0 +0200
@@ -1,4 +1,19 @@
 ---
+Fri Jul 19 09:49:14 UTC 2019 - David Diaz 
+
+- Added "BuildRequires: update-desktop-files"
+- Related to the previous desktop file changes (fate#319035)
+- 4.2.1
+
+---
+Fri May 31 12:40:44 UTC 2019 - Stasiek Michalski 
+
+- Add metainfo (fate#319035)
+- Revamp spec
+- Replace GenericName with Comment
+- 4.2.0
+
+---
 Tue Feb 26 13:55:34 UTC 2019 - José Iván López González 
 
 - Version bump (bsc#1124009)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-sudo-4.1.0/package/yast2-sudo.spec 
new/yast2-sudo-4.2.1/package/yast2-sudo.spec
--- old/yast2-sudo-4.1.0/package/yast2-sudo.spec2019-02-27 
15:46:48.0 +0100
+++ new/yast2-sudo-4.2.1/package/yast2-sudo.spec2019-07-19 
11:53:16.0 +0200
@@ -12,36 +12,31 @@
 # 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/
 #
 
 
 

commit yast2-sudo for openSUSE:Factory

2019-02-28 Thread root
Hello community,

here is the log from the commit of package yast2-sudo for openSUSE:Factory 
checked in at 2019-02-28 21:48:11

Comparing /work/SRC/openSUSE:Factory/yast2-sudo (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-sudo.new.28833 (New)


Package is "yast2-sudo"

Thu Feb 28 21:48:11 2019 rev:38 rq:679861 version:4.1.0

Changes:

--- /work/SRC/openSUSE:Factory/yast2-sudo/yast2-sudo.changes2018-12-31 
09:41:04.710477472 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-sudo.new.28833/yast2-sudo.changes 
2019-02-28 21:48:13.529401545 +0100
@@ -1,0 +2,6 @@
+Tue Feb 26 13:55:34 UTC 2019 - José Iván López González 
+
+- Version bump (bsc#1124009)
+- 4.1.0
+
+---

Old:

  yast2-sudo-4.0.1.tar.bz2

New:

  yast2-sudo-4.1.0.tar.bz2



Other differences:
--
++ yast2-sudo.spec ++
--- /var/tmp/diff_new_pack.8P0Q2d/_old  2019-02-28 21:48:14.793401005 +0100
+++ /var/tmp/diff_new_pack.8P0Q2d/_new  2019-02-28 21:48:14.833400988 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-sudo
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-sudo
-Version:4.0.1
+Version:4.1.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-sudo-4.0.1.tar.bz2 -> yast2-sudo-4.1.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-sudo-4.0.1/package/yast2-sudo.changes 
new/yast2-sudo-4.1.0/package/yast2-sudo.changes
--- old/yast2-sudo-4.0.1/package/yast2-sudo.changes 2018-11-28 
17:36:52.0 +0100
+++ new/yast2-sudo-4.1.0/package/yast2-sudo.changes 2019-02-27 
15:46:48.0 +0100
@@ -1,4 +1,10 @@
 ---
+Tue Feb 26 13:55:34 UTC 2019 - José Iván López González 
+
+- Version bump (bsc#1124009)
+- 4.1.0
+
+---
 Mon Nov 26 04:57:46 UTC 2018 - Noah Davis 
 
 - Provide icon with module (boo#1109310)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-sudo-4.0.1/package/yast2-sudo.spec 
new/yast2-sudo-4.1.0/package/yast2-sudo.spec
--- old/yast2-sudo-4.0.1/package/yast2-sudo.spec2018-11-28 
17:36:52.0 +0100
+++ new/yast2-sudo-4.1.0/package/yast2-sudo.spec2019-02-27 
15:46:48.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-sudo
-Version:4.0.1
+Version:4.1.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build




commit yast2-sudo for openSUSE:Factory

2018-12-31 Thread root
Hello community,

here is the log from the commit of package yast2-sudo for openSUSE:Factory 
checked in at 2018-12-31 09:41:04

Comparing /work/SRC/openSUSE:Factory/yast2-sudo (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-sudo.new.28833 (New)


Package is "yast2-sudo"

Mon Dec 31 09:41:04 2018 rev:37 rq:652475 version:4.0.1

Changes:

--- /work/SRC/openSUSE:Factory/yast2-sudo/yast2-sudo.changes2018-07-03 
23:33:14.252504654 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-sudo.new.28833/yast2-sudo.changes 
2018-12-31 09:41:04.710477472 +0100
@@ -1,0 +2,16 @@
+Mon Nov 26 04:57:46 UTC 2018 - Noah Davis 
+
+- Provide icon with module (boo#1109310)
+- 4.0.1
+
+---
+Tue Oct 16 16:14:41 CEST 2018 - sch...@suse.de
+
+- Added license file to spec.
+
+---
+Mon Aug 20 13:53:13 CEST 2018 - sch...@suse.de
+
+- Switched license in spec file from SPDX2 to SPDX3 format.
+
+---

Old:

  yast2-sudo-4.0.0.tar.bz2

New:

  yast2-sudo-4.0.1.tar.bz2



Other differences:
--
++ yast2-sudo.spec ++
--- /var/tmp/diff_new_pack.YUPP02/_old  2018-12-31 09:41:05.046477198 +0100
+++ /var/tmp/diff_new_pack.YUPP02/_new  2018-12-31 09:41:05.046477198 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-sudo
-Version:4.0.0
+Version:4.0.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -41,7 +41,7 @@
 Requires:   yast2-ruby-bindings >= 1.0.0
 
 Summary:YaST2 - sudo configuration
-License:GPL-2.0
+License:GPL-2.0-only
 Group:  System/YaST
 
 %description
@@ -68,6 +68,8 @@
 %{yast_desktopdir}/sudo.desktop
 %{yast_scrconfdir}/sudo.scr
 %{yast_agentdir}/ag_etc_sudoers
+%{yast_icondir}
 %doc %{yast_docdir}
+%license COPYING
 
 %changelog

++ yast2-sudo-4.0.0.tar.bz2 -> yast2-sudo-4.0.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-sudo-4.0.0/package/yast2-sudo.changes 
new/yast2-sudo-4.0.1/package/yast2-sudo.changes
--- old/yast2-sudo-4.0.0/package/yast2-sudo.changes 2018-07-02 
18:10:31.0 +0200
+++ new/yast2-sudo-4.0.1/package/yast2-sudo.changes 2018-11-28 
17:36:52.0 +0100
@@ -1,4 +1,20 @@
 ---
+Mon Nov 26 04:57:46 UTC 2018 - Noah Davis 
+
+- Provide icon with module (boo#1109310)
+- 4.0.1
+
+---
+Tue Oct 16 16:14:41 CEST 2018 - sch...@suse.de
+
+- Added license file to spec.
+
+---
+Mon Aug 20 13:53:13 CEST 2018 - sch...@suse.de
+
+- Switched license in spec file from SPDX2 to SPDX3 format.
+
+---
 Thu Jun 28 09:51:25 CEST 2018 - sch...@suse.de
 
 - Added additional searchkeys to desktop file (fate#321043).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-sudo-4.0.0/package/yast2-sudo.spec 
new/yast2-sudo-4.0.1/package/yast2-sudo.spec
--- old/yast2-sudo-4.0.0/package/yast2-sudo.spec2018-07-02 
18:10:31.0 +0200
+++ new/yast2-sudo-4.0.1/package/yast2-sudo.spec2018-11-28 
17:36:52.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-sudo
-Version:4.0.0
+Version:4.0.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -25,7 +25,7 @@
 
 url:http://github.com/yast/yast-sudo
 Group:  System/YaST
-License:GPL-2.0
+License:GPL-2.0-only
 Requires:  yast2-users
 # Wizard::SetDesktopTitleAndIcon
 Requires: yast2 >= 2.21.22
@@ -68,4 +68,6 @@
 %{yast_desktopdir}/sudo.desktop
 %{yast_scrconfdir}/sudo.scr
 %{yast_agentdir}/ag_etc_sudoers
+%{yast_icondir}
 %doc %{yast_docdir}
+%license COPYING
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-sudo-4.0.0/src/icons/hicolor/scalable/apps/yast-sudo.svg 
new/yast2-sudo-4.0.1/src/icons/hicolor/scalable/apps/yast-sudo.svg
--- old/yast2-sudo-4.0.0/src/icons/hicolor/scalable/apps/yast-sudo.svg  
1970-01-01 01:00:00.0 +0100
+++ new/yast2-sudo-4.0.1/src/icons/hicolor/scalable/apps/yast-sudo.svg  
2018-11-28 17:36:52.0 +0100
@@ -0,0 +1 @@
+http://www.w3.org/2000/svg;>
\ No newline at end of file




commit yast2-sudo for openSUSE:Factory

2018-07-03 Thread root
Hello community,

here is the log from the commit of package yast2-sudo for openSUSE:Factory 
checked in at 2018-07-03 23:33:13

Comparing /work/SRC/openSUSE:Factory/yast2-sudo (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-sudo.new (New)


Package is "yast2-sudo"

Tue Jul  3 23:33:13 2018 rev:36 rq:620297 version:4.0.0

Changes:

--- /work/SRC/openSUSE:Factory/yast2-sudo/yast2-sudo.changes2014-12-05 
21:03:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-sudo.new/yast2-sudo.changes   
2018-07-03 23:33:14.252504654 +0200
@@ -1,0 +2,6 @@
+Thu Jun 28 09:51:25 CEST 2018 - sch...@suse.de
+
+- Added additional searchkeys to desktop file (fate#321043).
+- 4.0.0
+
+---

Old:

  yast2-sudo-3.1.2.tar.bz2

New:

  yast2-sudo-4.0.0.tar.bz2



Other differences:
--
++ yast2-sudo.spec ++
--- /var/tmp/diff_new_pack.XFF7Nm/_old  2018-07-03 23:33:15.120503407 +0200
+++ /var/tmp/diff_new_pack.XFF7Nm/_new  2018-07-03 23:33:15.124503401 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-sudo
 #
-# Copyright (c) 2014 SUSE LINUX Products 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
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-sudo
-Version:3.1.2
+Version:4.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-sudo-3.1.2.tar.bz2 -> yast2-sudo-4.0.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-sudo-3.1.2/CONTRIBUTING.md 
new/yast2-sudo-4.0.0/CONTRIBUTING.md
--- old/yast2-sudo-3.1.2/CONTRIBUTING.md2014-12-04 11:10:07.134753635 
+0100
+++ new/yast2-sudo-4.0.0/CONTRIBUTING.md2018-07-02 18:10:31.0 
+0200
@@ -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.
@@ -12,18 +12,16 @@
 ---
 
 If you find a problem, please report it either using
-[Bugzilla](https://bugzilla.novell.com/enter_bug.cgi?format=guided=openSUSE+Factory=YaST2)
+[Bugzilla](https://bugzilla.suse.com/enter_bug.cgi?format=guided=openSUSE+Factory=YaST2)
 or [GitHub issues](../../issues). (For Bugzilla, use the [simplified
 
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.novell.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 

commit yast2-sudo for openSUSE:Factory

2014-12-05 Thread h_root
Hello community,

here is the log from the commit of package yast2-sudo for openSUSE:Factory 
checked in at 2014-12-05 21:03:07

Comparing /work/SRC/openSUSE:Factory/yast2-sudo (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-sudo.new (New)


Package is yast2-sudo

Changes:

--- /work/SRC/openSUSE:Factory/yast2-sudo/yast2-sudo.changes2013-11-17 
09:59:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-sudo.new/yast2-sudo.changes   
2014-12-05 21:03:00.0 +0100
@@ -1,0 +2,5 @@
+Thu Dec  4 09:51:39 UTC 2014 - jreidin...@suse.com
+
+- remove X-KDE-Library from desktop file (bnc#899104)
+
+---

Old:

  yast2-sudo-3.1.1.tar.bz2

New:

  yast2-sudo-3.1.2.tar.bz2



Other differences:
--
++ yast2-sudo.spec ++
--- /var/tmp/diff_new_pack.d2vDWY/_old  2014-12-05 21:03:01.0 +0100
+++ /var/tmp/diff_new_pack.d2vDWY/_new  2014-12-05 21:03:01.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-sudo
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,13 @@
 
 
 Name:   yast2-sudo
-Version:3.1.1
+Version:3.1.2
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:%{name}-%{version}.tar.bz2
 
+Url:http://github.com/yast/yast-sudo
 Requires:   yast2-users
 # Wizard::SetDesktopTitleAndIcon
 Requires:   yast2 = 2.21.22
@@ -30,12 +31,10 @@
 Conflicts:  yast2-core  2.13.29
 #Sudo icons
 Conflicts:  yast2_theme  2.13.9
-BuildRequires:  perl-XML-Writer
-BuildRequires:  update-desktop-files
 BuildRequires:  yast2
 BuildRequires:  yast2-devtools = 3.0.6
-BuildRequires:  yast2-testsuite
 BuildRequires:  yast2-users
+BuildRequires:  rubygem(yast-rake)
 
 BuildArch:  noarch
 
@@ -52,11 +51,13 @@
 %prep
 %setup -n %{name}-%{version}
 
+%check
+rake test:unit
+
 %build
-%yast_build
 
 %install
-%yast_install
+rake install DESTDIR=%{buildroot}
 
 %files
 %defattr(-,root,root)

++ yast2-sudo-3.1.1.tar.bz2 - yast2-sudo-3.1.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-sudo-3.1.1/MAINTAINER 
new/yast2-sudo-3.1.2/MAINTAINER
--- old/yast2-sudo-3.1.1/MAINTAINER 2013-11-15 13:17:13.0 +0100
+++ new/yast2-sudo-3.1.2/MAINTAINER 2014-12-04 11:10:07.0 +0100
@@ -1 +1 @@
-YaST2 Maintainers yast2-maintain...@suse.de
+Deprecated file. Use `osc maintainer yast2-sudo` instead.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-sudo-3.1.1/Makefile.cvs 
new/yast2-sudo-3.1.2/Makefile.cvs
--- old/yast2-sudo-3.1.1/Makefile.cvs   2013-11-15 13:17:13.0 +0100
+++ new/yast2-sudo-3.1.2/Makefile.cvs   1970-01-01 01:00:00.0 +0100
@@ -1,22 +0,0 @@
-#
-# Makefile.cvs
-#
-PREFIX = /usr
-
-LIB = $(shell y2tool get-lib)
-
-configure: all
-   ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB)
-
-all:
-   y2tool y2autoconf
-   y2tool y2automake
-   autoreconf --force --install
-
-install: configure
-   make
-   make install
-
-reconf: all
-   ./config.status --recheck
-   ./config.status
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-sudo-3.1.1/configure.in.in 
new/yast2-sudo-3.1.2/configure.in.in
--- old/yast2-sudo-3.1.1/configure.in.in2013-11-15 13:17:13.0 
+0100
+++ new/yast2-sudo-3.1.2/configure.in.in1970-01-01 01:00:00.0 
+0100
@@ -1,12 +0,0 @@
-## YCP module configure.in.in
-
-## Initialize
-@YAST2-INIT-COMMON@
-@YAST2-INIT-YCP@
-
-## some common checks
-@YAST2-CHECKS-COMMON@
-@YAST2-CHECKS-YCP@
-
-## and generate the output...
-@YAST2-OUTPUT@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-sudo-3.1.1/doc/Makefile.am 
new/yast2-sudo-3.1.2/doc/Makefile.am
--- old/yast2-sudo-3.1.1/doc/Makefile.am2013-11-15 13:17:13.0 
+0100
+++ new/yast2-sudo-3.1.2/doc/Makefile.am1970-01-01 01:00:00.0 
+0100
@@ -1,10 +0,0 @@
-# Makefile.am for sudo/doc
-
-SUBDIRS = autodocs
-
-htmldir = $(docdir)
-
-doc_DATA =
-html_DATA =
-
-EXTRA_DIST = $(doc_DATA) $(html_DATA)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-sudo-3.1.1/doc/autodocs/Makefile.am 
new/yast2-sudo-3.1.2/doc/autodocs/Makefile.am
--- old/yast2-sudo-3.1.1/doc/autodocs/Makefile.am   2013-11-15 

commit yast2-sudo for openSUSE:Factory

2013-11-17 Thread h_root
Hello community,

here is the log from the commit of package yast2-sudo for openSUSE:Factory 
checked in at 2013-11-17 09:59:28

Comparing /work/SRC/openSUSE:Factory/yast2-sudo (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-sudo.new (New)


Package is yast2-sudo

Changes:

--- /work/SRC/openSUSE:Factory/yast2-sudo/yast2-sudo.changes2013-10-11 
11:11:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-sudo.new/yast2-sudo.changes   
2013-11-17 09:59:29.0 +0100
@@ -1,0 +2,5 @@
+Wed Nov 13 15:56:18 UTC 2013 - jreidin...@suse.com
+
+- Add explicit COPYING file
+
+---

Old:

  yast2-sudo-3.1.0.tar.bz2

New:

  yast2-sudo-3.1.1.tar.bz2



Other differences:
--
++ yast2-sudo.spec ++
--- /var/tmp/diff_new_pack.PqqxcL/_old  2013-11-17 09:59:30.0 +0100
+++ /var/tmp/diff_new_pack.PqqxcL/_new  2013-11-17 09:59:30.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-sudo
-Version:3.1.0
+Version:3.1.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-sudo-3.1.0.tar.bz2 - yast2-sudo-3.1.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-sudo-3.1.0/CONTRIBUTING.md 
new/yast2-sudo-3.1.1/CONTRIBUTING.md
--- old/yast2-sudo-3.1.0/CONTRIBUTING.md1970-01-01 01:00:00.0 
+0100
+++ new/yast2-sudo-3.1.1/CONTRIBUTING.md2013-11-15 13:17:13.0 
+0100
@@ -0,0 +1,87 @@
+YaST Contribution Guidelines
+
+
+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.
+
+There are two main forms of contribution: reporting bugs and performing code
+changes.
+
+Bug Reports
+---
+
+If you find a problem, please report it either using
+[Bugzilla](https://bugzilla.novell.com/enter_bug.cgi?format=guidedproduct=openSUSE+Factorycomponent=YaST2)
+or [GitHub issues](../../issues). (For Bugzilla, use the [simplified
+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.novell.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).
+
+Code Changes
+
+
+We welcome all kinds of code contributions, from simple bug fixes to 
significant
+refactorings and implementation of new features. However, before making any
+non-trivial contribution, get in touch with us first — this can prevent wasted
+effort on both sides. Also, have a look at our [development
+documentation](http://en.opensuse.org/openSUSE:YaST_development).
+
+To send us your code change, use GitHub pull requests. The workflow is as
+follows:
+
+  1. Fork the project.
+
+  2. Create a topic branch based on `master`.
+
+  3. Implement your change, including tests (if possible). Make sure you adhere
+ 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
+ (`rake osc:build`). The build process includes running the full testsuite.
+
+  5. Publish the branch and create a pull request.
+
+  6. 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.
+
+See also [GitHub's guide on
+contributing](https://help.github.com/articles/fork-a-repo).
+
+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
+described by its commit message. Especially avoid mixing formatting changes and
+functional changes into one commit. When writing commit messages, adhere to
+[widely used
+conventions](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html).
+
+If your commit is related to a bug in Buzgilla or an issue on GitHub, make sure
+you mention it in the commit message for cross-reference. Use format like
+bnc#775814 or gh#yast/yast-foo#42. See also [GitHub
+autolinking](https://help.github.com/articles/github-flavored-markdown#references)
+and [openSUSE abbreviation

commit yast2-sudo for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-sudo for openSUSE:Factory 
checked in at 2013-08-01 11:10:15

Comparing /work/SRC/openSUSE:Factory/yast2-sudo (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-sudo.new (New)


Package is yast2-sudo

Changes:

--- /work/SRC/openSUSE:Factory/yast2-sudo/yast2-sudo.changes2013-05-27 
10:14:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-sudo.new/yast2-sudo.changes   
2013-08-01 11:10:16.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:42:46 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-sudo-2.24.0.tar.bz2

New:

  yast2-sudo-3.0.0.tar.bz2



Other differences:
--
++ yast2-sudo.spec ++
--- /var/tmp/diff_new_pack.qknyAj/_old  2013-08-01 11:10:17.0 +0200
+++ /var/tmp/diff_new_pack.qknyAj/_new  2013-08-01 11:10:17.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-sudo
-Version:2.24.0
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -39,6 +39,8 @@
 
 BuildArch:  noarch
 
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - sudo configuration
 License:GPL-2.0
 Group:  System/YaST
@@ -78,7 +80,7 @@
 %defattr(-,root,root)
 %dir /usr/share/YaST2/include/sudo
 /usr/share/YaST2/include/sudo/*
-/usr/share/YaST2/clients/sudo.ycp
+/usr/share/YaST2/clients/sudo.rb
 /usr/share/YaST2/modules/Sudo.*
 %{_prefix}/share/applications/YaST2/sudo.desktop
 /usr/share/YaST2/scrconf/sudo.scr

++ yast2-sudo-2.24.0.tar.bz2 - yast2-sudo-3.0.0.tar.bz2 ++
 7388 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit yast2-sudo for openSUSE:Factory

2013-05-27 Thread h_root


bin1XOy90S0Ca.bin
Description: Binary data


commit yast2-sudo for openSUSE:Factory

2012-03-30 Thread h_root
Hello community,

here is the log from the commit of package yast2-sudo for openSUSE:Factory 
checked in at 2012-03-30 14:22:17

Comparing /work/SRC/openSUSE:Factory/yast2-sudo (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-sudo.new (New)


Package is yast2-sudo, Maintainer is jsr...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/yast2-sudo/yast2-sudo.changes2011-10-03 
09:27:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-sudo.new/yast2-sudo.changes   
2012-03-30 14:22:18.0 +0200
@@ -1,0 +2,7 @@
+Thu Mar 29 16:06:50 CEST 2012 - jsuch...@suse.cz
+
+- merge proofread texts 
+- confirmed license
+- 2.22.0
+
+---

Old:

  yast2-sudo-2.21.1.tar.bz2

New:

  yast2-sudo-2.22.0.tar.bz2



Other differences:
--
++ yast2-sudo.spec ++
--- /var/tmp/diff_new_pack.CQXAwu/_old  2012-03-30 14:22:23.0 +0200
+++ /var/tmp/diff_new_pack.CQXAwu/_new  2012-03-30 14:22:23.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-sudo
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,20 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   yast2-sudo
-Version:2.21.1
+Version:2.22.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-sudo-2.21.1.tar.bz2
-
-Prefix: /usr
+Source0:yast2-sudo-%{version}.tar.bz2
 
-Group:  System/YaST
-License:GPL-2.0+
 Requires:   yast2-users
 # Wizard::SetDesktopTitleAndIcon
 Requires:   yast2 = 2.21.22
@@ -36,37 +30,43 @@
 Conflicts:  yast2-core  2.13.29
 #Sudo icons
 Conflicts:  yast2_theme  2.13.9
-BuildRequires:  perl-XML-Writer update-desktop-files yast2 yast2-devtools 
yast2-testsuite yast2-users
+BuildRequires:  perl-XML-Writer
+BuildRequires:  update-desktop-files
+BuildRequires:  yast2
+BuildRequires:  yast2-devtools
+BuildRequires:  yast2-testsuite
+BuildRequires:  yast2-users
 
 BuildArch:  noarch
 
 Summary:YaST2 - sudo configuration
+License:GPL-2.0
+Group:  System/YaST
 
 %description
 The YaST2 component for sudo configuration. It configures capabilities
 of users to run commands as root or other user.
 
 %prep
-%setup -n yast2-sudo-2.21.1
+%setup -n yast2-sudo-%{version}
 
 %build
-%{prefix}/bin/y2tool y2autoconf
-%{prefix}/bin/y2tool y2automake
+%{_prefix}/bin/y2tool y2autoconf
+%{_prefix}/bin/y2tool y2automake
 autoreconf --force --install
 
 export CFLAGS=$RPM_OPT_FLAGS -DNDEBUG
 export CXXFLAGS=$RPM_OPT_FLAGS -DNDEBUG
 
-%{?suse_update_config:%{suse_update_config -f}}
-./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir}
+./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
 # V=1: verbose build in case we used AM_SILENT_RULES(yes)
 # so that RPM_OPT_FLAGS check works
 make %{?jobs:-j%jobs} V=1
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
-[ -e %{prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK ] || 
Y2DIR=$RPM_BUILD_ROOT/usr/share/YaST2 make check DESTDIR=$RPM_BUILD_ROOT
-for f in `find $RPM_BUILD_ROOT/%{prefix}/share/applications/YaST2/ -name 
*.desktop` ; do
+[ -e %{_prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK ] || 
Y2DIR=$RPM_BUILD_ROOT/usr/share/YaST2 make check DESTDIR=$RPM_BUILD_ROOT
+for f in `find $RPM_BUILD_ROOT/%{_prefix}/share/applications/YaST2/ -name 
*.desktop` ; do
 d=${f##*/}
 %suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
 done
@@ -80,9 +80,9 @@
 /usr/share/YaST2/include/sudo/*
 /usr/share/YaST2/clients/sudo.ycp
 /usr/share/YaST2/modules/Sudo.*
-%{prefix}/share/applications/YaST2/sudo.desktop
+%{_prefix}/share/applications/YaST2/sudo.desktop
 /usr/share/YaST2/scrconf/sudo.scr
 /usr/lib/YaST2/servers_non_y2/ag_etc_sudoers
-%doc %{prefix}/share/doc/packages/yast2-sudo
+%doc %{_prefix}/share/doc/packages/yast2-sudo
 
 %changelog

++ yast2-sudo-2.21.1.tar.bz2 - yast2-sudo-2.22.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-sudo-2.21.1/Makefile.am 
new/yast2-sudo-2.22.0/Makefile.am
--- old/yast2-sudo-2.21.1/Makefile.am   2011-09-22 11:39:42.0 +0200
+++ new/yast2-sudo-2.22.0/Makefile.am   2012-03-29 16:07:06.0 +0200
@@ -20,7 +20,6 @@
 IS_DEVTOOLS= $(findstring yast2-devtools,$(RPMNAME))
 
 DEVTOOLS_DIR   = $(if 

commit yast2-sudo for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package yast2-sudo for openSUSE:Factory 
checked in at 2011-12-06 19:20:26

Comparing /work/SRC/openSUSE:Factory/yast2-sudo (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-sudo.new (New)


Package is yast2-sudo, Maintainer is jsr...@suse.com

Changes:




Other differences:
--
++ yast2-sudo.spec ++
--- /var/tmp/diff_new_pack.O7h3ej/_old  2011-12-06 20:02:27.0 +0100
+++ /var/tmp/diff_new_pack.O7h3ej/_new  2011-12-06 20:02:27.0 +0100
@@ -28,7 +28,7 @@
 Prefix: /usr
 
 Group:  System/YaST
-License:GPL v2 or later
+License:GPL-2.0+
 Requires:   yast2-users
 # Wizard::SetDesktopTitleAndIcon
 Requires:   yast2 = 2.21.22

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit yast2-sudo for openSUSE:Factory

2011-10-03 Thread h_root

Hello community,

here is the log from the commit of package yast2-sudo for openSUSE:Factory
checked in at Mon Oct 3 09:27:25 CEST 2011.




--- openSUSE:Factory/yast2-sudo/yast2-sudo.changes  2011-09-23 
12:53:24.0 +0200
+++ yast2-sudo/yast2-sudo.changes   2011-09-22 11:42:17.0 +0200
@@ -1,0 +2,11 @@
+Thu Sep 22 11:39:21 CEST 2011 - vis...@suse.cz
+
+- set dialog title
+- 2.21.1 
+
+---
+Fri Aug  5 12:35:26 CEST 2011 - tgoettlic...@suse.de
+
+- fixed .desktop file (bnc #681249)
+
+---

calling whatdependson for head-i586


Old:

  yast2-sudo-2.21.0.tar.bz2

New:

  yast2-sudo-2.21.1.tar.bz2



Other differences:
--
++ yast2-sudo.spec ++
--- /var/tmp/diff_new_pack.rvN16F/_old  2011-10-03 09:27:20.0 +0200
+++ /var/tmp/diff_new_pack.rvN16F/_new  2011-10-03 09:27:20.0 +0200
@@ -19,17 +19,19 @@
 
 
 Name:   yast2-sudo
-Version:2.21.0
-Release:1
+Version:2.21.1
+Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-sudo-2.21.0.tar.bz2
+Source0:yast2-sudo-2.21.1.tar.bz2
 
 Prefix: /usr
 
 Group:  System/YaST
 License:GPL v2 or later
-Requires:   yast2 yast2-users
+Requires:   yast2-users
+# Wizard::SetDesktopTitleAndIcon
+Requires:   yast2 = 2.21.22
 #ycp::PathComponents
 Conflicts:  yast2-core  2.13.29
 #Sudo icons
@@ -45,7 +47,7 @@
 of users to run commands as root or other user.
 
 %prep
-%setup -n yast2-sudo-2.21.0
+%setup -n yast2-sudo-2.21.1
 
 %build
 %{prefix}/bin/y2tool y2autoconf
@@ -82,4 +84,5 @@
 /usr/share/YaST2/scrconf/sudo.scr
 /usr/lib/YaST2/servers_non_y2/ag_etc_sudoers
 %doc %{prefix}/share/doc/packages/yast2-sudo
+
 %changelog

++ yast2-sudo-2.21.0.tar.bz2 - yast2-sudo-2.21.1.tar.bz2 ++
 1898 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-sudo-2.21.0/VERSION new/yast2-sudo-2.21.1/VERSION
--- old/yast2-sudo-2.21.0/VERSION   2011-08-02 13:19:32.0 +0200
+++ new/yast2-sudo-2.21.1/VERSION   2011-09-22 11:39:35.0 +0200
@@ -1 +1 @@
-2.21.0
+2.21.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-sudo-2.21.0/configure.in new/yast2-sudo-2.21.1/configure.in
--- old/yast2-sudo-2.21.0/configure.in  2011-08-02 13:25:30.0 +0200
+++ new/yast2-sudo-2.21.1/configure.in  2011-09-22 11:39:42.0 +0200
@@ -1,9 +1,9 @@
 dnl configure.in for yast2-sudo
 dnl
-dnl -- This file is generated by y2autoconf 2.18.11 - DO NOT EDIT! --
+dnl -- This file is generated by y2autoconf 2.21.0 - DO NOT EDIT! --
 dnl(edit configure.in.in instead)
 
-AC_INIT(yast2-sudo, 2.21.0, http://bugs.opensuse.org/, yast2-sudo)
+AC_INIT(yast2-sudo, 2.21.1, http://bugs.opensuse.org/, yast2-sudo)
 dnl Check for presence of file 'RPMNAME'
 AC_CONFIG_SRCDIR([RPMNAME])
 
@@ -18,7 +18,7 @@
 AM_INIT_AUTOMAKE(tar-ustar -Wno-portability)
 
 dnl Important YaST2 variables
-VERSION=2.21.0
+VERSION=2.21.1
 RPMNAME=yast2-sudo
 MAINTAINER=Katarina Machalkova kmachalk...@suse.cz
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-sudo-2.21.0/src/sudo.desktop new/yast2-sudo-2.21.1/src/sudo.desktop
--- old/yast2-sudo-2.21.0/src/sudo.desktop  2010-08-18 13:48:37.0 
+0200
+++ new/yast2-sudo-2.21.1/src/sudo.desktop  2011-09-21 14:20:43.0 
+0200
@@ -3,7 +3,6 @@
 Categories=Settings;System;Qt;X-SuSE-YaST;X-SuSE-YaST-Security;
 
 X-KDE-ModuleType=Library
-X-KDE-RootOnly=true
 X-KDE-HasReadOnlyMode=true
 X-KDE-Library=yast2
 X-SuSE-YaST-Call=sudo
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-sudo-2.21.0/src/wizards.ycp new/yast2-sudo-2.21.1/src/wizards.ycp
--- old/yast2-sudo-2.21.0/src/wizards.ycp 

commit yast2-sudo for openSUSE:Factory

2011-08-03 Thread h_root

Hello community,

here is the log from the commit of package yast2-sudo for openSUSE:Factory
checked in at Wed Aug 3 09:28:39 CEST 2011.




--- yast2-sudo/yast2-sudo.changes   2009-04-20 12:15:58.0 +0200
+++ /mounts/work_src_done/STABLE/yast2-sudo/yast2-sudo.changes  2011-08-02 
13:28:13.0 +0200
@@ -1,0 +2,13 @@
+Tue Aug  2 13:19:09 CEST 2011 - jsr...@suse.cz
+
+- fixed typos
+- 2.21.0
+
+--
+Wed Jan 13 18:56:03 CET 2010 - kmachalk...@suse.cz
+
+- Adjusted .desktop file(s) to wrap /sbin/yast2/ calls in xdg-su
+  where root privileges are needed, removed X-KDE-SubstituteUID key 
+  (bnc#540627)
+
+---

calling whatdependson for head-i586


Old:

  yast2-sudo-2.18.2.tar.bz2

New:

  yast2-sudo-2.21.0.tar.bz2



Other differences:
--
++ yast2-sudo.spec ++
--- /var/tmp/diff_new_pack.1C44Wi/_old  2011-08-03 09:23:30.0 +0200
+++ /var/tmp/diff_new_pack.1C44Wi/_new  2011-08-03 09:23:30.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package yast2-sudo (Version 2.18.2)
+# spec file for package yast2-sudo
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products 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,44 +19,47 @@
 
 
 Name:   yast2-sudo
-Version:2.18.2
+Version:2.21.0
 Release:1
-License:GPL v2 or later
-Group:  System/YaST
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-sudo-2.18.2.tar.bz2
+Source0:yast2-sudo-2.21.0.tar.bz2
+
 Prefix: /usr
+
+Group:  System/YaST
+License:GPL v2 or later
 Requires:   yast2 yast2-users
 #ycp::PathComponents
 Conflicts:  yast2-core  2.13.29
 #Sudo icons
 Conflicts:  yast2_theme  2.13.9
 BuildRequires:  perl-XML-Writer update-desktop-files yast2 yast2-devtools 
yast2-testsuite yast2-users
+
 BuildArch:  noarch
+
 Summary:YaST2 - sudo configuration
 
 %description
 The YaST2 component for sudo configuration. It configures capabilities
 of users to run commands as root or other user.
 
-
-
-Authors:
-
-Katarina Machalkova kmachalk...@suse.cz
-
 %prep
-%setup -n yast2-sudo-2.18.2
+%setup -n yast2-sudo-2.21.0
 
 %build
 %{prefix}/bin/y2tool y2autoconf
 %{prefix}/bin/y2tool y2automake
 autoreconf --force --install
+
 export CFLAGS=$RPM_OPT_FLAGS -DNDEBUG
 export CXXFLAGS=$RPM_OPT_FLAGS -DNDEBUG
+
 %{?suse_update_config:%{suse_update_config -f}}
 ./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir}
-make %{?jobs:-j%jobs}
+# V=1: verbose build in case we used AM_SILENT_RULES(yes)
+# so that RPM_OPT_FLAGS check works
+make %{?jobs:-j%jobs} V=1
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT

++ yast2-sudo-2.18.2.tar.bz2 - yast2-sudo-2.21.0.tar.bz2 ++
 8762 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-sudo-2.18.2/Makefile.am new/yast2-sudo-2.21.0/Makefile.am
--- old/yast2-sudo-2.18.2/Makefile.am   2008-10-27 16:54:46.0 +0100
+++ new/yast2-sudo-2.21.0/Makefile.am   2011-08-02 13:25:30.0 +0200
@@ -32,10 +32,10 @@
 
 # less strict; prefer bzip2
 AUTOMAKE_OPTIONS = foreign dist-bzip2 no-dist-gzip
-# where devtools instal m4 snippets
+# where devtools install m4 snippets
 # argh, executed literally
 #ACLOCAL_AMFLAGS = -I $(Y2DEVTOOLS_PREFIX)/share/aclocal
-ACLOCAL_AMFLAGS = -I `if test -d ./devtools/admin; then echo ./devtools/admin; 
else pkg-config --print-errors --variable=datadir yast2-devtools; fi`/aclocal
+ACLOCAL_AMFLAGS = -I . -I `if test -d ./devtools/admin; then echo 
./devtools/admin; else pkg-config --print-errors --variable=datadir 
yast2-devtools; fi`/aclocal
 
 Makefile.am.common: $(DEVTOOLS_DIR)/admin/Makefile.am.common
cmp -s $ $@ || cp -f $ $@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-sudo-2.18.2/VERSION new/yast2-sudo-2.21.0/VERSION
--- old/yast2-sudo-2.18.2/VERSION   2009-04-20 12:03:07.0 +0200
+++ new/yast2-sudo-2.21.0/VERSION   2011-08-02 13:19:32.0 +0200
@@ -1 +1 @@
-2.18.2
+2.21.0
diff -urN