This repository has been archived on 2021-01-26. You can view files and clone it, but cannot push or open issues or pull requests.
gentoo-overlay/app-backup/znapzend/files/001-flatten_version.patch

34 lines
1.1 KiB
Diff

--- bin/znapzend.orig 2020-04-12 17:39:10.102455621 +0200
+++ bin/znapzend 2020-04-12 17:39:40.963918077 +0200
@@ -7,7 +7,7 @@
use Pod::Usage;
use ZnapZend;
-my $VERSION = '0.dev'; #VERSION
+my $VERSION = '0.20.0'; #VERSION
my %featureMap = map { $_ => 1 } qw(pfexec sudo oracleMode recvu compressed sendRaw lowmemRecurse zfsGetType skipIntermediates);
sub main {
--- bin/znapzendzetup.orig 2020-04-12 17:39:20.900680099 +0200
+++ bin/znapzendzetup 2020-04-12 17:39:51.585130973 +0200
@@ -9,7 +9,7 @@
use Scalar::Util qw(blessed);
use Mojo::Base -strict;
use ZnapZend::Config;
-my $VERSION = '0.dev'; #VERSION
+my $VERSION = '0.20.0'; #VERSION
my @ROOT_EXEC_OPTIONS = qw(pfexec sudo rootExec=s debug features=s);
my %featureMap = map { $_ => 1 } qw(pfexec sudo lowmemRecurse zfsGetType);
--- bin/znapzendztatz.orig 2020-04-12 17:39:28.064817825 +0200
+++ bin/znapzendztatz 2020-04-12 17:40:02.618352124 +0200
@@ -9,7 +9,7 @@
use Mojo::Base -strict;
use ZnapZend::Config;
use ZnapZend::ZFS;
-my $VERSION = '0.dev'; #VERSION
+my $VERSION = '0.20.0'; #VERSION
my $zConfig;
my $zZfs;
my $zTime = ZnapZend::Time->new();