Skip to content

Commit a1fd873

Browse files
committed
Initialize as a source-git repository
From-dist-git-commit: fbcc49819f3e4303ceea04d79f041b0cb7ce2fa4
1 parent d195824 commit a1fd873

File tree

7 files changed

+44
-11
lines changed

7 files changed

+44
-11
lines changed

.distro/.fmf/version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1

.distro/ci.fmf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
resultsdb-testcase: separate

.distro/gating.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
--- !Policy
2+
product_versions:
3+
- fedora-*
4+
decision_contexts: [bodhi_update_push_testing]
5+
subject_type: koji_build
6+
rules:
7+
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/tier1-public.functional}
8+
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/tier2-public.functional}
9+
10+
#gating rawhide
11+
--- !Policy
12+
product_versions:
13+
- fedora-*
14+
decision_contexts: [bodhi_update_push_stable]
15+
subject_type: koji_build
16+
rules:
17+
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/tier1-public.functional}
18+
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/tier2-public.functional}

.distro/plans/tier1-public.fmf

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
summary: Public (Fedora) Tier1 beakerlib tests
2+
discover:
3+
how: fmf
4+
url: https://src.fedoraproject.org/tests/sscg.git
5+
filter: 'tier: 1'
6+
execute:
7+
how: tmt

.distro/plans/tier2-public.fmf

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
summary: Public (Fedora) Tier2 beakerlib tests
2+
discover:
3+
how: fmf
4+
url: https://src.fedoraproject.org/tests/sscg.git
5+
filter: 'tier: 2'
6+
execute:
7+
how: tmt

.distro/source-git.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
upstream_project_url: [email protected]:sgallagher/sscg.git
2-
upstream_ref: sscg-3.0.2
2+
upstream_ref: sscg-3.0.4
33
downstream_package_name: sscg
44
specfile_path: .distro/sscg.spec
55
patch_generation_ignore_paths:
66
- .distro
7-
- .github
8-
- .packit.yaml
9-
- packaging
10-
- release.sh
117
patch_generation_patch_id_digits: 1
128
sync_changelog: true
13-
synced_files:
9+
files_to_sync:
1410
- src: .distro/
1511
dest: .
1612
delete: true
@@ -19,3 +15,6 @@ synced_files:
1915
- protect sources
2016
- exclude source-git.yaml
2117
- exclude .gitignore
18+
sources:
19+
- path: sscg-3.0.3.tar.gz
20+
url: https://src.fedoraproject.org/repo/pkgs/rpms/sscg/sscg-3.0.3.tar.gz/sha512/5820a44deaabf67296bf218485a22a5b58fcf48c6c33e2617946d0edaded3554f1acb2fb170eb189cdf4f8a61bb29bcb0385dc54996f7d0acdc8f45048b8e081/sscg-3.0.3.tar.gz

.distro/sscg.spec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
%{!?meson_test: %global meson_test %{__meson} test -C %{_vpath_builddir} --num-processes %{_smp_build_ncpus} --print-errorlogs}
1010

1111
Name: sscg
12-
Version: 3.0.4
13-
Release: 1.20230517132839514780.main.4.gba826ee
12+
Version: 3.0.3
13+
Release: %autorelease
1414
Summary: Simple SSL certificate generator
1515

16-
License: GPL-3.0-or-later WITH OpenSSL-Exception
16+
License: GPLv3+ with exceptions
1717
URL: https://%{provider_prefix}
18-
Source0: sscg-3.0.4.tar.gz
18+
Source0: https://%{provider_prefix}/archive/refs/tags/%{repo}-%{version}.tar.gz
1919
BuildRequires: gcc
2020
BuildRequires: libtalloc-devel
2121
BuildRequires: openssl
@@ -36,7 +36,7 @@ up a full PKI environment and without exposing the machine to a risk of
3636
false signatures from the service certificate.
3737

3838
%prep
39-
%autosetup -p1 -n sscg-3.0.4
39+
%autosetup -p1 -n %{name}-%{name}-%{version}
4040

4141

4242
%build

0 commit comments

Comments
 (0)