Add rpmlintrc and fix a few rpmlint warnings
This commit is contained in:
parent
6dd5cb570c
commit
d433a74d30
7
compiler-rt.rpmlintrc
Normal file
7
compiler-rt.rpmlintrc
Normal file
@ -0,0 +1,7 @@
|
||||
# This is a devel package
|
||||
addFilter("W: devel-file-in-non-devel-package")
|
||||
|
||||
# These symlinks are dangling on x64_64
|
||||
addFilter("compiler-rt.x86_64: W: dangling-relative-symlink /usr/lib64/clang/[0-9]+.[0-9]+.[0-9]+/")
|
||||
|
||||
addFilter("E: hardcoded-library-path in ../../lib/clang/")
|
@ -112,13 +112,13 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Oct 01 2021 Tom Stellard <tstellar@redhat.com> -13.0.0-1
|
||||
* Fri Oct 01 2021 Tom Stellard <tstellar@redhat.com> - 13.0.0-1
|
||||
- 13.0.0 Release
|
||||
|
||||
* Wed Sep 22 2021 Tom Stellard <tsellar@redhat.com> - 13.0.0~rc3-1
|
||||
- 13.0.0-rc3 Release
|
||||
|
||||
* Mon Aug 09 2021 Tom Stellard <tstellar@redhat.com> = 13.0.0~rc1-1
|
||||
* Mon Aug 09 2021 Tom Stellard <tstellar@redhat.com> - 13.0.0~rc1-1
|
||||
- 13.0.0-rc1 Release
|
||||
|
||||
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 12.0.1-2
|
||||
|
Loading…
Reference in New Issue
Block a user