update version to 3.0.1

This commit is contained in:
panxiaohe 2021-12-21 11:15:44 +08:00
parent 979153b07b
commit e2ce751ab8
3 changed files with 7 additions and 4 deletions

Binary file not shown.

BIN
sscg-3.0.1.tar.gz Normal file

Binary file not shown.

View File

@ -1,10 +1,10 @@
Name: sscg
Version: 2.6.2
Release: 2
Version: 3.0.1
Release: 1
Summary: Simple Signed Certificate Generator
License: GPL-3.0
URL: https://github.com/sgallagher/sscg
Source0: https://github.com/sgallagher/sscg/releases/download/%{name}-%{version}/%{name}-%{version}.tar.xz
Source0: https://github.com/sgallagher/sscg/archive/refs/tags/%{name}-%{version}.tar.gz
BuildRequires: gcc libtalloc-devel openssl-devel popt-devel libpath_utils-devel meson ninja-build help2man
@ -16,7 +16,7 @@ the service certificate without needing to set up a full PKI environment and wit
the machine to a risk of false signatures from the service certificate.
%prep
%autosetup -n %{name}-%{version} -p1
%autosetup -n %{name}-%{name}-%{version} -p1
%build
%meson
@ -44,6 +44,9 @@ the machine to a risk of false signatures from the service certificate.
%{_mandir}/man8/sscg.8*
%changelog
* Tue Dec 21 2021 panxiaohe<panxiaohe@huawei.com> - 3.0.1-1
- update version to 3.0.1
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 2.6.2-2
- DESC: delete -Sgit from %autosetup, and delete BuildRequires git