OBS User unknown 2009-01-28 23:43:57 +00:00 committed by Git OBS Bridge
parent 1beb919181
commit 96bfc66c5b
3 changed files with 22 additions and 2 deletions

11
pommed-dbus_policy.patch Normal file
View File

@ -0,0 +1,11 @@
--- dbus-policy.conf
+++ dbus-policy.conf
@@ -11,5 +11,7 @@
<policy user="root">
<allow own="org.pommed"/>
</policy>
-
+ <policy at_console="true">
+ <allow send_destination="org.pommed"/>
+ </policy>
</busconfig>

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jan 27 17:24:09 CET 2009 - ro@suse.de
- dbus-policy: add send_destination rule (bnc#469771)
-------------------------------------------------------------------
Tue Nov 11 19:18:01 CET 2008 - lrupp@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package pommed (Version 1.22)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2009 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
@ -23,7 +23,7 @@ Summary: Apple laptops hotkeys event handler
License: GPL v2 only
Group: Hardware/Mobile
Version: 1.22
Release: 1
Release: 2
Url: http://technologeek.org/projects/pommed/
%if 0
# BuildRequires some package containing /usr/include/ofapi/of_api.h
@ -47,6 +47,7 @@ Source5: pommed-rpmlintrc
Patch1: pommed-desktop.patch
Patch2: pommed-hardcoded_libpci.patch
Patch3: pommed-optflags.patch
Patch4: pommed-dbus_policy.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define kdedir /opt/kde3
@ -114,6 +115,7 @@ Authors:
%patch1
%patch2
%patch3
%patch4
%build
export CFLAGS="$RPM_OPT_FLAGS"
@ -208,6 +210,8 @@ rm -rf %buildroot
%_mandir/man1/wmpo*
%changelog
* Tue Jan 27 2009 ro@suse.de
- dbus-policy: add send_destination rule (bnc#469771)
* Tue Nov 11 2008 lrupp@suse.de
- update to 1.22:
+ pommed: