Merge "update rpmbuild with latest versions and add opendove and lispflowmapping...
[integration.git] / packaging / rpm / opendaylight-distribution.spec
1 # Spec file only supports RHEL and Fedora now
2 %if 0%{?rhel} || 0%{?fedora}
3
4 Name: opendaylight-distribution
5 Version: 0.1.0
6 Release: 0.3.0%{?dist}
7 Summary: OpenDaylight SDN Controller Distributions
8 Group: Applications/Communications
9 License: EPL
10 URL: http://www.opendaylight.org
11 BuildArch: noarch
12
13 Requires: opendaylight-controller
14 Requires: opendaylight-ovsdb
15
16 %description
17 OpenDaylight SDN Controller Distributions
18
19 %files
20
21 %endif
22
23 %changelog
24 * Sat Jan 18 2014 Sam Hague <shague@redhat.com> - 0.1.0-0.3.0
25 - Removed controller-dependencies from Requires because controller already pulls it in.
26
27 * Thu Jan 09 2014 Sam Hague <shague@redhat.com> - 0.1.0-0.2.0
28 - Updates for OF1.3 support.
29 - Remove java Requires.
30
31 * Thu Jan 02 2014 Sam Hague <shague@redhat.com> - 0.1.0-0.1.0
32 - Initial package.