upgrade to v2.29-rc2
This commit is contained in:
parent
c55c42ae5d
commit
b570e8a4eb
1
.gitignore
vendored
1
.gitignore
vendored
@ -51,3 +51,4 @@
|
|||||||
/util-linux-2.28.1.tar.xz
|
/util-linux-2.28.1.tar.xz
|
||||||
/util-linux-2.28.2.tar.xz
|
/util-linux-2.28.2.tar.xz
|
||||||
/util-linux-2.29-rc1.tar.xz
|
/util-linux-2.29-rc1.tar.xz
|
||||||
|
/util-linux-2.29-rc2.tar.xz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
e1db567452c1849a0b0b4e5d284a7c88 util-linux-2.29-rc1.tar.xz
|
a3afca4e2b2be54e46fd859b7c8495ec util-linux-2.29-rc2.tar.xz
|
||||||
|
@ -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.29
|
Version: 2.29
|
||||||
Release: 0.1%{?dist}
|
Release: 0.2%{?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}-rc2
|
||||||
%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/
|
||||||
@ -919,6 +919,9 @@ exit 0
|
|||||||
%{_libdir}/python*/site-packages/libmount/*
|
%{_libdir}/python*/site-packages/libmount/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 19 2016 Karel Zak <kzak@redhat.com> - 2.29-0.2
|
||||||
|
- upgrade to v2.29-rc2
|
||||||
|
|
||||||
* Fri Sep 30 2016 Karel Zak <kzak@redhat.com> - 2.29-0.1
|
* Fri Sep 30 2016 Karel Zak <kzak@redhat.com> - 2.29-0.1
|
||||||
- upgrade to v2.29-rc1
|
- upgrade to v2.29-rc1
|
||||||
http://ftp.kernel.org/pub/linux/utils/util-linux/v2.29/v2.29-ReleaseNotes
|
http://ftp.kernel.org/pub/linux/utils/util-linux/v2.29/v2.29-ReleaseNotes
|
||||||
|
Loading…
Reference in New Issue
Block a user