summaryrefslogtreecommitdiffstats
path: root/foreman/build/opnfv-genesis.spec
blob: 674760fea0f318cb7f6149be8ee838e68e7fbede (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Name:		opnfv-genesis
Version:	0.1
Release:	1
Summary:	The files from the OPNFV genesis repo

Group:		System Environment
License:	Apache 2.0
URL:		https://gerrit.opnfv.org/gerrit/genesis.git
Source0:	opnfv-genesis.tar.gz

#BuildRequires:	
Requires:	vagrant, VirtualBox-4.3

%description
The files from the OPNFV genesis repo

%prep
%setup -q


%build

%install
mkdir -p %{buildroot}/usr/bin/
cp foreman/ci/deploy.sh %{buildroot}/usr/bin/

%files
/usr/bin/deploy.sh


%changelog
* Fri Apr 24 2015 Dan Radez <dradez@redhatcom> - 0.1-1
- Initial Packaging