SF.net SVN: gar:[26390] csw/mgar/pkg/bind/trunk
bonivart at users.sourceforge.net
bonivart at users.sourceforge.net
Wed Mar 14 23:52:20 CET 2018
Revision: 26390
http://sourceforge.net/p/gar/code/26390
Author: bonivart
Date: 2018-03-14 22:52:20 +0000 (Wed, 14 Mar 2018)
Log Message:
-----------
bind/trunk: Remove unneded override and fix chroot script
Modified Paths:
--------------
csw/mgar/pkg/bind/trunk/Makefile
csw/mgar/pkg/bind/trunk/files/CSWbindchroot.postinstall
Modified: csw/mgar/pkg/bind/trunk/Makefile
===================================================================
--- csw/mgar/pkg/bind/trunk/Makefile 2018-03-14 22:11:23 UTC (rev 26389)
+++ csw/mgar/pkg/bind/trunk/Makefile 2018-03-14 22:52:20 UTC (rev 26390)
@@ -125,7 +125,6 @@
CHECKPKG_OVERRIDES_CSWbindchroot += catalogname-does-not-match-pkgname|pkgname=CSWbindchroot|catalogname=bind_chroot|expected-catalogname=bindchroot
# Will not split out all these libs
-CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/liblwres.so.160.0.0|soname=liblwres.so.160|pkgname=CSWlibbind|expected=CSWliblwres160
CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libbind9.so.1200.0.5|soname=libbind9.so.1200|pkgname=CSWlibbind|expected=CSWlibbind9-1200
CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libdns.so.1203.1.1|soname=libdns.so.1203|pkgname=CSWlibbind|expected=CSWlibdns1203
CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libirs.so.1200.0.1|soname=libirs.so.1200|pkgname=CSWlibbind|expected=CSWlibirs1200
Modified: csw/mgar/pkg/bind/trunk/files/CSWbindchroot.postinstall
===================================================================
--- csw/mgar/pkg/bind/trunk/files/CSWbindchroot.postinstall 2018-03-14 22:11:23 UTC (rev 26389)
+++ csw/mgar/pkg/bind/trunk/files/CSWbindchroot.postinstall 2018-03-14 22:52:20 UTC (rev 26390)
@@ -32,7 +32,7 @@
# Copy libbind9
mkdir -p $ROOTDIR/opt/csw/lib
-cp -p /opt/csw/lib/libbind9.so.160 $ROOTDIR/opt/csw/lib/
+cp -p /opt/csw/lib/libbind9.so.1200 $ROOTDIR/opt/csw/lib/
# change owner on all files/dirs under /var/opt/csw/named/chroot
chown -R named:named $ROOTDIR
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list