2.33.1-1: upgrade

This commit is contained in:
Karel Zak 2019-01-09 11:54:05 +01:00
parent bdd2c5116b
commit ffe5e68263
3 changed files with 9 additions and 4 deletions

1
.gitignore vendored
View File

@ -66,3 +66,4 @@
/util-linux-2.32.tar.xz
/util-linux-2.32.1.tar.xz
/util-linux-2.33-rc2.tar.xz
/util-linux-2.33.1.tar.xz

View File

@ -1 +1 @@
SHA512 (util-linux-2.33-rc2.tar.xz) = 7a38a7408a42a47f4e67ead068b5418490c8871ed452613cd2459bd7af64b1a218dc4e826197730b2de60d5d757c02ef79dc7e0f8aeb3f24be9cf8934e40a5ad
SHA512 (util-linux-2.33.1.tar.xz) = 94ada47e472b62a612c26fd5a5b7423e09366690a8a96f777191a5d920981eb0f224474bc2f128e827299bf60062770011332757e1551a8cd3764b5c70ae4ba2

View File

@ -1,14 +1,14 @@
### Header
Summary: A collection of basic system utilities
Name: util-linux
Version: 2.33
Release: 0.1%{?dist}
Version: 2.33.1
Release: 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}-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/
@ -924,6 +924,10 @@ fi
%{_libdir}/python*/site-packages/libmount/
%changelog
* Wed Jan 9 2019 Karel Zak <kzak@redhat.com> - 2.33.1-1
- upgrade to v2.33.1
https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.33/v2.33.1-ReleaseNotes
* Thu Nov 1 2018 Karel Zak <kzak@redhat.com> - 2.33-0.1
- Remove ldconfig scriptlet, now done via. transfiletrigger in glibc [James Antill]
- upgrade to v2.33-rc2