summaryrefslogtreecommitdiff
path: root/openssl-freefilesync
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-07-16 00:10:01 -0400
committerB Stack <bgstack15@gmail.com>2019-07-16 00:10:01 -0400
commit0b8f98a411729c2d8de5d79769ecbe7987eed2a0 (patch)
treef2739a062d6296eead078cc408c14e97d7d0073c /openssl-freefilesync
parentadd openssl-freefilesync (diff)
downloadstackrpms-0b8f98a411729c2d8de5d79769ecbe7987eed2a0.tar.gz
stackrpms-0b8f98a411729c2d8de5d79769ecbe7987eed2a0.tar.bz2
stackrpms-0b8f98a411729c2d8de5d79769ecbe7987eed2a0.zip
openssl-freefilesync: add ".stack" to release name
Diffstat (limited to 'openssl-freefilesync')
-rw-r--r--openssl-freefilesync/openssl.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl-freefilesync/openssl.spec b/openssl-freefilesync/openssl.spec
index ff6e45d..39a71da 100644
--- a/openssl-freefilesync/openssl.spec
+++ b/openssl-freefilesync/openssl.spec
@@ -29,7 +29,7 @@
Summary: Utilities from the general purpose cryptography library with TLS implementation
Name: %{fullname}
Version: 1.1.1c
-Release: 2%{?dist}
+Release: 2.stack%{?dist}
Epoch: 1
# We have to remove certain patented algorithms from the openssl source
# tarball with the hobble-openssl script which is included below.
bgstack15