mirror of
https://abf.rosa.ru/djam/glibc40.git
synced 2025-02-24 00:02:53 +00:00
LOG Add rpmlint filter
This commit is contained in:
parent
458aae5b66
commit
a53e9bfe2e
2 changed files with 7 additions and 1 deletions
4
glibc.rpmlintrc
Normal file
4
glibc.rpmlintrc
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
addFilter("E: non-versioned-file-in-library-package")
|
||||||
|
addFilter("E: executable-in-library-package")
|
||||||
|
addFilter("E: unstripped-binary-or-object")
|
||||||
|
addFilter("E: non-standard-executable-perm")
|
|
@ -74,7 +74,7 @@
|
||||||
Summary: The GNU libc libraries
|
Summary: The GNU libc libraries
|
||||||
Name: glibc
|
Name: glibc
|
||||||
Version: 2.15
|
Version: 2.15
|
||||||
Release: 6
|
Release: 7
|
||||||
Epoch: 6
|
Epoch: 6
|
||||||
License: LGPLv2+ and LGPLv2+ with exceptions and GPLv2+
|
License: LGPLv2+ and LGPLv2+ with exceptions and GPLv2+
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
@ -96,6 +96,8 @@ Source8: http://ftp.gnu.org/gnu/glibc/%{glibcportsdir}.tar.gz
|
||||||
Source9: http://ftp.gnu.org/gnu/glibc/%{glibcportsdir}.tar.gz.sig
|
Source9: http://ftp.gnu.org/gnu/glibc/%{glibcportsdir}.tar.gz.sig
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Source10: %{name}.rpmlintrc
|
||||||
|
|
||||||
# Blowfish support
|
# Blowfish support
|
||||||
Source50: http://www.openwall.com/crypt/crypt_blowfish-%{crypt_bf_ver}.tar.gz
|
Source50: http://www.openwall.com/crypt/crypt_blowfish-%{crypt_bf_ver}.tar.gz
|
||||||
Source51: http://www.openwall.com/crypt/crypt_blowfish-%{crypt_bf_ver}.tar.gz.sign
|
Source51: http://www.openwall.com/crypt/crypt_blowfish-%{crypt_bf_ver}.tar.gz.sign
|
||||||
|
|
Loading…
Add table
Reference in a new issue