[packit] 3.0.1 upstream release
Upstream tag: sscg-3.0.1 Upstream commit: cba79c9a Signed-off-by: Packit Service <user-cont-team+packit-service@redhat.com>
This commit is contained in:
parent
a212f93588
commit
adf4ef0ac8
1
.gitignore
vendored
1
.gitignore
vendored
@ -23,3 +23,4 @@
|
|||||||
/sscg-2.6.1.tar.xz
|
/sscg-2.6.1.tar.xz
|
||||||
/sscg-2.6.2.tar.xz
|
/sscg-2.6.2.tar.xz
|
||||||
/sscg-3.0.0.tar.xz
|
/sscg-3.0.0.tar.xz
|
||||||
|
/sscg-3.0.1.tar.gz
|
||||||
|
38
.packit.yaml
Normal file
38
.packit.yaml
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
# See the documentation for more information:
|
||||||
|
# https://packit.dev/docs/configuration/
|
||||||
|
|
||||||
|
specfile_path: packaging/fedora/sscg.spec
|
||||||
|
|
||||||
|
sync_changelog: true
|
||||||
|
|
||||||
|
upstream_package_name: sscg
|
||||||
|
upstream_tag_template: sscg-{version}
|
||||||
|
archive_root_dir_template: "{upstream_pkg_name}-{upstream_pkg_name}-{version}"
|
||||||
|
|
||||||
|
downstream_package_name: sscg
|
||||||
|
|
||||||
|
notifications:
|
||||||
|
pull_request:
|
||||||
|
successful_build: true
|
||||||
|
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- job: copr_build
|
||||||
|
trigger: pull_request
|
||||||
|
metadata:
|
||||||
|
targets:
|
||||||
|
- fedora-all
|
||||||
|
- centos-stream-8
|
||||||
|
- epel-8
|
||||||
|
- job: tests
|
||||||
|
trigger: pull_request
|
||||||
|
metadata:
|
||||||
|
targets:
|
||||||
|
- fedora-all
|
||||||
|
- centos-stream-8
|
||||||
|
- epel-8
|
||||||
|
- job: propose_downstream
|
||||||
|
trigger: release
|
||||||
|
metadata:
|
||||||
|
dist_git_branches:
|
||||||
|
- fedora-all
|
3
README.packit
Normal file
3
README.packit
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
This repository is maintained by packit.
|
||||||
|
https://packit.dev/
|
||||||
|
The file was generated using packit 0.39.1.dev13+g8f037f5.
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (sscg-3.0.0.tar.xz) = d5bbd14c102bb11b387b6018dced09b23b053498c60befd916aa142ece8240f443e364d9a578b6b5aa15c68cb943725ed96ef44cce77eb01013e464a6d4dc0f1
|
SHA512 (sscg-3.0.1.tar.gz) = 3a4d656b5e709675730de50e68adb0e7bac61d818eb99627ef763c78c1604b7d407d01e3d5bb96e6830d05cfc19276cb0da820f6dd74c54374fd1bdb5e680393
|
||||||
|
12
sscg.spec
12
sscg.spec
@ -6,16 +6,16 @@
|
|||||||
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
|
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
|
||||||
%global import_path %{provider_prefix}
|
%global import_path %{provider_prefix}
|
||||||
|
|
||||||
|
%{!?meson_test: %global meson_test %{__meson} test -C %{_vpath_builddir} --num-processes %{_smp_build_ncpus} --print-errorlogs}
|
||||||
|
|
||||||
Name: sscg
|
Name: sscg
|
||||||
Version: 3.0.0
|
Version: 3.0.1
|
||||||
Release: %autorelease
|
Release: %autorelease
|
||||||
Summary: Simple SSL certificate generator
|
Summary: Simple SSL certificate generator
|
||||||
|
|
||||||
License: GPLv3+ with exceptions
|
License: GPLv3+ with exceptions
|
||||||
URL: https://%{provider_prefix}
|
URL: https://%{provider_prefix}
|
||||||
Source0: https://%{provider_prefix}/releases/download/%{repo}-%{version}/%{repo}-%{version}.tar.xz
|
Source0: https://%{provider_prefix}/archive/refs/tags/%{repo}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: libtalloc-devel
|
BuildRequires: libtalloc-devel
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
@ -26,10 +26,6 @@ BuildRequires: ninja-build
|
|||||||
BuildRequires: help2man
|
BuildRequires: help2man
|
||||||
|
|
||||||
|
|
||||||
# Upstream patch providing more OpenSSL 3.0 compatibility
|
|
||||||
Patch0001: 0001-Drop-usage-of-ERR_GET_FUNC.patch
|
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A utility to aid in the creation of more secure "self-signed"
|
A utility to aid in the creation of more secure "self-signed"
|
||||||
certificates. The certificates created by this tool are generated in a
|
certificates. The certificates created by this tool are generated in a
|
||||||
@ -39,7 +35,7 @@ up a full PKI environment and without exposing the machine to a risk of
|
|||||||
false signatures from the service certificate.
|
false signatures from the service certificate.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1 -n %{name}-%{name}-%{version}
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Loading…
Reference in New Issue
Block a user