File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1+ nullfsvfs (0.21) unstable; urgency=medium
2+
3+ * Add header MODULE_DESCRIPTION to stop modpost warning.
4+
5+ -- Michael Ablassmeier <abi@debian.org> Thu, 16 Oct 2025 12:14:51 +0200
6+
17nullfsvfs (0.20) unstable; urgency=medium
28
39 * Fix build on kernel versions 6.18
410
5- -- Michael Ablassmeier <abi@cefix.cli.support.hk.sep.de > Mon, 13 Oct 2025 14:27:17 +0200
11+ -- Michael Ablassmeier <abi@debian.org > Mon, 13 Oct 2025 14:27:17 +0200
612
713nullfsvfs (0.19) unstable; urgency=medium
814
Original file line number Diff line number Diff line change 4242#define NULLFS_MAGIC 0x19980123
4343#define NULLFS_DEFAULT_MODE 0755
4444#define NULLFS_SYSFS_MODE 0644
45- #define NULLFS_VERSION "0.20 "
45+ #define NULLFS_VERSION "0.21 "
4646
4747MODULE_AUTHOR ("Michael Ablassmeier" );
4848MODULE_LICENSE ("GPL" );
Original file line number Diff line number Diff line change 1919%{! ?kversion: %global kversion %(uname -r)}
2020
2121Name: %{kmod_name }-kmod
22- Version: 0.20
22+ Version: 0.21
2323Release: 1%{?dist }
2424Summary: A virtual file system that behaves like /dev/null
2525License: GPLv3+
You can’t perform that action at this time.
0 commit comments