2.35-0.5: upgrade to usptream -rc2

This commit is contained in:
Karel Zak 2020-01-09 10:48:10 +01:00
parent 80deb77249
commit 7c4fd7f42a
3 changed files with 7 additions and 7 deletions

1
.gitignore vendored
View File

@ -73,3 +73,4 @@
/util-linux-2.34.tar.xz
/util-linux-2.35-rc1.tar.xz
/util-linux-2.35-rc1-20-63f8.tar.xz
/util-linux-2.35-rc2.tar.xz

View File

@ -1 +1 @@
SHA512 (util-linux-2.35-rc1-20-63f8.tar.xz) = 0ed274a3b9954e60376bdf7842570fb844769e938d025572b67a9330e2f538dd792463f382a59038588bf63f26ba88579035c919d4f771f1c020bf66f2cfee6a
SHA512 (util-linux-2.35-rc2.tar.xz) = 7c59608ba64f9fb377d350dbed9ac332707537d862dd13da65be95b0837b2da7ca54c111dad05b08f08563ec32eeb117f27ce10c904bc7a56f7c7eca4ac1a754

View File

@ -2,12 +2,12 @@
Summary: A collection of basic system utilities
Name: util-linux
Version: 2.35
Release: 0.4%{?dist}
Release: 0.5%{?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}-rc1-20-63f8
%define upstream_version %{version}-rc2
%define upstream_major %(eval echo %{version} | %{__sed} -e 's/\([[:digit:]]*\)\.\([[:digit:]]*\)\.[[:digit:]]*$/\1.\2/')
%define compldir %{_datadir}/bash-completion/completions/
@ -106,10 +106,6 @@ Requires: libfdisk = %{version}-%{release}
# 151635 - makeing /var/log/lastlog
Patch0: 2.28-login-lastlog-create.patch
# 1784536 - Segfaults in agetty during Cloud image testing
Patch1: 0001-agetty-keep-freed-issue-file-pointer-zeroized.patch
%description
The util-linux package contains a large variety of low-level system
utilities that are necessary for a Linux system to function. Among
@ -936,6 +932,9 @@ fi
%{_libdir}/python*/site-packages/libmount/
%changelog
* Thu Jan 9 2020 Karel Zak <kzak@redhat.com> - 2.35-0.5
- upgrade to v2.35-rc2
* Fri Dec 20 2019 Karel Zak <kzak@redhat.com> - 2.35-0.4
- fix #1784536 - Segfaults in agetty during Cloud image testing