commit: 6cfbdd0570e2a35988e1a3e962e4de62c7cf147b Author: Mike Frysinger <vapier <AT> gentoo <DOT> org> AuthorDate: Tue Dec 8 20:51:36 2015 +0000 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org> CommitDate: Tue Dec 8 20:51:36 2015 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=6cfbdd05
s390 netboot: add more util-linux libs Newer versions of util-linux include more libs, so make sure we bundle them up so tools aren't broken. URL: https://bugs.gentoo.org/556328 releases/weekly/specs/s390/s390/netboot/netboot.spec | 2 ++ releases/weekly/specs/s390/s390x/netboot/netboot.spec | 2 ++ 2 files changed, 4 insertions(+) diff --git a/releases/weekly/specs/s390/s390/netboot/netboot.spec b/releases/weekly/specs/s390/s390/netboot/netboot.spec index 8722c0d..c4a75b0 100644 --- a/releases/weekly/specs/s390/s390/netboot/netboot.spec +++ b/releases/weekly/specs/s390/s390/netboot/netboot.spec @@ -185,7 +185,9 @@ netboot2/packages/sys-apps/util-linux/files: /sbin/swapoff /lib/libblkid.so.* /lib/libmount.so.* + /lib/libsmartcols.so.* /lib/libuuid.so.* + /usr/lib/libfdisk.so.* netboot2/packages/app-editors/nano/files: /bin/nano diff --git a/releases/weekly/specs/s390/s390x/netboot/netboot.spec b/releases/weekly/specs/s390/s390x/netboot/netboot.spec index d72ed2d..89ebacb 100644 --- a/releases/weekly/specs/s390/s390x/netboot/netboot.spec +++ b/releases/weekly/specs/s390/s390x/netboot/netboot.spec @@ -185,7 +185,9 @@ netboot2/packages/sys-apps/util-linux/files: /sbin/swapoff /lib64/libblkid.so.* /lib64/libmount.so.* + /lib64/libsmartcols.so.* /lib64/libuuid.so.* + /usr/lib64/libfdisk.so.* netboot2/packages/app-editors/nano/files: /bin/nano
