diff --git a/packages/pve-manager/patches/0013-Remove-incorrect-udev-rules.patch b/packages/pve-manager/patches/0013-Remove-incorrect-udev-rules.patch new file mode 100644 index 0000000..be85efb --- /dev/null +++ b/packages/pve-manager/patches/0013-Remove-incorrect-udev-rules.patch @@ -0,0 +1,21 @@ +diff --git a/Makefile b/Makefile +index 92fc0596..54601ee2 100644 +--- a/Makefile ++++ b/Makefile +@@ -58,8 +58,6 @@ install: vzdump-hook-script.pl + install -d $(DESTDIR)/var/lib/vz/template/iso + install -m 0644 vzdump-hook-script.pl $(DOCDIR)/examples/vzdump-hook-script.pl + install -m 0644 spice-example-sh $(DOCDIR)/examples/spice-example-sh +- install -d $(DESTDIR)/lib/udev/rules.d +- install -m 0644 udev/99-query-machine-info.rules $(DESTDIR)/lib/udev/rules.d/99-query-machine-info.rules + set -e && for i in $(SUBDIRS); do $(MAKE) -C $$i $@; done + + .PHONY: distclean +diff --git a/udev/99-query-machine-info.rules b/udev/99-query-machine-info.rules +deleted file mode 100644 +index dc28d11b..00000000 +--- a/udev/99-query-machine-info.rules ++++ /dev/null +@@ -1,2 +0,0 @@ +-ACTION=="add", SUBSYSTEM=="*", RUN="/usr/bin/query-machine-info" +-ACTION=="remove", SUBSYSTEM=="*", RUN="/usr/bin/query-machine-info" diff --git a/packages/pve-manager/series b/packages/pve-manager/series index 38ec270..3b1179c 100644 --- a/packages/pve-manager/series +++ b/packages/pve-manager/series @@ -9,4 +9,5 @@ patches/010-set-architecture-to-any.patch patches/changelog/004-add-changelog-8.3.2+port.patch patches/011-set-default-bios-type-to-OVMF.patch patches/012-Add-more-compatibility-for-hybrid-cluster.patch +patches/0013-Remove-incorrect-udev-rules.patch patches/changelog/013-add-changelog-8.3.2+port1.patch