Mailinglist Archive: opensuse-commit (1083 mails)
| < Previous | Next > |
commit fuse
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Sat, 01 Sep 2007 12:53:20 +0200
- Message-id: <20070901105321.1E60867832C@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package fuse
checked in at Sat Sep 1 12:53:20 CEST 2007.
--------
--- fuse/fuse.changes 2007-08-10 13:52:48.000000000 +0200
+++ /mounts/work_src_done/STABLE/fuse/fuse.changes 2007-08-31 20:02:19.116596000 +0200
@@ -1,0 +2,5 @@
+Fri Aug 31 20:01:07 CEST 2007 - mszeredi@xxxxxxx
+
+- fix location of COPYING files (#306681)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ fuse.spec ++++++
--- /var/tmp/diff_new_pack.B31686/_old 2007-09-01 12:53:03.000000000 +0200
+++ /var/tmp/diff_new_pack.B31686/_new 2007-09-01 12:53:03.000000000 +0200
@@ -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 @@
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 @@
%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 @@
%exclude %{devlibdir}/libulockmgr.*
%changelog
+* Fri Aug 31 2007 - mszeredi@xxxxxxx
+- fix location of COPYING files (#306681)
* Fri Aug 10 2007 - bk@xxxxxxx
- branch off libfuse2 to avoid having to start fuse on boot (#285101)
- Add "Supplements: filesystem(fuse)" in case someone looks for fuse
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |