Skip to content

Commit dfe4494

Browse files
Derek Howerdhower-qc
authored andcommitted
Make Smctr/Ssctr require S and Smcsrind/Sscsrind
1 parent 4674bdf commit dfe4494

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

arch/ext/Smctr.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,11 @@ versions:
4545
state: ratified
4646
ratification_date: 2024-11
4747
implies:
48-
- if: S
49-
then:
50-
name: Ssctr
51-
version: "1.0.0"
48+
name: Ssctr
49+
version: "1.0.0"
50+
requires:
51+
allOf:
52+
- name: S
53+
version: ~> 1.13 # The latest ratified version of S when Sscntr was ratified
54+
- name: Smcsrind
55+
version: ~> 1.0

arch/ext/Ssctr.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,9 @@ versions:
1111
- version: "1.0.0"
1212
state: ratified
1313
ratification_date: 2024-11
14+
requires:
15+
allOf:
16+
- name: S
17+
version: ~> 1.13 # The latest ratified version of S when Sscntr was ratified
18+
- name: Sscsrind
19+
version: ~> 1.0

0 commit comments

Comments
 (0)