[openstack-tripleo-image-elements] 0.8.10-13

slagle slagle at fedoraproject.org
Thu Dec 18 17:33:52 UTC 2014


commit e74ddd7b54d0386eb6ae9bb23edafc21f2e343d6
Author: James Slagle <jslagle at redhat.com>
Date:   Thu Dec 18 12:33:39 2014 -0500

    0.8.10-13

 openstack-tripleo-image-elements.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/openstack-tripleo-image-elements.spec b/openstack-tripleo-image-elements.spec
index 95d3ff6..c7277c8 100644
--- a/openstack-tripleo-image-elements.spec
+++ b/openstack-tripleo-image-elements.spec
@@ -4,7 +4,7 @@
 Name:		openstack-tripleo-image-elements
 Summary:	OpenStack TripleO Image Elements for diskimage-builder
 Version:	0.8.10
-Release:	12%{?dist}
+Release:	13%{?dist}
 License:	ASL 2.0
 Group:		System Environment/Base
 URL:		https://wiki.openstack.org/wiki/TripleO
@@ -98,7 +98,7 @@ if [ -f $manifest_file ]; then
     SCRIPT_BASE=/usr/libexec/os-refresh-config
     if [ -d $SCRIPT_BASE ]; then
 	SCRIPT_SOURCE=$TMP_HOOKS_PATH/os-refresh-config
-	rsync --delete -r $SCRIPT_SOURCE/ $SCRIPT_BASE/
+	rsync -r $SCRIPT_SOURCE/ $SCRIPT_BASE/
     fi
 
     # bin files
@@ -119,6 +119,11 @@ true
 %{_datadir}/tripleo-image-elements
 
 %changelog
+* Thu Dec 18 2014 James Slagle <jslagle at redhat.com> 0.8.10-13
+- Remove --delete when rsync'ing os-refresh-config hook scripts
+  as this can cause problems for scripts created via indirection at install
+  time.
+
 * Thu Dec 18 2014 James Slagle <jslagle at redhat.com> 0.8.10-12
 - Additional fixes for horizon package install
 


More information about the scm-commits mailing list