2020-02-19 11:17:35 +08:00
|
|
|
Name: cloud-utils
|
2022-09-19 16:41:36 +08:00
|
|
|
Version: 0.33
|
2020-02-19 11:17:35 +08:00
|
|
|
Release: 1
|
|
|
|
|
Summary: Cloud image management utilities
|
|
|
|
|
License: GPLv3
|
2022-09-19 16:41:36 +08:00
|
|
|
URL: https://github.com/canonical/cloud-utils
|
|
|
|
|
Source0: https://github.com/canonical/cloud-utils/archive/refs/tags/%{version}.tar.gz
|
2020-02-19 11:17:35 +08:00
|
|
|
Requires: cloud-utils-growpart gawk e2fsprogs file python3
|
|
|
|
|
Requires: qemu-img util-linux
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
This package provides a useful set of utilities for managing cloud images.
|
|
|
|
|
|
|
|
|
|
%package growpart
|
|
|
|
|
Summary: Script for growing a partition
|
|
|
|
|
Requires: gawk util-linux
|
|
|
|
|
|
|
|
|
|
%description growpart
|
|
|
|
|
This package provides the growpart script for growing a partition.
|
|
|
|
|
|
|
|
|
|
%package_help
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -n %{name}-%{version} -p1
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%make_install
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%license LICENSE
|
|
|
|
|
%doc ChangeLog
|
|
|
|
|
%{_bindir}/cloud-localds
|
|
|
|
|
%{_bindir}/ec2metadata
|
|
|
|
|
%{_bindir}/mount-image-callback
|
|
|
|
|
%{_bindir}/resize-part-image
|
|
|
|
|
%{_bindir}/ubuntu-cloudimg-query
|
|
|
|
|
%{_bindir}/vcs-run
|
|
|
|
|
%{_bindir}/write-mime-multipart
|
|
|
|
|
|
|
|
|
|
%files growpart
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%license LICENSE
|
|
|
|
|
%doc ChangeLog
|
|
|
|
|
%{_bindir}/growpart
|
|
|
|
|
|
|
|
|
|
%files help
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%{_mandir}/man1/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
2022-09-19 16:41:36 +08:00
|
|
|
* Mon Sep 19 2022 panxiaohe <panxh.life@foxmail.com> - 0.33-1
|
|
|
|
|
- update version to 0.33
|
|
|
|
|
|
2021-12-14 16:38:55 +08:00
|
|
|
* Wed Dec 29 2021 yangzhuangzhuang <yangzhuangzhuang1@huawei.com> - 0.32-1
|
|
|
|
|
- update version to 0.32
|
|
|
|
|
|
2020-02-19 11:17:35 +08:00
|
|
|
* Mon Feb 17 2020 openEuler Buildteam <buildteam@openeuler.org> - 0.31-1
|
|
|
|
|
- Package init
|