Accepting request 920638 from windows:mingw:win32

- Silence rpmlint2: devel-file-in-non-devel-package

OBS-URL: https://build.opensuse.org/request/show/920638
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mingw32-runtime?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2021-09-21 19:13:22 +00:00 committed by Git OBS Bridge
commit 1da4dad691
3 changed files with 8 additions and 2 deletions

View File

@ -1 +1,2 @@
addFilter("arch-independent-package-contains-binary-or-object")
addFilter("devel-file-in-non-devel-package")

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Sep 21 08:39:19 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
- Silence rpmlint2: devel-file-in-non-devel-package
-------------------------------------------------------------------
Sat Jul 3 10:32:06 UTC 2021 - Jan Engelhardt <jengelh@inai.de>

View File

@ -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