diff options
author | Tim Rozet <trozet@redhat.com> | 2015-09-16 19:02:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2015-09-16 19:02:13 +0000 |
commit | a9373056094ee6c31e5468daeea2b126aa4e58ea (patch) | |
tree | f2d4c9f019cfe1e0d35a8114c3eb066df636ea1f /foreman/build/opnfv-genesis.spec | |
parent | 543bf41c9bba0e217d0b6c1e94aea67a2528bb5e (diff) | |
parent | 871f020abcef1a1ff652ef0e0c9c50420c4c6aac (diff) |
Merge "adding files to the build cache to reduce bandwidth by reusing already downloaded build dependancies reverting git archive to use HEAD, jenkins checks out the correct branch so we can rely on head" into stable/arno
Diffstat (limited to 'foreman/build/opnfv-genesis.spec')
-rw-r--r-- | foreman/build/opnfv-genesis.spec | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/foreman/build/opnfv-genesis.spec b/foreman/build/opnfv-genesis.spec index bcac1a9..30692b4 100644 --- a/foreman/build/opnfv-genesis.spec +++ b/foreman/build/opnfv-genesis.spec @@ -1,5 +1,5 @@ Name: opnfv-genesis -Version: 0.1 +Version: 0.2 Release: 1 Summary: The files from the OPNFV genesis repo @@ -8,8 +8,8 @@ License: Apache 2.0 URL: https://gerrit.opnfv.org/gerrit/genesis.git Source0: opnfv-genesis.tar.gz -#BuildRequires: -Requires: vagrant, VirtualBox-4.3 +#BuildRequires: +Requires: vagrant, VirtualBox-4.3, net-tools %description The files from the OPNFV genesis repo @@ -30,5 +30,7 @@ cp -r common/ %{buildroot}/root/genesis %changelog -* Fri Apr 24 2015 Dan Radez <dradez@redhatcom> - 0.1-1 +* 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 |