Skip to content

Commit

Permalink
rpmbuild - add build timestamp to rpm package name
Browse files Browse the repository at this point in the history
  • Loading branch information
SiskaPavel committed Jul 30, 2024
1 parent f616af2 commit 1e3b7c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ AC_INIT([ipfixprobe], [4.11.1], [nemea@cesnet.cz])
AC_CONFIG_SRCDIR([main.cpp])
AC_CONFIG_HEADERS([config.h])

RELEASE=1
RELEASE=$(date +%Y%m%d%H%M%S)
AC_SUBST(RELEASE)
USERNAME=`git config --get user.name`
USERMAIL=`git config --get user.email`
Expand Down

0 comments on commit 1e3b7c6

Please # to comment.