commit kubernetes-dns for openSUSE:Factory

2018-12-13 Thread root
Hello community,

here is the log from the commit of package kubernetes-dns for openSUSE:Factory 
checked in at 2018-12-13 19:49:38

Comparing /work/SRC/openSUSE:Factory/kubernetes-dns (Old)
 and  /work/SRC/openSUSE:Factory/.kubernetes-dns.new.28833 (New)


Package is "kubernetes-dns"

Thu Dec 13 19:49:38 2018 rev:4 rq:657778 version:1.14.1

Changes:

--- /work/SRC/openSUSE:Factory/kubernetes-dns/kubernetes-dns.changes
2018-06-08 23:14:47.517523568 +0200
+++ /work/SRC/openSUSE:Factory/.kubernetes-dns.new.28833/kubernetes-dns.changes 
2018-12-13 19:49:44.464600401 +0100
@@ -1,0 +2,5 @@
+Wed Dec 12 20:37:58 UTC 2018 - c...@suse.com
+
+- Update Golang BuildRequires to 1.11 
+
+---



Other differences:
--
++ kubernetes-dns.spec ++
--- /var/tmp/diff_new_pack.nM3rpa/_old  2018-12-13 19:49:44.896599843 +0100
+++ /var/tmp/diff_new_pack.nM3rpa/_new  2018-12-13 19:49:44.900599837 +0100
@@ -28,7 +28,7 @@
 Source: %{name}-%{version}.tar.xz
 BuildRequires:  golang-packaging
 BuildRequires:  xz
-BuildRequires:  golang(API) = 1.8
+BuildRequires:  golang(API) = 1.11
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{go_nostrip}
 %{go_provides}




commit kubernetes-dns for openSUSE:Factory

2018-06-08 Thread root
Hello community,

here is the log from the commit of package kubernetes-dns for openSUSE:Factory 
checked in at 2018-06-08 23:14:43

Comparing /work/SRC/openSUSE:Factory/kubernetes-dns (Old)
 and  /work/SRC/openSUSE:Factory/.kubernetes-dns.new (New)


Package is "kubernetes-dns"

Fri Jun  8 23:14:43 2018 rev:3 rq:614330 version:1.14.1

Changes:

--- /work/SRC/openSUSE:Factory/kubernetes-dns/kubernetes-dns.changes
2018-02-10 17:58:57.410417105 +0100
+++ /work/SRC/openSUSE:Factory/.kubernetes-dns.new/kubernetes-dns.changes   
2018-06-08 23:14:47.517523568 +0200
@@ -1,0 +2,5 @@
+Tue Jun  5 12:57:59 UTC 2018 - dcass...@suse.com
+
+- Make use of %license macro 
+
+---



Other differences:
--
++ kubernetes-dns.spec ++
--- /var/tmp/diff_new_pack.qIwvjE/_old  2018-06-08 23:14:48.129501467 +0200
+++ /var/tmp/diff_new_pack.qIwvjE/_new  2018-06-08 23:14:48.133501322 +0200
@@ -54,7 +54,8 @@
 
 %files
 %defattr(-,root,root,-)
-%doc README.md LICENSE
+%doc README.md
+%license LICENSE
 %dir %{_sysconfdir}/k8s
 %dir %{_sysconfdir}/k8s/dns
 %dir %{_sysconfdir}/k8s/dns/dnsmasq-nanny




commit kubernetes-dns for openSUSE:Factory

2018-02-10 Thread root
Hello community,

here is the log from the commit of package kubernetes-dns for openSUSE:Factory 
checked in at 2018-02-10 17:58:57

Comparing /work/SRC/openSUSE:Factory/kubernetes-dns (Old)
 and  /work/SRC/openSUSE:Factory/.kubernetes-dns.new (New)


Package is "kubernetes-dns"

Sat Feb 10 17:58:57 2018 rev:2 rq:574732 version:1.14.1

Changes:

--- /work/SRC/openSUSE:Factory/kubernetes-dns/kubernetes-dns.changes
2018-02-02 22:21:34.147872968 +0100
+++ /work/SRC/openSUSE:Factory/.kubernetes-dns.new/kubernetes-dns.changes   
2018-02-10 17:58:57.410417105 +0100
@@ -1,0 +2,6 @@
+Fri Feb  9 10:16:28 UTC 2018 - rbr...@suse.com
+
+- Add/own /etc/k8s/dns/dnsmasq-nanny to be used by related
+  dnsmasq-nanny container
+
+---



Other differences:
--
++ kubernetes-dns.spec ++
--- /var/tmp/diff_new_pack.nz1A0L/_old  2018-02-10 17:58:58.022394952 +0100
+++ /var/tmp/diff_new_pack.nz1A0L/_new  2018-02-10 17:58:58.022394952 +0100
@@ -1,6 +1,7 @@
+#
 # spec file for package kubernetes-dns
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -14,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define git_commit %{version}
 
 Name:   kubernetes-dns
@@ -24,9 +26,9 @@
 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
+BuildRequires:  xz
+BuildRequires:  golang(API) = 1.8
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{go_nostrip}
 %{go_provides}
@@ -45,6 +47,7 @@
 
 %install
 mkdir -p %{buildroot}%{_bindir}
+mkdir -p %{buildroot}%{_sysconfdir}/k8s/dns/dnsmasq-nanny
 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
@@ -52,6 +55,9 @@
 %files
 %defattr(-,root,root,-)
 %doc README.md LICENSE
+%dir %{_sysconfdir}/k8s
+%dir %{_sysconfdir}/k8s/dns
+%dir %{_sysconfdir}/k8s/dns/dnsmasq-nanny
 %{_bindir}/sidecar
 %{_bindir}/kube-dns
 %{_bindir}/dnsmasq-nanny




commit kubernetes-dns for openSUSE:Factory

2018-02-02 Thread root
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