[librx] Remove errant trailing space in post scriptlet.

Jason ティビツ tibbs at fedoraproject.org
Wed Jan 15 15:23:21 UTC 2014


commit 01c8b9b3d07b8557a5f1c1d6147cd7b0fcdad41b
Author: Jason Tibbitts <tibbs at math.uh.edu>
Date:   Wed Jan 15 09:21:25 2014 -0600

    Remove errant trailing space in post scriptlet.

 librx.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/librx.spec b/librx.spec
index 3693184..d25df20 100644
--- a/librx.spec
+++ b/librx.spec
@@ -1,7 +1,7 @@
 Summary: POSIX regexp functions
 Name: librx
 Version: 1.5
-Release: 20%{?dist}
+Release: 21%{?dist}
 License: GPLv2+
 URL: http://www.gnu.org/software/rx/rx.html
 Group: Applications/Text
@@ -67,7 +67,7 @@ rm -rf ${RPM_BUILD_ROOT}
 %postun -p /sbin/ldconfig
 
 %post devel
-/sbin/install-info %{_infodir}/rx.info \ 
+/sbin/install-info %{_infodir}/rx.info \
     %{_infodir}/dir 2>/dev/null || :
 
 %postun devel
@@ -88,6 +88,10 @@ fi
 %{_libdir}/*.so
 
 %changelog
+* Wed Jan 15 2014 Jason L Tibbitts III <tibbs at math.uh.edu> - 1.5-21
+- Remove single trailing space in -devel post scriptlet which caused a file
+  named " " in / to appear on install.
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.5-20
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list