!6 update version to 3.0.1

Merge pull request !6 from panxh_purple/master
This commit is contained in:
openeuler-ci-bot 2021-12-23 11:19:26 +00:00 committed by Gitee
commit 0534060ade
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 Name: sscg
Version: 2.6.2 Version: 3.0.1
Release: 2 Release: 1
Summary: Simple Signed Certificate Generator Summary: Simple Signed Certificate Generator
License: GPL-3.0 License: GPL-3.0
URL: https://github.com/sgallagher/sscg 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 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. the machine to a risk of false signatures from the service certificate.
%prep %prep
%autosetup -n %{name}-%{version} -p1 %autosetup -n %{name}-%{name}-%{version} -p1
%build %build
%meson %meson
@ -44,6 +44,9 @@ the machine to a risk of false signatures from the service certificate.
%{_mandir}/man8/sscg.8* %{_mandir}/man8/sscg.8*
%changelog %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 * Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 2.6.2-2
- DESC: delete -Sgit from %autosetup, and delete BuildRequires git - DESC: delete -Sgit from %autosetup, and delete BuildRequires git