upgrade to v2.29-rc1

This commit is contained in:
Karel Zak 2016-09-30 12:04:40 +02:00
parent b106becc25
commit c55c42ae5d
3 changed files with 9 additions and 4 deletions

1
.gitignore vendored
View File

@ -50,3 +50,4 @@
/util-linux-2.28.tar.xz
/util-linux-2.28.1.tar.xz
/util-linux-2.28.2.tar.xz
/util-linux-2.29-rc1.tar.xz

View File

@ -1 +1 @@
46a232a37bce45371a86d19300edc47a util-linux-2.28.2.tar.xz
e1db567452c1849a0b0b4e5d284a7c88 util-linux-2.29-rc1.tar.xz

View File

@ -1,14 +1,14 @@
### Header
Summary: A collection of basic system utilities
Name: util-linux
Version: 2.28.2
Release: 1%{?dist}
Version: 2.29
Release: 0.1%{?dist}
License: GPLv2 and GPLv2+ and LGPLv2+ and BSD with advertising and Public Domain
Group: System Environment/Base
URL: http://en.wikipedia.org/wiki/Util-linux
### 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 compldir %{_datadir}/bash-completion/completions/
@ -919,6 +919,10 @@ exit 0
%{_libdir}/python*/site-packages/libmount/*
%changelog
* Fri Sep 30 2016 Karel Zak <kzak@redhat.com> - 2.29-0.1
- upgrade to v2.29-rc1
http://ftp.kernel.org/pub/linux/utils/util-linux/v2.29/v2.29-ReleaseNotes
* Wed Sep 7 2016 Karel Zak <kzak@redhat.com> - 2.28.2-1
- upgrade to stable 2.28.2
http://ftp.kernel.org/pub/linux/utils/util-linux/v2.28/v2.28.2-ReleaseNotes