[X2Go-Commits] [x2goserver] 02/02: x2goserver.spec: add correct Group: to x2goserver-logcheck package.
git-admin at x2go.org
git-admin at x2go.org
Wed Dec 13 04:38:30 CET 2017
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch release/4.0.1.x
in repository x2goserver.
commit 8614849ee878a3b68af4cfab8cb5ca167380e596
Author: Mihai Moldovan <ionic at ionic.de>
Date: Wed Dec 13 03:20:08 2017 +0100
x2goserver.spec: add correct Group: to x2goserver-logcheck package.
---
debian/changelog | 1 +
x2goserver.spec | 6 ++++++
2 files changed, 7 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index f784650..967fbe2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ x2goserver (4.0.1.23-0x2go1) UNRELEASED; urgency=medium
installing logcheck as a hard-dependency with X2Go Server for people who
do not want or expect that. Logcheck users can install
x2goserver-logcheck as a standalone package instead.
+ - Add correct Group: to x2goserver-logcheck package.
-- X2Go Release Manager <git-admin at x2go.org> Sat, 11 Nov 2017 13:01:29 +0100
diff --git a/x2goserver.spec b/x2goserver.spec
index 9d08cd3..3c88c14 100644
--- a/x2goserver.spec
+++ b/x2goserver.spec
@@ -383,6 +383,12 @@ Requires: %{name} = %{version}-%{release}
Requires: logcheck
%endif
+%if 0%{?fedora} || 0%{?rhel}
+Group: Applications/Communications
+%else
+Group: Productivity/Networking/Remote Desktop
+%endif
+
%description logcheck
X2Go is a server based computing environment with
- session resuming
--
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