From 5297449db5ef4d6e7b590b683c402d2c99421870 Mon Sep 17 00:00:00 2001 From: Benjamin Gilbert Date: Thu, 18 Nov 2021 16:35:41 -0500 Subject: [PATCH] Drop rpmlintrc The filter specified therein is apparently no longer relevant after the recent refactor: E: unused-rpmlintrc-filter "hardcoded-library-path in %{_prefix}/lib/dracut" --- rust-coreos-installer.rpmlintrc | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 rust-coreos-installer.rpmlintrc diff --git a/rust-coreos-installer.rpmlintrc b/rust-coreos-installer.rpmlintrc deleted file mode 100644 index de41af1..0000000 --- a/rust-coreos-installer.rpmlintrc +++ /dev/null @@ -1,2 +0,0 @@ -# Suppress hardcoded library path warning -addFilter("hardcoded-library-path in %{_prefix}/lib/dracut")