소스 검색

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.