2.32-1: upgrade

This commit is contained in:
Karel Zak 2018-03-21 15:59:31 +01:00
parent 279eda57a9
commit 4c91ee804e
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -63,3 +63,4 @@
/util-linux-2.31-rc2.tar.xz /util-linux-2.31-rc2.tar.xz
/util-linux-2.31.tar.xz /util-linux-2.31.tar.xz
/util-linux-2.32-rc1.tar.xz /util-linux-2.32-rc1.tar.xz
/util-linux-2.32.tar.xz

View File

@ -1 +1 @@
SHA512 (util-linux-2.32-rc1.tar.xz) = 46ccffb1b10b9b386ac04d1d627ae291a2e710f723546d527c6ffdf30e276694f8c19d4cbb563a0a5f1e5a30f1b4be7a5009f7de5a26b11d761138861c711fc1 SHA512 (util-linux-2.32.tar.xz) = 320c8d364f014aba16483dd26564d7cb47804337567c3e9c2dc495f3865f524e7480d3fec7ef5a05b6e99763b0278da70fffe6d2b88f3f1a832ada5932556482

View File

@ -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.32 Version: 2.32
Release: 0.2%{?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/
@ -938,6 +938,9 @@ exit 0
%{_libdir}/python*/site-packages/libmount/ %{_libdir}/python*/site-packages/libmount/
%changelog %changelog
* Wed Mar 21 2018 Karel Zak <kzak@redhat.com> - 2.32-1
- upgrade to v2.32
* Tue Feb 20 2018 Karel Zak <kzak@redhat.com> - 2.32-0.2 * Tue Feb 20 2018 Karel Zak <kzak@redhat.com> - 2.32-0.2
- add BuildRequires gcc - add BuildRequires gcc