From 9844c015469065a13ec694ff21172c1570d63f44 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Thu, 9 Sep 2010 13:35:15 +0100 Subject: [PATCH] Provide virtual mingw32(ws2_32.dll) for libvirt. --- mingw32-filesystem.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mingw32-filesystem.spec b/mingw32-filesystem.spec index 2194ec3..98a8ba3 100644 --- a/mingw32-filesystem.spec +++ b/mingw32-filesystem.spec @@ -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 - 60-1 +- Provide virtual mingw32(ws2_32.dll) for libvirt. + * Mon Sep 06 2010 Kalev Lember - 59-1 - Own /etc/rpmlint/ dir instead of depending on rpmlint package (RHBZ#629791)