Browse Source

Fix dependency boundaries

Mostly for debian/control, which has been a bit neglected for a time.
Alois Mahdal 6 years ago
parent
commit
7c5bfe0e77
2 changed files with 5 additions and 6 deletions
  1. 4
    5
      packaging/debian/control
  2. 1
    1
      packaging/template.spec

+ 4
- 5
packaging/debian/control View File

@@ -22,10 +22,10 @@ Description: __MKIT_PROJ_NAME__ - __MKIT_PROJ_TAGLINE__
22 22
 Package: __MKIT_PROJ_PKGNAME__-minimal
23 23
 Architecture: all
24 24
 Depends:
25
- shellfu (>= 0.10.7),
25
+ shellfu (>= 0.10.9),
26 26
  shellfu (<< 0.11),
27
- shellfu-bash-jat (>= 0.0.0),
28
- shellfu-bash-jat (<< 0.0.1),
27
+ shellfu-bash-jat (>= 0.0.1),
28
+ shellfu-bash-jat (<< 0.0.2),
29 29
  shellfu-bash-pretty,
30 30
  shellfu-bash-saturnin (>= 0.4.12),
31 31
  shellfu-bash-saturnin (<< 5.0),
@@ -38,8 +38,7 @@ Description: __MKIT_PROJ_NAME__ - __MKIT_PROJ_TAGLINE__
38 38
 Package: __MKIT_PROJ_PKGNAME__-report
39 39
 Architecture: all
40 40
 Depends:
41
- jattool (>= 0.0.0),
42
- jattool (<< 0.0.1),
41
+ jattool (= ${source:Version}),
43 42
  python-jinja2,
44 43
 Description: __MKIT_PROJ_NAME__ - __MKIT_PROJ_TAGLINE__
45 44
  JAT is a testing framework for Shell-based test suites.

+ 1
- 1
packaging/template.spec View File

@@ -1,5 +1,5 @@
1 1
 %global sfincb %{_datadir}/shellfu/include-bash
2
-%global shellfu_req shellfu >= 0.10.8, shellfu < 0.11
2
+%global shellfu_req shellfu >= 0.10.9, shellfu < 0.11
3 3
 %global saturnin_req shellfu-bash-saturnin >= 0.4.12, shellfu-bash-saturnin < 0.5
4 4
 %if 0%{?rhel} && 0%{?rhel} < 7
5 5
 %global jinja_req python-jinja2