integ/devtools/puppet-modules/openstack/puppet-cinder-11.3.0/centos/meta_patches/0002-Add-TIS-patches.patch

33 lines
894 B
Diff

From b7c5f47cef3c82667014e94f879b6bef943c7e71 Mon Sep 17 00:00:00 2001
From: Daniel Badea <daniel.badea@windriver.com>
Date: Tue, 31 Oct 2017 16:14:27 +0200
Subject: [PATCH] Add TIS patches
---
SPECS/puppet-cinder.spec | 2 ++
1 file changed, 2 insertions(+)
diff --git a/SPECS/puppet-cinder.spec b/SPECS/puppet-cinder.spec
index f9089b6..e2e073e 100644
--- a/SPECS/puppet-cinder.spec
+++ b/SPECS/puppet-cinder.spec
@@ -8,6 +8,7 @@ License: ASL 2.0
URL: https://launchpad.net/puppet-cinder
Source0: https://tarballs.openstack.org/%{name}/%{name}-%{upstream_version}.tar.gz
+Patch0001: 0001-Roll-up-TIS-patches.patch
BuildArch: noarch
@@ -24,6 +25,7 @@ Puppet module for OpenStack Cinder
%prep
%setup -q -n openstack-cinder-%{upstream_version}
+%patch0001 -p1
find . -type f -name ".*" -exec rm {} +
find . -size 0 -exec rm {} +
--
2.7.4