diff options
author | Umer Saleem <usaleem@ixsystems.com> | 2023-11-16 16:58:47 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-16 16:58:47 +0000 |
commit | 5796e3a74265f1d808b232dcaf65ba440de019c0 (patch) | |
tree | 886f73b48c937a7ee3b8ae9ab163bb9edc54e3cd | |
parent | 35da34516074637f3e9d8c74588e7e3eaa01983a (diff) | |
download | src-5796e3a74265f1d808b232dcaf65ba440de019c0.tar.gz src-5796e3a74265f1d808b232dcaf65ba440de019c0.zip |
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | configure.ac | 1 | ||||
-rw-r--r-- | contrib/debian/changelog.in (renamed from contrib/debian/changelog) | 6 |
3 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 47d17ae16d34..a2cb92dd5406 100644 --- a/.gitignore +++ b/.gitignore @@ -83,6 +83,7 @@ modules.order Makefile Makefile.in +changelog *.patch *.orig *.tmp diff --git a/configure.ac b/configure.ac index 99db7a1e35f6..2ce049c58219 100644 --- a/configure.ac +++ b/configure.ac @@ -67,6 +67,7 @@ ZFS_AC_DEBUG_INVARIANTS AC_CONFIG_FILES([ contrib/debian/rules + contrib/debian/changelog Makefile include/Makefile lib/libzfs/libzfs.pc diff --git a/contrib/debian/changelog b/contrib/debian/changelog.in index 0d6a987dc2c4..9ced39b1f7b5 100644 --- a/contrib/debian/changelog +++ b/contrib/debian/changelog.in @@ -1,3 +1,9 @@ +openzfs-linux (@VERSION@-1) unstable; urgency=low + + * OpenZFS @VERSION@ is tagged. + + -- Umer Saleem <usaleem@ixsystems.com> Wed, 15 Nov 2023 15:00:00 +0500 + openzfs-linux (2.2.99-1) unstable; urgency=low * OpenZFS 2.2 is tagged. |