diff --git a/sscg-2.6.2.tar.xz b/sscg-2.6.2.tar.xz deleted file mode 100644 index fef465d..0000000 Binary files a/sscg-2.6.2.tar.xz and /dev/null differ diff --git a/sscg-3.0.1.tar.gz b/sscg-3.0.1.tar.gz new file mode 100644 index 0000000..5587bc7 Binary files /dev/null and b/sscg-3.0.1.tar.gz differ diff --git a/sscg.spec b/sscg.spec index 5f859ff..d3b630a 100644 --- a/sscg.spec +++ b/sscg.spec @@ -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 - 3.0.1-1 +- update version to 3.0.1 + * Fri Jul 30 2021 chenyanpanHW - 2.6.2-2 - DESC: delete -Sgit from %autosetup, and delete BuildRequires git