1 |
%define name smeserver-qemu-guest-agent |
%define name smeserver-qemu-guest-agent |
2 |
%define version 0.1 |
%define version 0.1 |
3 |
%define release 1 |
%define release 2 |
4 |
Summary: Plugin to enable add qemu-guest-agent support to Koozali SME |
Summary: Plugin to enable add qemu-guest-agent support to Koozali SME |
5 |
Name: %{name} |
Name: %{name} |
6 |
Version: %{version} |
Version: %{version} |
9 |
URL: http://libreswan.org/ |
URL: http://libreswan.org/ |
10 |
Group: SMEserver/addon |
Group: SMEserver/addon |
11 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
12 |
#Patch1: smeserver-qemu-guest-agent.patch |
Patch1: smeserver-qemu-guest-agent-bz11777-fix-event-name.patch |
13 |
|
|
14 |
BuildRoot: /var/tmp/%{name}-%{version} |
BuildRoot: /var/tmp/%{name}-%{version} |
15 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
23 |
It is used to exchange information between the host and guest, and to execute command in the guest. |
It is used to exchange information between the host and guest, and to execute command in the guest. |
24 |
|
|
25 |
%changelog |
%changelog |
26 |
|
* Tue Mar 15 2022 John Crisp <jcrisp@safeandsoundit.co.uk> 0.1-2.sme |
27 |
|
- change event name smeserver-qemu-guest-agent-update [SME: 11777] |
28 |
|
|
29 |
* Fri Oct 22 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 0.1-1.sme |
* Fri Oct 22 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 0.1-1.sme |
30 |
- Initial import to Koozali SME 10 [SME: 11715] |
- Initial import to Koozali SME 10 [SME: 11715] |
31 |
|
|
33 |
|
|
34 |
%prep |
%prep |
35 |
%setup |
%setup |
36 |
#%patch1 -p1 |
%patch1 -p1 |
37 |
|
|
38 |
%build |
%build |
39 |
perl createlinks |
perl createlinks |