forked from eucalyptus/eucalyptus-service-image
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from sjones4/topic-tar-xz-required
Update packaging with tar and xz dependencies
- Loading branch information
Showing
1 changed file
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Name: eucalyptus-service-image | ||
Version: 4.4.101 | ||
Release: 0%{?dist} | ||
Release: 1%{?dist} | ||
Summary: Eucalyptus Service Image | ||
|
||
Group: Applications/System | ||
|
@@ -19,6 +19,8 @@ BuildRequires: python-devel | |
Requires: euca2ools >= 3.3 | ||
Requires: eucalyptus-admin-tools >= 4.2 | ||
Requires: python-prettytable | ||
Requires: tar | ||
Requires: xz | ||
|
||
Obsoletes: eucalyptus-imaging-worker-image < 1.1 | ||
Obsoletes: eucalyptus-load-balancer-image < 1.2 | ||
|
@@ -59,6 +61,9 @@ make install DESTDIR=$RPM_BUILD_ROOT | |
|
||
|
||
%changelog | ||
* Wed Nov 14 2018 Steve Jones <[email protected]> | ||
- Add dependencies for tar and xz used for default image install | ||
|
||
* Wed Mar 14 2018 Steve Jones <[email protected]> - 4.4 | ||
- Version bump (4.4), now versioned as per eucalyptus | ||
|
||
|