This commit is contained in:
parent
1989b9e0dd
commit
dc561735c3
@ -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
3
fuse-2.7.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7ae208f315d2c5ea704745f38d3821b219be6e4d67a05c2e5f0ba580c1f38384
|
||||||
|
size 391861
|
@ -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
|
Sun Sep 2 07:40:59 CEST 2007 - aj@suse.de
|
||||||
|
|
||||||
|
17
fuse.spec
17
fuse.spec
@ -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.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -12,16 +12,16 @@
|
|||||||
|
|
||||||
Name: fuse
|
Name: fuse
|
||||||
Summary: User space File System
|
Summary: User space File System
|
||||||
Version: 2.7.0
|
Version: 2.7.1
|
||||||
Release: 18
|
Release: 1
|
||||||
License: GPL any version; LGPL any version
|
License: GPL v2 or later; LGPL v2.1 or later
|
||||||
Group: System/Filesystems
|
Group: System/Filesystems
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Source1: boot.fuse
|
Source1: boot.fuse
|
||||||
Source2: fuse.rpmlintrc
|
Source2: fuse.rpmlintrc
|
||||||
Patch: fuse-install-fix.diff
|
Patch: fuse-install-fix.diff
|
||||||
Patch2: fuse-pc-remove-libdir-from-Libs.diff
|
Patch2: fuse-pc-remove-libdir-from-Libs.diff
|
||||||
URL: http://fuse.sourceforge.net
|
Url: http://fuse.sourceforge.net
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Requires: licenses
|
Requires: licenses
|
||||||
BuildRequires: licenses
|
BuildRequires: licenses
|
||||||
@ -203,7 +203,6 @@ mv .%{_bindir}/fusermount .%{usrbindir}/fusermount
|
|||||||
%post
|
%post
|
||||||
%{insserv_force_if_yast boot.fuse}
|
%{insserv_force_if_yast boot.fuse}
|
||||||
%run_permissions
|
%run_permissions
|
||||||
|
|
||||||
%verifyscript
|
%verifyscript
|
||||||
%verify_permissions -e %{usrbindir}/fusermount
|
%verify_permissions -e %{usrbindir}/fusermount
|
||||||
|
|
||||||
@ -253,6 +252,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%exclude %{devlibdir}/libulockmgr.*
|
%exclude %{devlibdir}/libulockmgr.*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Sep 02 2007 - aj@suse.de
|
||||||
- Fix building.
|
- Fix building.
|
||||||
- Rename rpmlintrc to fuse.rpmlintrc and add it as source.
|
- Rename rpmlintrc to fuse.rpmlintrc and add it as source.
|
||||||
|
Loading…
Reference in New Issue
Block a user