Skip to content

Commit 0733fe2

Browse files
Umer Saleemtonyhutter
authored andcommitted
Packaging: Auto-generate changelog during configure (openzfs#15528)
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]>
1 parent fd836df commit 0733fe2

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
modules.order
8484
Makefile
8585
Makefile.in
86+
changelog
8687
*.patch
8788
*.orig
8889
*.tmp

configure.ac

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ ZFS_AC_DEBUG_INVARIANTS
6767

6868
AC_CONFIG_FILES([
6969
contrib/debian/rules
70+
contrib/debian/changelog
7071
Makefile
7172
include/Makefile
7273
lib/libzfs/libzfs.pc

contrib/debian/changelog renamed to contrib/debian/changelog.in

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
openzfs-linux (@VERSION@-1) unstable; urgency=low
2+
3+
* OpenZFS @VERSION@ is tagged.
4+
5+
-- Umer Saleem <[email protected]> Wed, 15 Nov 2023 15:00:00 +0500
6+
17
openzfs-linux (2.2.0-0) unstable; urgency=low
28

39
* OpenZFS 2.2.0 is tagged.

0 commit comments

Comments
 (0)