[X2Go-Commits] [x2goserver] 01/04: x2goserver.spec: actually add logcheck Requires.
git-admin at x2go.org
git-admin at x2go.org
Wed Dec 13 02:49:56 CET 2017
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository x2goserver.
commit 3882f683ff0842eecfe2ab7b3b9385e87037398f
Author: Mihai Moldovan <ionic at ionic.de>
Date: Wed Dec 13 02:15:53 2017 +0100
x2goserver.spec: actually add logcheck Requires.
---
debian/changelog | 1 +
x2goserver.spec | 3 +++
2 files changed, 4 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 7155513..f57d2fe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -230,6 +230,7 @@ x2goserver (4.1.0.0-0x2go1.2) UNRELEASED; urgency=low
- Exclude %{_bindir}/x2goagent from being packaged into x2goserver
package.
- x2goserver-x2goagent needs nxagent 3.5.99.3 and higher.
+ - Actually add logcheck Requires.
* debian/control:
- Maintainer change in package: X2Go Developers <x2go-dev at lists.x2go.org>.
- Depend upon newer x2goagent package that now provides the
diff --git a/x2goserver.spec b/x2goserver.spec
index d8fc9b5..af6e3ae 100644
--- a/x2goserver.spec
+++ b/x2goserver.spec
@@ -106,6 +106,9 @@ Requires: pwgen
Requires: sshfs
# For /etc/sudoers.d
Requires: sudo
+%if 0%{?fedora} > 19 || 0%{?el5} || 0%{?el6} || 0%{?el7}
+Requires: logcheck
+%endif
Requires: x2goagent-virtual
Requires(post): grep
Requires: grep
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
More information about the x2go-commits
mailing list