2.21.2-1: upgrade to bugfix release 2.21.2
- fix #814699 - namei(1) incorrectly resolves relative symlinks - fix #820707 - Impossible to unmount nfsv4/krb5 mounts after network disconnect - fix #816877 - libmount does not close device fd before mount(2) - fix #822705 - unable to login after installing Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
parent
32be86ade7
commit
a887e3b8da
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@
|
|||||||
/util-linux-2.21-rc2.tar.xz
|
/util-linux-2.21-rc2.tar.xz
|
||||||
/util-linux-2.21.tar.xz
|
/util-linux-2.21.tar.xz
|
||||||
/util-linux-2.21.1.tar.xz
|
/util-linux-2.21.1.tar.xz
|
||||||
|
/util-linux-2.21.2.tar.xz
|
||||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
|||||||
|
10d940dec87902bff7e6f9f2adcd0236 util-linux-2.21.2.tar.xz
|
||||||
a02aac97c74259ca1b24972c89147ca4 floppy-0.18.tar.bz2
|
a02aac97c74259ca1b24972c89147ca4 floppy-0.18.tar.bz2
|
||||||
ad602dcd528f340b1329cfa6200d8f80 util-linux-2.21.1.tar.xz
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
### Header
|
### Header
|
||||||
Summary: A collection of basic system utilities
|
Summary: A collection of basic system utilities
|
||||||
Name: util-linux
|
Name: util-linux
|
||||||
Version: 2.21.1
|
Version: 2.21.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2 and GPLv2+ and GPLv3+ and LGPLv2+ and BSD with advertising and Public Domain
|
License: GPLv2 and GPLv2+ and GPLv3+ and LGPLv2+ and BSD with advertising and Public Domain
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -707,6 +707,13 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 25 2012 Karel Zak <kzak@redhat.com> 2.21.2-1
|
||||||
|
- upgrade to bugfix release 2.21.2
|
||||||
|
- fix #814699 - namei(1) incorrectly resolves relative symlinks
|
||||||
|
- fix #820707 - Impossible to unmount nfsv4/krb5 mounts after network disconnect
|
||||||
|
- fix #816877 - libmount does not close device fd before mount(2)
|
||||||
|
- fix #822705 - unable to login after installing
|
||||||
|
|
||||||
* Fri Mar 30 2012 Karel Zak <kzak@redhat.com> 2.21.1-1
|
* Fri Mar 30 2012 Karel Zak <kzak@redhat.com> 2.21.1-1
|
||||||
- upgrade to bugfix release 2.21.1
|
- upgrade to bugfix release 2.21.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user