From 31097faf0c14a18abb7de526cc00a73a0c541ebd Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 14 Jul 2021 18:20:13 +0200 Subject: [PATCH] 2.37-5: remove util-linux-60-raw.rules --- util-linux-60-raw.rules | 8 -------- util-linux.spec | 6 ++++-- 2 files changed, 4 insertions(+), 10 deletions(-) delete mode 100644 util-linux-60-raw.rules diff --git a/util-linux-60-raw.rules b/util-linux-60-raw.rules deleted file mode 100644 index abbf79d..0000000 --- a/util-linux-60-raw.rules +++ /dev/null @@ -1,8 +0,0 @@ -# -# Enter raw device bindings here. -# -# An example would be: -# ACTION=="add", KERNEL=="sda", RUN+="/usr/bin/raw /dev/raw/raw1 %N" -# to bind /dev/raw/raw1 to /dev/sda, or -# ACTION=="add", ENV{MAJOR}=="8", ENV{MINOR}=="1", RUN+="/usr/bin/raw /dev/raw/raw2 %M %m" -# to bind /dev/raw/raw2 to the device with major 8, minor 1. diff --git a/util-linux.spec b/util-linux.spec index b35590d..5f966e2 100644 --- a/util-linux.spec +++ b/util-linux.spec @@ -2,7 +2,7 @@ Summary: Collection of basic system utilities Name: util-linux Version: 2.37 -Release: 4%{?dist} +Release: 5%{?dist} License: GPLv2 and GPLv2+ and LGPLv2+ and BSD with advertising and Public Domain URL: https://en.wikipedia.org/wiki/Util-linux @@ -52,7 +52,6 @@ Source0: https://www.kernel.org/pub/linux/utils/util-linux/v%{upstream_major}/ut Source1: util-linux-login.pamd Source2: util-linux-remote.pamd Source3: util-linux-chsh-chfn.pamd -Source4: util-linux-60-raw.rules Source5: adjtime Source12: util-linux-su.pamd Source13: util-linux-su-l.pamd @@ -954,6 +953,9 @@ fi %{_libdir}/python*/site-packages/libmount/ %changelog +* Wed Jul 14 2021 Karel Zak - 2.37-5 +- remove unused util-linux-60-raw.rules + * Wed Jul 14 2021 Karel Zak - 2.37-4 - disable raw(8) - no more supported since Linux v5.14 (commit 03e4922f1c81fc2ed3a87b4f91a8d3aafc7e093) - remove dependence on deprecated pcre2posix.h