From f854e97d279169962c2cc347c32864b2c3d9f3ba Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Apr 24 2019 12:59:52 +0000 Subject: import containernetworking-plugins-0.7.5-2.el7 --- diff --git a/.containernetworking-plugins.metadata b/.containernetworking-plugins.metadata index 4e47661..a5475f3 100644 --- a/.containernetworking-plugins.metadata +++ b/.containernetworking-plugins.metadata @@ -1 +1 @@ -97ba3a594cae5771913218e3a4a9722ccc88e2e3 SOURCES/plugins-9ebe139.tar.gz +df9ad0e982330c5199849eb59fe069c4f402dcba SOURCES/plugins-a62711a.tar.gz diff --git a/.gitignore b/.gitignore index a8ad5ff..00fb5d9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/plugins-9ebe139.tar.gz +SOURCES/plugins-a62711a.tar.gz diff --git a/SPECS/containernetworking-plugins.spec b/SPECS/containernetworking-plugins.spec index 1597a53..5724127 100644 --- a/SPECS/containernetworking-plugins.spec +++ b/SPECS/containernetworking-plugins.spec @@ -18,12 +18,12 @@ # https://github.com/containernetworking/plugins %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} -%global commit 9ebe139e77e82afb122e335328007bca86905ae4 +%global commit a62711a5da7a2dc2eb93eac47e103738ad923fd6 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: containernetworking-plugins -Version: 0.7.4 -Release: 1%{?dist} +Version: 0.7.5 +Release: 2%{?dist} Summary: Some CNI network plugins, maintained by the containernetworking team. License: ASL 2.0 URL: https://%{provider_prefix} @@ -120,6 +120,9 @@ install -p -m 0755 bin/* %{buildroot}/%{_libexecdir}/cni %{_libexecdir}/cni/* %changelog +* Wed Mar 27 2019 Frantisek Kluknavsky - 0.7.5-2 +- rebase + * Mon Jan 07 2019 Lokesh Mandvekar - 0.7.4-1 - Resolves: #1664009 - bump to v0.7.4 - remove unused devel and unit-test* packages