commit rubygem-webyast-kerberos for openSUSE:Factory

2013-08-27 Thread h_root
Hello community,

here is the log from the commit of package rubygem-webyast-kerberos for 
openSUSE:Factory checked in at 2013-08-27 21:08:48

Comparing /work/SRC/openSUSE:Factory/rubygem-webyast-kerberos (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-webyast-kerberos.new (New)


Package is rubygem-webyast-kerberos

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-webyast-kerberos/rubygem-webyast-kerberos.changes
2013-08-23 11:03:58.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-webyast-kerberos.new/rubygem-webyast-kerberos.changes
   2013-08-27 21:22:17.0 +0200
@@ -1,0 +2,6 @@
+Mon Aug 26 08:19:43 UTC 2013 - lsle...@suse.cz
+
+- restart WebYast when the plugin is uninstalled
+- 0.3.11
+
+---

Old:

  webyast-kerberos-0.3.10.gem

New:

  webyast-kerberos-0.3.11.gem



Other differences:
--
++ rubygem-webyast-kerberos.spec ++
--- /var/tmp/diff_new_pack.aJfjZ9/_old  2013-08-27 21:22:18.0 +0200
+++ /var/tmp/diff_new_pack.aJfjZ9/_new  2013-08-27 21:22:18.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-webyast-kerberos
-Version:0.3.10
+Version:0.3.11
 Release:0
 %define mod_name webyast-kerberos
 %define mod_full_name %{mod_name}-%{version}
@@ -131,6 +131,7 @@
 
 %postun
 %webyast_remove_assets
+%webyast_plugin_postun
 
 %files 
 %defattr(-,root,root,-)


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



commit rubygem-webyast-kerberos for openSUSE:Factory

2013-08-23 Thread h_root
Hello community,

here is the log from the commit of package rubygem-webyast-kerberos for 
openSUSE:Factory checked in at 2013-08-23 11:03:56

Comparing /work/SRC/openSUSE:Factory/rubygem-webyast-kerberos (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-webyast-kerberos.new (New)


Package is rubygem-webyast-kerberos

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-webyast-kerberos/rubygem-webyast-kerberos.changes
2013-03-08 11:20:50.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-webyast-kerberos.new/rubygem-webyast-kerberos.changes
   2013-08-23 11:03:58.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr 22 13:49:04 UTC 2013 - lsle...@suse.cz
+
+- support for the new polkit (Javascript rules file) (bnc#816478)
+- 0.3.10
+
+---

Old:

  webyast-kerberos-0.3.9.gem

New:

  40-default-webyast-kerberos.rules
  webyast-kerberos-0.3.10.gem



Other differences:
--
++ rubygem-webyast-kerberos.spec ++
--- /var/tmp/diff_new_pack.kA334S/_old  2013-08-23 11:03:59.0 +0200
+++ /var/tmp/diff_new_pack.kA334S/_new  2013-08-23 11:03:59.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-webyast-kerberos
-Version:0.3.9
+Version:0.3.10
 Release:0
 %define mod_name webyast-kerberos
 %define mod_full_name %{mod_name}-%{version}
@@ -43,6 +43,7 @@
 Source: %{mod_full_name}.gem
 Source1:org.opensuse.yast.modules.yapi.kerberos.policy
 Source2:KERBEROS.pm
+Source3:40-default-webyast-kerberos.rules
 
 # KERBEROS.pm is using yast2-kerberos-client API
 Requires:   krb5
@@ -103,6 +104,10 @@
 # Policies
 mkdir -p $RPM_BUILD_ROOT/usr/share/%{webyast_polkit_dir}
 install -m 0644 %SOURCE1 $RPM_BUILD_ROOT/usr/share/%{webyast_polkit_dir}
+%if %suse_version = 1230
+mkdir -p $RPM_BUILD_ROOT/etc/polkit-1/rules.d/
+install -m 0644 %SOURCE3 $RPM_BUILD_ROOT/etc/polkit-1/rules.d/
+%endif
 
 #YaPI
 mkdir -p $RPM_BUILD_ROOT/usr/share/YaST2/modules/YaPI/
@@ -116,9 +121,11 @@
 %{__rm} -rf $RPM_BUILD_ROOT
 
 %post
+%if %suse_version  1230
 # granting all permissions for the web user
 /usr/sbin/grantwebyastrights --user root --action grant  /dev/null
 /usr/sbin/grantwebyastrights --user %{webyast_user} --action grant  /dev/null
+%endif
 
 %restart_webyast
 
@@ -144,6 +151,9 @@
 
 %dir /usr/share/%{webyast_polkit_dir}
 %attr(644,root,root) %config 
/usr/share/%{webyast_polkit_dir}/org.opensuse.yast.modules.yapi.kerberos.policy
+%if %suse_version = 1230
+/etc/polkit-1/rules.d/40-default-webyast-kerberos.rules
+%endif
 
 %restart_script_name
 

++ 40-default-webyast-kerberos.rules ++
// default permissions for webyast and root users

polkit.addRule(function(action, subject) {
  if ((action.id == org.opensuse.yast.modules.yapi.kerberos.read
|| action.id == org.opensuse.yast.modules.yapi.kerberos.write
)  (subject.user == webyast || subject.user == root))
  {
return polkit.Result.YES;
  }
});

// vim: syntax=javascript

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



commit rubygem-webyast-kerberos for openSUSE:Factory

2013-03-08 Thread h_root
Hello community,

here is the log from the commit of package rubygem-webyast-kerberos for 
openSUSE:Factory checked in at 2013-03-08 10:59:33

Comparing /work/SRC/openSUSE:Factory/rubygem-webyast-kerberos (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-webyast-kerberos.new (New)


Package is rubygem-webyast-kerberos, Maintainer is lsle...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-webyast-kerberos/rubygem-webyast-kerberos.changes
2013-02-05 13:10:23.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-webyast-kerberos.new/rubygem-webyast-kerberos.changes
   2013-03-08 10:59:34.0 +0100
@@ -1,0 +2,15 @@
+Fri Feb 22 07:12:53 UTC 2013 - jreidin...@suse.com
+
+- clearly told which package is missing and cache x86_64 detection
+  (BNC#795840)
+- 0.3.9
+
+---
+Fri Feb 15 09:41:05 UTC 2013 - jreidin...@suse.com
+
+- detect missing pam plugin in kerberos (BNC#795840)
+- fix enabling kerberos without taking values from DNS
+  (bnc#795840)
+- 0.3.8
+
+---

Old:

  webyast-kerberos-0.3.7.gem

New:

  webyast-kerberos-0.3.9.gem



Other differences:
--
++ rubygem-webyast-kerberos.spec ++
--- /var/tmp/diff_new_pack.WEe5AA/_old  2013-03-08 10:59:35.0 +0100
+++ /var/tmp/diff_new_pack.WEe5AA/_new  2013-03-08 10:59:35.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-webyast-kerberos
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,7 +17,7 @@
 
 
 Name:   rubygem-webyast-kerberos
-Version:0.3.7
+Version:0.3.9
 Release:0
 %define mod_name webyast-kerberos
 %define mod_full_name %{mod_name}-%{version}


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



commit rubygem-webyast-kerberos for openSUSE:Factory

2013-02-05 Thread h_root
Hello community,

here is the log from the commit of package rubygem-webyast-kerberos for 
openSUSE:Factory checked in at 2013-02-05 13:10:20

Comparing /work/SRC/openSUSE:Factory/rubygem-webyast-kerberos (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-webyast-kerberos.new (New)


Package is rubygem-webyast-kerberos, Maintainer is lsle...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-webyast-kerberos/rubygem-webyast-kerberos.changes
2012-11-08 21:53:20.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-webyast-kerberos.new/rubygem-webyast-kerberos.changes
   2013-02-05 13:10:23.0 +0100
@@ -1,0 +2,6 @@
+Wed Dec 12 15:28:42 UTC 2012 - lsle...@suse.cz
+
+- restart webyast after package update
+- 0.3.7
+
+---

Old:

  webyast-kerberos-0.3.6.gem

New:

  webyast-kerberos-0.3.7.gem



Other differences:
--
++ rubygem-webyast-kerberos.spec ++
--- /var/tmp/diff_new_pack.GTlW4K/_old  2013-02-05 13:10:24.0 +0100
+++ /var/tmp/diff_new_pack.GTlW4K/_new  2013-02-05 13:10:24.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-webyast-kerberos
-Version:0.3.6
+Version:0.3.7
 Release:0
 %define mod_name webyast-kerberos
 %define mod_full_name %{mod_name}-%{version}
@@ -27,9 +27,9 @@
 BuildRequires:  rubygems_with_buildroot_patch
 %rubygems_requires
 BuildRequires:  rubygem-restility
-BuildRequires:  webyast-base = 0.3
+BuildRequires:  webyast-base = 0.3.31
 BuildRequires:  webyast-base-testsuite
-PreReq: webyast-base = 0.3
+PreReq: webyast-base = 0.3.31
 
 Obsoletes:  webyast-kerberos-ui  %{version}
 Obsoletes:  webyast-kerberos-ws  %{version}
@@ -87,6 +87,7 @@
 %prep
 
 %build
+%create_restart_script
 
 %check
 # run the testsuite
@@ -119,7 +120,7 @@
 /usr/sbin/grantwebyastrights --user root --action grant  /dev/null
 /usr/sbin/grantwebyastrights --user %{webyast_user} --action grant  /dev/null
 
-%webyast_update_assets
+%restart_webyast
 
 %postun
 %webyast_remove_assets
@@ -144,6 +145,8 @@
 %dir /usr/share/%{webyast_polkit_dir}
 %attr(644,root,root) %config 
/usr/share/%{webyast_polkit_dir}/org.opensuse.yast.modules.yapi.kerberos.policy
 
+%restart_script_name
+
 %files doc
 %defattr(-,root,root,-)
 %doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/


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



commit rubygem-webyast-kerberos for openSUSE:Factory

2012-11-08 Thread h_root
Hello community,

here is the log from the commit of package rubygem-webyast-kerberos for 
openSUSE:Factory checked in at 2012-11-08 21:53:19

Comparing /work/SRC/openSUSE:Factory/rubygem-webyast-kerberos (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-webyast-kerberos.new (New)


Package is rubygem-webyast-kerberos, Maintainer is r...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-webyast-kerberos/rubygem-webyast-kerberos.changes
2012-10-12 14:25:56.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-webyast-kerberos.new/rubygem-webyast-kerberos.changes
   2012-11-08 21:53:20.0 +0100
@@ -1,0 +2,10 @@
+Thu Nov  1 09:08:55 UTC 2012 - lsle...@suse.cz
+
+- 0.3.6
+
+---
+Fri Oct 19 10:21:28 UTC 2012 - lsle...@suse.cz
+
+- fixed writing Kerberos configuration (bnc#784356)
+
+---

Old:

  webyast-kerberos-0.3.5.gem

New:

  webyast-kerberos-0.3.6.gem



Other differences:
--
++ rubygem-webyast-kerberos.spec ++
--- /var/tmp/diff_new_pack.tWqYBM/_old  2012-11-08 21:53:21.0 +0100
+++ /var/tmp/diff_new_pack.tWqYBM/_new  2012-11-08 21:53:21.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-webyast-kerberos
-Version:0.3.5
+Version:0.3.6
 Release:0
 %define mod_name webyast-kerberos
 %define mod_full_name %{mod_name}-%{version}


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



commit rubygem-webyast-kerberos for openSUSE:Factory

2012-10-12 Thread h_root
Hello community,

here is the log from the commit of package rubygem-webyast-kerberos for 
openSUSE:Factory checked in at 2012-10-12 14:22:50

Comparing /work/SRC/openSUSE:Factory/rubygem-webyast-kerberos (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-webyast-kerberos.new (New)


Package is rubygem-webyast-kerberos, Maintainer is r...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-webyast-kerberos/rubygem-webyast-kerberos.changes
2012-09-25 10:50:24.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-webyast-kerberos.new/rubygem-webyast-kerberos.changes
   2012-10-12 14:25:56.0 +0200
@@ -1,0 +2,6 @@
+Thu Oct  4 07:45:44 UTC 2012 - lsle...@suse.cz
+
+- removed DelayedJob dependency
+- 0.3.5
+
+---

Old:

  webyast-kerberos-0.3.4.gem

New:

  webyast-kerberos-0.3.5.gem



Other differences:
--
++ rubygem-webyast-kerberos.spec ++
--- /var/tmp/diff_new_pack.Mi1VDC/_old  2012-10-12 14:26:00.0 +0200
+++ /var/tmp/diff_new_pack.Mi1VDC/_new  2012-10-12 14:26:00.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-webyast-kerberos
-Version:0.3.4
+Version:0.3.5
 Release:0
 %define mod_name webyast-kerberos
 %define mod_full_name %{mod_name}-%{version}


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



commit rubygem-webyast-kerberos for openSUSE:Factory

2012-06-10 Thread h_root
Hello community,

here is the log from the commit of package rubygem-webyast-kerberos for 
openSUSE:Factory checked in at 2012-06-10 23:19:23

Comparing /work/SRC/openSUSE:Factory/rubygem-webyast-kerberos (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-webyast-kerberos.new (New)


Package is rubygem-webyast-kerberos, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-webyast-kerberos/rubygem-webyast-kerberos.changes
2012-04-23 09:17:14.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-webyast-kerberos.new/rubygem-webyast-kerberos.changes
   2012-06-10 23:19:35.0 +0200
@@ -1,0 +2,18 @@
+Tue May 29 11:05:15 UTC 2012 - lsle...@suse.cz
+
+- updated database.yml for Rails 3.2
+- 0.3.2
+
+---
+Wed May 23 12:34:03 UTC 2012 - lsle...@suse.cz
+
+- Ruby 1.9 fixes
+- 0.3.1
+
+---
+Mon Oct 24 14:57:18 UTC 2011 - sch...@suse.com
+
+- Merging client and service
+- 0.3.0 
+
+---

Old:

  webyast-kerberos-0.1.gem

New:

  webyast-kerberos-0.3.2.gem



Other differences:
--
++ rubygem-webyast-kerberos.spec ++
--- /var/tmp/diff_new_pack.L7YA0Q/_old  2012-06-10 23:19:37.0 +0200
+++ /var/tmp/diff_new_pack.L7YA0Q/_new  2012-06-10 23:19:37.0 +0200
@@ -1,47 +1,62 @@
 #
-# spec file for package webyast-kerberos
+# spec file for package rubygem-webyast-kerberos
 #
-# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# This file and all modifications and additions to the pristine
-# package are under the same license as the package itself.
+# 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
+# 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/
 #
-# norootforbuild
+
 
 Name:   rubygem-webyast-kerberos
-Version:0.1
+Version:0.3.2
 Release:0
 %define mod_name webyast-kerberos
 %define mod_full_name %{mod_name}-%{version}
 #
-Group:  Productivity/Networking/Web/Utilities
-License:GPL-2.0
 #
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  rubygems_with_buildroot_patch
 %rubygems_requires
+BuildRequires:  rubygem-restility
 BuildRequires: webyast-base = 0.3
 BuildRequires: webyast-base-testsuite
-BuildRequires: rubygem-restility
 PreReq:webyast-base = 0.3
 
+Obsoletes:  webyast-kerberos-ui
+Obsoletes:  webyast-kerberos-ws
+Provides:   webyast-kerberos-ui
+Provides:   webyast-kerberos-ws
+
 Url:http://rubygems.org/gems/webyast-kerberos
 Summary:WebYaST - configuration of Kerberos client
+License:GPL-2.0
+Group:  Productivity/Networking/Web/Utilities
 Source: %{mod_full_name}.gem
 Source1:   org.opensuse.yast.modules.yapi.kerberos.policy
 Source2:   KERBEROS.pm
 
 # KERBEROS.pm is using yast2-kerberos-client API
-Requires:  yast2-kerberos-client krb5 pam_krb5 krb5-client
+Requires:   krb5
+Requires:   krb5-client
+Requires:   pam_krb5
+Requires:   yast2-kerberos-client
 # reasonable PATH set (bnc#617442) 
 Requires:   yast2-dbus-server = 2.17.3
 
-
 %package doc
 Summary:RDoc documentation for %{mod_name}
 Group:  Development/Languages/Ruby
 Requires:   %{name} = %{version}
+
 %description doc
 Documentation generated at gem installation time.
 Usually in RDoc and RI formats.
@@ -51,6 +66,8 @@
 Group:  Development/Languages/Ruby
 Requires:   %{name} = %{version}
 Summary:  Testsuite for webyast-kerberos package
+Group:  Development/Languages/Ruby
+
 %description testsuite
 Test::Unit or RSpec files, useful for developers.
 
@@ -108,7 +125,7 @@
 %webyast_update_assets
 
 %postun
-%webyast_update_assets
+%webyast_remove_assets
 
 %files 
 %defattr(-,root,root,-)


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