From 1a01604ff3d95909d34b0882a6dc9fec8e8c7006 Mon Sep 17 00:00:00 2001 From: Paul Wouters Date: Thu, 30 Apr 2020 11:07:39 -0400 Subject: [PATCH] - Fix use of "prerelease". Setting it to "no" does not work as expected It always caused the spec file to compile as "development" version and requiring and using autotools. --- softhsm.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/softhsm.spec b/softhsm.spec index 214b5b1..56b3d8e 100644 --- a/softhsm.spec +++ b/softhsm.spec @@ -1,5 +1,5 @@ #global prever rc1 -%global prerelease no +#global prerelease yes Summary: Software version of a PKCS#11 Hardware Security Module Name: softhsm