tsm-client: 8.1.26.0 -> 8.1.27.0

"What's new" page:
https://www.ibm.com/docs/en/storage-protect/8.1.27?topic=new-backup-archive-client-updates

Other resources are hidden behind a login portal.

Yarny0 f9cc9bf9 37922d6e

Changed files
+5 -5
nixos
modules
programs
services
backup
pkgs
by-name
ts
tsm-client
+1 -1
nixos/modules/programs/tsm-client.nix
···
{
freeformType = attrsOf (either scalarType (listOf scalarType));
# Client system-options file directives are explained here:
-
# https://www.ibm.com/docs/en/storage-protect/8.1.26?topic=commands-processing-options
options.servername = mkOption {
type = servernameType;
default = name;
···
{
freeformType = attrsOf (either scalarType (listOf scalarType));
# Client system-options file directives are explained here:
+
# https://www.ibm.com/docs/en/storage-protect/8.1.27?topic=commands-processing-options
options.servername = mkOption {
type = servernameType;
default = name;
+1 -1
nixos/modules/services/backup/tsm.nix
···
environment.HOME = "/var/lib/tsm-backup";
serviceConfig = {
# for exit status description see
-
# https://www.ibm.com/docs/en/storage-protect/8.1.26?topic=clients-client-return-codes
SuccessExitStatus = "4 8";
# The `-se` option must come after the command.
# The `-optfile` option suppresses a `dsm.opt`-not-found warning.
···
environment.HOME = "/var/lib/tsm-backup";
serviceConfig = {
# for exit status description see
+
# https://www.ibm.com/docs/en/storage-protect/8.1.27?topic=clients-client-return-codes
SuccessExitStatus = "4 8";
# The `-se` option must come after the command.
# The `-optfile` option suppresses a `dsm.opt`-not-found warning.
+3 -3
pkgs/by-name/ts/tsm-client/package.nix
···
# point to this derivations `/dsmi_dir` directory symlink.
# Other environment variables might be necessary,
# depending on local configuration or usage; see:
-
# https://www.ibm.com/docs/en/storage-protect/8.1.26?topic=solaris-set-api-environment-variables
let
···
unwrapped = stdenv.mkDerivation (finalAttrs: {
name = "tsm-client-${finalAttrs.version}-unwrapped";
-
version = "8.1.26.0";
src = fetchurl {
url = mkSrcUrl finalAttrs.version;
-
hash = "sha512-Q4iPumiq2uI6TtbBK+0lUZZXp+yy/+LcjatGqJ0zwdkxgRcF4di52Z+O/8CYFPRqSxS+0AiJs6yDd27PbJsR1w==";
};
inherit meta passthru;
···
# point to this derivations `/dsmi_dir` directory symlink.
# Other environment variables might be necessary,
# depending on local configuration or usage; see:
+
# https://www.ibm.com/docs/en/storage-protect/8.1.27?topic=solaris-set-api-environment-variables
let
···
unwrapped = stdenv.mkDerivation (finalAttrs: {
name = "tsm-client-${finalAttrs.version}-unwrapped";
+
version = "8.1.27.0";
src = fetchurl {
url = mkSrcUrl finalAttrs.version;
+
hash = "sha512-nbQHoD7fUp4qBTgRJ6nHXF4PsZRTin7FGPi340jKc73O/9DCNb1JQG/gY+B2xzPM2g6agqWu/MX5J+Wt0nOEkA==";
};
inherit meta passthru;