This commit is contained in:
parent
3c75a00979
commit
75575b4cf5
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 31 20:01:07 CEST 2007 - mszeredi@suse.de
|
||||
|
||||
- fix location of COPYING files (#306681)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 10 13:41:37 CEST 2007 - bk@suse.de
|
||||
|
||||
|
14
fuse.spec
14
fuse.spec
@ -13,7 +13,7 @@
|
||||
Name: fuse
|
||||
Summary: User space File System
|
||||
Version: 2.7.0
|
||||
Release: 10
|
||||
Release: 17
|
||||
License: GPL any version; LGPL any version
|
||||
Group: System/Filesystems
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
@ -196,10 +196,10 @@ ln -s ../../lib*/libfuse.so.*.*.* libfuse.so
|
||||
cd -
|
||||
mkdir .%{usrbindir}
|
||||
mv .%{_bindir}/fusermount .%{usrbindir}/fusermount
|
||||
mkdir -p .%{_docdir}
|
||||
cd .%{_docdir}
|
||||
ln -s ../licenses/GPL-2.0.txt COPYING
|
||||
ln -s ../licenses/LGPL-2.0.txt COPYING.LIB
|
||||
mkdir -p .%{_docdir}/%{name}
|
||||
cd .%{_docdir}/%{name}
|
||||
ln -s ../../licenses/GPL-2.0.txt COPYING
|
||||
ln -s ../../licenses/LGPL-2.0.txt COPYING.LIB
|
||||
|
||||
%post
|
||||
%{insserv_force_if_yast boot.fuse}
|
||||
@ -228,7 +228,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%defattr(-,root,root)
|
||||
%config %{_sysconfdir}/init.d/boot.fuse
|
||||
%doc AUTHORS ChangeLog FAQ NEWS README*
|
||||
%{_docdir}/COPYING*
|
||||
%{_docdir}/%{name}/COPYING*
|
||||
%if %suse_version <= 1020
|
||||
%dir %{_sysconfdir}/udev
|
||||
%dir %{_sysconfdir}/udev/rules.d
|
||||
@ -255,6 +255,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%exclude %{devlibdir}/libulockmgr.*
|
||||
|
||||
%changelog
|
||||
* Fri Aug 31 2007 - mszeredi@suse.de
|
||||
- fix location of COPYING files (#306681)
|
||||
* Fri Aug 10 2007 - bk@suse.de
|
||||
- branch off libfuse2 to avoid having to start fuse on boot (#285101)
|
||||
- Add "Supplements: filesystem(fuse)" in case someone looks for fuse
|
||||
|
Loading…
Reference in New Issue
Block a user