-
Notifications
You must be signed in to change notification settings - Fork 47
/
open-vmdk.spec
76 lines (66 loc) · 2.29 KB
/
open-vmdk.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
Summary: Tools to create OVA files from raw disk images
Name: open-vmdk
Version: 0.3.10
Release: 0%{?dist}
Vendor: VMware, Inc.
Distribution: Photon
License: Apache License 2.0
URL: https://github.com/vmware/open-vmdk
Group: Development/Tools
Source0: https://github.com/vmware/open-vmdk/archive/refs/tags/%{name}-%{version}.tar.gz
%define sha512 %{name}=c79e2d87a95ce0a6f6f7116c68b7f2d6be23103644d2471f7bce4725f2c98742e3d6d4207c4c60e2d9d56f86c28213cc742e0a92dfec71cf3c1786fea1b2d303
BuildRequires: zlib-devel
Requires: coreutils
Requires: grep
Requires: python3-lxml
Requires: python3-PyYAML
Requires: sed
Requires: tar
Requires: util-linux
Requires: zlib
%description
Tools to create OVA files from raw disk images. This includes 'vmdk-convert'
to create VMDKs from raw disk images, and 'ova-compose' to create OVA files
that can be imported by VMware vSphere or Fusion and Workstation.
%prep
%autosetup
%build
%make_build
%install
%make_install
install -d -m 755 %{buildroot}%{_datadir}/%{name}
install templates/*.ovf %{buildroot}%{_datadir}/%{name}
%clean
rm -rf %{buildroot}/*
%files
%defattr(-,root,root)
%config(noreplace) %{_sysconfdir}/%{name}.conf
%{_bindir}/*
%{_datadir}/%{name}/*
%changelog
- update to 0.3.10 (pre-release)
- update to 0.3.9
- update to 0.3.8
- update to 0.3.7
- update to 0.3.6
- update to 0.3.5
- update to 0.3.3
- update to 0.3.2
- update to 0.3.1
- update to 0.3.0
- Bump version as a part of zlib upgrade
- update to 0.2.0
- initial release