2.33.1-1: upgrade
This commit is contained in:
parent
bdd2c5116b
commit
ffe5e68263
1
.gitignore
vendored
1
.gitignore
vendored
@ -66,3 +66,4 @@
|
|||||||
/util-linux-2.32.tar.xz
|
/util-linux-2.32.tar.xz
|
||||||
/util-linux-2.32.1.tar.xz
|
/util-linux-2.32.1.tar.xz
|
||||||
/util-linux-2.33-rc2.tar.xz
|
/util-linux-2.33-rc2.tar.xz
|
||||||
|
/util-linux-2.33.1.tar.xz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (util-linux-2.33-rc2.tar.xz) = 7a38a7408a42a47f4e67ead068b5418490c8871ed452613cd2459bd7af64b1a218dc4e826197730b2de60d5d757c02ef79dc7e0f8aeb3f24be9cf8934e40a5ad
|
SHA512 (util-linux-2.33.1.tar.xz) = 94ada47e472b62a612c26fd5a5b7423e09366690a8a96f777191a5d920981eb0f224474bc2f128e827299bf60062770011332757e1551a8cd3764b5c70ae4ba2
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
### Header
|
### Header
|
||||||
Summary: A collection of basic system utilities
|
Summary: A collection of basic system utilities
|
||||||
Name: util-linux
|
Name: util-linux
|
||||||
Version: 2.33
|
Version: 2.33.1
|
||||||
Release: 0.1%{?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}-rc2
|
%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/
|
||||||
@ -924,6 +924,10 @@ fi
|
|||||||
%{_libdir}/python*/site-packages/libmount/
|
%{_libdir}/python*/site-packages/libmount/
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Nov 1 2018 Karel Zak <kzak@redhat.com> - 2.33-0.1
|
||||||
- Remove ldconfig scriptlet, now done via. transfiletrigger in glibc [James Antill]
|
- Remove ldconfig scriptlet, now done via. transfiletrigger in glibc [James Antill]
|
||||||
- upgrade to v2.33-rc2
|
- upgrade to v2.33-rc2
|
||||||
|
Loading…
Reference in New Issue
Block a user