]> git.pld-linux.org Git - packages/samba.git/commitdiff
- fixed systemd-tmpfiles path, release 2 auto/th/samba-4.5.6-2
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 14 Mar 2017 19:16:57 +0000 (20:16 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 14 Mar 2017 19:16:57 +0000 (20:16 +0100)
samba.spec

index b61601a649059e29896202c70921f56647c9d50f..3d42eb2469a62f3c4d3221a2cc9ffe014c1a410b 100644 (file)
@@ -34,7 +34,7 @@ Summary:      Samba Active Directory and SMB server
 Summary(pl.UTF-8):     Serwer Samba Active Directory i SMB
 Name:          samba
 Version:       4.5.6
-Release:       1
+Release:       2
 Epoch:         1
 License:       GPL v3
 Group:         Networking/Daemons
@@ -475,7 +475,7 @@ Summary(pl.UTF-8):  Klastrowa baza danych oparta na bazie danych Trivial Database
 Group:         Daemons
 URL:           http://ctdb.samba.org/
 Requires(post,preun,postun):   systemd-units
-Requires(post):        /usr/bin/systemd-tmpfiles
+Requires(post):        /bin/systemd-tmpfiles
 Requires:      %{name}-libs = %{epoch}:%{version}-%{release}
 Requires:      coreutils
 Requires:      fileutils
@@ -801,7 +801,7 @@ fi
 %service -q ldap restart
 
 %post -n ctdb
-/usr/bin/systemd-tmpfiles --create %{systemdtmpfilesdir}/ctdb.conf
+/bin/systemd-tmpfiles --create %{systemdtmpfilesdir}/ctdb.conf
 %systemd_post ctdb.service
 
 %preun -n ctdb
This page took 0.127199 seconds and 4 git commands to generate.