OBS User unknown 2007-12-17 21:08:34 +00:00 committed by Git OBS Bridge
parent dc561735c3
commit f2867802bd
4 changed files with 18 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7ae208f315d2c5ea704745f38d3821b219be6e4d67a05c2e5f0ba580c1f38384
size 391861

3
fuse-2.7.2.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:71e83a5f7f4ee6495978aed9e4d2791285d717979e9e4fe65060c9e1c62b4281
size 393306

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Dec 17 16:38:26 CET 2007 - mszeredi@suse.de
- Update to version 2.7.2
* Fix a symbol versioning mistake
* Fix a deadlock on termination, if umount is synchronous
* Fix umounting if /etc/mtab is a symlink
-------------------------------------------------------------------
Fri Nov 23 13:47:38 CET 2007 - mszeredi@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package fuse (Version 2.7.1)
# spec file for package fuse (Version 2.7.2)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -12,7 +12,7 @@
Name: fuse
Summary: User space File System
Version: 2.7.1
Version: 2.7.2
Release: 1
License: GPL v2 or later; LGPL v2.1 or later
Group: System/Filesystems
@ -252,6 +252,11 @@ rm -rf $RPM_BUILD_ROOT
%exclude %{devlibdir}/libulockmgr.*
%changelog
* Mon Dec 17 2007 - mszeredi@suse.de
- Update to version 2.7.2
* Fix a symbol versioning mistake
* Fix a deadlock on termination, if umount is synchronous
* Fix umounting if /etc/mtab is a symlink
* Fri Nov 23 2007 - mszeredi@suse.de
- Update to version 2.7.1
* Add missing context initialization in fuse_fs_chmod()