diff --git a/mingw32-runtime-rpmlintrc b/mingw32-runtime-rpmlintrc index e492e72..43c2593 100644 --- a/mingw32-runtime-rpmlintrc +++ b/mingw32-runtime-rpmlintrc @@ -1 +1,2 @@ addFilter("arch-independent-package-contains-binary-or-object") +addFilter("devel-file-in-non-devel-package") diff --git a/mingw32-runtime.changes b/mingw32-runtime.changes index 7df9300..ffcf5df 100644 --- a/mingw32-runtime.changes +++ b/mingw32-runtime.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Sep 21 08:39:19 UTC 2021 - Jan Engelhardt + +- Silence rpmlint2: devel-file-in-non-devel-package + ------------------------------------------------------------------- Sat Jul 3 10:32:06 UTC 2021 - Jan Engelhardt diff --git a/mingw32-runtime.spec b/mingw32-runtime.spec index 8297ec8..c087468 100644 --- a/mingw32-runtime.spec +++ b/mingw32-runtime.spec @@ -23,14 +23,14 @@ Summary: MinGW-w64 runtime libraries for Win32 License: SUSE-Public-Domain Group: Development/Libraries/C and C++ URL: http://mingw-w64.sf.net/ -Source: http://downloads.sf.net/mingw-w64/mingw-w64-v%{version}.tar.bz2 +Source: http://downloads.sf.net/mingw-w64/mingw-w64-v%version.tar.bz2 Source100: %name-rpmlintrc -#!BuildIgnore: post-build-checks BuildRequires: mingw32-cross-binutils BuildRequires: mingw32-cross-gcc-bootstrap >= 4.4.0 BuildRequires: mingw32-filesystem BuildRequires: mingw32-headers >= %version BuildRequires: xz +#!BuildIgnore: post-build-checks # When building the CRT, any newer (>=) headers should be ok, since the CRT # won't make use of them. At runtime, ensure that headers are not too new (<=) # because ominous link failures can result -- let OBS go into unresolvable