2018-08-20 13:15:11 +00:00
|
|
|
%global with_devel 1
|
|
|
|
%global with_bundled 1
|
|
|
|
%global with_check 0
|
|
|
|
%global with_unit_test 1
|
2020-02-03 14:03:59 +00:00
|
|
|
|
|
|
|
%if 0%{?fedora}
|
2018-08-20 13:15:11 +00:00
|
|
|
%global with_debug 1
|
2020-02-03 14:03:59 +00:00
|
|
|
%else
|
|
|
|
%global with_debug 0
|
|
|
|
%endif
|
2018-08-20 13:15:11 +00:00
|
|
|
|
|
|
|
%if 0%{?with_debug}
|
|
|
|
%global _find_debuginfo_dwz_opts %{nil}
|
|
|
|
%global _dwz_low_mem_die_limit 0
|
|
|
|
%else
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%endif
|
|
|
|
|
2019-05-31 08:45:37 +00:00
|
|
|
%if ! 0%{?gobuild:1}
|
2020-02-03 13:48:29 +00:00
|
|
|
%define gobuild(o:) GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback ${BUILDTAGS:-}" -ldflags "${LDFLAGS:-} -B 0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \\n') -extldflags '-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '" -a -v -x %{?**};
|
2019-05-31 08:45:37 +00:00
|
|
|
%endif
|
|
|
|
|
2018-08-20 13:15:11 +00:00
|
|
|
%global provider github
|
|
|
|
%global provider_tld com
|
|
|
|
%global project containernetworking
|
|
|
|
%global repo plugins
|
2020-05-15 00:54:08 +00:00
|
|
|
%global import_path %{provider}.%{provider_tld}/%{project}/%{repo}
|
2018-08-20 13:15:11 +00:00
|
|
|
%global git0 https://%{import_path}
|
2021-01-20 17:32:15 +00:00
|
|
|
%global commit0 8c66d687c788a9b739b8d43a4b8fa933541163e5
|
2018-08-20 13:15:11 +00:00
|
|
|
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
|
|
|
|
2019-07-31 01:19:17 +00:00
|
|
|
# Used for comparing with latest upstream tag
|
|
|
|
# to decide whether to autobuild (non-rawhide only)
|
2020-05-15 00:54:08 +00:00
|
|
|
%global built_tag v0.8.6
|
2019-07-31 01:19:17 +00:00
|
|
|
|
2018-08-20 13:15:11 +00:00
|
|
|
Name: %{project}-%{repo}
|
2021-01-07 11:32:34 +00:00
|
|
|
Version: 0.9.0
|
2021-01-20 17:32:15 +00:00
|
|
|
Release: 24.1.git%{shortcommit0}%{?dist}
|
2018-08-20 13:15:11 +00:00
|
|
|
Summary: Libraries for writing CNI plugin
|
|
|
|
License: ASL 2.0
|
|
|
|
URL: %{git0}
|
|
|
|
Source0: %{git0}/archive/%{commit0}.tar.gz
|
|
|
|
# If go_compiler is not set to 1, there is no virtual provide. Use golang instead.
|
2020-02-03 13:34:08 +00:00
|
|
|
BuildRequires: golang
|
2019-05-31 08:12:43 +00:00
|
|
|
BuildRequires: git
|
2020-02-03 13:19:23 +00:00
|
|
|
BuildRequires: go-md2man
|
2018-08-20 13:15:11 +00:00
|
|
|
|
|
|
|
%if ! 0%{?with_bundled}
|
|
|
|
BuildRequires: go-bindata
|
|
|
|
BuildRequires: golang(github.com/vishvananda/netlink)
|
|
|
|
BuildRequires: golang(github.com/coreos/go-systemd/activation)
|
|
|
|
BuildRequires: golang(github.com/d2g/dhcp4)
|
|
|
|
BuildRequires: golang(github.com/d2g/dhcp4client)
|
|
|
|
BuildRequires: golang(github.com/vishvananda/netlink)
|
|
|
|
BuildRequires: golang(golang.org/x/sys/unix)
|
|
|
|
BuildRequires: golang(github.com/coreos/go-iptables/iptables)
|
|
|
|
%endif
|
|
|
|
|
2018-08-30 13:02:47 +00:00
|
|
|
Obsoletes: %{project}-cni < 0.7.1-2
|
2018-08-20 13:15:11 +00:00
|
|
|
Provides: %{project}-cni = %{version}-%{release}
|
2019-02-27 14:49:28 +00:00
|
|
|
Provides: kubernetes-cni
|
2018-08-20 13:15:11 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
The CNI (Container Network Interface) project consists of a specification
|
|
|
|
and libraries for writing plugins to configure network interfaces in Linux
|
|
|
|
containers, along with a number of supported plugins. CNI concerns itself
|
|
|
|
only with network connectivity of containers and removing allocated resources
|
|
|
|
when the container is deleted.
|
|
|
|
|
|
|
|
%if 0%{?with_devel}
|
|
|
|
%package devel
|
|
|
|
Summary: %{summary}
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%if 0%{?with_check} && ! 0%{?with_bundled}
|
|
|
|
BuildRequires: golang(github.com/coreos/go-iptables/iptables)
|
|
|
|
BuildRequires: golang(github.com/vishvananda/netlink)
|
|
|
|
BuildRequires: golang(golang.org/x/sys/unix)
|
|
|
|
%endif
|
|
|
|
|
|
|
|
Requires: golang(github.com/coreos/go-iptables/iptables)
|
|
|
|
Requires: golang(github.com/vishvananda/netlink)
|
|
|
|
Requires: golang(golang.org/x/sys/unix)
|
|
|
|
|
|
|
|
Provides: golang(%{import_path}/libcni) = %{version}-%{release}
|
|
|
|
Provides: golang(%{import_path}/pkg/invoke) = %{version}-%{release}
|
|
|
|
Provides: golang(%{import_path}/pkg/invoke/fakes) = %{version}-%{release}
|
|
|
|
Provides: golang(%{import_path}/pkg/ip) = %{version}-%{release}
|
|
|
|
Provides: golang(%{import_path}/pkg/ipam) = %{version}-%{release}
|
|
|
|
Provides: golang(%{import_path}/pkg/ns) = %{version}-%{release}
|
|
|
|
Provides: golang(%{import_path}/pkg/skel) = %{version}-%{release}
|
|
|
|
Provides: golang(%{import_path}/pkg/testutils) = %{version}-%{release}
|
|
|
|
Provides: golang(%{import_path}/pkg/types) = %{version}-%{release}
|
|
|
|
Provides: golang(%{import_path}/pkg/types/020) = %{version}-%{release}
|
|
|
|
Provides: golang(%{import_path}/pkg/types/current) = %{version}-%{release}
|
|
|
|
Provides: golang(%{import_path}/pkg/utils) = %{version}-%{release}
|
|
|
|
Provides: golang(%{import_path}/pkg/utils/hwaddr) = %{version}-%{release}
|
|
|
|
Provides: golang(%{import_path}/pkg/utils/sysctl) = %{version}-%{release}
|
|
|
|
Provides: golang(%{import_path}/pkg/version) = %{version}-%{release}
|
|
|
|
Provides: golang(%{import_path}/pkg/version/legacy_examples) = %{version}-%{release}
|
|
|
|
Provides: golang(%{import_path}/pkg/version/testhelpers) = %{version}-%{release}
|
|
|
|
Provides: golang(%{import_path}/plugins/ipam/host-local/backend) = %{version}-%{release}
|
|
|
|
Provides: golang(%{import_path}/plugins/ipam/host-local/backend/allocator) = %{version}-%{release}
|
|
|
|
Provides: golang(%{import_path}/plugins/ipam/host-local/backend/disk) = %{version}-%{release}
|
|
|
|
Provides: golang(%{import_path}/plugins/ipam/host-local/backend/testing) = %{version}-%{release}
|
|
|
|
Provides: golang(%{import_path}/plugins/test/noop/debug) = %{version}-%{release}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package contains library source intended for
|
|
|
|
building other packages which use import path with
|
|
|
|
%{import_path} prefix.
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%if 0%{?with_unit_test} && 0%{?with_devel}
|
|
|
|
%package unit-test-devel
|
|
|
|
Summary: Unit tests for %{name} package
|
|
|
|
%if 0%{?with_check}
|
|
|
|
%endif
|
|
|
|
|
|
|
|
Requires: %{name}-devel = %{version}-%{release}
|
|
|
|
|
|
|
|
%if 0%{?with_check} && ! 0%{?with_bundled}
|
|
|
|
BuildRequires: golang(github.com/d2g/dhcp4)
|
|
|
|
BuildRequires: golang(github.com/onsi/ginkgo)
|
|
|
|
BuildRequires: golang(github.com/onsi/ginkgo/config)
|
|
|
|
BuildRequires: golang(github.com/onsi/ginkgo/extensions/table)
|
|
|
|
BuildRequires: golang(github.com/onsi/gomega)
|
|
|
|
BuildRequires: golang(github.com/onsi/gomega/gbytes)
|
|
|
|
BuildRequires: golang(github.com/onsi/gomega/gexec)
|
|
|
|
BuildRequires: golang(github.com/vishvananda/netlink/nl)
|
|
|
|
%endif
|
|
|
|
|
|
|
|
Requires: golang(github.com/d2g/dhcp4)
|
|
|
|
Requires: golang(github.com/onsi/ginkgo)
|
|
|
|
Requires: golang(github.com/onsi/ginkgo/config)
|
|
|
|
Requires: golang(github.com/onsi/ginkgo/extensions/table)
|
|
|
|
Requires: golang(github.com/onsi/gomega)
|
|
|
|
Requires: golang(github.com/onsi/gomega/gbytes)
|
|
|
|
Requires: golang(github.com/onsi/gomega/gexec)
|
|
|
|
Requires: golang(github.com/vishvananda/netlink/nl)
|
|
|
|
|
|
|
|
%description unit-test-devel
|
|
|
|
This package contains unit tests for project
|
|
|
|
providing packages with %{import_path} prefix.
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%autosetup -Sgit -n %{repo}-%{commit0}
|
2019-06-07 13:23:57 +00:00
|
|
|
rm -rf plugins/main/windows
|
2018-08-20 13:15:11 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
export ORG_PATH="%{provider}.%{provider_tld}/%{project}"
|
|
|
|
export REPO_PATH="$ORG_PATH/%{repo}"
|
|
|
|
|
|
|
|
if [ ! -h gopath/src/${REPO_PATH} ]; then
|
|
|
|
mkdir -p gopath/src/${ORG_PATH}
|
|
|
|
ln -s ../../../.. gopath/src/${REPO_PATH} || exit 255
|
|
|
|
fi
|
|
|
|
|
|
|
|
export GOPATH=$(pwd)/gopath
|
|
|
|
mkdir -p $(pwd)/bin
|
|
|
|
|
|
|
|
echo "Building plugins"
|
|
|
|
export PLUGINS="plugins/meta/* plugins/main/* plugins/ipam/* plugins/sample"
|
|
|
|
for d in $PLUGINS; do
|
|
|
|
if [ -d "$d" ]; then
|
|
|
|
plugin="$(basename "$d")"
|
|
|
|
echo " $plugin"
|
|
|
|
%gobuild -o "${PWD}/bin/$plugin" "$@" "$REPO_PATH"/$d
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
|
|
|
|
%install
|
|
|
|
install -d -p %{buildroot}%{_libexecdir}/cni/
|
|
|
|
install -p -m 0755 bin/* %{buildroot}/%{_libexecdir}/cni
|
|
|
|
|
|
|
|
# source codes for building projects
|
|
|
|
%if 0%{?with_devel}
|
|
|
|
install -d -p %{buildroot}/%{gopath}/src/%{import_path}/
|
|
|
|
echo "%%dir %%{gopath}/src/%%{import_path}/." >> devel.file-list
|
|
|
|
# find all *.go but no *_test.go files and generate devel.file-list
|
|
|
|
for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go" | grep -v "vendor") ; do
|
|
|
|
dirprefix=$(dirname $file)
|
|
|
|
install -d -p %{buildroot}/%{gopath}/src/%{import_path}/$dirprefix
|
|
|
|
cp -pav $file %{buildroot}/%{gopath}/src/%{import_path}/$file
|
|
|
|
echo "%%{gopath}/src/%%{import_path}/$file" >> devel.file-list
|
|
|
|
|
|
|
|
while [ "$dirprefix" != "." ]; do
|
|
|
|
echo "%%dir %%{gopath}/src/%%{import_path}/$dirprefix" >> devel.file-list
|
|
|
|
dirprefix=$(dirname $dirprefix)
|
|
|
|
done
|
|
|
|
done
|
|
|
|
%endif
|
|
|
|
|
|
|
|
# testing files for this project
|
|
|
|
%if 0%{?with_unit_test} && 0%{?with_devel}
|
|
|
|
install -d -p %{buildroot}/%{gopath}/src/%{import_path}/
|
|
|
|
# find all *_test.go files and generate unit-test-devel.file-list
|
|
|
|
for file in $(find . -iname "*_test.go" | grep -v "vendor") ; do
|
|
|
|
dirprefix=$(dirname $file)
|
|
|
|
install -d -p %{buildroot}/%{gopath}/src/%{import_path}/$dirprefix
|
|
|
|
cp -pav $file %{buildroot}/%{gopath}/src/%{import_path}/$file
|
|
|
|
echo "%%{gopath}/src/%%{import_path}/$file" >> unit-test-devel.file-list
|
|
|
|
|
|
|
|
while [ "$dirprefix" != "." ]; do
|
|
|
|
echo "%%dir %%{gopath}/src/%%{import_path}/$dirprefix" >> devel.file-list
|
|
|
|
dirprefix=$(dirname $dirprefix)
|
|
|
|
done
|
|
|
|
done
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%if 0%{?with_devel}
|
|
|
|
sort -u -o devel.file-list devel.file-list
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%check
|
|
|
|
%if 0%{?with_check} && 0%{?with_unit_test} && 0%{?with_devel}
|
|
|
|
%if ! 0%{?with_bundled}
|
|
|
|
export GOPATH=%{buildroot}/%{gopath}:%{gopath}
|
|
|
|
%else
|
|
|
|
# Since we aren't packaging up the vendor directory we need to link
|
|
|
|
# back to it somehow. Hack it up so that we can add the vendor
|
|
|
|
# directory from BUILD dir as a gopath to be searched when executing
|
|
|
|
# tests from the BUILDROOT dir.
|
|
|
|
ln -s ./ ./vendor/src # ./vendor/src -> ./vendor
|
|
|
|
|
|
|
|
export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%if ! 0%{?gotest:1}
|
|
|
|
%global gotest go test
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%gotest %{import_path}/libcni
|
|
|
|
%gotest %{import_path}/pkg/invoke
|
|
|
|
%gotest %{import_path}/pkg/ip
|
|
|
|
%gotest %{import_path}/pkg/ipam
|
|
|
|
%gotest %{import_path}/pkg/ns
|
|
|
|
%gotest %{import_path}/pkg/skel
|
|
|
|
%gotest %{import_path}/pkg/types
|
|
|
|
%gotest %{import_path}/pkg/types/020
|
|
|
|
%gotest %{import_path}/pkg/types/current
|
|
|
|
%gotest %{import_path}/pkg/utils
|
|
|
|
%gotest %{import_path}/pkg/utils/hwaddr
|
|
|
|
%gotest %{import_path}/pkg/version
|
|
|
|
%gotest %{import_path}/pkg/version/legacy_examples
|
|
|
|
%gotest %{import_path}/pkg/version/testhelpers
|
|
|
|
%gotest %{import_path}/plugins/ipam/dhcp
|
|
|
|
%gotest %{import_path}/plugins/ipam/host-local
|
|
|
|
%gotest %{import_path}/plugins/ipam/host-local/backend/allocator
|
|
|
|
%gotest %{import_path}/plugins/main/bridge
|
|
|
|
%gotest %{import_path}/plugins/main/ipvlan
|
|
|
|
%gotest %{import_path}/plugins/main/loopback
|
|
|
|
%gotest %{import_path}/plugins/main/macvlan
|
|
|
|
%gotest %{import_path}/plugins/main/ptp
|
|
|
|
%gotest %{import_path}/plugins/meta/flannel
|
|
|
|
%gotest %{import_path}/plugins/test/noop
|
|
|
|
%endif
|
|
|
|
|
|
|
|
#define license tag if not already defined
|
|
|
|
%{!?_licensedir:%global license %doc}
|
|
|
|
|
|
|
|
%files
|
|
|
|
%license LICENSE
|
|
|
|
%doc *.md
|
|
|
|
%dir %{_libexecdir}/cni
|
|
|
|
%{_libexecdir}/cni/*
|
|
|
|
|
|
|
|
%if 0%{?with_devel}
|
|
|
|
%files devel -f devel.file-list
|
|
|
|
%license LICENSE
|
|
|
|
%doc *.md
|
|
|
|
%dir %{gopath}/src/%{provider}.%{provider_tld}/%{project}
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%if 0%{?with_unit_test} && 0%{?with_devel}
|
|
|
|
%files unit-test-devel -f unit-test-devel.file-list
|
|
|
|
%license LICENSE
|
|
|
|
%doc *.md
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%changelog
|
2021-01-20 17:32:15 +00:00
|
|
|
* Wed Jan 20 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 0.9.0-24.1.git8c66d68
|
|
|
|
- autobuilt 8c66d68
|
|
|
|
|
2021-01-11 11:32:56 +00:00
|
|
|
* Mon Jan 11 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 0.9.0-23.1.git48a97a7
|
|
|
|
- autobuilt 48a97a7
|
|
|
|
|
2021-01-07 11:32:34 +00:00
|
|
|
* Thu Jan 7 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 0.9.0-22.1.git3819ef7
|
|
|
|
- bump to 0.9.0
|
|
|
|
- autobuilt 3819ef7
|
|
|
|
|
2020-12-09 17:32:34 +00:00
|
|
|
* Wed Dec 9 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 0.8.7-21.1.gite13bab9
|
|
|
|
- autobuilt e13bab9
|
|
|
|
|
2020-11-25 17:32:14 +00:00
|
|
|
* Wed Nov 25 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 0.8.7-20.1.git509d645
|
|
|
|
- autobuilt 509d645
|
|
|
|
|
2020-11-19 14:32:36 +00:00
|
|
|
* Thu Nov 19 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 0.8.7-19.1.gitcccf539
|
|
|
|
- autobuilt cccf539
|
|
|
|
|
2020-11-12 14:32:40 +00:00
|
|
|
* Thu Nov 12 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 0.8.7-18.1.git8aad973
|
|
|
|
- autobuilt 8aad973
|
|
|
|
|
2020-11-05 18:27:46 +00:00
|
|
|
* Thu Nov 5 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 0.8.7-17.1.gitccd872b
|
|
|
|
- autobuilt ccd872b
|
|
|
|
|
2020-10-23 17:25:22 +00:00
|
|
|
* Fri Oct 23 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 0.8.7-16.1.git440dcc3
|
|
|
|
- autobuilt 440dcc3
|
|
|
|
|
2020-10-15 14:33:21 +00:00
|
|
|
* Thu Oct 15 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 0.8.7-15.1.gita9abbaf
|
|
|
|
- autobuilt a9abbaf
|
|
|
|
|
2020-10-08 14:33:34 +00:00
|
|
|
* Thu Oct 8 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 0.8.7-14.1.git6df03d7
|
|
|
|
- autobuilt 6df03d7
|
|
|
|
|
2020-09-16 16:12:52 +00:00
|
|
|
* Wed Sep 16 16:12:38 UTC 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 0.8.7-13.1.gite78e6aa
|
|
|
|
- bump to 0.8.7
|
|
|
|
- autobuilt e78e6aa
|
|
|
|
|
2020-08-26 16:11:51 +00:00
|
|
|
* Wed Aug 26 16:11:38 UTC 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 0.8.6-12.1.git9b8de6a
|
|
|
|
- autobuilt 9b8de6a
|
|
|
|
|
2020-08-05 20:10:24 +00:00
|
|
|
* Wed Aug 05 20:10:15 GMT 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 0.8.6-11.1.gitbd58999
|
|
|
|
- autobuilt bd58999
|
|
|
|
|
2020-08-05 16:10:28 +00:00
|
|
|
* Wed Aug 05 16:10:19 GMT 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 0.8.6-10.1.git8a88f90
|
|
|
|
- autobuilt 8a88f90
|
|
|
|
|
2020-07-27 14:31:52 +00:00
|
|
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.6-9.1.gitd713ec6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-07-22 15:10:18 +00:00
|
|
|
* Wed Jul 22 15:10:04 GMT 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 0.8.6-8.1.gitd713ec6
|
|
|
|
- autobuilt d713ec6
|
|
|
|
|
2020-07-15 16:09:49 +00:00
|
|
|
* Wed Jul 15 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 0.8.6-7.1.git6eb8e31
|
|
|
|
- autobuilt 6eb8e31
|
|
|
|
|
2020-07-08 17:09:36 +00:00
|
|
|
* Wed Jul 08 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 0.8.6-6.1.gitc90b165
|
|
|
|
- autobuilt c90b165
|
|
|
|
|
2020-07-01 16:09:38 +00:00
|
|
|
* Wed Jul 01 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 0.8.6-5.1.git28773dc
|
|
|
|
- autobuilt 28773dc
|
|
|
|
|
2020-06-24 16:08:46 +00:00
|
|
|
* Wed Jun 24 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 0.8.6-4.1.gite1f8f9b
|
|
|
|
- autobuilt e1f8f9b
|
|
|
|
|
2020-06-03 16:09:03 +00:00
|
|
|
* Wed Jun 03 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 0.8.6-3.1.git1fb9793
|
|
|
|
- autobuilt 1fb9793
|
|
|
|
|
2020-05-27 16:09:32 +00:00
|
|
|
* Wed May 27 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 0.8.6-2.1.gitb76fdd7
|
|
|
|
- autobuilt b76fdd7
|
|
|
|
|
2020-05-15 00:54:08 +00:00
|
|
|
* Thu May 14 2020 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.8.6-1.1.gitad10b6f
|
|
|
|
- correct version tag
|
|
|
|
|
2020-05-13 08:08:21 +00:00
|
|
|
* Wed May 13 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 0.8.5-8.1.gitad10b6f
|
|
|
|
- autobuilt ad10b6f
|
|
|
|
|
2020-04-29 16:07:48 +00:00
|
|
|
* Wed Apr 29 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 0.8.5-7.1.gitf7a2fc9
|
|
|
|
- autobuilt f7a2fc9
|
|
|
|
|
2020-04-22 16:07:49 +00:00
|
|
|
* Wed Apr 22 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 0.8.5-6.1.git5af9ff4
|
|
|
|
- autobuilt 5af9ff4
|
|
|
|
|
2020-04-15 16:08:07 +00:00
|
|
|
* Wed Apr 15 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 0.8.5-5.1.gita78853f
|
|
|
|
- autobuilt a78853f
|
|
|
|
|
2020-04-08 16:08:29 +00:00
|
|
|
* Wed Apr 08 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 0.8.5-4.1.gitf4332fe
|
|
|
|
- autobuilt f4332fe
|
|
|
|
|
2020-04-01 16:08:43 +00:00
|
|
|
* Wed Apr 01 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 0.8.5-3.1.git117e30f
|
|
|
|
- autobuilt 117e30f
|
|
|
|
|
2020-03-20 15:21:53 +00:00
|
|
|
* Fri Mar 20 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 0.8.5-2.1.git47a9fd8
|
|
|
|
- autobuilt 47a9fd8
|
|
|
|
|
2020-01-30 21:47:50 +00:00
|
|
|
* Thu Jan 30 2020 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.8.5-1.1.gitf5c3d1b
|
|
|
|
- bump to v0.8.5
|
|
|
|
- autobuilt f5c3d1b
|
|
|
|
|
2020-01-28 14:45:28 +00:00
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.2-0.5.dev.git291ab6c
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-09-18 15:26:50 +00:00
|
|
|
* Wed Sep 18 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.8.2-0.4.dev.git291ab6c
|
|
|
|
- autobuilt 291ab6c
|
|
|
|
|
2019-09-11 16:26:55 +00:00
|
|
|
* Wed Sep 11 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.8.2-0.3.dev.git23d5525
|
|
|
|
- autobuilt 23d5525
|
|
|
|
|
2019-09-11 15:26:24 +00:00
|
|
|
* Wed Sep 11 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.8.2-0.2.dev.git4bb2881
|
|
|
|
- autobuilt 4bb2881
|
|
|
|
|
2019-08-28 16:26:38 +00:00
|
|
|
* Wed Aug 28 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.8.2-0.1.dev.git7e68430
|
|
|
|
- bump to 0.8.2
|
|
|
|
- autobuilt 7e68430
|
|
|
|
|
2019-08-14 18:35:16 +00:00
|
|
|
* Wed Aug 14 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.8.1-7.1.dev.git485be65
|
|
|
|
- autobuilt 485be65
|
|
|
|
|
2019-08-14 15:51:27 +00:00
|
|
|
* Wed Aug 14 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.8.1-6.1.dev.gitc9e1c0c
|
|
|
|
- autobuilt c9e1c0c
|
|
|
|
|
2019-08-12 11:26:53 +00:00
|
|
|
* Mon Aug 12 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.8.1-5.1.dev.git2d6d4b2
|
|
|
|
- autobuilt 2d6d4b2
|
|
|
|
|
2019-08-07 16:26:11 +00:00
|
|
|
* Wed Aug 07 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.8.1-4.1.dev.gitccd683e
|
|
|
|
- autobuilt ccd683e
|
|
|
|
|
2019-07-24 16:30:33 +00:00
|
|
|
* Wed Jul 24 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.8.1-3.1.dev.gitded2f17
|
|
|
|
- autobuilt ded2f17
|
|
|
|
|
2019-07-18 21:30:48 +00:00
|
|
|
* Thu Jul 18 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.8.1-2.1.dev.git7ba2bcf
|
|
|
|
- autobuilt 7ba2bcf
|
|
|
|
|
2019-07-10 17:22:53 +00:00
|
|
|
* Wed Jul 10 2019 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.8.1-1.1.dev.git966bbcb
|
|
|
|
- built 966bbcb
|
|
|
|
- hook up to autobuild
|
|
|
|
|
2019-06-07 13:23:57 +00:00
|
|
|
* Fri Jun 07 2019 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.8.1-1
|
|
|
|
- bump to v0.8.1
|
|
|
|
|
2019-05-31 07:50:22 +00:00
|
|
|
* Fri May 31 2019 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.7.5-1
|
|
|
|
- Resolves: #1715758 - CVE-2019-9946
|
|
|
|
- bump to v0.7.5
|
2019-05-31 08:12:43 +00:00
|
|
|
- BR: git
|
|
|
|
- remove ExcludeArch: ppc64
|
2019-05-31 07:50:22 +00:00
|
|
|
|
2019-02-27 14:49:28 +00:00
|
|
|
* Wed Feb 27 2019 Jason Brooks <jbrooks@redhat.com> - 0.7.4-2
|
|
|
|
- add Provides kubernetes-cni for compatibility with upstream kubelet package
|
|
|
|
|
2019-02-13 11:48:46 +00:00
|
|
|
* Wed Feb 13 2019 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.7.4-1
|
|
|
|
- bump to v0.7.4
|
|
|
|
|
2019-01-31 16:14:02 +00:00
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.3-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-08-30 13:02:47 +00:00
|
|
|
* Thu Aug 30 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.7.3-2
|
|
|
|
- correct upgrade path from older -cni package
|
|
|
|
- for whatever reason, "<" works but "<=" doesn't for obsoletion
|
|
|
|
|
2018-08-20 13:15:11 +00:00
|
|
|
* Mon Aug 20 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.7.3-1
|
|
|
|
- Resolves: #1613909 - rename package to containernetworking-plugins
|
|
|
|
- Obsoletes containernetworking-cni
|
|
|
|
- bump to v0.7.3
|
|
|
|
|
|
|
|
* Wed Jul 18 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.7.1-1
|
|
|
|
- Resolves: #1543200 - bump to v0.7.1
|
|
|
|
- remove patch in dist-git from 0.6.0-2 (already upstreamed)
|
|
|
|
|
|
|
|
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
* Mon Apr 2 2018 Peter Robinson <pbrobinson@fedoraproject.org> 0.6.0-4
|
|
|
|
- Own the libexec cni directory
|
|
|
|
|
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
|
|
|
* Tue Jan 23 2018 Dan Williams <dcbw@redhat.com> - 0.6.0-2
|
|
|
|
- skip settling IPv4 addresses
|
|
|
|
|
|
|
|
* Mon Jan 08 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.6.0-1
|
|
|
|
- rebased to 7480240de9749f9a0a5c8614b17f1f03e0c06ab9
|
|
|
|
|
|
|
|
* Fri Oct 13 2017 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.5.2-7
|
|
|
|
- do not install to /opt (against Fedora Guidelines)
|
|
|
|
|
|
|
|
* Thu Aug 24 2017 Jan Chaloupka <jchaloup@redhat.com> - 0.5.2-6
|
|
|
|
- Enable devel subpackage
|
|
|
|
|
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.2-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.2-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
|
|
|
* Thu Jul 13 2017 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.5.2-3
|
|
|
|
- excludearch: ppc64 as it's not in goarches anymore
|
|
|
|
- re-enable s390x
|
|
|
|
|
|
|
|
* Fri Jun 30 2017 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.5.2-2
|
|
|
|
- upstream moved to github.com/containernetworking/plugins
|
|
|
|
- built commit dcf7368
|
|
|
|
- provides: containernetworking-plugins
|
|
|
|
- use vendored deps because they're a lot less of a PITA
|
|
|
|
- excludearch: s390x for now (rhbz#1466865)
|
|
|
|
|
|
|
|
* Mon Jun 12 2017 Timothy St. Clair <tstclair@heptio.com> - 0.5.2-1
|
|
|
|
- Update to 0.5.2
|
|
|
|
- Softlink to default /opt/cni/bin directories
|
|
|
|
|
|
|
|
* Sun May 07 2017 Timothy St. Clair <tstclair@heptio.com> - 0.5.1-1
|
|
|
|
- Initial package
|
|
|
|
|