forked from vmware-archive/cloud-init-vmware-guestinfo
-
Notifications
You must be signed in to change notification settings - Fork 3
/
rpm.el7.spec
37 lines (30 loc) · 996 Bytes
/
rpm.el7.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
#
# spec file for package cloud-init-vmware-guestinfo
#
#################################################################################
# common
#################################################################################
Name: cloud-init-vmware-guestinfo
Version: 1.1.0
Release: 1.el7
Summary: A cloud-init datasource that uses VMware GuestInfo
License: Apache2
Requires: cloud-init
Group: Applications/System
BuildArch: noarch
#################################################################################
# specific
#################################################################################
%description
A cloud-init datasource that uses VMware GuestInfo
%prep
%build
%install
mkdir -p %{buildroot}/
cp -r ./* %buildroot/
exit 0
%clean
%files
%defattr(0644, root,root, 0755)
/etc/cloud/cloud.cfg.d/99-DataSourceVMwareGuestInfo.cfg
/usr/lib/python2.7/site-packages/cloudinit/sources/DataSourceVMwareGuestInfo.py