diff options
author | Billy O'Mahony <billy.o.mahony@intel.com> | 2016-03-16 14:33:27 +0000 |
---|---|---|
committer | Billy O'Mahony <billy.o.mahony@intel.com> | 2016-03-16 14:33:27 +0000 |
commit | 5181fb94a7485af207c1232753eeb74fb8975b1a (patch) | |
tree | ac6430b99b64fd13a558c311aee4afdcf37e19d1 /fuel-plugin-ovsnfv/ovs_package | |
parent | 0126af4e757f5686d6bbc8950c05d25efeaa0e48 (diff) |
fuel plugin: Provide required libudev1 version
The latest fuel .iso has changed provided libudev1 version from 20.18 to
20.15. As the later version is required for the plugin we now provide
it directly in the plugin's repo.
Change-Id: Ida93a9971185d13aa476a6192bca949b854f42af
Signed-off-by: Billy O'Mahony <billy.o.mahony@intel.com>
Reviewed-by: Jonas Bjurel <jonas.bjurel@ericsson.com>
Reviewed-by: Mark D. Gray <mark.d.gray@intel.com>
Reviewed-by: Tom Herbert <therbert@redhat.com>
Reviewed-by: Michal Skalski <mskalski@mirantis.com>
Reviewed-by: Stefan Berg <stefan.k.berg@ericsson.com>
Diffstat (limited to 'fuel-plugin-ovsnfv/ovs_package')
-rw-r--r-- | fuel-plugin-ovsnfv/ovs_package/ubuntu/dependencies.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fuel-plugin-ovsnfv/ovs_package/ubuntu/dependencies.txt b/fuel-plugin-ovsnfv/ovs_package/ubuntu/dependencies.txt index 1766086..e95d9ee 100644 --- a/fuel-plugin-ovsnfv/ovs_package/ubuntu/dependencies.txt +++ b/fuel-plugin-ovsnfv/ovs_package/ubuntu/dependencies.txt @@ -87,3 +87,4 @@ http://archive.ubuntu.com/ubuntu/pool/main/g/gnutls26/libgnutls-openssl27_2.12.2 http://archive.ubuntu.com/ubuntu/pool/main/g/gnutls26/libgnutls26_2.12.23-12ubuntu2.5_amd64.deb http://archive.ubuntu.com/ubuntu/pool/main/g/gnutls26/libgnutlsxx27_2.12.23-12ubuntu2.5_amd64.deb http://archive.ubuntu.com/ubuntu/pool/main/g/gnutls26/libgnutls-dev_2.12.23-12ubuntu2.5_amd64.deb +http://archive.ubuntu.com/ubuntu/pool/main/s/systemd/libudev1_204-5ubuntu20.18_amd64.deb |