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

+ 2
- 0
packaging/template.spec View File

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