summaryrefslogtreecommitdiffstats
path: root/foreman/build/opnfv-genesis.spec
blob: 30692b4e166aea6c5948fca12e3ac9719e9b336c (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
34
35
36
Name:		opnfv-genesis
Version:	0.2
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, net-tools

%description
The files from the OPNFV genesis repo

%prep
%setup -q


%build

%install
mkdir -p %{buildroot}/root/genesis
cp -r foreman/ %{buildroot}/root/genesis
cp -r common/ %{buildroot}/root/genesis

%files
/root/genesis


%changelog
* Tue Sep 15 2015 Dan Radez <dradez@redhat.com> - 0.2-1
- Updating the install files and cleaning up white space
* Fri Apr 24 2015 Dan Radez <dradez@redhat.com> - 0.1-1
- Initial Packaging