File tree 7 files changed +44
-11
lines changed 7 files changed +44
-11
lines changed Original file line number Diff line number Diff line change
1
+ 1
Original file line number Diff line number Diff line change
1
+ resultsdb-testcase: separate
Original file line number Diff line number Diff line change
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}
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 1
1
upstream_project_url :
[email protected] :sgallagher/sscg.git
2
- upstream_ref : sscg-3.0.2
2
+ upstream_ref : sscg-3.0.4
3
3
downstream_package_name : sscg
4
4
specfile_path : .distro/sscg.spec
5
5
patch_generation_ignore_paths :
6
6
- .distro
7
- - .github
8
- - .packit.yaml
9
- - packaging
10
- - release.sh
11
7
patch_generation_patch_id_digits : 1
12
8
sync_changelog : true
13
- synced_files :
9
+ files_to_sync :
14
10
- src : .distro/
15
11
dest : .
16
12
delete : true
@@ -19,3 +15,6 @@ synced_files:
19
15
- protect sources
20
16
- exclude source-git.yaml
21
17
- 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
Original file line number Diff line number Diff line change 9
9
%{! ?meson_test: %global meson_test %{__meson} test -C %{_vpath_builddir } --num-processes %{_smp_build_ncpus } --print-errorlogs}
10
10
11
11
Name: sscg
12
- Version: 3.0.4
13
- Release: 1.20230517132839514780.main.4.gba826ee
12
+ Version: 3.0.3
13
+ Release: % autorelease
14
14
Summary: Simple SSL certificate generator
15
15
16
- License: GPL-3.0 -or-later WITH OpenSSL-Exception
16
+ License: GPLv3+ with exceptions
17
17
URL: https://%{provider_prefix }
18
- Source0: sscg-3.0.4 .tar.gz
18
+ Source0: https://%{ provider_prefix }/archive/refs/tags/%{ repo }-%{ version } .tar.gz
19
19
BuildRequires: gcc
20
20
BuildRequires: libtalloc-devel
21
21
BuildRequires: openssl
@@ -36,7 +36,7 @@ up a full PKI environment and without exposing the machine to a risk of
36
36
false signatures from the service certificate.
37
37
38
38
%prep
39
- %autosetup -p1 -n sscg-3.0.4
39
+ %autosetup -p1 -n %{ name }-%{ name }-%{ version }
40
40
41
41
42
42
%build
You can’t perform that action at this time.
0 commit comments