Provide virtual mingw32(ws2_32.dll) for libvirt.

This commit is contained in:
Richard Jones 2010-09-09 13:35:15 +01:00
parent 7034ac899f
commit 9844c01546

View File

@ -1,7 +1,7 @@
%define debug_package %{nil}
Name: mingw32-filesystem
Version: 59
Version: 60
Release: 1%{?dist}
Summary: MinGW base filesystem and environment
@ -51,6 +51,7 @@ Provides: mingw32(version.dll)
Provides: mingw32(cfgmgr32.dll)
Provides: mingw32(setupapi.dll)
Provides: mingw32(rpcrt4.dll)
Provides: mingw32(ws2_32.dll)
%description
@ -163,6 +164,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Thu Sep 9 2010 Richard W.M. Jones <rjones@redhat.com> - 60-1
- Provide virtual mingw32(ws2_32.dll) for libvirt.
* Mon Sep 06 2010 Kalev Lember <kalev@smartlink.ee> - 59-1
- Own /etc/rpmlint/ dir instead of depending on rpmlint package (RHBZ#629791)