diff options
-rwxr-xr-x | build | 1 | ||||
-rw-r--r-- | changelog | 2 | ||||
-rw-r--r-- | control | 2 | ||||
-rw-r--r-- | lilo.pkg/control | 2 | ||||
-rw-r--r-- | lilo.pkg/files | 1 |
5 files changed, 6 insertions, 2 deletions
@@ -30,3 +30,4 @@ install: build oh-fixperms oh-strip oh-installfiles + oh-shlibdeps @@ -4,6 +4,8 @@ lilo (24.2-2) trunk read the MBR disk signature. * Update Maintainer and Homepage. * Organize packages into sections. + * lilo: Use automatic shared library dependencies (for + "/usr/libexec/lilo/blkid"). -- Patrick McDermott <patrick.mcdermott@libiquity.com> Sun, 13 Dec 2020 10:18:41 -0500 @@ -1,5 +1,5 @@ Maintainer: Patrick McDermott <patrick.mcdermott@libiquity.com> -Build-Depends: opkbuild (>= 4.2.0), opkhelper-3.0, +Build-Depends: opkbuild (>= 4.2.0), opkhelper-3.0 (>= 3.1.3), bin86, gpg, dirmngr, Homepage: https://www.joonet.de/lilo/ diff --git a/lilo.pkg/control b/lilo.pkg/control index c94224f..8569094 100644 --- a/lilo.pkg/control +++ b/lilo.pkg/control @@ -1,6 +1,6 @@ Architecture: amd64-linux-any i686-linux-any Platform: all Section: boot -Depends: config-lilo +Depends: config-lilo, ${Shlib-Depends}, Description: LILO boot loader for Linux ${Common-Description} diff --git a/lilo.pkg/files b/lilo.pkg/files index 94e9aef..fd9eab7 100644 --- a/lilo.pkg/files +++ b/lilo.pkg/files @@ -1,2 +1,3 @@ /etc/kernel/ /sbin/ +/usr/libexec/ |