automatic version update by autodist [release 1.2.5-1mamba;Thu Jun 05 2014]
This commit is contained in:
parent
7659f9d265
commit
0bc28b55c8
10
libvirt.spec
10
libvirt.spec
@ -2,7 +2,7 @@
|
|||||||
%define qemu_group root
|
%define qemu_group root
|
||||||
|
|
||||||
Name: libvirt
|
Name: libvirt
|
||||||
Version: 1.2.4
|
Version: 1.2.5
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Virtualization API
|
Summary: Virtualization API
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -51,6 +51,8 @@ BuildRequires: libz-devel
|
|||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libyajl-devel
|
BuildRequires: libyajl-devel
|
||||||
BuildRequires: libpcap-devel >= 1.2
|
BuildRequires: libpcap-devel >= 1.2
|
||||||
|
BuildRequires: systemtap-sdt-devel
|
||||||
|
BuildRequires: libxen-devel
|
||||||
Requires: dnsmasq
|
Requires: dnsmasq
|
||||||
Requires: ebtables
|
Requires: ebtables
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
@ -93,10 +95,11 @@ CFLAGS="%{optflags} -I%{_includedir}/tirpc" \
|
|||||||
--with-xen \
|
--with-xen \
|
||||||
--with-systemd-daemon \
|
--with-systemd-daemon \
|
||||||
--with-init-script=systemd \
|
--with-init-script=systemd \
|
||||||
--with-remote-pid-file=%{_localstatedir}/run/libvirtd.pid \
|
|
||||||
--with-qemu-user=%{qemu_user} \
|
--with-qemu-user=%{qemu_user} \
|
||||||
--with-qemu-group=%{qemu_group}
|
--with-qemu-group=%{qemu_group}
|
||||||
|
|
||||||
|
# --with-remote-pid-file=%{_localstatedir}/run/libvirtd.pid \
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -271,6 +274,9 @@ fi
|
|||||||
#%doc ChangeLog NEWS README TODO
|
#%doc ChangeLog NEWS README TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 05 2014 Automatic Build System <autodist@mambasoft.it> 1.2.5-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sun May 04 2014 Automatic Build System <autodist@mambasoft.it> 1.2.4-1mamba
|
* Sun May 04 2014 Automatic Build System <autodist@mambasoft.it> 1.2.4-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user