Skip to content

Instantly share code, notes, and snippets.

@honza
Last active October 10, 2018 21:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save honza/6bbd6b23f8e157f7a96625d2de92788e to your computer and use it in GitHub Desktop.
Save honza/6bbd6b23f8e157f7a96625d2de92788e to your computer and use it in GitHub Desktop.
%global plugin tempest-tripleo-ui
%{!?upstream_version: %global upstream_version %{version}%{?milestone}}
Name: python-tempest-tripleo-ui
Version: master
Release: 2%{?dist}
Summary: The tempest plugin for TripleO UI
License: ASL 2.0
URL: http://tripleo.org
Source0: https://tarballs.openstack.org/%{plugin}/%{plugin}-%{upstream_version}.tar.gz
BuildArch: noarch
%description
%prep
%build
%install
%files
%license LICENSE
%doc README.md
%postun
%changelog
* Fri Oct 5 2018 Honza Pokorny <honza@redhat.com> 0.0.1
- First RPM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment