Accepting request 141297 from home:dimstar:branches:GNOME:Factory
don't %{_datadir}/polkit-1/rules.d - fails until polkit goes into snapshot.. but I guess coolo would like it sooner... let's help him and bypass all auto-scripts OBS-URL: https://build.opensuse.org/request/show/141297 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-control-center?expand=0&rev=167
This commit is contained in:
parent
88a7850aa2
commit
20e2bb165d
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 14 13:51:05 UTC 2012 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Don't own %{_datadir}/polkit-1/rules.d: it's owned (with special
|
||||||
|
attr() by polkit).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 14 10:31:21 UTC 2012 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Change with_systemd defines to 1 in order to enable systemd.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 26 15:19:27 UTC 2012 - dimstar@opensuse.org
|
Fri Oct 26 15:19:27 UTC 2012 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
# We cannot enable systemd support right now, as it is exclusive and means we
|
# We cannot enable systemd support right now, as it is exclusive and means we
|
||||||
# lose ConsoleKit support (bad for sysvinit)
|
# lose ConsoleKit support (bad for sysvinit)
|
||||||
%define with_systemd 0
|
%define with_systemd 1
|
||||||
|
|
||||||
# We can currently not build ibus support, as it requires ibus 1.5, which has not been released yet.
|
# We can currently not build ibus support, as it requires ibus 1.5, which has not been released yet.
|
||||||
%define with_ibus 0
|
%define with_ibus 0
|
||||||
@ -249,7 +249,6 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/icons/hicolor/*/*/*.svg
|
%{_datadir}/icons/hicolor/*/*/*.svg
|
||||||
%{_datadir}/polkit-1/actions/org.gnome.controlcenter.datetime.policy
|
%{_datadir}/polkit-1/actions/org.gnome.controlcenter.datetime.policy
|
||||||
%{_datadir}/polkit-1/actions/org.gnome.controlcenter.user-accounts.policy
|
%{_datadir}/polkit-1/actions/org.gnome.controlcenter.user-accounts.policy
|
||||||
%dir %{_datadir}/polkit-1/rules.d
|
|
||||||
%{_datadir}/polkit-1/rules.d/gnome-control-center.rules
|
%{_datadir}/polkit-1/rules.d/gnome-control-center.rules
|
||||||
%dir %{_datadir}/sounds/gnome
|
%dir %{_datadir}/sounds/gnome
|
||||||
%dir %{_datadir}/sounds/gnome/default
|
%dir %{_datadir}/sounds/gnome/default
|
||||||
|
Loading…
Reference in New Issue
Block a user