upgrade to v2.31-rc1
This commit is contained in:
parent
558fdf8110
commit
93789c7721
1
.gitignore
vendored
1
.gitignore
vendored
@ -59,3 +59,4 @@
|
|||||||
/util-linux-2.30.tar.xz
|
/util-linux-2.30.tar.xz
|
||||||
/util-linux-2.30.1.tar.xz
|
/util-linux-2.30.1.tar.xz
|
||||||
/util-linux-2.30.2.tar.xz
|
/util-linux-2.30.2.tar.xz
|
||||||
|
/util-linux-2.31-rc1.tar.xz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (util-linux-2.30.2.tar.xz) = b92ec16d5e8a405ad9ebbac8673bb49c5bf0a7f630118477f12c7a3c6b3b3ee5d56868632dd71fffd5c0434821207c2769f6859b9d398c2df770ec6487d7c32d
|
SHA512 (util-linux-2.31-rc1.tar.xz) = 027815da2ee4d342ff1578d5bba71ea63dc1cd6816ad753c644b5422b693e9dfe35ab158101ac9d7f8b7dbee1d2cf97e4930b24ed247eba7be1312e5292c3f9f
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
### Header
|
### Header
|
||||||
Summary: A collection of basic system utilities
|
Summary: A collection of basic system utilities
|
||||||
Name: util-linux
|
Name: util-linux
|
||||||
Version: 2.30.2
|
Version: 2.31
|
||||||
Release: 1%{?dist}
|
Release: 0.1%{?dist}
|
||||||
License: GPLv2 and GPLv2+ and LGPLv2+ and BSD with advertising and Public Domain
|
License: GPLv2 and GPLv2+ and LGPLv2+ and BSD with advertising and Public Domain
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: http://en.wikipedia.org/wiki/Util-linux
|
URL: http://en.wikipedia.org/wiki/Util-linux
|
||||||
|
|
||||||
### Macros
|
### Macros
|
||||||
%define upstream_version %{version}
|
%define upstream_version %{version}-rc1
|
||||||
%define upstream_major %(eval echo %{version} | %{__sed} -e 's/\([[:digit:]]*\)\.\([[:digit:]]*\)\.[[:digit:]]*$/\1.\2/')
|
%define upstream_major %(eval echo %{version} | %{__sed} -e 's/\([[:digit:]]*\)\.\([[:digit:]]*\)\.[[:digit:]]*$/\1.\2/')
|
||||||
|
|
||||||
%define compldir %{_datadir}/bash-completion/completions/
|
%define compldir %{_datadir}/bash-completion/completions/
|
||||||
@ -553,6 +553,7 @@ exit 0
|
|||||||
%{_bindir}/rename
|
%{_bindir}/rename
|
||||||
%{_bindir}/renice
|
%{_bindir}/renice
|
||||||
%{_bindir}/rev
|
%{_bindir}/rev
|
||||||
|
%{_bindir}/rfkill
|
||||||
%{_bindir}/script
|
%{_bindir}/script
|
||||||
%{_bindir}/scriptreplay
|
%{_bindir}/scriptreplay
|
||||||
%{_bindir}/setarch
|
%{_bindir}/setarch
|
||||||
@ -564,6 +565,7 @@ exit 0
|
|||||||
%{_bindir}/unshare
|
%{_bindir}/unshare
|
||||||
%{_bindir}/utmpdump
|
%{_bindir}/utmpdump
|
||||||
%{_bindir}/uuidgen
|
%{_bindir}/uuidgen
|
||||||
|
%{_bindir}/uuidparse
|
||||||
%{_bindir}/wall
|
%{_bindir}/wall
|
||||||
%{_bindir}/wdctl
|
%{_bindir}/wdctl
|
||||||
%{_bindir}/whereis
|
%{_bindir}/whereis
|
||||||
@ -616,6 +618,7 @@ exit 0
|
|||||||
%{_mandir}/man1/unshare.1*
|
%{_mandir}/man1/unshare.1*
|
||||||
%{_mandir}/man1/utmpdump.1.gz
|
%{_mandir}/man1/utmpdump.1.gz
|
||||||
%{_mandir}/man1/uuidgen.1*
|
%{_mandir}/man1/uuidgen.1*
|
||||||
|
%{_mandir}/man1/uuidparse.1*
|
||||||
%{_mandir}/man1/wall.1*
|
%{_mandir}/man1/wall.1*
|
||||||
%{_mandir}/man1/whereis.1*
|
%{_mandir}/man1/whereis.1*
|
||||||
%{_mandir}/man1/write.1*
|
%{_mandir}/man1/write.1*
|
||||||
@ -657,6 +660,7 @@ exit 0
|
|||||||
%{_mandir}/man8/rawdevices.8*
|
%{_mandir}/man8/rawdevices.8*
|
||||||
%{_mandir}/man8/readprofile.8*
|
%{_mandir}/man8/readprofile.8*
|
||||||
%{_mandir}/man8/resizepart.8*
|
%{_mandir}/man8/resizepart.8*
|
||||||
|
%{_mandir}/man8/rfkill.8*
|
||||||
%{_mandir}/man8/rtcwake.8*
|
%{_mandir}/man8/rtcwake.8*
|
||||||
%{_mandir}/man8/setarch.8*
|
%{_mandir}/man8/setarch.8*
|
||||||
%{_mandir}/man8/sulogin.8.gz
|
%{_mandir}/man8/sulogin.8.gz
|
||||||
@ -772,6 +776,7 @@ exit 0
|
|||||||
%{compldir}/renice
|
%{compldir}/renice
|
||||||
%{compldir}/resizepart
|
%{compldir}/resizepart
|
||||||
%{compldir}/rev
|
%{compldir}/rev
|
||||||
|
%{compldir}/rfkill
|
||||||
%{compldir}/rtcwake
|
%{compldir}/rtcwake
|
||||||
%{compldir}/runuser
|
%{compldir}/runuser
|
||||||
%{compldir}/script
|
%{compldir}/script
|
||||||
@ -790,6 +795,7 @@ exit 0
|
|||||||
%{compldir}/unshare
|
%{compldir}/unshare
|
||||||
%{compldir}/utmpdump
|
%{compldir}/utmpdump
|
||||||
%{compldir}/uuidgen
|
%{compldir}/uuidgen
|
||||||
|
%{compldir}/uuidparse
|
||||||
%{compldir}/wall
|
%{compldir}/wall
|
||||||
%{compldir}/wdctl
|
%{compldir}/wdctl
|
||||||
%{compldir}/whereis
|
%{compldir}/whereis
|
||||||
@ -930,6 +936,10 @@ exit 0
|
|||||||
%{_libdir}/python*/site-packages/libmount/*
|
%{_libdir}/python*/site-packages/libmount/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 22 2017 Karel Zak <kzak@redhat.com> - 2.31-0.1
|
||||||
|
- upgrade to v2.31-rc1
|
||||||
|
http://ftp.kernel.org/pub/linux/utils/util-linux/v2.31/v2.31-ReleaseNotes
|
||||||
|
|
||||||
* Fri Sep 22 2017 Karel Zak <kzak@redhat.com> - 2.30.2-1
|
* Fri Sep 22 2017 Karel Zak <kzak@redhat.com> - 2.30.2-1
|
||||||
- upgrade to v2.30.2
|
- upgrade to v2.30.2
|
||||||
http://ftp.kernel.org/pub/linux/utils/util-linux/v2.30/v2.30.2-ReleaseNotes
|
http://ftp.kernel.org/pub/linux/utils/util-linux/v2.30/v2.30.2-ReleaseNotes
|
||||||
|
Loading…
Reference in New Issue
Block a user