3cd12006bb
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
41 lines
1.2 KiB
Diff
41 lines
1.2 KiB
Diff
From e3452f7601e328207daa45ec0120907630a9568c Mon Sep 17 00:00:00 2001
|
|
From: Jerry Sun <jerry.sun@windriver.com>
|
|
Date: Wed, 29 Nov 2017 11:04:00 -0500
|
|
Subject: [PATCH 1/1] meta Pike rebase
|
|
|
|
---
|
|
SPECS/puppet-magnum.spec | 4 +++-
|
|
1 file changed, 3 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/SPECS/puppet-magnum.spec b/SPECS/puppet-magnum.spec
|
|
index e1aac22..fd77fec 100644
|
|
--- a/SPECS/puppet-magnum.spec
|
|
+++ b/SPECS/puppet-magnum.spec
|
|
@@ -2,13 +2,14 @@
|
|
|
|
Name: puppet-magnum
|
|
Version: 11.3.0
|
|
-Release: 1%{?dist}
|
|
+Release: 1.el7%{?_tis_dist}.%{tis_patch_ver}
|
|
Summary: Puppet module for OpenStack Magnum
|
|
License: ASL 2.0
|
|
|
|
URL: https://launchpad.net/puppet-magnum
|
|
|
|
Source0: https://tarballs.openstack.org/%{name}/%{name}-%{upstream_version}.tar.gz
|
|
+Patch0001: 0001-Pike-Rebase.patch
|
|
|
|
BuildArch: noarch
|
|
|
|
@@ -24,6 +25,7 @@ Installs and configures OpenStack Magnum.
|
|
|
|
%prep
|
|
%setup -q -n openstack-magnum-%{upstream_version}
|
|
+%patch0001 -p1
|
|
|
|
find . -type f -name ".*" -exec rm {} +
|
|
find . -size 0 -exec rm {} +
|
|
--
|
|
1.8.3.1
|
|
|