diff options
author | B Stack <bgstack15@gmail.com> | 2019-10-09 08:39:41 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2019-10-09 08:39:41 -0400 |
commit | b57bece4caa913a62435273e8bf87bea4380a72e (patch) | |
tree | 2959da5f704fe6678152c8952e9ce3e45562d3af /libssh2/libssh2.spec | |
parent | add question to if rhel (diff) | |
download | stackrpms-b57bece4caa913a62435273e8bf87bea4380a72e.tar.gz stackrpms-b57bece4caa913a62435273e8bf87bea4380a72e.tar.bz2 stackrpms-b57bece4caa913a62435273e8bf87bea4380a72e.zip |
WIP: libssh2 add epoch
Diffstat (limited to 'libssh2/libssh2.spec')
-rw-r--r-- | libssh2/libssh2.spec | 1 |
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 |