From 3d0ef3fccb42a52deb43d5b932c24c9f6ad86ec9 Mon Sep 17 00:00:00 2001 From: Sangchul Lee Date: Wed, 29 Jun 2016 15:57:23 +0900 Subject: [PATCH] disable setcap in spec file Change-Id: I7a5a3ef6185d66a552c55060d3e0b21cc63bd2d5 --- packaging/murphy.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/murphy.spec b/packaging/murphy.spec index f8de76c..1602bf7 100644 --- a/packaging/murphy.spec +++ b/packaging/murphy.spec @@ -29,7 +29,7 @@ Summary: Resource policy framework Name: murphy Version: 0.0.74 -Release: 2 +Release: 3 License: BSD-2.0 Group: System/Service URL: http://01.org/murphy/ @@ -307,7 +307,7 @@ rm -rf %{buildroot} %post /bin/systemctl --user enable --global murphyd.service -setcap 'cap_net_admin=+ep' %{_bindir}/murphyd +#setcap 'cap_net_admin=+ep' %{_bindir}/murphyd ldconfig %postun -- 2.34.1