From a53e9bfe2ed1d401ef1f0714708ab408c6ae6874 Mon Sep 17 00:00:00 2001 From: Andrey Bondrov Date: Mon, 22 Oct 2012 20:13:52 +1100 Subject: [PATCH] LOG Add rpmlint filter --- glibc.rpmlintrc | 4 ++++ glibc.spec | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 glibc.rpmlintrc diff --git a/glibc.rpmlintrc b/glibc.rpmlintrc new file mode 100644 index 0000000..994eaa0 --- /dev/null +++ b/glibc.rpmlintrc @@ -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") diff --git a/glibc.spec b/glibc.spec index e80721f..5c454e9 100644 --- a/glibc.spec +++ b/glibc.spec @@ -74,7 +74,7 @@ Summary: The GNU libc libraries Name: glibc Version: 2.15 -Release: 6 +Release: 7 Epoch: 6 License: LGPLv2+ and LGPLv2+ with exceptions and GPLv2+ 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 %endif +Source10: %{name}.rpmlintrc + # Blowfish support 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