social pushed to openstack-packstack (f21). "Fix packaging issues (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Mar 25 17:23:33 UTC 2015


>From 79f5df17d36affecfa21f2869e16ea0d10c49cf5 Mon Sep 17 00:00:00 2001
From: Lukas Bezdicka <lbezdick at redhat.com>
Date: Wed, 25 Mar 2015 18:15:04 +0100
Subject: Fix packaging issues

Source url and setup path were incorrect

diff --git a/openstack-packstack.spec b/openstack-packstack.spec
index f4c1b62..2804293 100644
--- a/openstack-packstack.spec
+++ b/openstack-packstack.spec
@@ -13,7 +13,7 @@ Group:          Applications/System
 License:        ASL 2.0 and GPLv2
 URL:            https://github.com/stackforge/packstack
 # Tarball is created by bin/release.sh
-Source0:        http://mmagr.fedorapeople.org/downloads/packstack/packstack-%{version}dev%{git_revno}.tar.gz
+Source0:        http://mmagr.fedorapeople.org/downloads/packstack/packstack-%{version}.dev%{git_revno}.tar.gz
 
 Patch0:         enable-epel.patch
 
@@ -64,7 +64,7 @@ This package contains documentation files for Packstack.
 # prep -------------------------------------------------------------------------
 
 %prep
-%setup -n packstack-%{version}dev%{git_revno}
+%setup -n packstack-%{version}.dev%{git_revno}
 %if 0%{?rhel}
 %patch0 -p1
 %endif
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/openstack-packstack.git/commit/?h=f21&id=79f5df17d36affecfa21f2869e16ea0d10c49cf5


More information about the scm-commits mailing list