diff options
-rw-r--r-- | packaging/murphy.spec | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/packaging/murphy.spec b/packaging/murphy.spec index 45511b7..8151e22 100644 --- a/packaging/murphy.spec +++ b/packaging/murphy.spec @@ -29,16 +29,14 @@ 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 @@ -309,14 +307,10 @@ cp packaging/org.Murphy.conf \ 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} |