SHA256
1
0
forked from pool/restic

Accepting request 581451 from home:cyphar:restic_update

- Update to 0.8.3.
  https://github.com/restic/restic/releases/tag/v0.8.3
  See installed /usr/share/doc/packages/restic/CHANGELOG.md

OBS-URL: https://build.opensuse.org/request/show/581451
OBS-URL: https://build.opensuse.org/package/show/Archiving/restic?expand=0&rev=4
This commit is contained in:
2018-03-01 01:26:21 +00:00
committed by Git OBS Bridge
parent 622abfe052
commit 105515e210
6 changed files with 34 additions and 24 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package restic
#
# Copyright (c) 2018 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,22 +16,23 @@
#
# nodebuginfo
%define import_path github.com/restic/restic
Name: restic
Version: 0.8.1
Version: 0.8.3
Release: 0
License: BSD-2-Clause
Summary: Fast, secure, efficient backup program
Url: https://restic.net/
License: BSD-2-Clause
Group: Productivity/Archiving/Backup
Url: https://restic.net/
Source0: https://github.com/restic/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz
Source1: https://github.com/restic/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz.asc
Source2: %{name}.keyring
# PATCH-FIX-OPENSUSE: Revert to using pre-1.8 Go APIs so we can build on Leap 42.x.
Patch1: restic-switch-to-pre-1.8-sort.Stable-API.patch
BuildRequires: golang(API) >= 1.6
BuildRequires: golang-packaging
BuildRequires: golang(API) >= 1.6
%description
restic is a backup program that is fast, efficient and secure.
@@ -63,3 +64,5 @@ install -d %{buildroot}%{_mandir}/man1
%doc doc/
%{_bindir}/restic
%{_mandir}/man1/restic*.1*
%changelog