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 - [email protected]
+
+- 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


Reply via email to