commit rubygem-webyast-users for openSUSE:Factory

2013-08-27 Thread h_root
Hello community,

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

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


Package is rubygem-webyast-users

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-webyast-users/rubygem-webyast-users.changes  
2013-08-23 11:04:27.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-webyast-users.new/rubygem-webyast-users.changes
 2013-08-27 21:22:28.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.14
+
+---

Old:

  webyast-users-0.3.13.gem

New:

  webyast-users-0.3.14.gem



Other differences:
--
++ rubygem-webyast-users.spec ++
--- /var/tmp/diff_new_pack.XNK0Wi/_old  2013-08-27 21:22:29.0 +0200
+++ /var/tmp/diff_new_pack.XNK0Wi/_new  2013-08-27 21:22:29.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-webyast-users
-Version:0.3.13
+Version:0.3.14
 Release:0
 %define mod_name webyast-users
 %define mod_full_name %{mod_name}-%{version}
@@ -113,6 +113,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-users for openSUSE:Factory

2013-08-23 Thread h_root
Hello community,

here is the log from the commit of package rubygem-webyast-users for 
openSUSE:Factory checked in at 2013-08-23 11:04:25

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


Package is rubygem-webyast-users

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-webyast-users/rubygem-webyast-users.changes  
2013-03-08 09:50:40.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-webyast-users.new/rubygem-webyast-users.changes
 2013-08-23 11:04:27.0 +0200
