[x2goserver] Fix scriptlet requires

Orion Poplawski orion at fedoraproject.org
Tue Aug 26 22:02:17 UTC 2014


commit 37fdc06b5f4ac6f7e3bdbf469a32eb54f4186cc9
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Tue Aug 26 16:02:19 2014 -0600

    Fix scriptlet requires

 x2goserver.spec |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)
---
diff --git a/x2goserver.spec b/x2goserver.spec
index ce0a51a..0298e41 100644
--- a/x2goserver.spec
+++ b/x2goserver.spec
@@ -1,7 +1,7 @@
 #global checkout 20130722git65169c9
 Name:           x2goserver
 Version:        4.0.1.15
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        X2Go Server
 
 Group:          Applications/Communications
@@ -46,6 +46,13 @@ Requires:       x2goagent
 Requires:       xorg-x11-fonts-misc
 Requires:       xorg-x11-xauth
 Requires(pre):  shadow-utils
+Requires(post): grep
+Requires(post): perl(DBD::SQLite)
+%if 0%{?fedora} || 0%{?rhel} >= 7
+Requires(post): systemd
+Requires(preun): systemd
+Requires(postun): systemd
+%endif
 
 %{?perl_default_filter}
 
@@ -311,6 +318,9 @@ exit 0
 
 
 %changelog
+* Tue Aug 26 2014 Orion Poplawski <orion at cora.nwra.com> - 4.0.1.15-5
+- Fix scriptlet requires
+
 * Mon Aug 18 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.0.1.15-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 


More information about the scm-commits mailing list