3692835c3d
Add `reproducible.patch` to produce deterministic build results independent of the number of cores/parallelism (boo#1102408) Update `pommed-dbus_policy.patch` and `pommed-desktop.patch` to allow using `%autopatch` OBS-URL: https://build.opensuse.org/request/show/1166592 OBS-URL: https://build.opensuse.org/package/show/Base:System/pommed?expand=0&rev=22
14 lines
351 B
Diff
14 lines
351 B
Diff
Index: dbus-policy.conf
|
|
===================================================================
|
|
--- a/dbus-policy.conf.orig
|
|
+++ b/dbus-policy.conf
|
|
@@ -15,5 +15,7 @@
|
|
<policy context="default">
|
|
<allow send_destination="org.pommed"/>
|
|
</policy>
|
|
-
|
|
+ <policy at_console="true">
|
|
+ <allow send_destination="org.pommed"/>
|
|
+ </policy>
|
|
</busconfig>
|