Hello community,

here is the log from the commit of package kubernetes-dns for openSUSE:Factory 
checked in at 2018-02-02 22:21:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kubernetes-dns (Old)
 and      /work/SRC/openSUSE:Factory/.kubernetes-dns.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kubernetes-dns"

Fri Feb  2 22:21:33 2018 rev:1 rq:571483 version:1.14.1

Changes:
--------
New Changes file:

--- /dev/null   2018-01-05 12:14:39.755488130 +0100
+++ /work/SRC/openSUSE:Factory/.kubernetes-dns.new/kubernetes-dns.changes       
2018-02-02 22:21:34.147872968 +0100
@@ -0,0 +1,32 @@
+-------------------------------------------------------------------
+Tue Sep  5 23:42:10 UTC 2017 - jeng...@inai.de
+
+- Remove %__-type macro indirections.
+
+-------------------------------------------------------------------
+Wed Aug 16 15:02:20 UTC 2017 - kmacin...@suse.com
+
+- Require golang 1.8
+
+-------------------------------------------------------------------
+Wed Aug 16 14:37:33 UTC 2017 - kmacin...@suse.com
+
+- Fixed changes and spec filename
+
+-------------------------------------------------------------------
+Tue May 16 23:46:34 UTC 2017 - aishwarya.thanga...@suse.com
+
+- Copied the packages from OBS 
+  Downgraded the required version of go to be >=1.6 as SLES12 doesn't have go 
1.7
+
+-------------------------------------------------------------------
+Tue May 16 22:23:45 UTC 2017 - slick...@gmail.com
+
+- Updated spec file to build kube-dns as well as dnsmasq-nanny
+  binaries in addition to the sidecar go binary
+
+-------------------------------------------------------------------
+Tue May 16 20:53:39 UTC 2017 - slick...@gmail.com
+
+- Added initial commit for kube-dns and source code
+- Added spec file to build initial sidecar go binary

New:
----
  kubernetes-dns-1.14.1.tar.xz
  kubernetes-dns.changes
  kubernetes-dns.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kubernetes-dns.spec ++++++
# spec file for package kubernetes-dns
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

%define git_commit %{version}

Name:           kubernetes-dns
Version:        1.14.1
Release:        0
Summary:        DNS for Kubernetes
License:        Apache-2.0
Group:          Development/Languages/Other
Url:            https://github.com/kubernetes/dns
Source:         %{name}-%{version}.tar.xz
BuildRequires:  golang(API) = 1.8
BuildRequires:  xz
BuildRequires:  golang-packaging
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%{go_nostrip}
%{go_provides}
Provides:      kube-dns = %{version}

%description
This is the package for Kubernetes DNS.

%prep
%setup -q -n %{name}-%{version}
%{goprep} k8s.io/dns

%build
export GOPATH="%{_builddir}/go:$GOPATH"
GOBIN=$PWD/bin go install -tags '' -ldflags ' -X 
k8s.io/dns/pkg/version.Version=%{version}' k8s.io/dns/...

%install
mkdir -p %{buildroot}%{_bindir}
install -m755 bin/sidecar %{buildroot}/%{_bindir}/sidecar
install -m755 bin/kube-dns %{buildroot}/%{_bindir}/kube-dns
install -m755 bin/dnsmasq-nanny %{buildroot}/%{_bindir}/dnsmasq-nanny

%files
%defattr(-,root,root,-)
%doc README.md LICENSE
%{_bindir}/sidecar
%{_bindir}/kube-dns
%{_bindir}/dnsmasq-nanny

%changelog

Reply via email to