From aa2702a8105cd095585299305a76563311095857 Mon Sep 17 00:00:00 2001 From: James Slagle Date: Oct 17 2014 11:44:42 +0000 Subject: Make sure file added by patch is +x --- diff --git a/diskimage-builder.spec b/diskimage-builder.spec index 392c8a8..01e65c5 100644 --- a/diskimage-builder.spec +++ b/diskimage-builder.spec @@ -1,7 +1,7 @@ Name: diskimage-builder Summary: Image building tools for OpenStack Version: 0.1.33 -Release: 2%{?dist} +Release: 3%{?dist} License: ASL 2.0 Group: System Environment/Base URL: https://launchpad.net/diskimage-builder @@ -50,6 +50,10 @@ rm -rf %{buildroot}%{_datadir}/%{name}/elements/config-applier # avoid conflicts with the new package. rm -f %{buildroot}%{_bindir}/dib-run-parts +# Patch 0002-Move-install-bin-from-rpm-distro-to-yum.patch +# creates a new file, but the perms are not set correctly when patch runs +chmod +x %{buildroot}/%{_datadir}/%{name}/elements/yum/pre-install.d/01-yum-install-bin + %description Components of TripleO that are responsible for building disk images. @@ -62,6 +66,9 @@ Components of TripleO that are responsible for building disk images. %{_datadir}/%{name}/elements %changelog +* Fri Oct 17 2014 James Slagle 0.1.33-3 +- Make sure file added by patch is +x + * Wed Oct 15 2014 James Slagle 0.1.33-2 - Move install bin from rpm-distro to yum - Check for epel before installing it