[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1115899: trixie-pu: package lxcfs/6.0.4-1+deb13u1



My bad, the debdiff was not a source one.

Le dimanche 21 septembre 2025 à 13:25:23+0200, Pierre-Elliott Bécue a écrit :
> Package: release.debian.org
> Severity: normal
> Tags: trixie
> X-Debbugs-Cc: lxcfs@packages.debian.org
> Control: affects -1 + src:lxcfs
> User: release.debian.org@packages.debian.org
> Usertags: pu
> 
> Hello,
> 
> [ Reason ]
> We apparently forgot to pull fuse3 as a dependency of lxcfs, which led
> to bug 1114596[0] flagged as serious.
> 
> This version update is to fix this dependency issue.
> 
> A fixed version is already in unstable (ACCEPT-ed, will enter at next
> dinstall) and will be in testing in a few days.
> 
> [ Impact ]
> lxcfs service won't start, and lxcfs might behave inappropriately
> 
> [ Tests ]
> No code change, only a dependency pull
> 
> [ Risks ]
> No specific risk
> 
> [ Checklist ]
>   [x] *all* changes are documented in the d/changelog
>   [x] I reviewed all changes and I approve them
>   [x] Inlined debdiff against the package in (old)stable
>   [x] the issue is verified as fixed in unstable
> 
> [ Changes ]
> Add fuse3 in Depends: field on bin:lxcfs
> 
> [ Debdiff ]
> ❯ debdiff lxcfs_6.0.4-1_amd64.deb lxcfs_6.0.4-1+deb13u1_amd64.deb
> File lists identical (after any substitutions)
> 
> Control files: lines which differ (wdiff format)
> ------------------------------------------------
> Depends: {+fuse3,+} runit-helper (>= 2.14.0~), libc6 (>= 2.38),
> libfuse3-4 (>= 3.17.2), libgcc-s1 (>= 3.3.1)
> Version: [-6.0.4-1-] {+6.0.4-1+deb13u1+}
> 
> Thanks, and sorry for this.

-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for principles than to live up to them.
diff -Nru lxcfs-6.0.4/debian/changelog lxcfs-6.0.4/debian/changelog
--- lxcfs-6.0.4/debian/changelog	2025-04-04 01:08:08.000000000 +0200
+++ lxcfs-6.0.4/debian/changelog	2025-09-21 12:03:40.000000000 +0200
@@ -1,3 +1,10 @@
+lxcfs (6.0.4-1+deb13u1) trixie; urgency=medium
+
+  * d/control:
+    - Add a dependency on fuse3 (Closes: #1114596)
+
+ -- Pierre-Elliott Bécue <peb@debian.org>  Sun, 21 Sep 2025 12:03:40 +0200
+
 lxcfs (6.0.4-1) unstable; urgency=medium
 
   * New upstream release
diff -Nru lxcfs-6.0.4/debian/control lxcfs-6.0.4/debian/control
--- lxcfs-6.0.4/debian/control	2025-04-04 01:08:08.000000000 +0200
+++ lxcfs-6.0.4/debian/control	2025-09-21 12:03:40.000000000 +0200
@@ -22,7 +22,7 @@
 
 Package: lxcfs
 Architecture: linux-any
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: fuse3, ${misc:Depends}, ${shlibs:Depends}
 Pre-Depends: ${misc:Pre-Depends}
 Breaks: ${runit:Breaks}
 Description: FUSE based filesystem for LXC

Attachment: signature.asc
Description: PGP signature


Reply to: