diff --git a/openstack-tempest.spec b/openstack-tempest.spec index 081c0e0..a0baac0 100644 --- a/openstack-tempest.spec +++ b/openstack-tempest.spec @@ -1,15 +1,18 @@ +%global commit b4a056da5c65f893389694e1f219ffe7473ab191 +%global shortcommit %(c=%{commit}; echo ${c:0:7}) +%global alphatag .%{shortcommit}git %global project tempest %{!?upstream_version: %global upstream_version %{version}%{?milestone}} Name: openstack-%{project} Epoch: 1 -Version: XXX -Release: XXX +Version: 10.0.0 +Release: 1%{alphatag}%{?dist} Summary: OpenStack Integration Test Suite (Tempest) License: ASL 2.0 Url: https://github.com/redhat-openstack/tempest -Source0: https://github.com/redhat-openstack/tempest/archive/master.tar.gz +Source0: https://github.com/redhat-openstack/tempest/archive/%{commit}.tar.gz#/%{project}-%{commit}.tar.gz BuildArch: noarch BuildRequires: fdupes @@ -73,7 +76,7 @@ other specific tests useful in validating an OpenStack deployment. %prep -%autosetup -n tempest-%{upstream_version} -S git +%autosetup -n tempest-%{commit} -S git # remove shebangs and fix permissions RPMLINT_OFFENDERS="tempest/cmd/account_generator.py \ tempest/cmd/cleanup.py \ @@ -121,3 +124,6 @@ mv %{buildroot}/usr/etc/tempest/* %{buildroot}/etc/tempest %{_sysconfdir}/%{project}/*.conf %changelog +* Thu Mar 31 2016 Haikel Guemar 1:10.0.0- +- Update to 10.0.0 +