[X2Go-Commits] [x2gobroker] 02/02: x2gobroker.spec: Fix removal of conf files in tmpfiles.d where needed.
git-admin at x2go.org
git-admin at x2go.org
Mon Apr 30 22:42:04 CEST 2018
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository x2gobroker.
commit e1a791fc00cd61fe640ee4837f3f432ec3ea423f
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Mon Apr 30 22:38:45 2018 +0200
x2gobroker.spec: Fix removal of conf files in tmpfiles.d where needed.
---
x2gobroker.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x2gobroker.spec b/x2gobroker.spec
index 798ab7f..823c2d2 100644
--- a/x2gobroker.spec
+++ b/x2gobroker.spec
@@ -461,7 +461,7 @@ install -pm0755 %SOURCE1 \
# Delete tmpfiles.d configuration file on systems
# not using systemd.
%if ( ! 0%{?fedora} ) && ( ( 0%{?rhel} && 0%{?rhel} < 7 ) || ( 0%{?suse_version} && 0%{?suse_version} < 1210 ) )
-rm -f "%{buildroot}/%{_libexecdir}/tmpfiles.d/*.conf"
+rm -f "%{buildroot}/%{_libexecdir}/tmpfiles.d/"*.conf
%endif
#
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git
More information about the x2go-commits
mailing list