2.35-1: upgrade
This commit is contained in:
parent
7c4fd7f42a
commit
b3e437baf2
1
.gitignore
vendored
1
.gitignore
vendored
@ -74,3 +74,4 @@
|
|||||||
/util-linux-2.35-rc1.tar.xz
|
/util-linux-2.35-rc1.tar.xz
|
||||||
/util-linux-2.35-rc1-20-63f8.tar.xz
|
/util-linux-2.35-rc1-20-63f8.tar.xz
|
||||||
/util-linux-2.35-rc2.tar.xz
|
/util-linux-2.35-rc2.tar.xz
|
||||||
|
/util-linux-2.35.tar.xz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (util-linux-2.35-rc2.tar.xz) = 7c59608ba64f9fb377d350dbed9ac332707537d862dd13da65be95b0837b2da7ca54c111dad05b08f08563ec32eeb117f27ce10c904bc7a56f7c7eca4ac1a754
|
SHA512 (util-linux-2.35.tar.xz) = c95d26b9037d6b877a247e6aeb58d17aa80f7e1bd6b523a4e0fde559fe07b3d924ece6d373300fefb65d1f206b3f990aeddb3a03605040e72ce6d6ee88591021
|
||||||
|
@ -2,12 +2,12 @@
|
|||||||
Summary: A collection of basic system utilities
|
Summary: A collection of basic system utilities
|
||||||
Name: util-linux
|
Name: util-linux
|
||||||
Version: 2.35
|
Version: 2.35
|
||||||
Release: 0.5%{?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
|
||||||
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/
|
||||||
@ -932,6 +932,9 @@ fi
|
|||||||
%{_libdir}/python*/site-packages/libmount/
|
%{_libdir}/python*/site-packages/libmount/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 21 2020 Karel Zak <kzak@redhat.com> - 2.35-1
|
||||||
|
- upgrade to v2.35
|
||||||
|
|
||||||
* Thu Jan 9 2020 Karel Zak <kzak@redhat.com> - 2.35-0.5
|
* Thu Jan 9 2020 Karel Zak <kzak@redhat.com> - 2.35-0.5
|
||||||
- upgrade to v2.35-rc2
|
- upgrade to v2.35-rc2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user