@@ -1,0 +2,11 @@
+Tue May 21 15:44:57 UTC 2013 - vmora...@suse.cz
+
+- Add explicit dependency on yast2-users package 
+
+---
+Mon Apr 22 13:49:04 UTC 2013 - lsle...@suse.cz
+
+- support for the new polkit (Javascript rules file) (bnc#816478)
+- 0.3.13
+
+---

Old:

  webyast-users-0.3.12.gem

New:

  40-default-webyast-users.rules
  webyast-users-0.3.13.gem



Other differences:
--
++ rubygem-webyast-users.spec ++
--- /var/tmp/diff_new_pack.RDOJ8n/_old  2013-08-23 11:04:28.0 +0200
+++ /var/tmp/diff_new_pack.RDOJ8n/_new  2013-08-23 11:04:28.0 +0200
@@ -17,12 +17,13 @@
 
 
 Name:   rubygem-webyast-users
-Version:0.3.12
+Version:0.3.13
 Release:0
 %define mod_name webyast-users
 %define mod_full_name %{mod_name}-%{version}
 #
 #
+Requires:   yast2-users
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  rubygems_with_buildroot_patch
 %rubygems_requires
@@ -30,6 +31,7 @@
 BuildRequires:  webyast-base = 0.3.31
 BuildRequires:  webyast-base-testsuite
 PreReq: webyast-base = 0.3.31
+Requires:   rubygem-webyast-roles
 
 Obsoletes:  webyast-users-ui  %{version}
 Obsoletes:  webyast-users-ws  %{version}
@@ -42,6 +44,7 @@
 Group:  Productivity/Networking/Web/Utilities
 Source: %{mod_full_name}.gem
 Source1:org.opensuse.yast.modules.yapi.users.policy
+Source2:40-default-webyast-users.rules
 
 %package doc
 Summary:RDoc documentation for %{mod_name}
@@ -86,6 +89,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 %SOURCE2 $RPM_BUILD_ROOT/etc/polkit-1/rules.d/
+%endif
 
 %webyast_build_plugin_assets
 
@@ -93,12 +100,14 @@
 %{__rm} -rf $RPM_BUILD_ROOT
 
 %post
+%if %suse_version  1230
 #
 # granting all permissions for root 
 #
 /usr/sbin/grantwebyastrights --user root --action grant  /dev/null || :
 # and for webyast
 /usr/sbin/grantwebyastrights --user %{webyast_user} --action grant  /dev/null 
||:
+%endif
 
 %restart_webyast
 
@@ -118,6 +127,9 @@
 
 %dir /usr/share/%{webyast_polkit_dir}
 %attr(644,root,root) %config 
/usr/share/%{webyast_polkit_dir}/org.opensuse.yast.modules.yapi.users.policy
+%if %suse_version = 1230
+/etc/polkit-1/rules.d/40-default-webyast-users.rules
+%endif
 
 %restart_script_name
 

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

polkit.addRule(function(action, subject) {
  if ((action.id == org.opensuse.yast.modules.yapi.users.groupsget
|| action.id == org.opensuse.yast.modules.yapi.users.groupget
|| action.id == org.opensuse.yast.modules.yapi.users.groupadd
|| action.id == org.opensuse.yast.modules.yapi.users.groupmodify
|| action.id == org.opensuse.yast.modules.yapi.users.groupdelete
|| action.id == org.opensuse.yast.modules.yapi.users.usersget
|| action.id == org.opensuse.yast.modules.yapi.users.userget
|| action.id == org.opensuse.yast.modules.yapi.users.usermodify
|| action.id == org.opensuse.yast.modules.yapi.users.useradd
|| action.id == org.opensuse.yast.modules.yapi.users.userdelete
)  (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-users for openSUSE:Factory

2013-03-08 Thread h_root
Hello community,

here is the log from the commit of package rubygem-webyast-users for 
openSUSE:Factory checked in at 2013-03-08 09:50:39

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


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

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-webyast-users/rubygem-webyast-users.changes  
2013-02-05 13:18:38.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-webyast-users.new/rubygem-webyast-users.changes
 2013-03-08 09:50:40.0 +0100
@@ -1,0 +2,19 @@
+Tue Feb 26 17:00:24 UTC 2013 - vmora...@suse.com
+
+- catch error in User model
+- typos in restdoc
+- 0.3.12
+
+---
+Tue Feb 26 15:23:29 UTC 2013 - vmora...@suse.com
+
+- add rake task for restdoc
+- 0.3.11
+
+---
+Tue Feb 26 13:27:43 UTC 2013 - vmora...@suse.com
+
+- add restdoc and rest api fixes
+- 0.3.10
+
+---

Old:

  webyast-users-0.3.9.gem

New:

  webyast-users-0.3.12.gem



Other differences:
--
++ rubygem-webyast-users.spec ++
--- /var/tmp/diff_new_pack.YoRPFH/_old  2013-03-08 09:50:42.0 +0100
+++ /var/tmp/diff_new_pack.YoRPFH/_new  2013-03-08 09:50:42.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-webyast-users
-Version:0.3.9
+Version:0.3.12
 Release:0
 %define mod_name webyast-users
 %define mod_full_name %{mod_name}-%{version}
@@ -26,6 +26,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  rubygems_with_buildroot_patch
 %rubygems_requires
+BuildRequires:  rubygem-restility
 BuildRequires:  webyast-base = 0.3.31
 BuildRequires:  webyast-base-testsuite
 PreReq: webyast-base = 0.3.31
@@ -80,6 +81,8 @@
 %install
 %gem_install %{S:0}
 
+%webyast_build_restdoc
+
 # Policies
 mkdir -p $RPM_BUILD_ROOT/usr/share/%{webyast_polkit_dir}
 install -m 0644 %SOURCE1 $RPM_BUILD_ROOT/usr/share/%{webyast_polkit_dir}


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



commit rubygem-webyast-users for openSUSE:Factory

2012-12-10 Thread h_root
Hello community,

here is the log from the commit of package rubygem-webyast-users for 
openSUSE:Factory checked in at 2012-12-10 12:21:03

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


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

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-webyast-users/rubygem-webyast-users.changes  
2012-10-19 23:00:07.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-webyast-users.new/rubygem-webyast-users.changes
 2012-12-10 12:21:05.0 +0100
@@ -1,0 +2,12 @@
+Fri Nov 30 11:02:39 UTC 2012 - vmora...@suse.cz
+
+- show a warning if user uid number exists (bnc#782083)
+- 0.3.7
+
+---
+Tue Nov 27 12:55:52 UTC 2012 - lsle...@suse.cz
+
+- REST API fixes
+- 0.3.6
+
+---

Old:

  webyast-users-0.3.5.gem

New:

  webyast-users-0.3.7.gem



Other differences:
--
++ rubygem-webyast-users.spec ++
--- /var/tmp/diff_new_pack.bosvKJ/_old  2012-12-10 12:21:06.0 +0100
+++ /var/tmp/diff_new_pack.bosvKJ/_new  2012-12-10 12:21:06.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-webyast-users
-Version:0.3.5
+Version:0.3.7
 Release:0
 %define mod_name webyast-users
 %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-users for openSUSE:Factory

2012-10-12 Thread h_root
Hello community,

here is the log from the commit of package rubygem-webyast-users for 
openSUSE:Factory checked in at 2012-10-12 14:29:57

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


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

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-webyast-users/rubygem-webyast-users.changes  
2012-09-25 11:06:00.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-webyast-users.new/rubygem-webyast-users.changes
 2012-10-12 14:33:38.0 +0200
@@ -1,0 +2,6 @@
+Thu Oct  4 07:45:44 UTC 2012 - lsle...@suse.cz
+
+- removed DelayedJob dependency
+- 0.3.4
+
+---

Old:

  webyast-users-0.3.3.gem

New:

  webyast-users-0.3.4.gem



Other differences:
--
++ rubygem-webyast-users.spec ++
--- /var/tmp/diff_new_pack.MCbNfJ/_old  2012-10-12 14:33:39.0 +0200
+++ /var/tmp/diff_new_pack.MCbNfJ/_new  2012-10-12 14:33:39.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-webyast-users
-Version:0.3.3
+Version:0.3.4
 Release:0
 %define mod_name webyast-users
 %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-users for openSUSE:Factory

2012-09-25 Thread h_root
Hello community,

here is the log from the commit of package rubygem-webyast-users for 
openSUSE:Factory checked in at 2012-09-25 11:05:54

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


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

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-webyast-users/rubygem-webyast-users.changes  
2012-06-10 23:21:06.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-webyast-users.new/rubygem-webyast-users.changes
 2012-09-25 11:06:00.0 +0200
@@ -1,0 +2,7 @@
+Thu Aug 16 19:54:42 UTC 2012 - lsle...@suse.cz
+
+- removed unused ActionDispatch::Static middleware
+- rubygem-restility is not needed for build
+- 0.3.3
+
+---

Old:

  webyast-users-0.3.2.gem

New:

  webyast-users-0.3.3.gem



Other differences:
--
++ rubygem-webyast-users.spec ++
--- /var/tmp/diff_new_pack.a8pmFF/_old  2012-09-25 11:06:01.0 +0200
+++ /var/tmp/diff_new_pack.a8pmFF/_new  2012-09-25 11:06:01.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-webyast-users
-Version:0.3.2
+Version:0.3.3
 Release:0
 %define mod_name webyast-users
 %define mod_full_name %{mod_name}-%{version}
@@ -26,15 +26,14 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  rubygems_with_buildroot_patch
 %rubygems_requires
-BuildRequires:  rubygem-restility
 BuildRequires:  webyast-base = 0.3
 BuildRequires:  webyast-base-testsuite
 PreReq: webyast-base = 0.3
 
-Obsoletes:  webyast-users-ui
-Obsoletes:  webyast-users-ws
-Provides:   webyast-users-ui
-Provides:   webyast-users-ws
+Obsoletes:  webyast-users-ui  %{version}
+Obsoletes:  webyast-users-ws  %{version}
+Provides:   webyast-users-ui = %{version}
+Provides:   webyast-users-ws = %{version}
 
 Url:http://en.opensuse.org/Portal:WebYaST
 Summary:WebYaST - users management
@@ -84,9 +83,6 @@
 mkdir -p $RPM_BUILD_ROOT/usr/share/%{webyast_polkit_dir}
 install -m 0644 %SOURCE1 $RPM_BUILD_ROOT/usr/share/%{webyast_polkit_dir}
 
-# remove empty public
-rm -rf 
$RPM_BUILD_ROOT/%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/public
-
 %webyast_build_plugin_assets
 
 %clean


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



commit rubygem-webyast-users for openSUSE:Factory

2012-06-10 Thread h_root
Hello community,

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

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


Package is rubygem-webyast-users, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-webyast-users/rubygem-webyast-users.changes  
2012-04-23 09:18:30.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-webyast-users.new/rubygem-webyast-users.changes
 2012-06-10 23:21:06.0 +0200
@@ -1,0 +2,12 @@
+Tue May 29 12:12:35 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
+
+---

Old:

  webyast-users-0.1.gem

New:

  webyast-users-0.3.2.gem



Other differences:
--
++ rubygem-webyast-users.spec ++
--- /var/tmp/diff_new_pack.OVCxAY/_old  2012-06-10 23:21:07.0 +0200
+++ /var/tmp/diff_new_pack.OVCxAY/_new  2012-06-10 23:21:07.0 +0200
@@ -1,34 +1,45 @@
 #
-# spec file for package webyast-users (Version 0.1)
+# spec file for package rubygem-webyast-users
 #
-# 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-users
-Version:0.1
+Version:0.3.2
 Release:0
 %define mod_name webyast-users
 %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
 
-URL:http://en.opensuse.org/Portal:WebYaST
+Obsoletes:  webyast-users-ui
+Obsoletes:  webyast-users-ws
+Provides:   webyast-users-ui
+Provides:   webyast-users-ws
+
+Url:http://en.opensuse.org/Portal:WebYaST
 Summary:WebYaST - users management
+License:GPL-2.0
+Group:  Productivity/Networking/Web/Utilities
 Source: %{mod_full_name}.gem
 Source1:org.opensuse.yast.modules.yapi.users.policy
 
@@ -36,6 +47,7 @@
 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.


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



commit rubygem-webyast-users for openSUSE:Factory

2012-04-23 Thread h_root
Hello community,

here is the log from the commit of package rubygem-webyast-users for 
openSUSE:Factory checked in at 2012-04-23 09:18:17

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


Package is rubygem-webyast-users, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2012-04-12 17:09:43.803558694 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-webyast-users.new/rubygem-webyast-users.changes
 2012-04-23 09:18:30.0 +0200
@@ -0,0 +1,200 @@
+---
+Mon Oct 24 15:49:09 UTC 2011 - sch...@suse.com
+
+- Merging client and service
+- 0.3.0 
+
+---
+Mon Jun 13 14:15:38 UTC 2011 - jreidin...@novell.com
+
+- fix potential security issue in mass loading 
+- 0.2.9
+
+---
+Tue May 24 10:09:20 UTC 2011 - vgorob...@suse.de
+
+- added workaround for the users which UID  1000, since a lot of netowrk 
users don't appear in roles ui 
+- 0.2.8
+
+---
+Tue May 24 09:27:35 UTC 2011 - sch...@novell.com
+
+- removed single caching (bnc#694831)
+- 0.2.7 
+
+---
+Wed May 18 11:08:18 UTC 2011 - sch...@novell.com
+
+- splitting in diffent caches for user:index (bnc#693928)
+- 0.2.6 
+
+---
+Mon May 16 10:54:32 UTC 2011 - sch...@novell.com
+
+- changed licence to the correct name GPL-2.0
+- 0.2.5 
+
+---
+Mon May  2 12:47:34 UTC 2011 - sch...@novell.com
+
+- adapt caching to the new job handling
+- 0.2.4 
+
+---
+Tue Apr 12 13:36:33 UTC 2011 - sch...@novell.com
+
+- new caching
+- 0.2.3 
+
+---
+Wed Feb  9 09:05:58 UTC 2011 - sch...@novell.com
+
+- webyast-users-ws-rpmlintrc removed
+- 0.2.2 
+
+---
+Fri Nov 26 10:14:36 CET 2010 - mzu...@suse.cz
+
+- accept system users (bnc#638476)
+- 0.2.1 
+
+---
+Mon Aug 23 14:43:25 UTC 2010 - jreidin...@novell.com
+
+- add url to spec file (bnc#625537)
+- move tasks to lib directory (bnc#622957)
+- avoid in roles user nobody(bnc#632326)
+- 0.2.0
+
+---
+Fri Jul 16 11:16:34 UTC 2010 - jreidin...@novell.com
+
+- read also ActiveDirectory users in getent
+- 0.1.17
+
+---
+Thu Jul  8 14:11:06 UTC 2010 - jreidin...@novell.com
+
+- include in getent user with minimal uid
+- 0.1.16
+
+---
+Thu Jul  8 11:47:04 UTC 2010 - jreidin...@novell.com
+
+- add getent possibility to get read-only list of users which can
+  login into machine
+- 0.1.15
+
+---
+Wed Jun 30 14:05:09 CEST 2010 - mzu...@suse.cz
+
+- users: don't use xml parser for JSON
+- 0.1.14 
+
+---
+Wed May  5 09:15:16 CEST 2010 - jsuch...@suse.cz
+
+- enable reading only selected user attributes (bnc#602257) 
+- 0.1.13
+
+---
+Fri Apr 30 14:50:26 UTC 2010 - jreidin...@novell.com
+
+- fix spec file consistency (bnc#560061)
+- sort groups list (bnc#600020)
+- 0.1.12
+
+---
+Tue Apr 27 15:23:05 CEST 2010 - mzu...@suse.cz
+
+- sort groups list (bnc#600020)
+- 0.1.11 
+
+---
+Mon Apr 26 13:41:30 CEST 2010 - mzu...@suse.cz
+
+- DBus::Error handling (bnc#598872)
+- 0.1.10 
+
+---
+Fri Apr 23 12:45:19 UTC 2010 - jreidin...@novell.com
+
+- add license headers(bnc#586620)
+- Catch and report DBus::Error generically (bnc#598794)
+- Catch generic exceptions in index (bnc#598794)
+- users/groups: use group name as index when retrieving groups from
+  yapi (bnc#592953)
+- 0.1.9
+
+---
+Mon Apr 12 16:49:19 CEST 2010 - mzu...@suse.cz
+
+- users: return full map in find_all
+- 0.1.8 
+
+---
+Fri Apr  2 14:52:19 CEST 2010 - mzu...@suse.cz
+
+- delete user's home directory (bnc#591410)
+- 0.1.7 
+