diff options
author | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-09-26 16:59:28 -0700 |
---|---|---|
committer | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-09-26 16:59:28 -0700 |
commit | 179f48250952501c8ad36ac0ed6389159a25bf82 (patch) | |
tree | 843e2ef90068ba6413728d62018e051d8448a220 /packages | |
parent | c62675900a96dd645a1ff2ee0c316ef9232f443d (diff) | |
download | vyos-cloud-init-179f48250952501c8ad36ac0ed6389159a25bf82.tar.gz vyos-cloud-init-179f48250952501c8ad36ac0ed6389159a25bf82.zip |
Ensure the patches get activated.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/redhat/cloud-init.spec.in | 7 |
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 |