added hack for https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=117827
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Tue, 9 Mar 2004 01:58:39 +0000 (01:58 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Tue, 9 Mar 2004 01:58:39 +0000 (01:58 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1167 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver/distrib/defaults/rpm/macros
util-vserver/distrib/redhat/initpost

index fdc259f..8bada0d 100644 (file)
@@ -1,4 +1,4 @@
 # Because of https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=52725
 # you have to use at least one language beside 'C'
 %_install_langs                C:de:en:es:fr
-%_netsharedpath                /dev:/etc/rc.d/init.d/halt:/sbin/new-kernel-pkg
+%_netsharedpath                /dev:/etc/rc.d/init.d/halt:/sbin/new-kernel-pkg:/usr/bin/rhgb-client
index b367094..73e98f7 100755 (executable)
@@ -45,6 +45,10 @@ pushd "$vdir"/sbin &>/dev/null
     relink /bin/true new-kernel-pkg
 popd >/dev/null
 
+pushd "$vdir"/usr/bin &>/dev/null
+    relink /bin/true rhgb-client
+popd >/dev/null
+
 pushd "$vdir"/etc &>/dev/null
     echo 'NETWORKING=yes' >>sysconfig/network
 popd >/dev/null