commit bind for openSUSE:Factory
Hello community, here is the log from the commit of package bind for openSUSE:Factory checked in at Fri Jul 30 15:59:44 CEST 2010. -------- --- bind/bind.changes 2010-06-21 12:46:00.000000000 +0200 +++ bind/bind.changes 2010-07-26 15:33:42.000000000 +0200 @@ -1,0 +2,5 @@ +Mon Jul 26 15:33:02 CEST 2010 - ug@suse.de + +- chrooted bind failed to start (bnc#625019) + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bind.spec ++++++ --- /var/tmp/diff_new_pack.s52YXI/_old 2010-07-30 15:55:42.000000000 +0200 +++ /var/tmp/diff_new_pack.s52YXI/_new 2010-07-30 15:55:42.000000000 +0200 @@ -25,7 +25,7 @@ BuildRequires: libcap libcap-devel libmysqlclient-devel libxml2-devel openssl openssl-devel Summary: Domain Name System (DNS) Server (named) Version: 9.7.1 -Release: 1 +Release: 4 License: BSD3c(or similar) ; MIT License (or similar) Group: Productivity/Networking/DNS/Servers Provides: dns_daemon bind8 bind9 ++++++ vendor-files.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vendor-files/init/named new/vendor-files/init/named --- old/vendor-files/init/named 2009-09-30 15:43:53.000000000 +0200 +++ new/vendor-files/init/named 2010-07-26 11:00:51.000000000 +0200 @@ -183,7 +183,8 @@ # mount /proc for multicore CPUs (bnc#470828) if [ ! -e "${CHROOT_PREFIX}/proc/meminfo" ]; then mkdir -p "${CHROOT_PREFIX}/proc" - mount --bind /proc "${CHROOT_PREFIX}/proc" -o ro + mount --bind /proc "${CHROOT_PREFIX}/proc" 2>/dev/null + mount -o remount,ro,nosuid,nodev ${CHROOT_PREFIX}/proc 2>/dev/null fi; ########################### ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de