2.34-1: upstream version upgrade

This commit is contained in:
Karel Zak 2019-06-14 14:03:34 +02:00
parent c0267df5f2
commit a495296401
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -70,3 +70,4 @@
/util-linux-2.33.2.tar.xz
/util-linux-2.34-rc1.tar.xz
/util-linux-2.34-rc2.tar.xz
/util-linux-2.34.tar.xz

View File

@ -1 +1 @@
SHA512 (util-linux-2.34-rc2.tar.xz) = 54ae5ab146a2f8185dd1e46b363d3f83fd6791eb95f83522307ea59dcf23be93a9496fd1ca10bb09788ebd429c62db8fcde8747ed793c7826340289efb4e77d0
SHA512 (util-linux-2.34.tar.xz) = 2d0b76f63d32e7afb7acf61a83fabbfd58baa34ab78b3a331ce87f9c676a5fd71c56a493ded95039540d2c46b6048caaa38d7fb4491eb3d52d7b09dc54655cd7

View File

@ -2,12 +2,12 @@
Summary: A collection of basic system utilities
Name: util-linux
Version: 2.34
Release: 0.2%{?dist}
Release: 1%{?dist}
License: GPLv2 and GPLv2+ and LGPLv2+ and BSD with advertising and Public Domain
URL: http://en.wikipedia.org/wiki/Util-linux
### Macros
%define upstream_version %{version}-rc2
%define upstream_version %{version}
%define upstream_major %(eval echo %{version} | %{__sed} -e 's/\([[:digit:]]*\)\.\([[:digit:]]*\)\.[[:digit:]]*$/\1.\2/')
%define compldir %{_datadir}/bash-completion/completions/
@ -915,6 +915,9 @@ fi
%{_libdir}/python*/site-packages/libmount/
%changelog
* Fri Jun 14 2019 Karel Zak <kzak@redhat.com> - 2.34-1
- upgrade to v2.34
* Thu May 30 2019 Karel Zak <kzak@redhat.com> - 2.34-0.2
- upgrade to v2.34-rc2