forked from pool/util-linux
Accepting request 440452 from Base:System
1 OBS-URL: https://build.opensuse.org/request/show/440452 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=213
This commit is contained in:
parent
0416b0700f
commit
7b372b4b47
@ -1,7 +1,7 @@
|
|||||||
--- util-linux-2.23.1/login-utils/su-common.c
|
--- a/login-utils/su-common.c
|
||||||
+++ util-linux-2.23.1/login-utils/su-common.c 2013-06-06 08:46:59.575872090 +0000
|
+++ b/login-utils/su-common.c
|
||||||
@@ -473,6 +473,117 @@ set_path(const struct passwd* pw)
|
@@ -523,6 +523,117 @@ set_path(const struct passwd* pw)
|
||||||
err (EXIT_FAILURE, _("failed to set PATH"));
|
err (EXIT_FAILURE, _("failed to set the %s environment variable"), "PATH");
|
||||||
}
|
}
|
||||||
|
|
||||||
+/* Add or clear /sbin and /usr/sbin for the su command
|
+/* Add or clear /sbin and /usr/sbin for the su command
|
||||||
@ -118,7 +118,7 @@
|
|||||||
/* Update `environ' for the new shell based on PW, with SHELL being
|
/* Update `environ' for the new shell based on PW, with SHELL being
|
||||||
the value for the SHELL environment variable. */
|
the value for the SHELL environment variable. */
|
||||||
|
|
||||||
@@ -508,6 +619,22 @@ modify_environment (const struct passwd
|
@@ -560,6 +671,22 @@ modify_environment (const struct passwd *pw, const char *shell)
|
||||||
xsetenv ("SHELL", shell, 1);
|
xsetenv ("SHELL", shell, 1);
|
||||||
if (getlogindefs_bool ("ALWAYS_SET_PATH", 0))
|
if (getlogindefs_bool ("ALWAYS_SET_PATH", 0))
|
||||||
set_path(pw);
|
set_path(pw);
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 8 15:11:37 UTC 2016 - sweet_f_a@gmx.de
|
||||||
|
|
||||||
|
- Update to version 2.29, see
|
||||||
|
https://www.kernel.org/pub/linux/utils/util-linux/v2.29/v2.29-ReleaseNotes
|
||||||
|
- refresh make-sure-sbin-resp-usr-sbin-are-in-PATH.diff
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 7 12:43:31 UTC 2016 - sweet_f_a@gmx.de
|
Wed Sep 7 12:43:31 UTC 2016 - sweet_f_a@gmx.de
|
||||||
|
|
||||||
|
@ -82,6 +82,7 @@ BuildRequires: libtool
|
|||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
BuildRequires: pam-devel
|
BuildRequires: pam-devel
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
|
BuildRequires: procps
|
||||||
BuildRequires: readline-devel
|
BuildRequires: readline-devel
|
||||||
BuildRequires: utempter-devel
|
BuildRequires: utempter-devel
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
@ -113,7 +114,7 @@ BuildRequires: libmount-devel
|
|||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
#END SECOND STAGE DEPENDENCIES
|
#END SECOND STAGE DEPENDENCIES
|
||||||
Version: 2.28.2
|
Version: 2.29
|
||||||
Release: 0
|
Release: 0
|
||||||
# util-linux is a base package and uuidd pre-requiring pwdutils pulls
|
# util-linux is a base package and uuidd pre-requiring pwdutils pulls
|
||||||
# that into the core build cycle. pwdutils also pulls in the whole
|
# that into the core build cycle. pwdutils also pulls in the whole
|
||||||
@ -122,7 +123,7 @@ Release: 0
|
|||||||
# these tools as well
|
# these tools as well
|
||||||
#!BuildIgnore: pwdutils
|
#!BuildIgnore: pwdutils
|
||||||
Url: https://www.kernel.org/pub/linux/utils/util-linux/
|
Url: https://www.kernel.org/pub/linux/utils/util-linux/
|
||||||
Source: ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.28/%{_name}-%{version}.tar.xz
|
Source: ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.29/%{_name}-%{version}.tar.xz
|
||||||
Source1: util-linux-rpmlintrc
|
Source1: util-linux-rpmlintrc
|
||||||
Source4: raw.init
|
Source4: raw.init
|
||||||
Source5: etc.raw
|
Source5: etc.raw
|
||||||
@ -132,7 +133,7 @@ Source8: login.pamd
|
|||||||
Source9: remote.pamd
|
Source9: remote.pamd
|
||||||
Source10: su.pamd
|
Source10: su.pamd
|
||||||
Source11: su.default
|
Source11: su.default
|
||||||
Source12: ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.28/%{_name}-%{version}.tar.sign
|
Source12: ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.29/%{_name}-%{version}.tar.sign
|
||||||
Source13: %{_name}.keyring
|
Source13: %{_name}.keyring
|
||||||
Source14: runuser.pamd
|
Source14: runuser.pamd
|
||||||
# klogconsole, http://opensuse.github.com/kiwi, 7.02.25, git 859dc050
|
# klogconsole, http://opensuse.github.com/kiwi, 7.02.25, git 859dc050
|
||||||
@ -519,7 +520,7 @@ AUTOPOINT=true autoreconf -vfi
|
|||||||
--docdir=%{_docdir}/%{_name} \
|
--docdir=%{_docdir}/%{_name} \
|
||||||
--with-audit \
|
--with-audit \
|
||||||
--with-gnu-ld \
|
--with-gnu-ld \
|
||||||
--with-ncurses \
|
--with-ncursesw \
|
||||||
--with-selinux \
|
--with-selinux \
|
||||||
$uhead \
|
$uhead \
|
||||||
--with-bashcompletiondir=%{_datadir}/bash-completion/completions \
|
--with-bashcompletiondir=%{_datadir}/bash-completion/completions \
|
||||||
@ -570,6 +571,7 @@ export TS_OPT_fdisk_gpt_known_fail="yes"
|
|||||||
export TS_OPT_fdisk_oddinput_known_fail="yes"
|
export TS_OPT_fdisk_oddinput_known_fail="yes"
|
||||||
export TS_OPT_fdisk_sunlabel_known_fail="yes"
|
export TS_OPT_fdisk_sunlabel_known_fail="yes"
|
||||||
export TS_OPT_libfdisk_gpt_known_fail="yes"
|
export TS_OPT_libfdisk_gpt_known_fail="yes"
|
||||||
|
export TS_OPT_misc_flock_known_fail="yes"
|
||||||
export TS_OPT_misc_ionice_known_fail="yes"
|
export TS_OPT_misc_ionice_known_fail="yes"
|
||||||
export TS_OPT_misc_swaplabel_known_fail="yes"
|
export TS_OPT_misc_swaplabel_known_fail="yes"
|
||||||
export TS_OPT_kill_name_to_number_known_fail="yes"
|
export TS_OPT_kill_name_to_number_known_fail="yes"
|
||||||
|
@ -1,17 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Version: GnuPG v2
|
|
||||||
|
|
||||||
iQIcBAABCAAGBQJX0ACaAAoJEOS3HV7sOcKEkCMP/2TEulMSidpCzZm/AxHcsshN
|
|
||||||
nhOZygZtjmjvVgOrPfQjNyuOOpd/lJn39hB9j3amq7fDkWZXcjYcKjYG5v1ex3ok
|
|
||||||
4Xgn0eH9uW3fIskldiFl0agYrIvkov75G8bEhLkluY8b66OwKmzRvd8CV5nQPfQk
|
|
||||||
9RNCdluw+0Qy5044+QX24Bro3QIGHyXHe5soRe5LYbqKsuEj48iCgi10ClkmkfAv
|
|
||||||
TnelecI4Ck0OcmLqq4jygDBgufR32XnHvBdjHyA7TqFE7fHdOAUZqhJ27OyDdg1b
|
|
||||||
ABfGPBjL/nLtLjjW5BDrrFaRB/5iJyRrAke7UH0N/Si+2xm2aP2yqhy3+vDTnzfA
|
|
||||||
gP/1HMg42w62JA3sF7Z/vbMF/qhLVS3jhR0mCNMr2IY9ClnDQfrh5y+XaBTsXPvS
|
|
||||||
aIv6aEHt02JFPOoKoImdaq2sq9krKkR2cabqd3kxfKLSo/6yw/K8ZZiOEMlNSWc0
|
|
||||||
/tfYuk84hcGFwmHv+ESx3x/JG9XoUsxWmvW/1l6eLHKnJ2Q1CP+/uLml4BHQZTrH
|
|
||||||
LKSU37B/7l9UMWCq/sq9Wfbm6wDI0x8h637iCiSquCv/fzFFmYBtNqZaR4RVjyK9
|
|
||||||
KJgqzv9OJCDk89VhvfbhfpAU2unF3UAE0ho6eOSNMDrubeEQNiEj4vDKo0HccMZo
|
|
||||||
2ulDt0G0OBm6U7aIYHRn
|
|
||||||
=15U5
|
|
||||||
-----END PGP SIGNATURE-----
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b89d37146f20bede93a42c847bce881a17e6dbd8066ff2db2bee733fa409f0cd
|
|
||||||
size 4149700
|
|
17
util-linux-2.29.tar.sign
Normal file
17
util-linux-2.29.tar.sign
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v2
|
||||||
|
|
||||||
|
iQIcBAABCAAGBQJYIa+yAAoJEOS3HV7sOcKEkPEQAJ6qcx836hUP93e+q8lH7Anf
|
||||||
|
6odYlxYWC5Pgb8Qopn1KDMh5c3GAbPrnbSoVRKS3jvc24uZuhlCCwYnJbcmEt/+L
|
||||||
|
am+/zQyIF9T5ZwTadnGD2bkYXI5N9eS4R5O0N/OdBTgsVr9rjZ318zHg+8YCUZN0
|
||||||
|
hCh4e1UlUC8uL7C/WgeLW/+kN+D+/1KJISDerkw+u5FFPZGWcPcYPh7ofi4ZyV/h
|
||||||
|
OPgvaEHt3/IxsZnuUNtIEVhFBpabjdwLkXm1LQ26XLnkdipBuuadVB8jaSLUz29J
|
||||||
|
rkNVI0iiH9vq5abE0wDIzQ2Lt4Lv65fQM7dmw/Ek188tZn9MyX8vT+C5Vyu+EFtU
|
||||||
|
K+1BwMVNqfW5hZHPM2z7izO/ml77wnydEFGy9GZZpLqQAzUGgsQDC3JbiczC7Qfq
|
||||||
|
bTFGhz32sHp/2gyOqciwhLPzWxD6jOLVG84vC9Obvtm+xQEfvLa71FnHdcLU3uZA
|
||||||
|
uZHt50WSuusZJtCWDhhLgfV6NV7c+YB1tELfrStlXAHyZT3Ws0pNPv+5Sue81dGt
|
||||||
|
uYVOOlXd+5qVpcgJRs5ai86yzv65kCeqmDsSAiHMIwPfFYBOeYessiRmWpqJXTt2
|
||||||
|
S38j00fHFbNh5qqgDyso6myan4ZNLVIpihZLT2JLJqxEnf4ILZVV7krNW9p09teq
|
||||||
|
afEkNizqGL/NF2I7ltpe
|
||||||
|
=5e/s
|
||||||
|
-----END PGP SIGNATURE-----
|
3
util-linux-2.29.tar.xz
Normal file
3
util-linux-2.29.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2c59ea67cc7b564104f60532f6e0a95fe17a91acb870ba8fd7e986f273abf9e7
|
||||||
|
size 4249020
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 8 15:11:37 UTC 2016 - sweet_f_a@gmx.de
|
||||||
|
|
||||||
|
- Update to version 2.29, see
|
||||||
|
https://www.kernel.org/pub/linux/utils/util-linux/v2.29/v2.29-ReleaseNotes
|
||||||
|
- refresh make-sure-sbin-resp-usr-sbin-are-in-PATH.diff
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 7 12:43:31 UTC 2016 - sweet_f_a@gmx.de
|
Wed Sep 7 12:43:31 UTC 2016 - sweet_f_a@gmx.de
|
||||||
|
|
||||||
|
@ -82,6 +82,7 @@ BuildRequires: libtool
|
|||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
BuildRequires: pam-devel
|
BuildRequires: pam-devel
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
|
BuildRequires: procps
|
||||||
BuildRequires: readline-devel
|
BuildRequires: readline-devel
|
||||||
BuildRequires: utempter-devel
|
BuildRequires: utempter-devel
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
@ -113,7 +114,7 @@ BuildRequires: libmount-devel
|
|||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
#END SECOND STAGE DEPENDENCIES
|
#END SECOND STAGE DEPENDENCIES
|
||||||
Version: 2.28.2
|
Version: 2.29
|
||||||
Release: 0
|
Release: 0
|
||||||
# util-linux is a base package and uuidd pre-requiring pwdutils pulls
|
# util-linux is a base package and uuidd pre-requiring pwdutils pulls
|
||||||
# that into the core build cycle. pwdutils also pulls in the whole
|
# that into the core build cycle. pwdutils also pulls in the whole
|
||||||
@ -122,7 +123,7 @@ Release: 0
|
|||||||
# these tools as well
|
# these tools as well
|
||||||
#!BuildIgnore: pwdutils
|
#!BuildIgnore: pwdutils
|
||||||
Url: https://www.kernel.org/pub/linux/utils/util-linux/
|
Url: https://www.kernel.org/pub/linux/utils/util-linux/
|
||||||
Source: ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.28/%{_name}-%{version}.tar.xz
|
Source: ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.29/%{_name}-%{version}.tar.xz
|
||||||
Source1: util-linux-rpmlintrc
|
Source1: util-linux-rpmlintrc
|
||||||
Source4: raw.init
|
Source4: raw.init
|
||||||
Source5: etc.raw
|
Source5: etc.raw
|
||||||
@ -132,7 +133,7 @@ Source8: login.pamd
|
|||||||
Source9: remote.pamd
|
Source9: remote.pamd
|
||||||
Source10: su.pamd
|
Source10: su.pamd
|
||||||
Source11: su.default
|
Source11: su.default
|
||||||
Source12: ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.28/%{_name}-%{version}.tar.sign
|
Source12: ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.29/%{_name}-%{version}.tar.sign
|
||||||
Source13: %{_name}.keyring
|
Source13: %{_name}.keyring
|
||||||
Source14: runuser.pamd
|
Source14: runuser.pamd
|
||||||
# klogconsole, http://opensuse.github.com/kiwi, 7.02.25, git 859dc050
|
# klogconsole, http://opensuse.github.com/kiwi, 7.02.25, git 859dc050
|
||||||
@ -519,7 +520,7 @@ AUTOPOINT=true autoreconf -vfi
|
|||||||
--docdir=%{_docdir}/%{_name} \
|
--docdir=%{_docdir}/%{_name} \
|
||||||
--with-audit \
|
--with-audit \
|
||||||
--with-gnu-ld \
|
--with-gnu-ld \
|
||||||
--with-ncurses \
|
--with-ncursesw \
|
||||||
--with-selinux \
|
--with-selinux \
|
||||||
$uhead \
|
$uhead \
|
||||||
--with-bashcompletiondir=%{_datadir}/bash-completion/completions \
|
--with-bashcompletiondir=%{_datadir}/bash-completion/completions \
|
||||||
@ -570,6 +571,7 @@ export TS_OPT_fdisk_gpt_known_fail="yes"
|
|||||||
export TS_OPT_fdisk_oddinput_known_fail="yes"
|
export TS_OPT_fdisk_oddinput_known_fail="yes"
|
||||||
export TS_OPT_fdisk_sunlabel_known_fail="yes"
|
export TS_OPT_fdisk_sunlabel_known_fail="yes"
|
||||||
export TS_OPT_libfdisk_gpt_known_fail="yes"
|
export TS_OPT_libfdisk_gpt_known_fail="yes"
|
||||||
|
export TS_OPT_misc_flock_known_fail="yes"
|
||||||
export TS_OPT_misc_ionice_known_fail="yes"
|
export TS_OPT_misc_ionice_known_fail="yes"
|
||||||
export TS_OPT_misc_swaplabel_known_fail="yes"
|
export TS_OPT_misc_swaplabel_known_fail="yes"
|
||||||
export TS_OPT_kill_name_to_number_known_fail="yes"
|
export TS_OPT_kill_name_to_number_known_fail="yes"
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 8 15:11:37 UTC 2016 - sweet_f_a@gmx.de
|
||||||
|
|
||||||
|
- Update to version 2.29, see
|
||||||
|
https://www.kernel.org/pub/linux/utils/util-linux/v2.29/v2.29-ReleaseNotes
|
||||||
|
- refresh make-sure-sbin-resp-usr-sbin-are-in-PATH.diff
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 7 12:43:31 UTC 2016 - sweet_f_a@gmx.de
|
Wed Sep 7 12:43:31 UTC 2016 - sweet_f_a@gmx.de
|
||||||
|
|
||||||
|
@ -82,6 +82,7 @@ BuildRequires: libtool
|
|||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
BuildRequires: pam-devel
|
BuildRequires: pam-devel
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
|
BuildRequires: procps
|
||||||
BuildRequires: readline-devel
|
BuildRequires: readline-devel
|
||||||
BuildRequires: utempter-devel
|
BuildRequires: utempter-devel
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
@ -113,7 +114,7 @@ BuildRequires: libmount-devel
|
|||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
#END SECOND STAGE DEPENDENCIES
|
#END SECOND STAGE DEPENDENCIES
|
||||||
Version: 2.28.2
|
Version: 2.29
|
||||||
Release: 0
|
Release: 0
|
||||||
# util-linux is a base package and uuidd pre-requiring pwdutils pulls
|
# util-linux is a base package and uuidd pre-requiring pwdutils pulls
|
||||||
# that into the core build cycle. pwdutils also pulls in the whole
|
# that into the core build cycle. pwdutils also pulls in the whole
|
||||||
@ -122,7 +123,7 @@ Release: 0
|
|||||||
# these tools as well
|
# these tools as well
|
||||||
#!BuildIgnore: pwdutils
|
#!BuildIgnore: pwdutils
|
||||||
Url: https://www.kernel.org/pub/linux/utils/util-linux/
|
Url: https://www.kernel.org/pub/linux/utils/util-linux/
|
||||||
Source: ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.28/%{_name}-%{version}.tar.xz
|
Source: ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.29/%{_name}-%{version}.tar.xz
|
||||||
Source1: util-linux-rpmlintrc
|
Source1: util-linux-rpmlintrc
|
||||||
Source4: raw.init
|
Source4: raw.init
|
||||||
Source5: etc.raw
|
Source5: etc.raw
|
||||||
@ -132,7 +133,7 @@ Source8: login.pamd
|
|||||||
Source9: remote.pamd
|
Source9: remote.pamd
|
||||||
Source10: su.pamd
|
Source10: su.pamd
|
||||||
Source11: su.default
|
Source11: su.default
|
||||||
Source12: ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.28/%{_name}-%{version}.tar.sign
|
Source12: ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.29/%{_name}-%{version}.tar.sign
|
||||||
Source13: %{_name}.keyring
|
Source13: %{_name}.keyring
|
||||||
Source14: runuser.pamd
|
Source14: runuser.pamd
|
||||||
# klogconsole, http://opensuse.github.com/kiwi, 7.02.25, git 859dc050
|
# klogconsole, http://opensuse.github.com/kiwi, 7.02.25, git 859dc050
|
||||||
@ -519,7 +520,7 @@ AUTOPOINT=true autoreconf -vfi
|
|||||||
--docdir=%{_docdir}/%{_name} \
|
--docdir=%{_docdir}/%{_name} \
|
||||||
--with-audit \
|
--with-audit \
|
||||||
--with-gnu-ld \
|
--with-gnu-ld \
|
||||||
--with-ncurses \
|
--with-ncursesw \
|
||||||
--with-selinux \
|
--with-selinux \
|
||||||
$uhead \
|
$uhead \
|
||||||
--with-bashcompletiondir=%{_datadir}/bash-completion/completions \
|
--with-bashcompletiondir=%{_datadir}/bash-completion/completions \
|
||||||
@ -570,6 +571,7 @@ export TS_OPT_fdisk_gpt_known_fail="yes"
|
|||||||
export TS_OPT_fdisk_oddinput_known_fail="yes"
|
export TS_OPT_fdisk_oddinput_known_fail="yes"
|
||||||
export TS_OPT_fdisk_sunlabel_known_fail="yes"
|
export TS_OPT_fdisk_sunlabel_known_fail="yes"
|
||||||
export TS_OPT_libfdisk_gpt_known_fail="yes"
|
export TS_OPT_libfdisk_gpt_known_fail="yes"
|
||||||
|
export TS_OPT_misc_flock_known_fail="yes"
|
||||||
export TS_OPT_misc_ionice_known_fail="yes"
|
export TS_OPT_misc_ionice_known_fail="yes"
|
||||||
export TS_OPT_misc_swaplabel_known_fail="yes"
|
export TS_OPT_misc_swaplabel_known_fail="yes"
|
||||||
export TS_OPT_kill_name_to_number_known_fail="yes"
|
export TS_OPT_kill_name_to_number_known_fail="yes"
|
||||||
|
Loading…
Reference in New Issue
Block a user