[xinetd] Remove trailing spaces in spec

jsynacek jsynacek at fedoraproject.org
Mon May 14 08:41:43 UTC 2012


commit 620e84db8e50864ce8dc168b0535d27f2743e67d
Author: Jan Synacek <jsynacek at redhat.com>
Date:   Mon May 14 10:01:31 2012 +0200

    Remove trailing spaces in spec

 xinetd.spec |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/xinetd.spec b/xinetd.spec
index 4760642..372107f 100644
--- a/xinetd.spec
+++ b/xinetd.spec
@@ -2,7 +2,7 @@ Summary: A secure replacement for inetd
 Name: xinetd
 Version: 2.3.15
 Release: 1%{?dist}
-License: xinetd 
+License: xinetd
 Group: System Environment/Daemons
 Epoch: 2
 URL: http://www.xinetd.org
@@ -17,7 +17,7 @@ Patch8: xinetd-2.3.14-ident-bind.patch
 Patch9: xinetd-2.3.14-readable-debuginfo.patch
 # Patch for clean reconfiguration using newer versions of autotools
 Patch10: xinetd-2.3.14-autoconf.patch
-# Completely rewritten socket handling code (it uses poll() instead 
+# Completely rewritten socket handling code (it uses poll() instead
 # of select() function)
 Patch11: xinetd-2.3.14-poll.patch
 # New configuration option (limit for files opened by child process)
@@ -76,7 +76,7 @@ has its own specific configuration file for Xinetd; the files are
 located in the /etc/xinetd.d directory.
 
 %prep
-%setup -q  
+%setup -q
 
 # SPARC/SPARC64 needs -fPIE/-PIE
 # This really should be detected by configure.
@@ -134,7 +134,7 @@ mkdir -p $RPM_BUILD_ROOT/etc/sysconfig
 install -m 644 %SOURCE3 $RPM_BUILD_ROOT/etc/sysconfig/xinetd
 
 %post
-if [ $1 -eq 1 ] ; then 
+if [ $1 -eq 1 ] ; then
     # Initial installation
     /bin/systemctl enable xinetd.service >/dev/null 2>&1 || :
 fi
@@ -165,7 +165,7 @@ fi
 /bin/systemctl try-restart xinetd.service >/dev/null 2>&1 || :
 
 %files
-%doc CHANGELOG COPYRIGHT README xinetd/sample.conf contrib/empty.conf 
+%doc CHANGELOG COPYRIGHT README xinetd/sample.conf contrib/empty.conf
 %config(noreplace) /etc/xinetd.conf
 %config(noreplace) /etc/sysconfig/xinetd
 %{_unitdir}/xinetd.service
@@ -192,7 +192,7 @@ fi
 
 * Mon Mar 05 2012 Jan Synáček <jsynacek at redhat.com> - 2:2.3.14-44
 - Fix: Instances limit in xinetd can be easily bypassed
-- Resolves: #770858 
+- Resolves: #770858
 
 * Mon Mar 05 2012 Jan Synáček <jsynacek at redhat.com> - 2:2.3.14-43
 - Fix xinetd.service permissions


More information about the scm-commits mailing list