Skip to content

Commit

Permalink
Packaging: Auto-generate changelog during configure (#15528)
Browse files Browse the repository at this point in the history
Auto-generate changelog based off on @Version@ during configure,
so that it is not needed to be update with new releases / version
updates.

Signed-off-by: Umer Saleem <[email protected]>
Reviewed-by: Tony Hutter <[email protected]>
  • Loading branch information
usaleem-ix authored Nov 16, 2023
1 parent 35da345 commit 5796e3a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
modules.order
Makefile
Makefile.in
changelog
*.patch
*.orig
*.tmp
Expand Down
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ ZFS_AC_DEBUG_INVARIANTS

AC_CONFIG_FILES([
contrib/debian/rules
contrib/debian/changelog
Makefile
include/Makefile
lib/libzfs/libzfs.pc
Expand Down
6 changes: 6 additions & 0 deletions contrib/debian/changelog → contrib/debian/changelog.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
openzfs-linux (@VERSION@-1) unstable; urgency=low

* OpenZFS @VERSION@ is tagged.

-- Umer Saleem <[email protected]> Wed, 15 Nov 2023 15:00:00 +0500

openzfs-linux (2.2.99-1) unstable; urgency=low

* OpenZFS 2.2 is tagged.
Expand Down

0 comments on commit 5796e3a

Please sign in to comment.