2.31-0.2: disable rfkill

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2017-09-25 11:24:21 +02:00
parent 93789c7721
commit 2cbb58aee9

View File

@ -2,7 +2,7 @@
Summary: A collection of basic system utilities Summary: A collection of basic system utilities
Name: util-linux Name: util-linux
Version: 2.31 Version: 2.31
Release: 0.1%{?dist} Release: 0.2%{?dist}
License: GPLv2 and GPLv2+ and LGPLv2+ and BSD with advertising and Public Domain License: GPLv2 and GPLv2+ and LGPLv2+ and BSD with advertising and Public Domain
Group: System Environment/Base Group: System Environment/Base
URL: http://en.wikipedia.org/wiki/Util-linux URL: http://en.wikipedia.org/wiki/Util-linux
@ -278,6 +278,7 @@ export DAEMON_LDFLAGS="$SUID_LDFLAGS"
%configure \ %configure \
--with-systemdsystemunitdir=%{_unitdir} \ --with-systemdsystemunitdir=%{_unitdir} \
--disable-silent-rules \ --disable-silent-rules \
--disable-rfkill \
--disable-bfs \ --disable-bfs \
--disable-pg \ --disable-pg \
--enable-chfn-chsh \ --enable-chfn-chsh \
@ -553,7 +554,7 @@ exit 0
%{_bindir}/rename %{_bindir}/rename
%{_bindir}/renice %{_bindir}/renice
%{_bindir}/rev %{_bindir}/rev
%{_bindir}/rfkill #%{_bindir}/rfkill
%{_bindir}/script %{_bindir}/script
%{_bindir}/scriptreplay %{_bindir}/scriptreplay
%{_bindir}/setarch %{_bindir}/setarch
@ -660,7 +661,7 @@ exit 0
%{_mandir}/man8/rawdevices.8* %{_mandir}/man8/rawdevices.8*
%{_mandir}/man8/readprofile.8* %{_mandir}/man8/readprofile.8*
%{_mandir}/man8/resizepart.8* %{_mandir}/man8/resizepart.8*
%{_mandir}/man8/rfkill.8* #%{_mandir}/man8/rfkill.8*
%{_mandir}/man8/rtcwake.8* %{_mandir}/man8/rtcwake.8*
%{_mandir}/man8/setarch.8* %{_mandir}/man8/setarch.8*
%{_mandir}/man8/sulogin.8.gz %{_mandir}/man8/sulogin.8.gz
@ -776,7 +777,7 @@ exit 0
%{compldir}/renice %{compldir}/renice
%{compldir}/resizepart %{compldir}/resizepart
%{compldir}/rev %{compldir}/rev
%{compldir}/rfkill #%{compldir}/rfkill
%{compldir}/rtcwake %{compldir}/rtcwake
%{compldir}/runuser %{compldir}/runuser
%{compldir}/script %{compldir}/script
@ -936,6 +937,9 @@ exit 0
%{_libdir}/python*/site-packages/libmount/* %{_libdir}/python*/site-packages/libmount/*
%changelog %changelog
* Mon Sep 25 2017 Karel Zak <kzak@redhat.com> - 2.31-0.2
- temporary disable rfkill (fix #1494855)
* Fri Sep 22 2017 Karel Zak <kzak@redhat.com> - 2.31-0.1 * Fri Sep 22 2017 Karel Zak <kzak@redhat.com> - 2.31-0.1
- upgrade to v2.31-rc1 - upgrade to v2.31-rc1
http://ftp.kernel.org/pub/linux/utils/util-linux/v2.31/v2.31-ReleaseNotes http://ftp.kernel.org/pub/linux/utils/util-linux/v2.31/v2.31-ReleaseNotes