Browse Source

Relax shellfu-bash-jat version range

Alois Mahdal 5 years ago
parent
commit
68b71e185e
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      packaging/debian/control
  2. 1
    1
      packaging/template.spec

+ 1
- 1
packaging/debian/control View File

@@ -14,7 +14,7 @@ Depends:
14 14
  shellfu (<< 0.11),
15 15
  shellfu-bash,
16 16
  shellfu-bash-jat (>= 0.0.1),
17
- shellfu-bash-jat (<< 0.0.2),
17
+ shellfu-bash-jat (<< 0.1.0),
18 18
  shellfu-bash-pretty,
19 19
 Description: __MKIT_PROJ_NAME__ - __MKIT_PROJ_TAGLINE__
20 20
  __SHELLFU_MODDESC__

+ 1
- 1
packaging/template.spec View File

@@ -1,7 +1,7 @@
1 1
 %global sfincb %{_datadir}/shellfu/include-bash
2 2
 %global sfmodn __SHELLFU_MODNAME__
3 3
 %global shellfu_req shellfu >= 0.10.7, shellfu < 0.11
4
-%global jat_req shellfu-bash-jat >= 0.0.1, shellfu-bash-jat < 0.0.2
4
+%global jat_req shellfu-bash-jat >= 0.0.1, shellfu-bash-jat < 0.1.0
5 5
 
6 6
 Name:       __MKIT_PROJ_PKGNAME__
7 7
 Version:    __MKIT_PROJ_VERSION__