浏览代码

Add upper Shellfu version limit

Alois Mahdal 8 年前
父节点
当前提交
31e001a03d
共有 2 个文件被更改,包括 4 次插入0 次删除
  1. 2
    0
      packaging/debian/control
  2. 2
    0
      packaging/template.spec

+ 2
- 0
packaging/debian/control 查看文件

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 查看文件

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