浏览代码

Update dependency boundaries

Alois Mahdal 6 年前
父节点
当前提交
c56c5ee46e
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 2
    2
      packaging/debian/control
  2. 2
    2
      packaging/template.spec

+ 2
- 2
packaging/debian/control 查看文件

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

+ 2
- 2
packaging/template.spec 查看文件

29
 Requires: %shellfu_req
29
 Requires: %shellfu_req
30
 Requires: %saturnin_req
30
 Requires: %saturnin_req
31
 Requires: shellfu-bash
31
 Requires: shellfu-bash
32
-Requires: shellfu-bash-jat >= 0.0.2
33
-Requires: shellfu-bash-jat < 0.0.3
32
+Requires: shellfu-bash-jat >= 0.0.3
33
+Requires: shellfu-bash-jat < 0.0.4
34
 Requires: shellfu-bash-pretty
34
 Requires: shellfu-bash-pretty
35
 Summary: JAT harness and test discovery
35
 Summary: JAT harness and test discovery
36
 %description minimal
36
 %description minimal