summaryrefslogtreecommitdiffstats
path: root/build/rpm_specs/opnfv-apex-opendaylight-sfc.spec
diff options
context:
space:
mode:
authorDan Radez <dradez@redhat.com>2016-08-18 12:20:01 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-08-18 12:20:01 +0000
commit22e8ced8778bbfcf1f396abf4a829cf0564ba90a (patch)
tree6994e9da5c610771a20de8a6afaf9ff90009a937 /build/rpm_specs/opnfv-apex-opendaylight-sfc.spec
parent92ecd83a55059b938ea92bfe0c351621f0826f2c (diff)
parente025c67845061b21b379c721477e93f80e57f4aa (diff)
Merge "Moving rpm spec files to a sub directory"
Diffstat (limited to 'build/rpm_specs/opnfv-apex-opendaylight-sfc.spec')
-rw-r--r--build/rpm_specs/opnfv-apex-opendaylight-sfc.spec34
1 files changed, 34 insertions, 0 deletions
diff --git a/build/rpm_specs/opnfv-apex-opendaylight-sfc.spec b/build/rpm_specs/opnfv-apex-opendaylight-sfc.spec
new file mode 100644
index 00000000..a63ec7c5
--- /dev/null
+++ b/build/rpm_specs/opnfv-apex-opendaylight-sfc.spec
@@ -0,0 +1,34 @@
+Name: opnfv-apex-opendaylight-sfc
+Version: 3.0
+Release: %{release}
+Summary: Overcloud Disk images for OPNFV Apex OpenDaylight with SFC deployment
+
+Group: System Environment
+License: Apache 2.0
+URL: https://gerrit.opnfv.org/gerrit/apex.git
+Source0: opnfv-apex-opendaylight-sfc.tar.gz
+
+Provides: opnfv-apex-sdn
+BuildArch: noarch
+Requires: opnfv-apex-common opnfv-apex-undercloud
+
+%description
+Overcloud Disk images for OPNFV Apex OpenDaylight with SFC deployment
+https://wiki.opnfv.org/apex
+
+%prep
+%setup -q
+
+%install
+mkdir -p %{buildroot}%{_var}/opt/opnfv/images/
+install build/images/overcloud-full-opendaylight-sfc.qcow2 %{buildroot}%{_var}/opt/opnfv/images/
+
+%files
+%defattr(644, root, root, -)
+%{_var}/opt/opnfv/images/overcloud-full-opendaylight-sfc.qcow2
+
+%changelog
+* Mon Apr 04 2016 Dan Radez <dradez@redhat.com> - 3.0-0
+- Version update for Colorado
+* Tue Jan 19 2016 Dan Radez <dradez@redhat.com> - 2.1-1
+- Initial Packaging