2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-30 17:46:38 +00:00

Merge pull request #2284 from zet809/modify_dep_for_genesis_script

To have xcat-genesis-script depended on xcat-genesis-base 2.13.0 or h…
This commit is contained in:
Xiaopeng Wang 2016-12-07 15:19:36 +08:00 committed by GitHub
commit 16af690635
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ Standards-Version: 3.9.2
Package: xcat-genesis-scripts-amd64
Architecture: all
Depends: xcat-genesis-base-amd64
Depends: xcat-genesis-base-amd64 (>=2.13.0)
Conflicts: xcat-genesis-scripts,xcat-genesis-scripts-x86-64
Replaces: xcat-genesis-scripts,xcat-genesis-scripts-x86-64
Description: xCAT genesis

View File

@ -7,7 +7,7 @@ Standards-Version: 3.9.2
Package: xcat-genesis-scripts-ppc64
Architecture: all
Depends: xcat-genesis-base-ppc64
Depends: xcat-genesis-base-ppc64 (>=2.13.0)
Conflicts: xcat-genesis-scripts
Replaces: xcat-genesis-scripts
Description: xCAT genesis

View File

@ -31,7 +31,7 @@ Vendor: IBM Corp
Summary: xCAT Genesis netboot image - Core content
URL: http://xcat.org
Source1: xCAT-genesis-scripts.tar.bz2
Requires: xCAT-genesis-base-%{tarch}
Requires: xCAT-genesis-base-%{tarch} >= 2:2.13.0
Buildroot: %{_localstatedir}/tmp/xCAT-genesis
Packager: IBM Corp.