projects
/
platform
/
upstream
/
murphy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed8f15d
)
disable setcap in spec file
37/77237/1
accepted/tizen/common/20160703.130255
accepted/tizen/ivi/20160630.063332
accepted/tizen/mobile/20160630.063355
accepted/tizen/tv/20160630.063314
accepted/tizen/wearable/20160630.063251
submit/tizen/20160630.022953
submit/tizen_common/20160701.180000
author
Sangchul Lee
<sc11.lee@samsung.com>
Wed, 29 Jun 2016 06:57:23 +0000
(15:57 +0900)
committer
Sangchul Lee
<sc11.lee@samsung.com>
Wed, 29 Jun 2016 06:57:23 +0000
(15:57 +0900)
Change-Id: I7a5a3ef6185d66a552c55060d3e0b21cc63bd2d5
packaging/murphy.spec
patch
|
blob
|
history
diff --git
a/packaging/murphy.spec
b/packaging/murphy.spec
index f8de76c025e684c8fecb2aac4e6566957c4d3373..1602bf73d1150833fe93e8ae36a189ed992e743f 100644
(file)
--- 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