Skip to content
Snippets Groups Projects
Commit b02824e8 authored by chrfranke's avatar chrfranke
Browse files

configure.ac, update-smart-drivedb.*: Use RELEASE_7_3_DRIVEDB for

drivedb.h updates.

git-svn-id: https://svn.code.sf.net/p/smartmontools/code/trunk@5332 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent 6199c16d
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,9 @@ $Id$
2022-02-23 Christian Franke <franke@computer.org>
configure.ac, update-smart-drivedb.*: Use RELEASE_7_3_DRIVEDB for
drivedb.h updates.
Create new branch RELEASE_7_3_DRIVEDB.
2022-02-22 Christian Franke <franke@computer.org>
......
......@@ -7,7 +7,7 @@ AC_INIT([smartmontools],[7.3],[smartmontools-support@listi.jpberlin.de])
AM_INIT_AUTOMAKE([1.10 foreign])
# Version of drive database branch
smartmontools_drivedb_version=7.2
smartmontools_drivedb_version=7.3
smartmontools_cvs_tag=`echo '$Id$'`
smartmontools_release_date=2020-12-30
......@@ -213,7 +213,7 @@ AC_ARG_WITH(update-smart_drivedb,
[Install update-smart-drivedb script (and backport it to branches/RELEASE_X_Y_DRIVEDB) [yes]])],
[ case "$withval" in
yes|no) ;;
5.4[[0-3]]|6.[[0-9]]) drivedb_version=$withval; with_update_smart_drivedb=yes ;;
5.4[[0-3]]|6.[[0-6]]|7.[[023]]) drivedb_version=$withval; with_update_smart_drivedb=yes ;;
*) AC_MSG_ERROR([Invalid drivedb branch version: $withval]) ;;
esac
],
......
......@@ -389,7 +389,7 @@ pnILDDMBUNQMBm/XlCYQUetyrJnAVzFGXurtjEXQ/DDnbfy2Z8efoG8rtq7v3fxS
'
}
'^RELEASE_7_[02]_DRIVEDB$' {
'^RELEASE_7_[023]_DRIVEDB$' {
# Smartmontools Signing Key (through 2025) <smartmontools-database@listi.jpberlin.de>
# Smartmontools Signing Key (through 2020) <smartmontools-database@listi.jpberlin.de>
# Key ID 721042C5
......
......@@ -395,7 +395,7 @@ pnILDDMBUNQMBm/XlCYQUetyrJnAVzFGXurtjEXQ/DDnbfy2Z8efoG8rtq7v3fxS
"
;;
RELEASE_7_[02]_DRIVEDB)
RELEASE_7_[023]_DRIVEDB)
# Smartmontools Signing Key (through 2025) <smartmontools-database@listi.jpberlin.de>
# Smartmontools Signing Key (through 2020) <smartmontools-database@listi.jpberlin.de>
# Key ID 721042C5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment