From 6eccdf5e80dc9e84e72f4beba7042f4fee7c8d2d Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 20 Jun 2023 16:32:59 -0400 Subject: [PATCH] Release 3.0.5 From-source-git-commit: 1440fb807c4cecce3a3e52dca9489cec1a53cc4d --- .gitignore | 1 + sources | 2 +- sscg.spec | 6 +++--- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index d3a8c75..f46fa23 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ /sscg-3.0.1.tar.gz /sscg-3.0.2.tar.gz /sscg-3.0.3.tar.gz +/sscg-3.0.5.tar.gz diff --git a/sources b/sources index 261d5bb..e51b29d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sscg-3.0.3.tar.gz) = 5820a44deaabf67296bf218485a22a5b58fcf48c6c33e2617946d0edaded3554f1acb2fb170eb189cdf4f8a61bb29bcb0385dc54996f7d0acdc8f45048b8e081 +SHA512 (sscg-3.0.5.tar.gz) = da4db537096608683726084ea342cf3e06ec25da16c4475a29e83a466486a4ace8b58253520034eb263d8cefde14e21f3fe69d23fa75686cab5e3a7f8e170442 diff --git a/sscg.spec b/sscg.spec index 791b0c8..ddf1a43 100644 --- a/sscg.spec +++ b/sscg.spec @@ -9,13 +9,13 @@ %{!?meson_test: %global meson_test %{__meson} test -C %{_vpath_builddir} --num-processes %{_smp_build_ncpus} --print-errorlogs} Name: sscg -Version: 3.0.3 +Version: 3.0.5 Release: %autorelease Summary: Simple SSL certificate generator License: GPLv3+ with exceptions URL: https://%{provider_prefix} -Source0: https://%{provider_prefix}/archive/refs/tags/%{repo}-%{version}.tar.gz +Source0: sscg-3.0.5.tar.gz BuildRequires: gcc BuildRequires: libtalloc-devel BuildRequires: openssl @@ -36,7 +36,7 @@ up a full PKI environment and without exposing the machine to a risk of false signatures from the service certificate. %prep -%autosetup -p1 -n %{name}-%{name}-%{version} +%autosetup -p1 -n sscg-3.0.5 %build