Browse Source

Update shellfu-bash-jat version range

Alois Mahdal 6 years ago
parent
commit
3b9f4f0283
2 changed files with 3 additions and 3 deletions
  1. 2
    2
      packaging/debian/control
  2. 1
    1
      packaging/template.spec

+ 2
- 2
packaging/debian/control View File

@@ -13,8 +13,8 @@ Depends:
13 13
  shellfu (>= 0.10.7),
14 14
  shellfu (<< 0.11),
15 15
  shellfu-bash,
16
- shellfu-bash-jat (>= 0.0.0),
17
- shellfu-bash-jat (<< 0.0.1),
16
+ shellfu-bash-jat (>= 0.0.1),
17
+ shellfu-bash-jat (<< 0.0.2),
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.0, shellfu-bash-jat < 0.0.1
4
+%global jat_req shellfu-bash-jat >= 0.0.1, shellfu-bash-jat < 0.0.2
5 5
 
6 6
 Name:       __MKIT_PROJ_PKGNAME__
7 7
 Version:    __MKIT_PROJ_VERSION__