Whamcloud - gitweb
build: update version for Lustre build
authorAndreas Dilger <andreas.dilger@intel.com>
Thu, 12 Apr 2012 20:00:07 +0000 (14:00 -0600)
committerAndreas Dilger <adilger@whamcloud.com>
Mon, 28 Mar 2022 22:14:28 +0000 (16:14 -0600)
Add Lustre-specific build version to distinguish packages from
upstream packages.

Since e2fsprogs release 1.44.4 the Version in e2fsprogs.spec
is not generated anymore. However contrib/build-rpm still relies
on the Version from the spec, maintain the version in the spec
as well.

Fixes: e5f0f3eebef7 ("Stop generating e2fsprogs.spec automatically")

Change-Id: I4a31e659ff4d98f9bb00fea731bd1ee59a55fd38
Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
e2fsprogs.spec
version.h

index cc6aac8..895b461 100644 (file)
@@ -5,7 +5,7 @@
 
 Summary: Utilities for managing ext2/ext3/ext4 filesystems
 Name: e2fsprogs
-Version: 1.46.5
+Version: 1.46.5.wc1
 Release: 0
 License: GPLv2
 Group: System Environment/Base
index 00c3b85..173110c 100644 (file)
--- a/version.h
+++ b/version.h
@@ -7,5 +7,5 @@
  * file may be redistributed under the GNU Public License v2.
  */
 
-#define E2FSPROGS_VERSION "1.46.5"
-#define E2FSPROGS_DATE "30-Dec-2021"
+#define E2FSPROGS_VERSION "1.46.5.wc1"
+#define E2FSPROGS_DATE "30-Mar-2022"