Browse Source

Update dependency boundaries

We now depend on jat 0.0.2
Alois Mahdal 6 years ago
parent
commit
888e710bcb
2 changed files with 4 additions and 4 deletions
  1. 2
    2
      packaging/debian/control
  2. 2
    2
      packaging/template.spec

+ 2
- 2
packaging/debian/control View File

@@ -24,8 +24,8 @@ Architecture: all
24 24
 Depends:
25 25
  shellfu (>= 0.10.9),
26 26
  shellfu (<< 0.11),
27
- shellfu-bash-jat (>= 0.0.1),
28
- shellfu-bash-jat (<< 0.0.2),
27
+ shellfu-bash-jat (>= 0.0.2),
28
+ shellfu-bash-jat (<< 0.0.3),
29 29
  shellfu-bash-pretty,
30 30
  shellfu-bash-saturnin (>= 0.4.12),
31 31
  shellfu-bash-saturnin (<< 5.0),

+ 2
- 2
packaging/template.spec View File

@@ -29,8 +29,8 @@ all other sub-packages.
29 29
 Requires: %shellfu_req
30 30
 Requires: %saturnin_req
31 31
 Requires: shellfu-bash
32
-Requires: shellfu-bash-jat >= 0.0.1
33
-Requires: shellfu-bash-jat < 0.0.2
32
+Requires: shellfu-bash-jat >= 0.0.2
33
+Requires: shellfu-bash-jat < 0.0.3
34 34
 Requires: shellfu-bash-pretty
35 35
 Summary: JAT harness and test discovery
36 36
 %description minimal