From 994f85a1d2373309642f012cd9d7efb4cee9af18462beb87ba713e87a54371e5 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Wed, 20 Oct 2021 14:26:22 +0000 Subject: [PATCH] - libglvnd.rpmlintrc * workaround for future buildcheck (boo#1191763) OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libglvnd?expand=0&rev=55 --- libglvnd.changes | 6 ++++++ libglvnd.rpmlintrc | 1 + libglvnd.spec | 1 + 3 files changed, 8 insertions(+) create mode 100644 libglvnd.rpmlintrc diff --git a/libglvnd.changes b/libglvnd.changes index 345aec7..19a25da 100644 --- a/libglvnd.changes +++ b/libglvnd.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Oct 20 14:22:54 UTC 2021 - Stefan Dirsch + +- libglvnd.rpmlintrc + * workaround for future buildcheck (boo#1191763) + ------------------------------------------------------------------- Mon Sep 27 13:40:47 UTC 2021 - Stefan Dirsch diff --git a/libglvnd.rpmlintrc b/libglvnd.rpmlintrc new file mode 100644 index 0000000..3867c6e --- /dev/null +++ b/libglvnd.rpmlintrc @@ -0,0 +1 @@ +addFilter(".*shlib-policy-name-error SONAME.*") diff --git a/libglvnd.spec b/libglvnd.spec index 9ee66e3..4585345 100644 --- a/libglvnd.spec +++ b/libglvnd.spec @@ -27,6 +27,7 @@ Group: Development/Libraries/C and C++ URL: https://github.com/NVIDIA/libglvnd Source: https://github.com/NVIDIA/libglvnd/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Source1: baselibs.conf +Source2: libglvnd.rpmlintrc Patch1: disable-glx-tests.patch BuildRequires: autoconf BuildRequires: automake