Browse Source

Add upper Shellfu version limit

Alois Mahdal 6 years ago
parent
commit
31e001a03d
2 changed files with 4 additions and 0 deletions
  1. 2
    0
      packaging/debian/control
  2. 2
    0
      packaging/template.spec

+ 2
- 0
packaging/debian/control View File

@@ -10,6 +10,7 @@ Build-Depends:
10 10
  libpython2.7-minimal,
11 11
  libpython2.7-stdlib,
12 12
  shellfu (>= 0.10),
13
+ shellfu (<< 0.11),
13 14
  shellfu-bash,
14 15
  shellfu-bash-pretty,
15 16
 
@@ -20,6 +21,7 @@ Depends:
20 21
  libpython2.7-minimal,
21 22
  libpython2.7-stdlib,
22 23
  shellfu (>= 0.10),
24
+ shellfu (<< 0.11),
23 25
  shellfu-bash,
24 26
  shellfu-bash-pretty,
25 27
 Description: __MKIT_PROJ_NAME__ - __MKIT_PROJ_TAGLINE__

+ 2
- 0
packaging/template.spec View File

@@ -12,10 +12,12 @@ BuildRequires:	coreutils
12 12
 BuildRequires:	python
13 13
 BuildRequires:	python-libs
14 14
 BuildRequires:	shellfu => 0.10
15
+BuildRequires:	shellfu < 0.11
15 16
 BuildRequires:	shellfu-bash-pretty
16 17
 Requires:	python
17 18
 Requires:	python-libs
18 19
 Requires:	shellfu => 0.10
20
+Requires:	shellfu < 0.11
19 21
 Requires:	shellfu-bash
20 22
 Requires:	shellfu-bash-pretty
21 23