forked from pool/util-linux
Accepting request 723394 from home:sbrabec:branches:util-linux-2.34
- Provide and obsolete hardlink package. OBS-URL: https://build.opensuse.org/request/show/723394 OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=416
This commit is contained in:
parent
f45666d93e
commit
cb377b82e3
@ -33,6 +33,7 @@ Wed Jul 31 18:08:29 CEST 2019 - sbrabec@suse.com
|
|||||||
util-linux-login_defs-SYS_UID.patch.
|
util-linux-login_defs-SYS_UID.patch.
|
||||||
* Many Other fixes, see
|
* Many Other fixes, see
|
||||||
https://www.kernel.org/pub/linux/utils/util-linux/v2.34/v2.34-ReleaseNotes
|
https://www.kernel.org/pub/linux/utils/util-linux/v2.34/v2.34-ReleaseNotes
|
||||||
|
- Provide and obsolete hardlink package.
|
||||||
- util-linux-login_defs-check.sh: Update checksum, login now
|
- util-linux-login_defs-check.sh: Update checksum, login now
|
||||||
supports LASTLOG_UID_MAX.
|
supports LASTLOG_UID_MAX.
|
||||||
|
|
||||||
|
@ -166,6 +166,10 @@ Obsoletes: eject <= 2.1.0
|
|||||||
Obsoletes: login <= 4.0
|
Obsoletes: login <= 4.0
|
||||||
# File conflict (man page) of rfkill (up to Leap 15 and SLE 15).
|
# File conflict (man page) of rfkill (up to Leap 15 and SLE 15).
|
||||||
Obsoletes: rfkill <= 0.5
|
Obsoletes: rfkill <= 0.5
|
||||||
|
# util-linux-2.34 integrates hardlink (up to Leap 15.1 and SLE 15.1).
|
||||||
|
# The last version was 1.0+git.e66999f.
|
||||||
|
Provides: hardlink = 1.1
|
||||||
|
Obsoletes: hardlink < 1.1
|
||||||
# bnc#805684:
|
# bnc#805684:
|
||||||
%ifarch s390x
|
%ifarch s390x
|
||||||
Obsoletes: s390-32
|
Obsoletes: s390-32
|
||||||
@ -773,7 +777,7 @@ done
|
|||||||
# If outdated PAM file is detected, issue a warning.
|
# If outdated PAM file is detected, issue a warning.
|
||||||
for PAM_FILE in login remote runuser runuser-l su su-l ; do
|
for PAM_FILE in login remote runuser runuser-l su su-l ; do
|
||||||
if test -f %{_sysconfdir}/pam.d/$PAM_FILE.rpmnew ; then
|
if test -f %{_sysconfdir}/pam.d/$PAM_FILE.rpmnew ; then
|
||||||
echo "Your %{_sysconfdir}/pam.d/$PAM_FILE is oudated. Please check %{_sysconfdir}/pam.d/$PAM_FILE.rpmnew!" >&2
|
echo "Your %{_sysconfdir}/pam.d/$PAM_FILE is outdated. Please check %{_sysconfdir}/pam.d/$PAM_FILE.rpmnew!" >&2
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
#
|
#
|
||||||
|
@ -33,6 +33,7 @@ Wed Jul 31 18:08:29 CEST 2019 - sbrabec@suse.com
|
|||||||
util-linux-login_defs-SYS_UID.patch.
|
util-linux-login_defs-SYS_UID.patch.
|
||||||
* Many Other fixes, see
|
* Many Other fixes, see
|
||||||
https://www.kernel.org/pub/linux/utils/util-linux/v2.34/v2.34-ReleaseNotes
|
https://www.kernel.org/pub/linux/utils/util-linux/v2.34/v2.34-ReleaseNotes
|
||||||
|
- Provide and obsolete hardlink package.
|
||||||
- util-linux-login_defs-check.sh: Update checksum, login now
|
- util-linux-login_defs-check.sh: Update checksum, login now
|
||||||
supports LASTLOG_UID_MAX.
|
supports LASTLOG_UID_MAX.
|
||||||
|
|
||||||
|
@ -166,6 +166,10 @@ Obsoletes: eject <= 2.1.0
|
|||||||
Obsoletes: login <= 4.0
|
Obsoletes: login <= 4.0
|
||||||
# File conflict (man page) of rfkill (up to Leap 15 and SLE 15).
|
# File conflict (man page) of rfkill (up to Leap 15 and SLE 15).
|
||||||
Obsoletes: rfkill <= 0.5
|
Obsoletes: rfkill <= 0.5
|
||||||
|
# util-linux-2.34 integrates hardlink (up to Leap 15.1 and SLE 15.1).
|
||||||
|
# The last version was 1.0+git.e66999f.
|
||||||
|
Provides: hardlink = 1.1
|
||||||
|
Obsoletes: hardlink < 1.1
|
||||||
# bnc#805684:
|
# bnc#805684:
|
||||||
%ifarch s390x
|
%ifarch s390x
|
||||||
Obsoletes: s390-32
|
Obsoletes: s390-32
|
||||||
@ -773,7 +777,7 @@ done
|
|||||||
# If outdated PAM file is detected, issue a warning.
|
# If outdated PAM file is detected, issue a warning.
|
||||||
for PAM_FILE in login remote runuser runuser-l su su-l ; do
|
for PAM_FILE in login remote runuser runuser-l su su-l ; do
|
||||||
if test -f %{_sysconfdir}/pam.d/$PAM_FILE.rpmnew ; then
|
if test -f %{_sysconfdir}/pam.d/$PAM_FILE.rpmnew ; then
|
||||||
echo "Your %{_sysconfdir}/pam.d/$PAM_FILE is oudated. Please check %{_sysconfdir}/pam.d/$PAM_FILE.rpmnew!" >&2
|
echo "Your %{_sysconfdir}/pam.d/$PAM_FILE is outdated. Please check %{_sysconfdir}/pam.d/$PAM_FILE.rpmnew!" >&2
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
#
|
#
|
||||||
|
@ -33,6 +33,7 @@ Wed Jul 31 18:08:29 CEST 2019 - sbrabec@suse.com
|
|||||||
util-linux-login_defs-SYS_UID.patch.
|
util-linux-login_defs-SYS_UID.patch.
|
||||||
* Many Other fixes, see
|
* Many Other fixes, see
|
||||||
https://www.kernel.org/pub/linux/utils/util-linux/v2.34/v2.34-ReleaseNotes
|
https://www.kernel.org/pub/linux/utils/util-linux/v2.34/v2.34-ReleaseNotes
|
||||||
|
- Provide and obsolete hardlink package.
|
||||||
- util-linux-login_defs-check.sh: Update checksum, login now
|
- util-linux-login_defs-check.sh: Update checksum, login now
|
||||||
supports LASTLOG_UID_MAX.
|
supports LASTLOG_UID_MAX.
|
||||||
|
|
||||||
|
@ -166,6 +166,10 @@ Obsoletes: eject <= 2.1.0
|
|||||||
Obsoletes: login <= 4.0
|
Obsoletes: login <= 4.0
|
||||||
# File conflict (man page) of rfkill (up to Leap 15 and SLE 15).
|
# File conflict (man page) of rfkill (up to Leap 15 and SLE 15).
|
||||||
Obsoletes: rfkill <= 0.5
|
Obsoletes: rfkill <= 0.5
|
||||||
|
# util-linux-2.34 integrates hardlink (up to Leap 15.1 and SLE 15.1).
|
||||||
|
# The last version was 1.0+git.e66999f.
|
||||||
|
Provides: hardlink = 1.1
|
||||||
|
Obsoletes: hardlink < 1.1
|
||||||
# bnc#805684:
|
# bnc#805684:
|
||||||
%ifarch s390x
|
%ifarch s390x
|
||||||
Obsoletes: s390-32
|
Obsoletes: s390-32
|
||||||
@ -773,7 +777,7 @@ done
|
|||||||
# If outdated PAM file is detected, issue a warning.
|
# If outdated PAM file is detected, issue a warning.
|
||||||
for PAM_FILE in login remote runuser runuser-l su su-l ; do
|
for PAM_FILE in login remote runuser runuser-l su su-l ; do
|
||||||
if test -f %{_sysconfdir}/pam.d/$PAM_FILE.rpmnew ; then
|
if test -f %{_sysconfdir}/pam.d/$PAM_FILE.rpmnew ; then
|
||||||
echo "Your %{_sysconfdir}/pam.d/$PAM_FILE is oudated. Please check %{_sysconfdir}/pam.d/$PAM_FILE.rpmnew!" >&2
|
echo "Your %{_sysconfdir}/pam.d/$PAM_FILE is outdated. Please check %{_sysconfdir}/pam.d/$PAM_FILE.rpmnew!" >&2
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user