Browse Source

Add upper Shellfu version limit

Alois Mahdal 6 years ago
parent
commit
5d5e93cf8c
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

@@ -7,6 +7,7 @@ Standards-Version: 3.9.2
7 7
 Build-Depends:
8 8
  debhelper (>= 9),
9 9
  shellfu (>= 0.10),
10
+ shellfu (<< 0.11),
10 11
  shellfu-bash,
11 12
  shellfu-bash-inigrep,
12 13
  shellfu-bash-pretty,
@@ -16,6 +17,7 @@ Package: __MKIT_PROJ_PKGNAME__
16 17
 Architecture: all
17 18
 Depends:
18 19
  shellfu (>= 0.10),
20
+ shellfu (<< 0.11),
19 21
  shellfu-bash,
20 22
  shellfu-bash-inigrep,
21 23
  shellfu-bash-pretty,

+ 2
- 0
packaging/template.spec View File

@@ -10,10 +10,12 @@ Source0:	%{name}-%{version}.tar.gz
10 10
 BuildArch:	noarch
11 11
 BuildRequires:	coreutils
12 12
 BuildRequires:	shellfu => 0.10
13
+BuildRequires:	shellfu < 0.11
13 14
 BuildRequires:	shellfu-bash-inigrep
14 15
 BuildRequires:	shellfu-bash-pretty
15 16
 BuildRequires:	shellfu-sh-exit
16 17
 Requires:	shellfu => 0.10
18
+Requires:	shellfu < 0.11
17 19
 Requires:	shellfu-bash
18 20
 Requires:	shellfu-bash-inigrep
19 21
 Requires:	shellfu-bash-pretty