This commit is contained in:
parent
1beb919181
commit
96bfc66c5b
11
pommed-dbus_policy.patch
Normal file
11
pommed-dbus_policy.patch
Normal 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>
|
@ -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
|
Tue Nov 11 19:18:01 CET 2008 - lrupp@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package pommed (Version 1.22)
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -23,7 +23,7 @@ Summary: Apple laptops hotkeys event handler
|
|||||||
License: GPL v2 only
|
License: GPL v2 only
|
||||||
Group: Hardware/Mobile
|
Group: Hardware/Mobile
|
||||||
Version: 1.22
|
Version: 1.22
|
||||||
Release: 1
|
Release: 2
|
||||||
Url: http://technologeek.org/projects/pommed/
|
Url: http://technologeek.org/projects/pommed/
|
||||||
%if 0
|
%if 0
|
||||||
# BuildRequires some package containing /usr/include/ofapi/of_api.h
|
# BuildRequires some package containing /usr/include/ofapi/of_api.h
|
||||||
@ -47,6 +47,7 @@ Source5: pommed-rpmlintrc
|
|||||||
Patch1: pommed-desktop.patch
|
Patch1: pommed-desktop.patch
|
||||||
Patch2: pommed-hardcoded_libpci.patch
|
Patch2: pommed-hardcoded_libpci.patch
|
||||||
Patch3: pommed-optflags.patch
|
Patch3: pommed-optflags.patch
|
||||||
|
Patch4: pommed-dbus_policy.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%define kdedir /opt/kde3
|
%define kdedir /opt/kde3
|
||||||
|
|
||||||
@ -114,6 +115,7 @@ Authors:
|
|||||||
%patch1
|
%patch1
|
||||||
%patch2
|
%patch2
|
||||||
%patch3
|
%patch3
|
||||||
|
%patch4
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="$RPM_OPT_FLAGS"
|
export CFLAGS="$RPM_OPT_FLAGS"
|
||||||
@ -208,6 +210,8 @@ rm -rf %buildroot
|
|||||||
%_mandir/man1/wmpo*
|
%_mandir/man1/wmpo*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 27 2009 ro@suse.de
|
||||||
|
- dbus-policy: add send_destination rule (bnc#469771)
|
||||||
* Tue Nov 11 2008 lrupp@suse.de
|
* Tue Nov 11 2008 lrupp@suse.de
|
||||||
- update to 1.22:
|
- update to 1.22:
|
||||||
+ pommed:
|
+ pommed:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user