[mingw-filesystem] Added a manual provides for ksuser.dll

epienbro epienbro at fedoraproject.org
Mon Mar 12 22:17:09 UTC 2012


commit 7efd7c1a020f5f22ad3ccd9175b6ab9692f62e4e
Author: Erik van Pienbroek <erik at vanpienbroek.nl>
Date:   Mon Mar 12 23:17:04 2012 +0100

    Added a manual provides for ksuser.dll

 mingw-filesystem.spec |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)
---
diff --git a/mingw-filesystem.spec b/mingw-filesystem.spec
index f407377..c6fd0e6 100644
--- a/mingw-filesystem.spec
+++ b/mingw-filesystem.spec
@@ -2,7 +2,7 @@
 
 Name:           mingw-filesystem
 Version:        95
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        MinGW cross compiler base filesystem and environment
 
 Group:          Development/Libraries
@@ -78,6 +78,9 @@ Requires:       %{name}-base = %{version}-%{release}
 #
 Provides:       %(sed "s/\(.*\)/mingw32(\1) /g" %{SOURCE16} | tr "\n" " ")
 
+# Wine currently doesn't implement ksuser.dll, so add it manually here
+Provides:       mingw32(ksuser.dll)
+
 %description -n mingw32-filesystem
 This package contains the base filesystem layout, RPM macros and
 environment for all Fedora MinGW packages.
@@ -93,6 +96,9 @@ Requires:       %{name}-base = %{version}-%{release}
 
 Provides:       %(sed "s/\(.*\)/mingw64(\1) /g" %{SOURCE16} | tr "\n" " ")
 
+# Wine currently doesn't implement ksuser.dll, so add it manually here
+Provides:       mingw64(ksuser.dll)
+
 %description -n mingw64-filesystem
 This package contains the base filesystem layout, RPM macros and
 environment for all Fedora MinGW packages.
@@ -244,6 +250,10 @@ install -m 0644 %{SOURCE12} $RPM_BUILD_ROOT%{_datadir}/mingw/
 
 
 %changelog
+* Mon Mar 12 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 95-4
+- Added a manual provides for the native windows library ksuser.dll as
+  wine doesn't have an implementation for this library at the moment
+
 * Tue Mar 06 2012 Kalev Lember <kalevlember at gmail.com> - 95-3
 - Merge copy-n-paste duplicate %%mingw32_debug_package code
 - Get rid of the USE_OLD_METHOD hack in mingw-find-debuginfo.sh


More information about the scm-commits mailing list