[openstack-packstack/f22] Forgot to add actual patching

Lukas Bezdicka social at fedoraproject.org
Mon Mar 16 13:10:01 UTC 2015


commit 8a7e274a82b141575e7b9c1824e5221cd220ae38
Author: Lukas Bezdicka <lbezdick at redhat.com>
Date:   Mon Mar 16 14:09:55 2015 +0100

    Forgot to add actual patching

 openstack-packstack.spec | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/openstack-packstack.spec b/openstack-packstack.spec
index 2e83cb5..750b450 100644
--- a/openstack-packstack.spec
+++ b/openstack-packstack.spec
@@ -15,6 +15,8 @@ URL:            https://github.com/stackforge/packstack
 # Tarball is created by bin/release.sh
 Source0:        http://mmagr.fedorapeople.org/downloads/packstack/packstack-%{version}.dev%{git_snaptag}.%{git_commit}.tar.gz
 
+Patch0001:      0001-Fix-version-switch-error.patch
+
 BuildArch:      noarch
 
 BuildRequires:  python2-devel
@@ -68,6 +70,7 @@ This package contains documentation files for Packstack.
 #%setup -n packstack-%{version}dev%{git_revno}
 %setup -n packstack-%{version}.dev%{git_snaptag}.%{git_commit}
 
+%patch0001 -p1
 
 # Sanitizing a lot of the files in the puppet modules
 find packstack/puppet/modules \( -name .fixtures.yml -o -name .gemfile -o -name ".travis.yml" -o -name .rspec \) -exec rm {} +


More information about the scm-commits mailing list