upgrade to v2.30
This commit is contained in:
parent
77887c051b
commit
17b923cc1e
1
.gitignore
vendored
1
.gitignore
vendored
@ -56,3 +56,4 @@
|
|||||||
/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
|
/util-linux-2.30-rc1.tar.xz
|
||||||
|
/util-linux-2.30.tar.xz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (util-linux-2.30-rc1.tar.xz) = 8f1aeb6938924d21474bec660e775ab511e359906079d2660e81680b8940fcbc70086f5f95f2a31acabcafa56740d2ad21b0c4bff793146431b35e119714819b
|
SHA512 (util-linux-2.30.tar.xz) = 30e311768718508066829567200e975fd08a22360915b27c8839f368fe6d84c8eca6c2f69a60f113d934eea9934e49f05cd98c3db7fd6bc5ad8f7f770badbc97
|
||||||
|
@ -2,13 +2,13 @@
|
|||||||
Summary: A collection of basic system utilities
|
Summary: A collection of basic system utilities
|
||||||
Name: util-linux
|
Name: util-linux
|
||||||
Version: 2.30
|
Version: 2.30
|
||||||
Release: 0.1%{?dist}
|
Release: 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}-rc1
|
%define upstream_version %{version}
|
||||||
%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/
|
||||||
@ -930,6 +930,9 @@ exit 0
|
|||||||
%{_libdir}/python*/site-packages/libmount/*
|
%{_libdir}/python*/site-packages/libmount/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 2 2017 Karel Zak <kzak@redhat.com> - 2.30-1
|
||||||
|
- upgrade to v2.30
|
||||||
|
|
||||||
* Wed May 17 2017 Karel Zak <kzak@redhat.com> - 2.30-0.1
|
* Wed May 17 2017 Karel Zak <kzak@redhat.com> - 2.30-0.1
|
||||||
- upgrade to v2.30-rc1
|
- upgrade to v2.30-rc1
|
||||||
http://ftp.kernel.org/pub/linux/utils/util-linux/v2.30/v2.30-ReleaseNotes
|
http://ftp.kernel.org/pub/linux/utils/util-linux/v2.30/v2.30-ReleaseNotes
|
||||||
|
Loading…
Reference in New Issue
Block a user