aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorFrank GrĂ¼llich <frank.gruellich@gmail.com>2019-05-28 08:57:33 +0200
committerSean Whitton <spwhitton@spwhitton.name>2019-09-28 07:29:08 -0700
commit069f6ea33149fbaa8bd83423b7a7b591fcfed43b (patch)
treebee4a6cbdfd9a2876e74e96dc3ef29c868391b49
parent543b8f3e05d533415b6f492f4312d6f72939d67e (diff)
downloadgit-remote-gcrypt-069f6ea33149fbaa8bd83423b7a7b591fcfed43b.tar.gz
Fixes spec file
- correct BuildRequires, - bumps version in it. Signed-off-by: Frank GrĂ¼llich <frank.gruellich@gmail.com>
-rw-r--r--redhat/git-remote-gcrypt.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/redhat/git-remote-gcrypt.spec b/redhat/git-remote-gcrypt.spec
index f312de8..a2d8aaa 100644
--- a/redhat/git-remote-gcrypt.spec
+++ b/redhat/git-remote-gcrypt.spec
@@ -1,7 +1,7 @@
%global debug_package %{nil}
Name: git-remote-gcrypt
-Version: 1.0.2
+Version: 1.2
Release: 1%{?dist}
Summary: GNU Privacy Guard-encrypted git remote
@@ -10,7 +10,7 @@ License: GPLv3
URL: https://git.spwhitton.name/%{name}
Source0: %{name}-%{version}.tar.gz
-BuildRequires: python2-docutils
+BuildRequires: python3-docutils
Requires: gnupg2 git-core
%description