summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild1
-rw-r--r--changelog2
2 files changed, 3 insertions, 0 deletions
diff --git a/build b/build
index 0636aae..2afc7c3 100755
--- a/build
+++ b/build
@@ -25,6 +25,7 @@ install: build
mv dest/usr/bin/lspci dest/usr/bin/lspci.pciutils
# pci.ids is provided by the pciids package.
rm -f dest/usr/bin/update-pciids
+ rm -f dest/usr/share/man/man8/update-pciids.8
rm -f dest/usr/share/misc/pci.ids*
oh-fixperms
oh-strip
diff --git a/changelog b/changelog
index 52263a5..9b86070 100644
--- a/changelog
+++ b/changelog
@@ -2,6 +2,8 @@ pciutils (3.6.2-1) trunk
* New upstream version.
* Update Maintainer and Homepage.
+ * pciutils-doc: Remove /usr/share/man/man8/update-pciids.8 since
+ update-pciids isn't included in pciutils.
-- Patrick McDermott <patrick.mcdermott@libiquity.com> Thu, 06 Jun 2019 22:35:21 -0400