diff options
-rwxr-xr-x | build | 1 | ||||
-rw-r--r-- | changelog | 1 | ||||
-rw-r--r-- | libpci.3.pkg/control | 2 | ||||
-rw-r--r-- | pciutils.pkg/control | 2 |
4 files changed, 4 insertions, 2 deletions
@@ -30,3 +30,4 @@ install: build oh-fixperms oh-strip oh-installfiles + oh-shlibdeps @@ -4,6 +4,7 @@ pciutils (3.6.2-1) trunk * Update Maintainer and Homepage. * pciutils-doc: Remove /usr/share/man/man8/update-pciids.8 since update-pciids isn't included in pciutils. + * libpci.3, pciutils: Use automatic shared library dependencies. -- Patrick McDermott <patrick.mcdermott@libiquity.com> Thu, 06 Jun 2019 22:35:21 -0400 diff --git a/libpci.3.pkg/control b/libpci.3.pkg/control index afd4045..558de76 100644 --- a/libpci.3.pkg/control +++ b/libpci.3.pkg/control @@ -1,5 +1,5 @@ Architecture: any Platform: all -Depends: libz.1, pciids-reduced | pciids +Depends: ${Shlib-Depends}, pciids-reduced | pciids Description: Library for accessing PCI devices ${Library-Description} diff --git a/pciutils.pkg/control b/pciutils.pkg/control index 9f37ec9..1f26bd2 100644 --- a/pciutils.pkg/control +++ b/pciutils.pkg/control @@ -1,5 +1,5 @@ Architecture: any Platform: all -Depends: libpci.3 (= ${Binary-Version}) +Depends: libpci.3 (= ${Binary-Version}), ${Shlib-Depends} Description: PCI utilities ${Utilities-Description} |