bump pve-common to 8.2.9+port
This commit is contained in:
parent
0dba92e3f4
commit
91983d6b56
@ -24,3 +24,29 @@ index bd305bd..2aab9e2 100644
|
||||
}
|
||||
|
||||
sub fchownat($$$$$) {
|
||||
diff --git a/Makefile b/Makefile
|
||||
index 637cd49..835f6b2 100644
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -2,7 +2,7 @@ include /usr/share/dpkg/pkg-info.mk
|
||||
|
||||
PACKAGE=libpve-common-perl
|
||||
|
||||
-ARCH=all
|
||||
+ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH)
|
||||
|
||||
BUILDDIR ?= $(PACKAGE)-$(DEB_VERSION_UPSTREAM)
|
||||
|
||||
diff --git a/debian/control b/debian/control
|
||||
index ac4cd66..f04e287 100644
|
||||
--- a/debian/control
|
||||
+++ b/debian/control
|
||||
@@ -19,7 +19,7 @@ Build-Depends: debhelper-compat (= 13),
|
||||
Standards-Version: 4.6.2
|
||||
|
||||
Package: libpve-common-perl
|
||||
-Architecture: all
|
||||
+Architecture: any
|
||||
Depends: libanyevent-perl,
|
||||
libclone-perl,
|
||||
libcrypt-openssl-random-perl,
|
||||
|
||||
@ -1,8 +1,18 @@
|
||||
diff --git a/debian/changelog b/debian/changelog
|
||||
index e628a2a..ff213c4 100644
|
||||
index a149814..f20031c 100644
|
||||
--- a/debian/changelog
|
||||
+++ b/debian/changelog
|
||||
@@ -158,6 +158,12 @@ libpve-common-perl (8.0.2) bookworm; urgency=medium
|
||||
@@ -1,3 +1,9 @@
|
||||
+libpve-common-perl (8.2.9+port) UNRELEASED; urgency=medium
|
||||
+
|
||||
+ * Rebuild for port
|
||||
+
|
||||
+ -- Jiangcuo <jiangcuo@bingsin.com> Sat, 30 Nov 2024 13:23:38 +0800
|
||||
+
|
||||
libpve-common-perl (8.2.9) bookworm; urgency=medium
|
||||
|
||||
* tools: run fork: allow running code in parent after fork
|
||||
@@ -237,6 +243,12 @@ libpve-common-perl (8.0.2) bookworm; urgency=medium
|
||||
* remove unused SysFSTools::pci_cleanup_mdev_device
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Wed, 07 Jun 2023 13:12:18 +0200
|
||||
@ -1,2 +1,2 @@
|
||||
patches/001-add-for-port.patch
|
||||
patches/changelog/001-add-changlog-8.1.0-1.patch
|
||||
patches/changelog/001-add-changlog.patch
|
||||
|
||||
Loading…
Reference in New Issue
Block a user