From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6E172158093 for ; Mon, 13 Sep 2021 05:19:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B931AE088A; Mon, 13 Sep 2021 05:19:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A0B75E088A for ; Mon, 13 Sep 2021 05:19:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3209E342E52 for ; Mon, 13 Sep 2021 05:19:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E4DF2BE for ; Mon, 13 Sep 2021 05:19:47 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1631510354.043f19612c1fb45338d160c27c8f88d6141e0c77.mattst88@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: releases/specs/hppa/ X-VCS-Repository: proj/releng X-VCS-Files: releases/specs/hppa/netboot-hppa32.spec releases/specs/hppa/netboot-hppa64.spec X-VCS-Directories: releases/specs/hppa/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 043f19612c1fb45338d160c27c8f88d6141e0c77 X-VCS-Branch: master Date: Mon, 13 Sep 2021 05:19:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ab4b335c-b31f-4750-b755-46c5363f6e99 X-Archives-Hash: 236da792e58e1770ca096b59780ca1e3 commit: 043f19612c1fb45338d160c27c8f88d6141e0c77 Author: Matt Turner gentoo org> AuthorDate: Mon Sep 13 05:14:34 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Sep 13 05:19:14 2021 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=043f1961 specs/hppa: Ship more util-linux libs in netboot images Also remove libblkid.so from e2fsprogs' list of files. util-linux provides that, not e2fsprogs. Signed-off-by: Matt Turner gentoo.org> releases/specs/hppa/netboot-hppa32.spec | 8 +++++++- releases/specs/hppa/netboot-hppa64.spec | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/releases/specs/hppa/netboot-hppa32.spec b/releases/specs/hppa/netboot-hppa32.spec index 5a04d882..dd4eefd2 100644 --- a/releases/specs/hppa/netboot-hppa32.spec +++ b/releases/specs/hppa/netboot-hppa32.spec @@ -81,7 +81,6 @@ netboot/packages/sys-fs/e2fsprogs/files: /sbin/fsck.ext2 /lib/libext2fs.so.* /lib/libcom_err.so.* - /lib/libblkid.so.* /lib/libe2p.so.* /usr/lib/e2initrd_helper /lib/libpthread* @@ -145,8 +144,15 @@ netboot/packages/sys-apps/util-linux/files: /bin/mount /sbin/swapoff /lib/libblkid.so.* + /lib/libfdisk.so.* /lib/libmount.so.* + /lib/libsmartcols.so.* /lib/libuuid.so.* + /usr/lib/libblkid.so + /usr/lib/libfdisk.so + /usr/lib/libmount.so + /usr/lib/libsmartcols.so + /usr/lib/libuuid.so netboot/packages/app-editors/nano/files: /bin/nano diff --git a/releases/specs/hppa/netboot-hppa64.spec b/releases/specs/hppa/netboot-hppa64.spec index 3ce91bb2..3de1daaa 100644 --- a/releases/specs/hppa/netboot-hppa64.spec +++ b/releases/specs/hppa/netboot-hppa64.spec @@ -93,7 +93,6 @@ netboot/packages/sys-fs/e2fsprogs/files: /sbin/fsck.ext2 /lib/libext2fs.so.* /lib/libcom_err.so.* - /lib/libblkid.so.* /lib/libe2p.so.* /usr/lib/e2initrd_helper /lib/libpthread* @@ -157,8 +156,15 @@ netboot/packages/sys-apps/util-linux/files: /bin/mount /sbin/swapoff /lib/libblkid.so.* + /lib/libfdisk.so.* /lib/libmount.so.* + /lib/libsmartcols.so.* /lib/libuuid.so.* + /usr/lib/libblkid.so + /usr/lib/libfdisk.so + /usr/lib/libmount.so + /usr/lib/libsmartcols.so + /usr/lib/libuuid.so netboot/packages/app-editors/nano/files: /bin/nano