[lsyncd/el6] error on installation due to incomplete mkdir command in post install RPM scriptlet (#908151)

Rex Dieter rdieter at fedoraproject.org
Thu Mar 7 16:05:46 UTC 2013


commit 4e4586729d7f501c195b8eeebda19cbc7c317d08
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Thu Mar 7 10:05:27 2013 -0600

    error on installation due to incomplete mkdir command in post install RPM scriptlet (#908151)

 lsyncd.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/lsyncd.spec b/lsyncd.spec
index df166ee..b307e2c 100644
--- a/lsyncd.spec
+++ b/lsyncd.spec
@@ -1,6 +1,6 @@
 Name:           lsyncd
 Version:        2.1.4
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        File change monitoring and synchronization daemon
 Group:          Applications/Internet
 License:        GPLv2+
@@ -67,7 +67,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %post
 /sbin/chkconfig --add %{name}
-mkdir -p
 
 %preun
 if [ "$1" -eq 0 ]; then
@@ -81,6 +80,9 @@ if [ "$1" -ge "1" ]; then
 fi
 
 %changelog
+* Thu Mar 07 2013 Rex Dieter <rdieter at fedoraproject.org> 2.1.4-3
+- error on installation due to incomplete mkdir command in post install RPM scriptlet (#908151)
+
 * Sat Feb 16 2013 Paul Wouters <pwouters at redhat.com> - 2.1.4-2
 - Comment out the LSYNCD_OPTIONS options per default, it accidentally
   caused the options from the initscript/systemd service to ignored


More information about the scm-commits mailing list