commit rubygem-webyast-software for openSUSE:Factory

2013-08-27 Thread h_root
Hello community,

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

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


Package is rubygem-webyast-software

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-webyast-software/rubygem-webyast-software.changes
2013-03-08 09:50:07.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-webyast-software.new/rubygem-webyast-software.changes
   2013-08-27 21:22:24.0 +0200
@@ -1,0 +2,23 @@
+Mon Aug 26 08:19:43 UTC 2013 - lsle...@suse.cz
+
+- restart WebYast when the plugin is uninstalled
+- 0.3.19
+
+---
+Tue May 21 15:35:57 UTC 2013 - vmora...@suse.cz
+
+- improve PackageKit 0.8+ compatibility
+- other minor fixes
+
+---
+Tue May  7 15:01:53 UTC 2013 - lsle...@suse.cz
+
+- support for PackageKit 0.8.x
+
+---
+Mon Apr 22 13:49:04 UTC 2013 - lsle...@suse.cz
+
+- support for the new polkit (Javascript rules file) (bnc#816478)
+- 0.3.38
+
+---

Old:

  webyast-software-0.3.37.gem

New:

  40-default-webyast-software.rules
  webyast-software-0.3.39.gem



Other differences:
--
++ rubygem-webyast-software.spec ++
--- /var/tmp/diff_new_pack.iExBMI/_old  2013-08-27 21:22:25.0 +0200
+++ /var/tmp/diff_new_pack.iExBMI/_new  2013-08-27 21:22:25.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-webyast-software
-Version:0.3.37
+Version:0.3.39
 Release:0
 %define mod_name webyast-software
 %define mod_full_name %{mod_name}-%{version}
@@ -55,6 +55,7 @@
 Source1:org.opensuse.yast.modules.yapi.patches.policy
 Source2:org.opensuse.yast.modules.yapi.packages.policy
 Source3:org.opensuse.yast.modules.yapi.repositories.policy
+Source4:40-default-webyast-software.rules
 
 %package doc
 Summary:RDoc documentation for %{mod_name}
@@ -104,6 +105,10 @@
 install -m 0644 %SOURCE1 $RPM_BUILD_ROOT/usr/share/%{webyast_polkit_dir}
 install -m 0644 %SOURCE2 $RPM_BUILD_ROOT/usr/share/%{webyast_polkit_dir}
 install -m 0644 %SOURCE3 $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 %SOURCE4 $RPM_BUILD_ROOT/etc/polkit-1/rules.d/
+%endif
 
 mkdir -p $RPM_BUILD_ROOT/var/lib/webyast/software/licenses/accepted
 
@@ -115,6 +120,7 @@
 %{__rm} -rf $RPM_BUILD_ROOT
 
 %post
+%if %suse_version  1230
 #
 # granting all permissions for root
 #
@@ -125,11 +131,13 @@
 /usr/sbin/grantwebyastrights --user %{webyast_user} --action grant --policy 
org.freedesktop.packagekit.system-sources-configure  /dev/null || true
 /usr/sbin/grantwebyastrights --user %{webyast_user} --action grant --policy 
org.freedesktop.packagekit.system-update  /dev/null || true
 /usr/sbin/grantwebyastrights --user %{webyast_user} --action grant --policy 
org.freedesktop.packagekit.package-eula-accept  /dev/null || true
+%endif
 
 %restart_webyast
 
 %postun
 %webyast_remove_assets
+%webyast_plugin_postun
 
 %files 
 
@@ -147,6 +155,9 @@
 %attr(644,root,root) %config 
/usr/share/%{webyast_polkit_dir}/org.opensuse.yast.modules.yapi.patches.policy
 %attr(644,root,root) %config 
/usr/share/%{webyast_polkit_dir}/org.opensuse.yast.modules.yapi.packages.policy
 %attr(644,root,root) %config 
/usr/share/%{webyast_polkit_dir}/org.opensuse.yast.modules.yapi.repositories.policy
+%if %suse_version = 1230
+/etc/polkit-1/rules.d/40-default-webyast-software.rules
+%endif
 %attr(775,%{webyast_user},root) /var/lib/webyast/software
 
 %restart_script_name

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

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

  // permissions for actions done by webyast
  if ((action.id == org.freedesktop.packagekit.system-sources-configure
|| action.id == org.freedesktop.packagekit.system-update
|| action.id == org.freedesktop.packagekit.package-eula-accept
)  subject.user == webyast)
  {
return polkit.Result.YES;
  }
});


commit rubygem-webyast-software for openSUSE:Factory

