multipath-tools (0.11.1-1)
[PTS] [DDPO]
COMMITS: VCS has seen 4 commits since the debian/0.11.1-1 tag
- Git: https://salsa.debian.org/linux-blocks-team/multipath-tools.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 11743232
- Browser: https://salsa.debian.org/linux-blocks-team/multipath-tools
- Last scan: 2025-03-20 03:47:06+00
- Next scan: 2025-03-26 15:51:00+00
- Merge requests: 1
- Debian changelog in Git:
multipath-tools (0.11.1-1) unstable; urgency=medium
* [ed5f513] New upstream version 0.11.1
* [b9fd90c] tests: allow multipathd.socket to be inactive
* [bbfe6bb] add myself to uploaders
-- Fabian Grünbichler <debian@fabian.gruenbichler.email> Mon, 17 Feb 2025 16:40:48 +0100
- This branch is 4 commits ahead of tag debian/0.11.1-1
- Git log:
commit bb9e27d5c8721cdf160b6cdb5daf4b6f486ed0a1
Merge: f51a4d73 7322e894
Author: Chris Hofstaedtler <zeha@debian.org>
Date: Mon Feb 17 19:11:28 2025 +0000
Merge branch 'mitch/fix-dep8-tgtbasedmpaths-socket' into 'master'
d/t/tgtbasedmpaths: allow rc of 3 for socket
See merge request linux-blocks-team/multipath-tools!17
commit 7322e89460543cde91bbd005f87f14e19d820d2c
Author: mitchdz <mitchell.dzurick@canonical.com>
Date: Tue Sep 3 20:28:22 2024 -0700
d/t/tgtbasedmpaths: allow rc of 3 for socket
A new check was introduced in the tgtbasedmpaths test to verify the status of
the socket. On certain architectures, the socket may be inactive, which is
acceptable as long as the rest of the test succeeds. This change allows
systemctl to return either a code of 0 or 3 when checking the socket.
commit f51a4d73b369e521e82802438908d204893ae20b
Merge: e8dca5ea 3e795aa4
Author: Chris Hofstaedtler <zeha@debian.org>
Date: Mon Feb 17 15:50:28 2025 +0000
Merge branch 'split-arch-indep-build' into 'master'
build: properly split -arch and -indep builds
See merge request linux-blocks-team/multipath-tools!19
commit 3e795aa4242ed7d941f7ec0d0a229cab6953122a
Author: Fabian Grünbichler <debian@fabian.gruenbichler.email>
Date: Mon Feb 17 15:09:37 2025 +0100
build: properly split -arch and -indep builds
this allows sbuild to run without --no-clean-source and without those packages
present on the system generating the source package, and doesn't waste
resources for the -indep build that only copies a few hooks and packaging files
around..
both --no-arch-all builds and --no-arch-any builds still work with this in
place, and the resulting packages are identical modulo the intended changes in
d/control and friends.
Signed-off-by: Fabian Grünbichler <debian@fabian.gruenbichler.email>