forked from pool/util-linux
Accepting request 401620 from home:dimstar:Factory
- Do not BuildRequires bash-completion: this is tempting, but it pulls bash-completion and its entire dependency stack into Ring0, which is inacceptable. Pass the correct path (%{_datdir}/bash-completion/completions) via --with-bashcompletiondir to configure. - Do not BuildRequires bash-completion: this is tempting, but it pulls bash-completion and its entire dependency stack into Ring0, which is inacceptable. Pass the correct path (%{_datdir}/bash-completion/completions) via --with-bashcompletiondir to configure. - Do not BuildRequires bash-completion: this is tempting, but it pulls bash-completion and its entire dependency stack into Ring0, which is inacceptable. Pass the correct path (%{_datdir}/bash-completion/completions) via --with-bashcompletiondir to configure. OBS-URL: https://build.opensuse.org/request/show/401620 OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=311
This commit is contained in:
parent
e5ca665f0a
commit
a120c15d72
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 13 11:37:33 UTC 2016 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Do not BuildRequires bash-completion: this is tempting, but it
|
||||||
|
pulls bash-completion and its entire dependency stack into Ring0,
|
||||||
|
which is inacceptable. Pass the correct path
|
||||||
|
(%{_datdir}/bash-completion/completions) via
|
||||||
|
--with-bashcompletiondir to configure.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 19 14:29:27 CEST 2016 - sbrabec@suse.com
|
Thu May 19 14:29:27 CEST 2016 - sbrabec@suse.com
|
||||||
|
|
||||||
|
@ -73,9 +73,8 @@ Name: python-libmount
|
|||||||
%endif
|
%endif
|
||||||
Summary: %main_summary
|
Summary: %main_summary
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: %main_group
|
Group: %group_pl
|
||||||
BuildRequires: audit-devel
|
BuildRequires: audit-devel
|
||||||
BuildRequires: bash-completion
|
|
||||||
BuildRequires: bc
|
BuildRequires: bc
|
||||||
BuildRequires: binutils-devel
|
BuildRequires: binutils-devel
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -379,6 +378,7 @@ SMP systems.
|
|||||||
%if %build_util_linux
|
%if %build_util_linux
|
||||||
%package -n python-libmount
|
%package -n python-libmount
|
||||||
Summary: %summary_pl
|
Summary: %summary_pl
|
||||||
|
License: GPL-2.0+
|
||||||
Group: %group_pl
|
Group: %group_pl
|
||||||
|
|
||||||
%description -n python-libmount
|
%description -n python-libmount
|
||||||
@ -540,6 +540,7 @@ AUTOPOINT=true autoreconf -vfi
|
|||||||
--with-ncurses \
|
--with-ncurses \
|
||||||
--with-selinux \
|
--with-selinux \
|
||||||
$uhead \
|
$uhead \
|
||||||
|
--with-bashcompletiondir=%{_datadir}/bash-completion/completions \
|
||||||
--with-systemdsystemunitdir=%{_unitdir} \
|
--with-systemdsystemunitdir=%{_unitdir} \
|
||||||
--enable-libmount-force-mountinfo \
|
--enable-libmount-force-mountinfo \
|
||||||
--enable-sulogin-emergency-mount \
|
--enable-sulogin-emergency-mount \
|
||||||
@ -1139,6 +1140,8 @@ fi
|
|||||||
%dir %{_datadir}/getopt
|
%dir %{_datadir}/getopt
|
||||||
%attr (755,root,root) %{_datadir}/getopt/getopt-parse.bash
|
%attr (755,root,root) %{_datadir}/getopt/getopt-parse.bash
|
||||||
%attr (755,root,root) %{_datadir}/getopt/getopt-parse.tcsh
|
%attr (755,root,root) %{_datadir}/getopt/getopt-parse.tcsh
|
||||||
|
%dir %{_datadir}/bash-completion
|
||||||
|
%dir %{_datadir}/bash-completion/completions
|
||||||
%{_datadir}/bash-completion/completions/*
|
%{_datadir}/bash-completion/completions/*
|
||||||
%if %build_util_linux_systemd
|
%if %build_util_linux_systemd
|
||||||
%exclude %{_datadir}/bash-completion/completions/logger
|
%exclude %{_datadir}/bash-completion/completions/logger
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 13 11:37:33 UTC 2016 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Do not BuildRequires bash-completion: this is tempting, but it
|
||||||
|
pulls bash-completion and its entire dependency stack into Ring0,
|
||||||
|
which is inacceptable. Pass the correct path
|
||||||
|
(%{_datdir}/bash-completion/completions) via
|
||||||
|
--with-bashcompletiondir to configure.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 19 14:29:27 CEST 2016 - sbrabec@suse.com
|
Thu May 19 14:29:27 CEST 2016 - sbrabec@suse.com
|
||||||
|
|
||||||
|
@ -75,7 +75,6 @@ Summary: %main_summary
|
|||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: %main_group
|
Group: %main_group
|
||||||
BuildRequires: audit-devel
|
BuildRequires: audit-devel
|
||||||
BuildRequires: bash-completion
|
|
||||||
BuildRequires: bc
|
BuildRequires: bc
|
||||||
BuildRequires: binutils-devel
|
BuildRequires: binutils-devel
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -540,6 +539,7 @@ AUTOPOINT=true autoreconf -vfi
|
|||||||
--with-ncurses \
|
--with-ncurses \
|
||||||
--with-selinux \
|
--with-selinux \
|
||||||
$uhead \
|
$uhead \
|
||||||
|
--with-bashcompletiondir=%{_datadir}/bash-completion/completions \
|
||||||
--with-systemdsystemunitdir=%{_unitdir} \
|
--with-systemdsystemunitdir=%{_unitdir} \
|
||||||
--enable-libmount-force-mountinfo \
|
--enable-libmount-force-mountinfo \
|
||||||
--enable-sulogin-emergency-mount \
|
--enable-sulogin-emergency-mount \
|
||||||
@ -1139,6 +1139,8 @@ fi
|
|||||||
%dir %{_datadir}/getopt
|
%dir %{_datadir}/getopt
|
||||||
%attr (755,root,root) %{_datadir}/getopt/getopt-parse.bash
|
%attr (755,root,root) %{_datadir}/getopt/getopt-parse.bash
|
||||||
%attr (755,root,root) %{_datadir}/getopt/getopt-parse.tcsh
|
%attr (755,root,root) %{_datadir}/getopt/getopt-parse.tcsh
|
||||||
|
%dir %{_datadir}/bash-completion
|
||||||
|
%dir %{_datadir}/bash-completion/completions
|
||||||
%{_datadir}/bash-completion/completions/*
|
%{_datadir}/bash-completion/completions/*
|
||||||
%if %build_util_linux_systemd
|
%if %build_util_linux_systemd
|
||||||
%exclude %{_datadir}/bash-completion/completions/logger
|
%exclude %{_datadir}/bash-completion/completions/logger
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 13 11:37:33 UTC 2016 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Do not BuildRequires bash-completion: this is tempting, but it
|
||||||
|
pulls bash-completion and its entire dependency stack into Ring0,
|
||||||
|
which is inacceptable. Pass the correct path
|
||||||
|
(%{_datdir}/bash-completion/completions) via
|
||||||
|
--with-bashcompletiondir to configure.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 19 14:29:27 CEST 2016 - sbrabec@suse.com
|
Thu May 19 14:29:27 CEST 2016 - sbrabec@suse.com
|
||||||
|
|
||||||
|
@ -75,7 +75,6 @@ Summary: %main_summary
|
|||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: %main_group
|
Group: %main_group
|
||||||
BuildRequires: audit-devel
|
BuildRequires: audit-devel
|
||||||
BuildRequires: bash-completion
|
|
||||||
BuildRequires: bc
|
BuildRequires: bc
|
||||||
BuildRequires: binutils-devel
|
BuildRequires: binutils-devel
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -540,6 +539,7 @@ AUTOPOINT=true autoreconf -vfi
|
|||||||
--with-ncurses \
|
--with-ncurses \
|
||||||
--with-selinux \
|
--with-selinux \
|
||||||
$uhead \
|
$uhead \
|
||||||
|
--with-bashcompletiondir=%{_datadir}/bash-completion/completions \
|
||||||
--with-systemdsystemunitdir=%{_unitdir} \
|
--with-systemdsystemunitdir=%{_unitdir} \
|
||||||
--enable-libmount-force-mountinfo \
|
--enable-libmount-force-mountinfo \
|
||||||
--enable-sulogin-emergency-mount \
|
--enable-sulogin-emergency-mount \
|
||||||
@ -1139,6 +1139,8 @@ fi
|
|||||||
%dir %{_datadir}/getopt
|
%dir %{_datadir}/getopt
|
||||||
%attr (755,root,root) %{_datadir}/getopt/getopt-parse.bash
|
%attr (755,root,root) %{_datadir}/getopt/getopt-parse.bash
|
||||||
%attr (755,root,root) %{_datadir}/getopt/getopt-parse.tcsh
|
%attr (755,root,root) %{_datadir}/getopt/getopt-parse.tcsh
|
||||||
|
%dir %{_datadir}/bash-completion
|
||||||
|
%dir %{_datadir}/bash-completion/completions
|
||||||
%{_datadir}/bash-completion/completions/*
|
%{_datadir}/bash-completion/completions/*
|
||||||
%if %build_util_linux_systemd
|
%if %build_util_linux_systemd
|
||||||
%exclude %{_datadir}/bash-completion/completions/logger
|
%exclude %{_datadir}/bash-completion/completions/logger
|
||||||
|
Loading…
Reference in New Issue
Block a user