2013-03-08 Thread h_root
Hello community,

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

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


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

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-webyast-software/rubygem-webyast-software.changes
2013-02-05 13:14:16.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-webyast-software.new/rubygem-webyast-software.changes
   2013-03-08 09:50:07.0 +0100
@@ -1,0 +2,12 @@
+Mon Feb 25 13:06:09 UTC 2013 - lsle...@suse.cz
+
+- updated REST API documentation (patch installation) (bnc#790159)
+- 0.3.37
+
+---
+Wed Feb 20 11:44:07 UTC 2013 - lsle...@suse.cz
+
+- fixed REST API (bnc#790159)
+- 0.3.36
+
+---

Old:

  webyast-software-0.3.35.gem

New:

  webyast-software-0.3.37.gem



Other differences:
--
++ rubygem-webyast-software.spec ++
--- /var/tmp/diff_new_pack.OhlI41/_old  2013-03-08 09:50:08.0 +0100
+++ /var/tmp/diff_new_pack.OhlI41/_new  2013-03-08 09:50:08.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-webyast-software
-Version:0.3.35
+Version:0.3.37
 Release:0
 %define mod_name webyast-software
 %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
@@ -93,7 +94,7 @@
 # PackageKit/DBus need /proc and thus don't run in build environment.
 # But both are required for testing :-/
 # reference: bnc#597868
-# -percent-webyast_check
+# %%webyast_run_plugin_tests
 
 %install
 %gem_install %{S:0}
@@ -106,6 +107,8 @@
 
 mkdir -p $RPM_BUILD_ROOT/var/lib/webyast/software/licenses/accepted
 
+%webyast_build_restdoc
+
 %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-software for openSUSE:Factory

2013-02-05 Thread h_root
Hello community,

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

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


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

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-webyast-software/rubygem-webyast-software.changes
2012-12-10 11:00:11.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-webyast-software.new/rubygem-webyast-software.changes
   2013-02-05 13:14:16.0 +0100
@@ -1,0 +2,35 @@
+Thu Jan  3 14:57:46 UTC 2013 - lsle...@suse.cz
+
+- fixed Select All check box functionality at patch index page
+  (bnc#795942)
+- fixed repository XML response (bnc#795901)
+- fixed installing patches with EULA (bnc#795803)
+- 0.3.35
+
+---
+Fri Dec 14 11:32:26 UTC 2012 - lsle...@suse.cz
+
+- fixed caching issue in patches index page
+- 0.3.34
+
+---
+Wed Dec 12 09:34:18 UTC 2012 - lsle...@suse.cz
+
+- fixed JS rendering at new repository page, allow changing
+  properties of the new repository (bnc#794049)
+- restart webyast after package update
+- 0.3.33
+
+---
+Mon Dec 10 15:08:08 UTC 2012 - lsle...@suse.cz
+
+- display a warning when software management is locked by another
+  application, do not crash (bnc#793602)
+- display patch messages better (bnc#790748)
+
+---
+Tue Dec  4 11:42:38 UTC 2012 - lsle...@suse.cz
+
+- fixed rendering permission error in patch summary
+
+---

Old:

  webyast-software-0.3.32.gem

New:

  webyast-software-0.3.35.gem



Other differences:
--
++ rubygem-webyast-software.spec ++
--- /var/tmp/diff_new_pack.jyTFgU/_old  2013-02-05 13:14:17.0 +0100
+++ /var/tmp/diff_new_pack.jyTFgU/_new  2013-02-05 13:14:17.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-webyast-software
 #
-# 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-software
-Version:0.3.32
+Version:0.3.35
 Release:0
 %define mod_name webyast-software
 %define mod_full_name %{mod_name}-%{version}
@@ -26,9 +26,9 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  rubygems_with_buildroot_patch
 %rubygems_requires
-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-software-ui  %{version}
 Obsoletes:  webyast-software-ws  %{version}
@@ -84,6 +84,7 @@
 %prep
 
 %build
+%create_restart_script
 
 %check
 # run the testsuite
@@ -122,7 +123,7 @@
 /usr/sbin/grantwebyastrights --user %{webyast_user} --action grant --policy 
org.freedesktop.packagekit.system-update  /dev/null || true
 /usr/sbin/grantwebyastrights --user %{webyast_user} --action grant --policy 
org.freedesktop.packagekit.package-eula-accept  /dev/null || true
 
-%webyast_update_assets
+%restart_webyast
 
 %postun
 %webyast_remove_assets
@@ -145,6 +146,8 @@
 %attr(644,root,root) %config 
/usr/share/%{webyast_polkit_dir}/org.opensuse.yast.modules.yapi.repositories.policy
 %attr(775,%{webyast_user},root) /var/lib/webyast/software
 
+%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-software for openSUSE:Factory

2012-12-10 Thread h_root
Hello community,

here is the log from the commit of package rubygem-webyast-software for 
openSUSE:Factory checked in at 2012-12-10 11:00:08

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


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

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-webyast-software/rubygem-webyast-software.changes
2012-11-20 13:15:09.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-webyast-software.new/rubygem-webyast-software.changes
   2012-12-10 11:00:11.0 +0100
@@ -1,0 +2,11 @@
+Mon Dec  3 08:25:00 UTC 2012 - lsle...@suse.cz
+
+- fixed accepting patch license, UI fixes
+- 0.3.32
+
+---
+Mon Nov 26 12:56:11 UTC 2012 - lsle...@suse.cz
+
+- untrusted GPG key error - fixed rendered HTML tags
+
+---

Old:

  webyast-software-0.3.31.gem

New:

  webyast-software-0.3.32.gem



Other differences:
--
++ rubygem-webyast-software.spec ++
--- /var/tmp/diff_new_pack.NRGuHY/_old  2012-12-10 11:00:12.0 +0100
+++ /var/tmp/diff_new_pack.NRGuHY/_new  2012-12-10 11:00:12.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-webyast-software
-Version:0.3.31
+Version:0.3.32
 Release:0
 %define mod_name webyast-software
 %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-software for openSUSE:Factory

2012-11-20 Thread h_root
Hello community,

here is the log from the commit of package rubygem-webyast-software for 
openSUSE:Factory checked in at 2012-11-20 13:15:07

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


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

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-webyast-software/rubygem-webyast-software.changes
2012-10-23 19:45:30.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-webyast-software.new/rubygem-webyast-software.changes
   2012-11-20 13:15:09.0 +0100
@@ -1,0 +2,6 @@
+Mon Nov 12 13:09:45 UTC 2012 - lsle...@suse.cz
+
+- display failed and installed patches
+- 0.3.31
+
+---

Old:

  webyast-software-0.3.30.gem

New:

  webyast-software-0.3.31.gem



Other differences:
--
++ rubygem-webyast-software.spec ++
--- /var/tmp/diff_new_pack.wdPtPH/_old  2012-11-20 13:15:10.0 +0100
+++ /var/tmp/diff_new_pack.wdPtPH/_new  2012-11-20 13:15:10.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-webyast-software
-Version:0.3.30
+Version:0.3.31
 Release:0
 %define mod_name webyast-software
 %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-software for openSUSE:Factory

2012-10-23 Thread h_root
Hello community,

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

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


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

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-webyast-software/rubygem-webyast-software.changes
2012-09-25 10:54:15.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-webyast-software.new/rubygem-webyast-software.changes
   2012-10-23 19:45:30.0 +0200
@@ -1,0 +2,35 @@
+Mon Oct 15 08:47:14 UTC 2012 - lsle...@suse.cz
+
+- fixed quick search in repositories module (bnc#783868)
+- fixed crash when adding a new repository (bnc#782270)
+- 0.3.30
+
+---
+Fri Oct 12 14:09:34 UTC 2012 - lsle...@suse.cz
+
+- display a warning message when SW management is locked by another
+  application (bnc#783550)
+- block garbage collector when running DBus introspection
+  (caused SEGFAULT) (bnc#779511)
+- 0.3.29
+
+---
+Fri Oct  5 12:49:09 UTC 2012 - lsle...@suse.cz
+
+- fixed Packagekit.mtime check
+- 0.3.28
+
+---
+Thu Oct  4 14:32:37 UTC 2012 - lsle...@suse.cz
+
+- do not read mtime of missing files (e.g. /var/cache/zypp/solv
+  might not exist yet at the first boot)
+- 0.3.27
+
+---
+Thu Oct  4 07:45:44 UTC 2012 - lsle...@suse.cz
+
+- removed DelayedJob dependency
+- 0.3.26
+
+---

Old:

  webyast-software-0.3.25.gem

New:

  webyast-software-0.3.30.gem



Other differences:
--
++ rubygem-webyast-software.spec ++
--- /var/tmp/diff_new_pack.LSqsFs/_old  2012-10-23 19:45:34.0 +0200
+++ /var/tmp/diff_new_pack.LSqsFs/_new  2012-10-23 19:45:34.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-webyast-software
-Version:0.3.25
+Version:0.3.30
 Release:0
 %define mod_name webyast-software
 %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-software for openSUSE:Factory

2012-07-22 Thread h_root
Hello community,

here is the log from the commit of package rubygem-webyast-software for 
openSUSE:Factory checked in at 2012-07-22 15:23:38

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


Package is rubygem-webyast-software, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-webyast-software/rubygem-webyast-software.changes
2012-06-10 23:20:55.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-webyast-software.new/rubygem-webyast-software.changes
   2012-07-22 15:23:40.0 +0200
@@ -1,0 +2,6 @@
+Fri Jul 20 13:52:12 UTC 2012 - lsle...@suse.cz
+
+- fixed crash in Ruby 1.9 (syntax error)
+- 0.3.23
+
+---

Old:

  webyast-software-0.3.22.gem

New:

  webyast-software-0.3.23.gem



Other differences:
--
++ rubygem-webyast-software.spec ++
--- /var/tmp/diff_new_pack.ChtejR/_old  2012-07-22 15:23:41.0 +0200
+++ /var/tmp/diff_new_pack.ChtejR/_new  2012-07-22 15:23:41.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-webyast-software
-Version:0.3.22
+Version:0.3.23
 Release:0
 %define mod_name webyast-software
 %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-software for openSUSE:Factory

2012-06-10 Thread h_root
Hello community,

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

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


Package is rubygem-webyast-software, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-webyast-software/rubygem-webyast-software.changes
2012-04-23 09:17:51.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-webyast-software.new/rubygem-webyast-software.changes
   2012-06-10 23:20:55.0 +0200
@@ -1,0 +2,18 @@
+Tue May 29 11:58:12 UTC 2012 - lsle...@suse.cz
+
+- updated database.yml for Rails 3.2
+- 0.3.22
+
+---
+Wed May 23 12:34:03 UTC 2012 - lsle...@suse.cz
+
+- Ruby 1.9 fixes
+- 0.3.21
+
+---
+Mon Oct 24 15:39:55 UTC 2011 - sch...@suse.com
+
+- Mergig client and service
+- 0.3.20 
+
+---

Old:

  webyast-software-0.1.gem

New:

  webyast-software-0.3.22.gem



Other differences:
--
++ rubygem-webyast-software.spec ++
--- /var/tmp/diff_new_pack.HQMNO0/_old  2012-06-10 23:20:56.0 +0200
+++ /var/tmp/diff_new_pack.HQMNO0/_new  2012-06-10 23:20:56.0 +0200
@@ -1,52 +1,63 @@
 #
-# spec file for package webyast-software (Version 0.1.x)
+# spec file for package rubygem-webyast-software
 #
-# 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-software
-Version:0.1
+Version:0.3.22
 Release:0
 %define mod_name webyast-software
 %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
-# for testing
-BuildRequires:  ruby-dbus = 0.3.1
 
+Obsoletes:  webyast-software-ui
+Obsoletes:  webyast-software-ws
+Provides:   webyast-software-ui
+Provides:   webyast-software-ws
+
+%if 0%{?suse_version} == 0 || %suse_version = 1130
 # ruby-dbus is required by webyast-base already
 # but here we use a recent feature of on_signal
 Requires:   ruby-dbus = 0.3.1
+BuildRequires:  ruby-dbus = 0.3.1
+%else
+Requires:   rubygem-ruby-dbus
+BuildRequires:  rubygem-ruby-dbus
+%endif
 
-%if 0%{?suse_version} == 0 || 0%{?suse_version}  1120
-# openSUSE-11.3 (Factory) or newer
+%if 0%{?suse_version} == 0 || %{?suse_version}  1120
+# openSUSE-11.3 or newer
 Requires:   PackageKit = 0.5.1-6
-%if 0%{?suse_version} == 1120
-# openSUSE-11.2
-Requires:   PackageKit = 0.5.1-4
 %else
 # openSUSE-11.1 or SLES11
-Requires:   PackageKit = 0.3.14-3
-%endif
+Requires:   PackageKit = 0.3.14
 %endif
 
-URL:http://en.opensuse.org/Portal:WebYaST
+Url:http://en.opensuse.org/Portal:WebYaST
 Summary:WebYaST - software management 
+License:GPL-2.0
+Group:  Productivity/Networking/Web/Utilities
 Source: %{mod_full_name}.gem
 Source1:org.opensuse.yast.modules.yapi.patches.policy
 Source2:org.opensuse.yast.modules.yapi.packages.policy
@@ -56,6 +67,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: