Browse Source

Fix missing isa dependency

Alois Mahdal 2 years ago
parent
commit
f1e13469df
2 changed files with 2 additions and 0 deletions
  1. 1
    0
      packaging/debian/control
  2. 1
    0
      packaging/template.spec

+ 1
- 0
packaging/debian/control View File

16
  shellfu-bash-pretty,
16
  shellfu-bash-pretty,
17
  shellfu-bash-saturnin (>= __VDEP_SATURNIN_GE__),
17
  shellfu-bash-saturnin (>= __VDEP_SATURNIN_GE__),
18
  shellfu-bash-saturnin (<< __VDEP_SATURNIN_LT__),
18
  shellfu-bash-saturnin (<< __VDEP_SATURNIN_LT__),
19
+ shellfu-sh-isa,
19
 Description: __MKIT_PROJ_TAGLINE__
20
 Description: __MKIT_PROJ_TAGLINE__
20
 
21
 
21
 Package: shellfu-bash-dottum
22
 Package: shellfu-bash-dottum

+ 1
- 0
packaging/template.spec View File

16
 Requires: %shellfu_req
16
 Requires: %shellfu_req
17
 Requires: shellfu-bash
17
 Requires: shellfu-bash
18
 Requires: shellfu-bash-pretty
18
 Requires: shellfu-bash-pretty
19
+Requires: shellfu-sh-isa
19
 
20
 
20
 %description
21
 %description
21
 __MKIT_PROJ_TAGLINE__
22
 __MKIT_PROJ_TAGLINE__