[Version] 0.0.74-3
[Profile] Common
[Issue Type] systemd
Change-Id: I5a60d551913e20a57dac7b8702878875257ae04e
Summary: Resource policy framework
Name: murphy
Version: 0.0.74
-Release: 3
+Release: 4
License: BSD-2.0
Group: System/Service
URL: http://01.org/murphy/
Source0: %{name}-%{version}.tar.gz
Source1001: %{name}.manifest
-Requires(post): /bin/systemctl
#Requires(post): libcap-tools
-Requires(postun): /bin/systemctl
BuildRequires: flex
BuildRequires: bison
rm -rf %{buildroot}
%post
-/bin/systemctl enable murphyd.service
#setcap 'cap_net_admin=+ep' %{_bindir}/murphyd
ldconfig
%postun
-if [ "$1" = "0" ]; then
-systemctl disable murphyd.service
-fi
ldconfig
%if %{with glib}