Update to 1.2.21 release

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
This commit is contained in:
Daniel P. Berrange 2015-11-11 10:01:05 +00:00
parent feb92626e1
commit 281508ec99
2 changed files with 11 additions and 5 deletions

View File

@ -377,8 +377,8 @@
Summary: Library providing a simple virtualization API Summary: Library providing a simple virtualization API
Name: libvirt Name: libvirt
Version: 1.2.20 Version: 1.2.21
Release: 2%{?dist}%{?extra_release} Release: 1%{?dist}%{?extra_release}
License: LGPLv2+ License: LGPLv2+
Group: Development/Libraries Group: Development/Libraries
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
@ -1170,7 +1170,7 @@ virtualization capabilities of recent versions of Linux (and other OSes).
%package wireshark %package wireshark
Summary: Wireshark dissector plugin for libvirt RPC transactions Summary: Wireshark dissector plugin for libvirt RPC transactions
Group: Development/Libraries Group: Development/Libraries
Requires: wireshark Requires: wireshark >= 1.12.6-4
Requires: %{name}-client = %{version}-%{release} Requires: %{name}-client = %{version}-%{release}
%description wireshark %description wireshark
@ -1256,6 +1256,7 @@ if [ $COUNT -gt 0 ]; then
fi fi
echo "Applied $COUNT patches" echo "Applied $COUNT patches"
rm -f $PATCHLIST rm -f $PATCHLIST
rm -rf .git
%build %build
%if ! %{with_xen} %if ! %{with_xen}
@ -1560,6 +1561,8 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libvirt/connection-driver/*.a
%endif %endif
%if %{with_wireshark} %if %{with_wireshark}
rm -f $RPM_BUILD_ROOT%{_libdir}/wireshark/plugins/*/libvirt.la rm -f $RPM_BUILD_ROOT%{_libdir}/wireshark/plugins/*/libvirt.la
mv $RPM_BUILD_ROOT%{_libdir}/wireshark/plugins/*/libvirt.so \
$RPM_BUILD_ROOT%{_libdir}/wireshark/plugins/libvirt.so
%endif %endif
# Temporarily get rid of not-installed libvirt-admin.so # Temporarily get rid of not-installed libvirt-admin.so
@ -2278,7 +2281,7 @@ exit 0
%if %{with_wireshark} %if %{with_wireshark}
%files wireshark %files wireshark
%{_libdir}/wireshark/plugins/*/libvirt.so %{_libdir}/wireshark/plugins/libvirt.so
%endif %endif
%if %{with_lxc} %if %{with_lxc}
@ -2333,6 +2336,9 @@ exit 0
%doc examples/systemtap %doc examples/systemtap
%changelog %changelog
* Wed Nov 11 2015 Cole Robinson <crobinso@redhat.com> - 1.2.21-1
- Update to 1.2.21 release
* Sun Oct 11 2015 Cole Robinson <crobinso@redhat.com> - 1.2.20-2 * Sun Oct 11 2015 Cole Robinson <crobinso@redhat.com> - 1.2.20-2
- Rebuild for xen 4.6 - Rebuild for xen 4.6

View File

@ -1 +1 @@
b1058b8062a9b76f55928ce87eb0f5fe libvirt-1.2.20.tar.gz 76ab39194302b9067332e1f619c8bad9 libvirt-1.2.21.tar.gz