Compare commits
10 Commits
2b3bd36ec4
...
9fb26560ae
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9fb26560ae | ||
|
|
7f0edb69db | ||
|
|
5eadf1f138 | ||
|
|
f643545a38 | ||
|
|
3336a56020 | ||
|
|
869730144a | ||
|
|
50c4aa1a5b | ||
|
|
d551cabebf | ||
|
|
d315b16a91 | ||
|
|
7ca1bd2b76 |
BIN
0.33.tar.gz
Normal file
BIN
0.33.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,10 +1,10 @@
|
|||||||
Name: cloud-utils
|
Name: cloud-utils
|
||||||
Version: 0.31
|
Version: 0.33
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Cloud image management utilities
|
Summary: Cloud image management utilities
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
URL: https://launchpad.net/cloud-utils/
|
URL: https://github.com/canonical/cloud-utils
|
||||||
Source0: https://launchpad.net/cloud-utils/trunk/0.31/+download/%{name}-%{version}.tar.gz
|
Source0: https://github.com/canonical/cloud-utils/archive/refs/tags/%{version}.tar.gz
|
||||||
Requires: cloud-utils-growpart gawk e2fsprogs file python3
|
Requires: cloud-utils-growpart gawk e2fsprogs file python3
|
||||||
Requires: qemu-img util-linux
|
Requires: qemu-img util-linux
|
||||||
|
|
||||||
@ -31,14 +31,10 @@ This package provides the growpart script for growing a partition.
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc ChangeLog
|
%doc ChangeLog
|
||||||
%{_bindir}/cloud-localds
|
%{_bindir}/cloud-localds
|
||||||
%{_bindir}/cloud-publish-image
|
|
||||||
%{_bindir}/cloud-publish-tarball
|
|
||||||
%{_bindir}/cloud-publish-ubuntu
|
|
||||||
%{_bindir}/ec2metadata
|
%{_bindir}/ec2metadata
|
||||||
%{_bindir}/mount-image-callback
|
%{_bindir}/mount-image-callback
|
||||||
%{_bindir}/resize-part-image
|
%{_bindir}/resize-part-image
|
||||||
%{_bindir}/ubuntu-cloudimg-query
|
%{_bindir}/ubuntu-cloudimg-query
|
||||||
%{_bindir}/ubuntu-ec2-run
|
|
||||||
%{_bindir}/vcs-run
|
%{_bindir}/vcs-run
|
||||||
%{_bindir}/write-mime-multipart
|
%{_bindir}/write-mime-multipart
|
||||||
|
|
||||||
@ -53,5 +49,14 @@ This package provides the growpart script for growing a partition.
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Nov 05 2022 shixuantong <shixuantong1@huawei.com> - 0.33-1
|
||||||
|
- upgrade version to 0.33
|
||||||
|
|
||||||
|
* Tue Oct 25 2022 yanglongkang <yanglongkang@h-partners.com> - 0.32-2
|
||||||
|
- rebuild for next release
|
||||||
|
|
||||||
|
* Tue Dec 14 2021 yangzhuangzhuang <yangzhuangzhuang1@huawei.com> - 0.32-1
|
||||||
|
- update version to 0.32
|
||||||
|
|
||||||
* Mon Feb 17 2020 openEuler Buildteam <buildteam@openeuler.org> - 0.31-1
|
* Mon Feb 17 2020 openEuler Buildteam <buildteam@openeuler.org> - 0.31-1
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
4
cloud-utils.yaml
Normal file
4
cloud-utils.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: git
|
||||||
|
src_repo: https://git.launchpad.net/cloud-utils
|
||||||
|
tag_prefix: ^ubuntu/0.31-
|
||||||
|
seperator: .
|
||||||
Loading…
x
Reference in New Issue
Block a user