forked from pool/util-linux
Accepting request 401944 from Base:System
1 OBS-URL: https://build.opensuse.org/request/show/401944 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=209
This commit is contained in:
commit
faa7f9fd42
@ -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
|
||||||
|
|
||||||
@ -29,7 +38,7 @@ Wed Apr 13 21:29:00 UTC 2016 - sweet_f_a@gmx.de
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 13 09:53:21 UTC 2016 - sweet_f_a@gmx.de
|
Wed Apr 13 09:53:21 UTC 2016 - sweet_f_a@gmx.de
|
||||||
|
|
||||||
- Update to version 2.28:
|
- Update to version 2.28 (bsc#974301):
|
||||||
* Many changes and improvements, most notably:
|
* Many changes and improvements, most notably:
|
||||||
* Now cfdisk, sfdisk and fdisk wipe all filesystem and RAID
|
* Now cfdisk, sfdisk and fdisk wipe all filesystem and RAID
|
||||||
signatures when creating a new disk label in interactive
|
signatures when creating a new disk label in interactive
|
||||||
@ -54,7 +63,7 @@ Wed Apr 13 09:53:21 UTC 2016 - sweet_f_a@gmx.de
|
|||||||
* The commands nsenter and unshare support a new option
|
* The commands nsenter and unshare support a new option
|
||||||
--cgroup for work with cgroups namespaces (CLONE_NEWCGROUP).
|
--cgroup for work with cgroups namespaces (CLONE_NEWCGROUP).
|
||||||
* The library libmount has been improved to properly detect
|
* The library libmount has been improved to properly detect
|
||||||
already mounted btrfs subvolumes.
|
already mounted btrfs subvolumes (bsc#947494, bsc#972684).
|
||||||
* The library libsmartcols has been massively improved to print
|
* The library libsmartcols has been massively improved to print
|
||||||
table ranges, multi-line cells, table titles and to support
|
table ranges, multi-line cells, table titles and to support
|
||||||
continuous printing.
|
continuous printing.
|
||||||
@ -64,6 +73,7 @@ Wed Apr 13 09:53:21 UTC 2016 - sweet_f_a@gmx.de
|
|||||||
openat-family functions anymore.
|
openat-family functions anymore.
|
||||||
* The python binding for libsmartcols is available in separate
|
* The python binding for libsmartcols is available in separate
|
||||||
project at https://github.com/ignatenkobrain/python-smartcols
|
project at https://github.com/ignatenkobrain/python-smartcols
|
||||||
|
* Other bug fixes (bsc#970404, bsc#975082).
|
||||||
* Security issue: CVE-2016-2779 is NOT FIXED yet.
|
* Security issue: CVE-2016-2779 is NOT FIXED yet.
|
||||||
- Remove old util-linux-noenc-suse.patch
|
- Remove old util-linux-noenc-suse.patch
|
||||||
|
|
||||||
@ -98,7 +108,8 @@ Wed Sep 23 14:16:22 CEST 2015 - sbrabec@suse.com
|
|||||||
lslocks, sfdisk and lsipc.
|
lslocks, sfdisk and lsipc.
|
||||||
* script has been massively improved to be more robust and less
|
* script has been massively improved to be more robust and less
|
||||||
complex (bsc#888678, bsc#930236).
|
complex (bsc#888678, bsc#930236).
|
||||||
* sulogin supports locked root accounts by --force.
|
* sulogin supports locked root accounts by --force
|
||||||
|
(bsc#968733, bsc#963399).
|
||||||
* colors support by default. It is possible to change this
|
* colors support by default. It is possible to change this
|
||||||
with --disable-colors-default.
|
with --disable-colors-default.
|
||||||
* more information in cfdisk
|
* more information in cfdisk
|
||||||
|
@ -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
|
||||||
|
|
||||||
@ -29,7 +38,7 @@ Wed Apr 13 21:29:00 UTC 2016 - sweet_f_a@gmx.de
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 13 09:53:21 UTC 2016 - sweet_f_a@gmx.de
|
Wed Apr 13 09:53:21 UTC 2016 - sweet_f_a@gmx.de
|
||||||
|
|
||||||
- Update to version 2.28:
|
- Update to version 2.28 (bsc#974301):
|
||||||
* Many changes and improvements, most notably:
|
* Many changes and improvements, most notably:
|
||||||
* Now cfdisk, sfdisk and fdisk wipe all filesystem and RAID
|
* Now cfdisk, sfdisk and fdisk wipe all filesystem and RAID
|
||||||
signatures when creating a new disk label in interactive
|
signatures when creating a new disk label in interactive
|
||||||
@ -54,7 +63,7 @@ Wed Apr 13 09:53:21 UTC 2016 - sweet_f_a@gmx.de
|
|||||||
* The commands nsenter and unshare support a new option
|
* The commands nsenter and unshare support a new option
|
||||||
--cgroup for work with cgroups namespaces (CLONE_NEWCGROUP).
|
--cgroup for work with cgroups namespaces (CLONE_NEWCGROUP).
|
||||||
* The library libmount has been improved to properly detect
|
* The library libmount has been improved to properly detect
|
||||||
already mounted btrfs subvolumes.
|
already mounted btrfs subvolumes (bsc#947494, bsc#972684).
|
||||||
* The library libsmartcols has been massively improved to print
|
* The library libsmartcols has been massively improved to print
|
||||||
table ranges, multi-line cells, table titles and to support
|
table ranges, multi-line cells, table titles and to support
|
||||||
continuous printing.
|
continuous printing.
|
||||||
@ -64,6 +73,7 @@ Wed Apr 13 09:53:21 UTC 2016 - sweet_f_a@gmx.de
|
|||||||
openat-family functions anymore.
|
openat-family functions anymore.
|
||||||
* The python binding for libsmartcols is available in separate
|
* The python binding for libsmartcols is available in separate
|
||||||
project at https://github.com/ignatenkobrain/python-smartcols
|
project at https://github.com/ignatenkobrain/python-smartcols
|
||||||
|
* Other bug fixes (bsc#970404, bsc#975082).
|
||||||
* Security issue: CVE-2016-2779 is NOT FIXED yet.
|
* Security issue: CVE-2016-2779 is NOT FIXED yet.
|
||||||
- Remove old util-linux-noenc-suse.patch
|
- Remove old util-linux-noenc-suse.patch
|
||||||
|
|
||||||
@ -98,7 +108,8 @@ Wed Sep 23 14:16:22 CEST 2015 - sbrabec@suse.com
|
|||||||
lslocks, sfdisk and lsipc.
|
lslocks, sfdisk and lsipc.
|
||||||
* script has been massively improved to be more robust and less
|
* script has been massively improved to be more robust and less
|
||||||
complex (bsc#888678, bsc#930236).
|
complex (bsc#888678, bsc#930236).
|
||||||
* sulogin supports locked root accounts by --force.
|
* sulogin supports locked root accounts by --force
|
||||||
|
(bsc#968733, bsc#963399).
|
||||||
* colors support by default. It is possible to change this
|
* colors support by default. It is possible to change this
|
||||||
with --disable-colors-default.
|
with --disable-colors-default.
|
||||||
* more information in cfdisk
|
* more information in cfdisk
|
||||||
|
@ -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
|
||||||
|
|
||||||
@ -29,7 +38,7 @@ Wed Apr 13 21:29:00 UTC 2016 - sweet_f_a@gmx.de
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 13 09:53:21 UTC 2016 - sweet_f_a@gmx.de
|
Wed Apr 13 09:53:21 UTC 2016 - sweet_f_a@gmx.de
|
||||||
|
|
||||||
- Update to version 2.28:
|
- Update to version 2.28 (bsc#974301):
|
||||||
* Many changes and improvements, most notably:
|
* Many changes and improvements, most notably:
|
||||||
* Now cfdisk, sfdisk and fdisk wipe all filesystem and RAID
|
* Now cfdisk, sfdisk and fdisk wipe all filesystem and RAID
|
||||||
signatures when creating a new disk label in interactive
|
signatures when creating a new disk label in interactive
|
||||||
@ -54,7 +63,7 @@ Wed Apr 13 09:53:21 UTC 2016 - sweet_f_a@gmx.de
|
|||||||
* The commands nsenter and unshare support a new option
|
* The commands nsenter and unshare support a new option
|
||||||
--cgroup for work with cgroups namespaces (CLONE_NEWCGROUP).
|
--cgroup for work with cgroups namespaces (CLONE_NEWCGROUP).
|
||||||
* The library libmount has been improved to properly detect
|
* The library libmount has been improved to properly detect
|
||||||
already mounted btrfs subvolumes.
|
already mounted btrfs subvolumes (bsc#947494, bsc#972684).
|
||||||
* The library libsmartcols has been massively improved to print
|
* The library libsmartcols has been massively improved to print
|
||||||
table ranges, multi-line cells, table titles and to support
|
table ranges, multi-line cells, table titles and to support
|
||||||
continuous printing.
|
continuous printing.
|
||||||
@ -64,6 +73,7 @@ Wed Apr 13 09:53:21 UTC 2016 - sweet_f_a@gmx.de
|
|||||||
openat-family functions anymore.
|
openat-family functions anymore.
|
||||||
* The python binding for libsmartcols is available in separate
|
* The python binding for libsmartcols is available in separate
|
||||||
project at https://github.com/ignatenkobrain/python-smartcols
|
project at https://github.com/ignatenkobrain/python-smartcols
|
||||||
|
* Other bug fixes (bsc#970404, bsc#975082).
|
||||||
* Security issue: CVE-2016-2779 is NOT FIXED yet.
|
* Security issue: CVE-2016-2779 is NOT FIXED yet.
|
||||||
- Remove old util-linux-noenc-suse.patch
|
- Remove old util-linux-noenc-suse.patch
|
||||||
|
|
||||||
@ -98,7 +108,8 @@ Wed Sep 23 14:16:22 CEST 2015 - sbrabec@suse.com
|
|||||||
lslocks, sfdisk and lsipc.
|
lslocks, sfdisk and lsipc.
|
||||||
* script has been massively improved to be more robust and less
|
* script has been massively improved to be more robust and less
|
||||||
complex (bsc#888678, bsc#930236).
|
complex (bsc#888678, bsc#930236).
|
||||||
* sulogin supports locked root accounts by --force.
|
* sulogin supports locked root accounts by --force
|
||||||
|
(bsc#968733, bsc#963399).
|
||||||
* colors support by default. It is possible to change this
|
* colors support by default. It is possible to change this
|
||||||
with --disable-colors-default.
|
with --disable-colors-default.
|
||||||
* more information in cfdisk
|
* more information in cfdisk
|
||||||
|
@ -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