upgrade to v2.30-rc1
This commit is contained in:
parent
4efad38df3
commit
77887c051b
1
.gitignore
vendored
1
.gitignore
vendored
@ -55,3 +55,4 @@
|
|||||||
/util-linux-2.29.tar.xz
|
/util-linux-2.29.tar.xz
|
||||||
/util-linux-2.29.1.tar.xz
|
/util-linux-2.29.1.tar.xz
|
||||||
/util-linux-2.29.2.tar.xz
|
/util-linux-2.29.2.tar.xz
|
||||||
|
/util-linux-2.30-rc1.tar.xz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (util-linux-2.29.2.tar.xz) = 0a87e6758531f74276f3de7607ef545f324b9b36b444aa5d163140c5fb0f4f7602655d7ec9939f92550dcb320d922cd69521a2183199d463795e67d3c27fce79
|
SHA512 (util-linux-2.30-rc1.tar.xz) = 8f1aeb6938924d21474bec660e775ab511e359906079d2660e81680b8940fcbc70086f5f95f2a31acabcafa56740d2ad21b0c4bff793146431b35e119714819b
|
||||||
|
@ -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.29.2
|
Version: 2.30
|
||||||
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/
|
||||||
@ -516,9 +516,11 @@ exit 0
|
|||||||
%{_bindir}/colcrt
|
%{_bindir}/colcrt
|
||||||
%{_bindir}/colrm
|
%{_bindir}/colrm
|
||||||
%{_bindir}/column
|
%{_bindir}/column
|
||||||
|
%{_bindir}/chmem
|
||||||
%{_bindir}/dmesg
|
%{_bindir}/dmesg
|
||||||
%{_bindir}/eject
|
%{_bindir}/eject
|
||||||
%{_bindir}/fallocate
|
%{_bindir}/fallocate
|
||||||
|
%{_bindir}/fincore
|
||||||
%{_bindir}/findmnt
|
%{_bindir}/findmnt
|
||||||
%{_bindir}/flock
|
%{_bindir}/flock
|
||||||
%{_bindir}/getopt
|
%{_bindir}/getopt
|
||||||
@ -538,6 +540,7 @@ exit 0
|
|||||||
%{_bindir}/lsipc
|
%{_bindir}/lsipc
|
||||||
%{_bindir}/lslocks
|
%{_bindir}/lslocks
|
||||||
%{_bindir}/lslogins
|
%{_bindir}/lslogins
|
||||||
|
%{_bindir}/lsmem
|
||||||
%{_bindir}/lsns
|
%{_bindir}/lsns
|
||||||
%{_bindir}/mcookie
|
%{_bindir}/mcookie
|
||||||
%{_bindir}/mesg
|
%{_bindir}/mesg
|
||||||
@ -556,7 +559,6 @@ exit 0
|
|||||||
%{_bindir}/setpriv
|
%{_bindir}/setpriv
|
||||||
%{_bindir}/setsid
|
%{_bindir}/setsid
|
||||||
%{_bindir}/setterm
|
%{_bindir}/setterm
|
||||||
%{_bindir}/tailf
|
|
||||||
%{_bindir}/taskset
|
%{_bindir}/taskset
|
||||||
%{_bindir}/ul
|
%{_bindir}/ul
|
||||||
%{_bindir}/unshare
|
%{_bindir}/unshare
|
||||||
@ -574,6 +576,7 @@ exit 0
|
|||||||
%{_mandir}/man1/dmesg.1*
|
%{_mandir}/man1/dmesg.1*
|
||||||
%{_mandir}/man1/eject.1*
|
%{_mandir}/man1/eject.1*
|
||||||
%{_mandir}/man1/fallocate.1*
|
%{_mandir}/man1/fallocate.1*
|
||||||
|
%{_mandir}/man1/fincore.1*
|
||||||
%{_mandir}/man1/flock.1*
|
%{_mandir}/man1/flock.1*
|
||||||
%{_mandir}/man1/getopt.1*
|
%{_mandir}/man1/getopt.1*
|
||||||
%{_mandir}/man1/hexdump.1*
|
%{_mandir}/man1/hexdump.1*
|
||||||
@ -590,6 +593,7 @@ exit 0
|
|||||||
%{_mandir}/man1/lscpu.1*
|
%{_mandir}/man1/lscpu.1*
|
||||||
%{_mandir}/man1/lsipc.1*
|
%{_mandir}/man1/lsipc.1*
|
||||||
%{_mandir}/man1/lslogins.1*
|
%{_mandir}/man1/lslogins.1*
|
||||||
|
%{_mandir}/man1/lsmem.1*
|
||||||
%{_mandir}/man1/mcookie.1*
|
%{_mandir}/man1/mcookie.1*
|
||||||
%{_mandir}/man1/mesg.1*
|
%{_mandir}/man1/mesg.1*
|
||||||
%{_mandir}/man1/more.1*
|
%{_mandir}/man1/more.1*
|
||||||
@ -607,7 +611,6 @@ exit 0
|
|||||||
%{_mandir}/man1/setsid.1*
|
%{_mandir}/man1/setsid.1*
|
||||||
%{_mandir}/man1/setterm.1*
|
%{_mandir}/man1/setterm.1*
|
||||||
%{_mandir}/man1/su.1*
|
%{_mandir}/man1/su.1*
|
||||||
%{_mandir}/man1/tailf.1*
|
|
||||||
%{_mandir}/man1/taskset.1*
|
%{_mandir}/man1/taskset.1*
|
||||||
%{_mandir}/man1/ul.1*
|
%{_mandir}/man1/ul.1*
|
||||||
%{_mandir}/man1/unshare.1*
|
%{_mandir}/man1/unshare.1*
|
||||||
@ -622,8 +625,10 @@ exit 0
|
|||||||
%{_mandir}/man8/agetty.8*
|
%{_mandir}/man8/agetty.8*
|
||||||
%{_mandir}/man8/blkdiscard.8*
|
%{_mandir}/man8/blkdiscard.8*
|
||||||
%{_mandir}/man8/blkid.8*
|
%{_mandir}/man8/blkid.8*
|
||||||
|
%{_mandir}/man8/blkzone.8*
|
||||||
%{_mandir}/man8/blockdev.8*
|
%{_mandir}/man8/blockdev.8*
|
||||||
%{_mandir}/man8/chcpu.8*
|
%{_mandir}/man8/chcpu.8*
|
||||||
|
%{_mandir}/man8/chmem.8*
|
||||||
%{_mandir}/man8/ctrlaltdel.8*
|
%{_mandir}/man8/ctrlaltdel.8*
|
||||||
%{_mandir}/man8/delpart.8*
|
%{_mandir}/man8/delpart.8*
|
||||||
%{_mandir}/man8/fdisk.8*
|
%{_mandir}/man8/fdisk.8*
|
||||||
@ -667,6 +672,7 @@ exit 0
|
|||||||
%{_sbindir}/agetty
|
%{_sbindir}/agetty
|
||||||
%{_sbindir}/blkdiscard
|
%{_sbindir}/blkdiscard
|
||||||
%{_sbindir}/blkid
|
%{_sbindir}/blkid
|
||||||
|
%{_sbindir}/blkzone
|
||||||
%{_sbindir}/blockdev
|
%{_sbindir}/blockdev
|
||||||
%{_sbindir}/chcpu
|
%{_sbindir}/chcpu
|
||||||
%{_sbindir}/ctrlaltdel
|
%{_sbindir}/ctrlaltdel
|
||||||
@ -702,9 +708,11 @@ exit 0
|
|||||||
%{compldir}/addpart
|
%{compldir}/addpart
|
||||||
%{compldir}/blkdiscard
|
%{compldir}/blkdiscard
|
||||||
%{compldir}/blkid
|
%{compldir}/blkid
|
||||||
|
%{compldir}/blkzone
|
||||||
%{compldir}/blockdev
|
%{compldir}/blockdev
|
||||||
%{compldir}/cal
|
%{compldir}/cal
|
||||||
%{compldir}/chcpu
|
%{compldir}/chcpu
|
||||||
|
%{compldir}/chmem
|
||||||
%{compldir}/chrt
|
%{compldir}/chrt
|
||||||
%{compldir}/col
|
%{compldir}/col
|
||||||
%{compldir}/colcrt
|
%{compldir}/colcrt
|
||||||
@ -716,6 +724,8 @@ exit 0
|
|||||||
%{compldir}/eject
|
%{compldir}/eject
|
||||||
%{compldir}/fallocate
|
%{compldir}/fallocate
|
||||||
%{compldir}/fdisk
|
%{compldir}/fdisk
|
||||||
|
%{compldir}/fincore
|
||||||
|
%{compldir}/findfs
|
||||||
%{compldir}/findmnt
|
%{compldir}/findmnt
|
||||||
%{compldir}/flock
|
%{compldir}/flock
|
||||||
%{compldir}/fsck
|
%{compldir}/fsck
|
||||||
@ -740,6 +750,7 @@ exit 0
|
|||||||
%{compldir}/lsipc
|
%{compldir}/lsipc
|
||||||
%{compldir}/lslocks
|
%{compldir}/lslocks
|
||||||
%{compldir}/lslogins
|
%{compldir}/lslogins
|
||||||
|
%{compldir}/lsmem
|
||||||
%{compldir}/lsns
|
%{compldir}/lsns
|
||||||
%{compldir}/mcookie
|
%{compldir}/mcookie
|
||||||
%{compldir}/mesg
|
%{compldir}/mesg
|
||||||
@ -773,7 +784,6 @@ exit 0
|
|||||||
%{compldir}/swaplabel
|
%{compldir}/swaplabel
|
||||||
%{compldir}/swapoff
|
%{compldir}/swapoff
|
||||||
%{compldir}/swapon
|
%{compldir}/swapon
|
||||||
%{compldir}/tailf
|
|
||||||
%{compldir}/taskset
|
%{compldir}/taskset
|
||||||
%{compldir}/ul
|
%{compldir}/ul
|
||||||
#%{compldir}/umount
|
#%{compldir}/umount
|
||||||
@ -787,6 +797,7 @@ exit 0
|
|||||||
%{compldir}/write
|
%{compldir}/write
|
||||||
%{compldir}/zramctl
|
%{compldir}/zramctl
|
||||||
|
|
||||||
|
|
||||||
%ifnarch s390 s390x
|
%ifnarch s390 s390x
|
||||||
%{_sbindir}/clock
|
%{_sbindir}/clock
|
||||||
%{_sbindir}/fdformat
|
%{_sbindir}/fdformat
|
||||||
@ -919,6 +930,10 @@ exit 0
|
|||||||
%{_libdir}/python*/site-packages/libmount/*
|
%{_libdir}/python*/site-packages/libmount/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 17 2017 Karel Zak <kzak@redhat.com> - 2.30-0.1
|
||||||
|
- upgrade to v2.30-rc1
|
||||||
|
http://ftp.kernel.org/pub/linux/utils/util-linux/v2.30/v2.30-ReleaseNotes
|
||||||
|
|
||||||
* Fri Feb 24 2017 Karel Zak <kzak@redhat.com> - 2.29.2-1
|
* Fri Feb 24 2017 Karel Zak <kzak@redhat.com> - 2.29.2-1
|
||||||
- upgrade to v2.29.2
|
- upgrade to v2.29.2
|
||||||
http://ftp.kernel.org/pub/linux/utils/util-linux/v2.29/v2.29.2-ReleaseNotes
|
http://ftp.kernel.org/pub/linux/utils/util-linux/v2.29/v2.29.2-ReleaseNotes
|
||||||
|
Loading…
Reference in New Issue
Block a user