diff --git a/mingw64-filesystem.changes b/mingw64-filesystem.changes index a65ac33..8d88c82 100644 --- a/mingw64-filesystem.changes +++ b/mingw64-filesystem.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Sep 14 06:39:03 UTC 2021 - Fridrich Strba + +- Force rpmlint use and avoid using of rpmlint-mini + ------------------------------------------------------------------- Wed Jul 28 06:04:17 UTC 2021 - Ralf Habacker diff --git a/mingw64-filesystem.spec b/mingw64-filesystem.spec index 7f65564..3c2da65 100644 --- a/mingw64-filesystem.spec +++ b/mingw64-filesystem.spec @@ -1,7 +1,7 @@ # # spec file for package mingw64-filesystem # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -53,7 +53,7 @@ Provides: mingw64(userenv.dll) Provides: mingw64(uxtheme.dll) # TODO: The available DLL's can be identified by the # available import libraries of the mingw64-runtime package. -# needed by mingw64-libqt5-qtbase +# needed by mingw64-libqt5-qtbase Provides: mingw64(d2d1.dll) Provides: mingw64(d3d11.dll) Provides: mingw64(dwrite.dll) @@ -61,6 +61,8 @@ Provides: mingw64(ncrypt.dll) Requires: mingw64-cross-breakpad-tools Requires: python3 Requires: rpm +Requires: rpmlint +Conflicts: rpmlint-mini BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch #!BuildIgnore: post-build-checks @@ -137,7 +139,7 @@ mkdir -p %{buildroot}%{_prefix}/x86_64-w64-mingw32/sys-root/mingw%{_localstatedi # Let programs locate their plugins relative to the executable without using # upward movement ("..") in those packages, cf. libdbi, libenchant. -# +# mkdir -p %{buildroot}%{_prefix}/x86_64-w64-mingw32/sys-root/mingw/bin/lib ln -s ../../lib "%buildroot/%_prefix/x86_64-w64-mingw32/sys-root/mingw/bin/lib/x86_64-pc"