commit opensuse-bind-image for openSUSE:Factory

2020-06-06 Thread root
Hello community,

here is the log from the commit of package opensuse-bind-image for 
openSUSE:Factory checked in at 2020-06-06 08:12:36

Comparing /work/SRC/openSUSE:Factory/opensuse-bind-image (Old)
 and  /work/SRC/openSUSE:Factory/.opensuse-bind-image.new.3606 (New)


Package is "opensuse-bind-image"

Sat Jun  6 08:12:36 2020 rev:5 rq:811761 version:1.0.0

Changes:

--- /work/SRC/openSUSE:Factory/opensuse-bind-image/opensuse-bind-image.changes  
2020-05-09 22:19:31.579614277 +0200
+++ 
/work/SRC/openSUSE:Factory/.opensuse-bind-image.new.3606/opensuse-bind-image.changes
2020-06-06 08:12:38.516493980 +0200
@@ -1,0 +2,6 @@
+Fri Jun  5 10:45:36 UTC 2020 - Dominique Leuenberger 
+
+- Remove "--" from the package list to separate pkgs from
+  arguments: kiwi does this implicit now.
+
+---



Other differences:
--
++ opensuse-bind-image.kiwi ++
--- /var/tmp/diff_new_pack.hd12ut/_old  2020-06-06 08:12:39.340496536 +0200
+++ /var/tmp/diff_new_pack.hd12ut/_new  2020-06-06 08:12:39.340496536 +0200
@@ -49,7 +49,6 @@
   
 
 
-
 
 
   




commit opensuse-bind-image for openSUSE:Factory

2020-05-09 Thread root
Hello community,

here is the log from the commit of package opensuse-bind-image for 
openSUSE:Factory checked in at 2020-05-09 22:19:27

Comparing /work/SRC/openSUSE:Factory/opensuse-bind-image (Old)
 and  /work/SRC/openSUSE:Factory/.opensuse-bind-image.new.2738 (New)


Package is "opensuse-bind-image"

Sat May  9 22:19:27 2020 rev:4 rq:798935 version:1.0.0

Changes:

--- /work/SRC/openSUSE:Factory/opensuse-bind-image/opensuse-bind-image.changes  
2020-03-21 00:03:17.405161455 +0100
+++ 
/work/SRC/openSUSE:Factory/.opensuse-bind-image.new.2738/opensuse-bind-image.changes
2020-05-09 22:19:31.579614277 +0200
@@ -1,0 +2,6 @@
+Fri Apr 17 13:45:25 UTC 2020 - Thorsten Kukuk 
+
+- Use bind-utils instead busybox variant
+- Use mandoc instead of busybox variant
+
+---



Other differences:
--
++ opensuse-bind-image.kiwi ++
--- /var/tmp/diff_new_pack.lqldHS/_old  2020-05-09 22:19:32.359613790 +0200
+++ /var/tmp/diff_new_pack.lqldHS/_new  2020-05-09 22:19:32.363613788 +0200
@@ -48,6 +48,9 @@
   
   
 
-
+
+
+
+
   
 

++ root.tar.gz ++




commit opensuse-bind-image for openSUSE:Factory

2020-03-20 Thread root
Hello community,

here is the log from the commit of package opensuse-bind-image for 
openSUSE:Factory checked in at 2020-03-21 00:00:01

Comparing /work/SRC/openSUSE:Factory/opensuse-bind-image (Old)
 and  /work/SRC/openSUSE:Factory/.opensuse-bind-image.new.3160 (New)


Package is "opensuse-bind-image"

Sat Mar 21 00:00:01 2020 rev:3 rq:786960 version:1.0.0

Changes:

--- /work/SRC/openSUSE:Factory/opensuse-bind-image/opensuse-bind-image.changes  
2019-12-19 11:53:14.807809237 +0100
+++ 
/work/SRC/openSUSE:Factory/.opensuse-bind-image.new.3160/opensuse-bind-image.changes
2020-03-21 00:03:17.405161455 +0100
@@ -1,0 +2,6 @@
+Fri Mar 20 14:43:53 UTC 2020 - Thorsten Kukuk 
+
+- Create and handle rndc.key in entrypoint script
+- Drop config.sh, fixed in busybox container
+
+---

Old:

  config.sh



Other differences:
--
++ root.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/usr/local/bin/entrypoint.sh 
new/usr/local/bin/entrypoint.sh
--- old/usr/local/bin/entrypoint.sh 2019-10-23 13:22:36.441788448 +0200
+++ new/usr/local/bin/entrypoint.sh 2020-03-20 17:27:16.349756444 +0100
@@ -10,15 +10,19 @@
 
   # populate default bind configuration if it does not exist
   if [ ! -d ${DATA_DIR}/etc ]; then
-  mkdir ${DATA_DIR}/etc
+  mkdir -p ${DATA_DIR}/etc
+  chmod 0750 ${DATA_DIR}/etc
   mv /etc/named.conf ${DATA_DIR}/etc/
   sed -i -e 's|include "/etc/named.conf.include";|#include 
"/etc/named.conf.include";|g' ${DATA_DIR}/etc/named.conf
   mv /etc/named.d ${DATA_DIR}/etc/
+  /usr/sbin/rndc-confgen -a -b 512 -c ${DATA_DIR}/etc/rndc.key
+  chmod 0640 ${DATA_DIR}/etc/rndc.key
+  chown root:named ${DATA_DIR}/etc/rndc.key
   fi
-  rm -rf /etc/named.conf /etc/named.d
+  rm -rf /etc/rndc.key /etc/named.conf /etc/named.d
   ln -sf ${DATA_DIR}/etc/named.conf /etc/named.conf
   ln -sf ${DATA_DIR}/etc/named.d /etc/named.d
-  chmod -R 0750 ${DATA_DIR}/etc
+  ln -sf ${DATA_DIR}/etc/rndc.key /etc/rndc.key
   chown -R ${BIND_USER}:${BIND_USER} ${DATA_DIR}/etc
 
   if [ ! -d ${DATA_DIR}/lib ]; then




commit opensuse-bind-image for openSUSE:Factory

2019-12-19 Thread root
Hello community,

here is the log from the commit of package opensuse-bind-image for 
openSUSE:Factory checked in at 2019-12-19 11:53:13

Comparing /work/SRC/openSUSE:Factory/opensuse-bind-image (Old)
 and  /work/SRC/openSUSE:Factory/.opensuse-bind-image.new.6675 (New)


Package is "opensuse-bind-image"

Thu Dec 19 11:53:13 2019 rev:2 rq:758114 version:1.0.0

Changes:

--- /work/SRC/openSUSE:Factory/opensuse-bind-image/opensuse-bind-image.changes  
2019-10-24 23:09:14.504527720 +0200
+++ 
/work/SRC/openSUSE:Factory/.opensuse-bind-image.new.6675/opensuse-bind-image.changes
2019-12-19 11:53:14.807809237 +0100
@@ -1,0 +2,5 @@
+Thu Dec 19 09:24:34 UTC 2019 - Fabian Vogt 
+
+- Change the owner of files inside the tarball to root:root
+
+---



Other differences:
--
++ root.tar.gz ++