1
0
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:
Dominique Leuenberger 2016-06-29 07:40:22 +00:00 committed by Git OBS Bridge
parent 8f8f70a3a0
commit a4f6619c47
6 changed files with 53 additions and 13 deletions

View File

@ -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
@ -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
- Update to version 2.28:
- Update to version 2.28 (bsc#974301):
* Many changes and improvements, most notably:
* Now cfdisk, sfdisk and fdisk wipe all filesystem and RAID
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
--cgroup for work with cgroups namespaces (CLONE_NEWCGROUP).
* 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
table ranges, multi-line cells, table titles and to support
continuous printing.
@ -64,6 +73,7 @@ Wed Apr 13 09:53:21 UTC 2016 - sweet_f_a@gmx.de
openat-family functions anymore.
* The python binding for libsmartcols is available in separate
project at https://github.com/ignatenkobrain/python-smartcols
* Other bug fixes (bsc#970404, bsc#975082).
* Security issue: CVE-2016-2779 is NOT FIXED yet.
- 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.
* script has been massively improved to be more robust and less
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
with --disable-colors-default.
* more information in cfdisk

View File

@ -73,9 +73,8 @@ Name: python-libmount
%endif
Summary: %main_summary
License: GPL-2.0+
Group: %main_group
Group: %group_pl
BuildRequires: audit-devel
BuildRequires: bash-completion
BuildRequires: bc
BuildRequires: binutils-devel
BuildRequires: fdupes
@ -379,6 +378,7 @@ SMP systems.
%if %build_util_linux
%package -n python-libmount
Summary: %summary_pl
License: GPL-2.0+
Group: %group_pl
%description -n python-libmount
@ -540,6 +540,7 @@ AUTOPOINT=true autoreconf -vfi
--with-ncurses \
--with-selinux \
$uhead \
--with-bashcompletiondir=%{_datadir}/bash-completion/completions \
--with-systemdsystemunitdir=%{_unitdir} \
--enable-libmount-force-mountinfo \
--enable-sulogin-emergency-mount \
@ -1139,6 +1140,8 @@ fi
%dir %{_datadir}/getopt
%attr (755,root,root) %{_datadir}/getopt/getopt-parse.bash
%attr (755,root,root) %{_datadir}/getopt/getopt-parse.tcsh
%dir %{_datadir}/bash-completion
%dir %{_datadir}/bash-completion/completions
%{_datadir}/bash-completion/completions/*
%if %build_util_linux_systemd
%exclude %{_datadir}/bash-completion/completions/logger

View File

@ -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
@ -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
- Update to version 2.28:
- Update to version 2.28 (bsc#974301):
* Many changes and improvements, most notably:
* Now cfdisk, sfdisk and fdisk wipe all filesystem and RAID
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
--cgroup for work with cgroups namespaces (CLONE_NEWCGROUP).
* 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
table ranges, multi-line cells, table titles and to support
continuous printing.
@ -64,6 +73,7 @@ Wed Apr 13 09:53:21 UTC 2016 - sweet_f_a@gmx.de
openat-family functions anymore.
* The python binding for libsmartcols is available in separate
project at https://github.com/ignatenkobrain/python-smartcols
* Other bug fixes (bsc#970404, bsc#975082).
* Security issue: CVE-2016-2779 is NOT FIXED yet.
- 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.
* script has been massively improved to be more robust and less
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
with --disable-colors-default.
* more information in cfdisk

View File

@ -75,7 +75,6 @@ Summary: %main_summary
License: GPL-2.0+
Group: %main_group
BuildRequires: audit-devel
BuildRequires: bash-completion
BuildRequires: bc
BuildRequires: binutils-devel
BuildRequires: fdupes
@ -540,6 +539,7 @@ AUTOPOINT=true autoreconf -vfi
--with-ncurses \
--with-selinux \
$uhead \
--with-bashcompletiondir=%{_datadir}/bash-completion/completions \
--with-systemdsystemunitdir=%{_unitdir} \
--enable-libmount-force-mountinfo \
--enable-sulogin-emergency-mount \
@ -1139,6 +1139,8 @@ fi
%dir %{_datadir}/getopt
%attr (755,root,root) %{_datadir}/getopt/getopt-parse.bash
%attr (755,root,root) %{_datadir}/getopt/getopt-parse.tcsh
%dir %{_datadir}/bash-completion
%dir %{_datadir}/bash-completion/completions
%{_datadir}/bash-completion/completions/*
%if %build_util_linux_systemd
%exclude %{_datadir}/bash-completion/completions/logger

View File

@ -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
@ -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
- Update to version 2.28:
- Update to version 2.28 (bsc#974301):
* Many changes and improvements, most notably:
* Now cfdisk, sfdisk and fdisk wipe all filesystem and RAID
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
--cgroup for work with cgroups namespaces (CLONE_NEWCGROUP).
* 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
table ranges, multi-line cells, table titles and to support
continuous printing.
@ -64,6 +73,7 @@ Wed Apr 13 09:53:21 UTC 2016 - sweet_f_a@gmx.de
openat-family functions anymore.
* The python binding for libsmartcols is available in separate
project at https://github.com/ignatenkobrain/python-smartcols
* Other bug fixes (bsc#970404, bsc#975082).
* Security issue: CVE-2016-2779 is NOT FIXED yet.
- 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.
* script has been massively improved to be more robust and less
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
with --disable-colors-default.
* more information in cfdisk

View File

@ -75,7 +75,6 @@ Summary: %main_summary
License: GPL-2.0+
Group: %main_group
BuildRequires: audit-devel
BuildRequires: bash-completion
BuildRequires: bc
BuildRequires: binutils-devel
BuildRequires: fdupes
@ -540,6 +539,7 @@ AUTOPOINT=true autoreconf -vfi
--with-ncurses \
--with-selinux \
$uhead \
--with-bashcompletiondir=%{_datadir}/bash-completion/completions \
--with-systemdsystemunitdir=%{_unitdir} \
--enable-libmount-force-mountinfo \
--enable-sulogin-emergency-mount \
@ -1139,6 +1139,8 @@ fi
%dir %{_datadir}/getopt
%attr (755,root,root) %{_datadir}/getopt/getopt-parse.bash
%attr (755,root,root) %{_datadir}/getopt/getopt-parse.tcsh
%dir %{_datadir}/bash-completion
%dir %{_datadir}/bash-completion/completions
%{_datadir}/bash-completion/completions/*
%if %build_util_linux_systemd
%exclude %{_datadir}/bash-completion/completions/logger