summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-10-09 08:39:41 -0400
committerB Stack <bgstack15@gmail.com>2019-10-09 08:39:41 -0400
commitb57bece4caa913a62435273e8bf87bea4380a72e (patch)
tree2959da5f704fe6678152c8952e9ce3e45562d3af
parentadd question to if rhel (diff)
downloadstackrpms-b57bece4caa913a62435273e8bf87bea4380a72e.tar.gz
stackrpms-b57bece4caa913a62435273e8bf87bea4380a72e.tar.bz2
stackrpms-b57bece4caa913a62435273e8bf87bea4380a72e.zip
WIP: libssh2 add epoch
-rw-r--r--libssh2/libssh2.spec1
1 files changed, 1 insertions, 0 deletions
diff --git a/libssh2/libssh2.spec b/libssh2/libssh2.spec
index c983613..055ca71 100644
--- a/libssh2/libssh2.spec
+++ b/libssh2/libssh2.spec
@@ -17,6 +17,7 @@
%{!?__isa_bits: %global __isa_bits %((echo '#include <bits/wordsize.h>'; echo __WORDSIZE) | cpp - | grep -Ex '32|64')}
Name: libssh2
+Epoch: 1
Version: 1.9.0
Release: 2.0.stack.%{__distinit}%{__distvers}
Summary: A library implementing the SSH2 protocol
bgstack15