Skip to content

Commit

Permalink
pciutils: Update to v3.13.0
Browse files Browse the repository at this point in the history
Signed-off-by: Ikey Doherty <[email protected]>
  • Loading branch information
ikeycode committed Nov 17, 2024
1 parent 9ca9312 commit a8321b7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
Binary file modified p/pciutils/manifest.x86_64.bin
Binary file not shown.
15 changes: 11 additions & 4 deletions p/pciutils/manifest.x86_64.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,30 @@
"pkgconfig(libudev)"
],
"depends": [
"hwdata",
"interpreter(/usr/lib/ld-linux-x86-64.so.2(x86_64))",
"soname(libc.so.6(x86_64))",
"soname(libudev.so.1(x86_64))"
],
"files": [
"/usr/bin/lspci",
"/usr/lib/libpci.so.3",
"/usr/lib/libpci.so.3.10.0",
"/usr/lib/libpci.so.3.13.0",
"/usr/sbin/pcilmr",
"/usr/sbin/setpci",
"/usr/sbin/update-pciids",
"/usr/share/man/man5/pci.ids.5",
"/usr/share/man/man7/pcilib.7",
"/usr/share/man/man8/lspci.8",
"/usr/share/man/man8/pcilmr.8",
"/usr/share/man/man8/setpci.8",
"/usr/share/man/man8/update-pciids.8"
],
"name": "pciutils",
"provides": [
"soname(libpci.so.3(x86_64))",
"binary(lspci)",
"soname(libpci.so.3(x86_64))",
"sysbinary(pcilmr)",
"sysbinary(setpci)",
"sysbinary(update-pciids)"
]
Expand All @@ -37,6 +41,9 @@
"binary(strip)",
"pkgconfig(libudev)"
],
"depends": [
"pciutils"
],
"files": [
"/usr/include/pci/config.h",
"/usr/include/pci/header.h",
Expand All @@ -52,6 +59,6 @@
}
},
"source-name": "pciutils",
"source-release": "2",
"source-version": "3.10.0"
"source-release": "3",
"source-version": "3.13.0"
}
6 changes: 3 additions & 3 deletions p/pciutils/stone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
# SPDX-License-Identifier: MPL-2.0
#
name : pciutils
version : '3.10.0'
release : 2
version : 3.13.0
release : 3
homepage : https://mirrors.edge.kernel.org/pub/software/utils/pciutils
upstreams :
- https://mirrors.edge.kernel.org/pub/software/utils/pciutils/pciutils-3.10.0.tar.xz : 238a2e27166730e53a17fe07bfad229e07fa39b618117e5944b6d7eda9fbb0e9
- https://mirrors.edge.kernel.org/pub/software/utils/pciutils/pciutils-3.13.0.tar.xz : 77f11f78298502634d1af50308f15a5788629f6cf45cba376f5009aea4cb4926
summary : Utilities to access the PCI bus configuration registers
description : |
The PCI Utilities package contains a library for portable access to PCI bus
Expand Down

0 comments on commit a8321b7

Please sign in to comment.