summaryrefslogtreecommitdiff
path: root/packages/redhat
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2012-09-26 16:59:28 -0700
committerJoshua Harlow <harlowja@yahoo-inc.com>2012-09-26 16:59:28 -0700
commit179f48250952501c8ad36ac0ed6389159a25bf82 (patch)
tree843e2ef90068ba6413728d62018e051d8448a220 /packages/redhat
parentc62675900a96dd645a1ff2ee0c316ef9232f443d (diff)
downloadcloud-init-git-179f48250952501c8ad36ac0ed6389159a25bf82.tar.gz
Ensure the patches get activated.
Diffstat (limited to 'packages/redhat')
-rw-r--r--packages/redhat/cloud-init.spec.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/redhat/cloud-init.spec.in b/packages/redhat/cloud-init.spec.in
index f5339640..90e85a05 100644
--- a/packages/redhat/cloud-init.spec.in
+++ b/packages/redhat/cloud-init.spec.in
@@ -69,6 +69,13 @@ ssh keys and to let the user run various scripts.
%prep
%setup -q -n %{name}-%{version}~${release}
+# Custom patches activation
+#set $size = 0
+#for $p in $patches
+%patch${size}
+#set $size += 1
+#end for
+
%build
%{__python} setup.py build