浏览代码

Add missing dependency

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

+ 1
- 1
packaging/debian/control 查看文件

@@ -64,7 +64,7 @@ Description: INI grepping Shellfu/Bash module
64 64
 
65 65
 Package: shellfu-bash-pretty
66 66
 Architecture: all
67
-Depends: shellfu-bash
67
+Depends: shellfu-bash, shellfu-sh-exit, shellfu-sh-termcolors
68 68
 Description: Logging Shellfu/Bash module
69 69
  Shellfu is an attempt to add modularity to your shell scripts.
70 70
  .

+ 1
- 0
packaging/template.spec 查看文件

@@ -50,6 +50,7 @@ INI-like files.
50 50
 %package bash-pretty
51 51
 Summary: Logging Shellfu/Bash module
52 52
 Requires: shellfu-bash
53
+Requires: shellfu-sh-exit
53 54
 Requires: shellfu-sh-termcolors
54 55
 %description bash-pretty
55 56
 This sub-package contains 'pretty', universal Shellfu logging module.