OBS User unknown 2007-11-23 16:24:31 +00:00 committed by Git OBS Bridge
parent 1989b9e0dd
commit dc561735c3
4 changed files with 23 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9dc4d47b1bf0145b3751d5c4fcbe9d738337f728e5017c71224654f8dd6da690
size 389079

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

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Nov 23 13:47:38 CET 2007 - mszeredi@suse.de
- Update to version 2.7.1
* Add missing context initialization in fuse_fs_chmod()
* Fix a fuse_req leak in do_forget()
* Work around hotplug issue
* Reset args->argc in fuse_opt_free_args()
-------------------------------------------------------------------
Sun Sep 2 07:40:59 CEST 2007 - aj@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package fuse (Version 2.7.0)
# spec file for package fuse (Version 2.7.1)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -12,16 +12,16 @@
Name: fuse
Summary: User space File System
Version: 2.7.0
Release: 18
License: GPL any version; LGPL any version
Version: 2.7.1
Release: 1
License: GPL v2 or later; LGPL v2.1 or later
Group: System/Filesystems
Source: %{name}-%{version}.tar.bz2
Source1: boot.fuse
Source2: fuse.rpmlintrc
Patch: fuse-install-fix.diff
Patch2: fuse-pc-remove-libdir-from-Libs.diff
URL: http://fuse.sourceforge.net
Url: http://fuse.sourceforge.net
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: licenses
BuildRequires: licenses
@ -203,7 +203,6 @@ mv .%{_bindir}/fusermount .%{usrbindir}/fusermount
%post
%{insserv_force_if_yast boot.fuse}
%run_permissions
%verifyscript
%verify_permissions -e %{usrbindir}/fusermount
@ -253,6 +252,12 @@ rm -rf $RPM_BUILD_ROOT
%exclude %{devlibdir}/libulockmgr.*
%changelog
* Fri Nov 23 2007 - mszeredi@suse.de
- Update to version 2.7.1
* Add missing context initialization in fuse_fs_chmod()
* Fix a fuse_req leak in do_forget()
* Work around hotplug issue
* Reset args->argc in fuse_opt_free_args()
* Sun Sep 02 2007 - aj@suse.de
- Fix building.
- Rename rpmlintrc to fuse.rpmlintrc and add it as source.