Drop euca2ools dependency and wrapper scripts

The euca2ools package has been retired so drop its dependency and all the
scripts that are wrappers around tools provided by the euca2ools package.

Signed-off-by: Juerg Haefliger <juergh@gmail.com>
This commit is contained in:
Juerg Haefliger 2019-10-24 07:42:36 +02:00
parent c634f68541
commit 9584970be0

View File

@ -1,7 +1,7 @@
Summary: Cloud image management utilities Summary: Cloud image management utilities
Name: cloud-utils Name: cloud-utils
Version: 0.31 Version: 0.31
Release: 3%{?dist} Release: 4%{?dist}
License: GPLv3 License: GPLv3
URL: https://launchpad.net/cloud-utils/ URL: https://launchpad.net/cloud-utils/
@ -24,7 +24,6 @@ BuildArch: noarch
Requires: cloud-utils-growpart Requires: cloud-utils-growpart
Requires: gawk Requires: gawk
Requires: e2fsprogs Requires: e2fsprogs
Requires: euca2ools
Requires: file Requires: file
Requires: python3 Requires: python3
Requires: qemu-img Requires: qemu-img
@ -33,10 +32,6 @@ Requires: util-linux
%description %description
This package provides a useful set of utilities for managing cloud images. This package provides a useful set of utilities for managing cloud images.
The euca2ools package (a dependency of cloud-utils) provides an Amazon EC2 API
compatible set of utilities for bundling kernels, ramdisks, and root
filesystems, and uploading them to either EC2 or UEC.
The tasks associated with image bundling are often tedious and repetitive. The The tasks associated with image bundling are often tedious and repetitive. The
cloud-utils package provides several scripts that wrap the complicated tasks cloud-utils package provides several scripts that wrap the complicated tasks
with a much simpler interface. with a much simpler interface.
@ -94,15 +89,11 @@ cp man/growpart.* $RPM_BUILD_ROOT/%{_mandir}/man1/
%{!?_licensedir:%global license %%doc} %{!?_licensedir:%global license %%doc}
%license LICENSE %license LICENSE
%{_bindir}/cloud-localds %{_bindir}/cloud-localds
%{_bindir}/cloud-publish-tarball
%{_bindir}/write-mime-multipart %{_bindir}/write-mime-multipart
%{_bindir}/cloud-publish-image
%{_bindir}/ec2metadata %{_bindir}/ec2metadata
%{_bindir}/resize-part-image %{_bindir}/resize-part-image
%{_bindir}/mount-image-callback %{_bindir}/mount-image-callback
%{_bindir}/vcs-run %{_bindir}/vcs-run
%doc %{_mandir}/man1/cloud-publish-image.*
%doc %{_mandir}/man1/cloud-publish-tarball.*
%doc %{_mandir}/man1/resize-part-image.* %doc %{_mandir}/man1/resize-part-image.*
%doc %{_mandir}/man1/write-mime-multipart.* %doc %{_mandir}/man1/write-mime-multipart.*
%doc %{_mandir}/man1/cloud-localds.* %doc %{_mandir}/man1/cloud-localds.*
@ -119,6 +110,9 @@ cp man/growpart.* $RPM_BUILD_ROOT/%{_mandir}/man1/
%changelog %changelog
* Thu Oct 24 2019 Juerg Haefliger <juergh@gmail.com> - 0.31-4
- Drop euca2ools dependency (retired package) and wrapper scripts [bz#1762325].
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.31-3 * Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.31-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild