rpms/ltspfs/devel .cvsignore, 1.3, 1.4 ltspfs.spec, 1.2, 1.3 sources, 1.3, 1.4

Warren Togami 砥上勇 wtogami at fedoraproject.org
Thu Sep 11 19:49:22 UTC 2008


Author: wtogami

Update of /cvs/pkgs/rpms/ltspfs/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27267

Modified Files:
	.cvsignore ltspfs.spec sources 
Log Message:
- bug fixes and more man pages



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ltspfs/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	16 Apr 2008 23:10:55 -0000	1.3
+++ .cvsignore	11 Sep 2008 19:48:52 -0000	1.4
@@ -1 +1 @@
-ltspfs-0.5.0.tar.bz2
+ltspfs-0.5.4.tar.bz2


Index: ltspfs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ltspfs/devel/ltspfs.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ltspfs.spec	16 Apr 2008 23:10:55 -0000	1.2
+++ ltspfs.spec	11 Sep 2008 19:48:52 -0000	1.3
@@ -1,5 +1,5 @@
 Name:           ltspfs
-Version:        0.5.0
+Version:        0.5.4
 Release:        1%{?dist}
 Summary:        LTSP file system, daemon that runs on thin clients
 
@@ -12,10 +12,14 @@
 BuildRequires: fuse-devel
 BuildRequires: libX11-devel
 BuildRequires: glib2-devel
+%if 0%{?rhel} == 5
+Requires:      dkms-fuse
+%endif
 
 %package -n ltspfsd 
 Group:          System Environment/Base
 Summary:        LTSP file system, userspace FUSE module that runs on a server
+Requires:      xorg-x11-utils
 
 %description
 Fuse based remote filesystem for LTSP thin clients
@@ -52,13 +56,13 @@
 
 %files
 %defattr(-,root,root,-)
-%doc COPYING
+%doc COPYING ChangeLog
 %{_bindir}/ltspfs
-%{_bindir}/lbmount
+%attr(4755,root,root) %{_bindir}/lbmount
 %{_sbindir}/ltspfsmounter
-%{_datadir}/man/man1/ltspfs.1.gz
-%{_datadir}/man/man1/lbmount.1.gz
-%{_datadir}/man/man1/ltspfsmounter.1.gz
+%{_mandir}/man1/ltspfs.1.gz
+%{_mandir}/man1/lbmount.1.gz
+%{_mandir}/man1/ltspfsmounter.1.gz
 
 %files -n ltspfsd
 %defattr(-,root,root,-)
@@ -67,14 +71,29 @@
 %{_sbindir}/ltspfs_mount
 %{_sbindir}/ltspfs_umount
 %{_sysconfdir}/udev/rules.d/88-ltsp.rules
-/lib/udev/add_fstab_entry
-/lib/udev/remove_fstab_entry
+/lib/udev/ltspfs_entry
 %{_datadir}/ldm/
-%{_datadir}/ldm/
-%{_datadir}/man/man1/ltspfsd.1.gz
+%{_mandir}/man1/ltspfsd.1.gz
+%{_mandir}/man1/cdpinger.1.gz
+%{_mandir}/man1/ltspfs_mount.1.gz
+%{_mandir}/man1/ltspfs_umount.1.gz
 %dir %{_localstatedir}/run/devices/
 
 %changelog
+* Thu Sep 11 2008 Warren Togami <wtogami at redhat.com> - 0.5.4-1
+- bug fixes and more man pages
+
+* Mon Apr 28 2008 Warren Togami <wtogami at redhat.com> - 0.5.2-1
+- Create /media/$username as 0750 instead of 0755
+  (needed by glib2-2.16.3-5.fc9)
+  Ignore inaccessible mounts during mountpoint enumeration (GNOME #526320)
+  This prevents bogus inaccessible devices owned by one user from appearing
+  on the desktops of other users.
+
+* Mon Apr 21 2008 Warren Togami <wtogami at redhat.com> - 0.5.1-1
+- lbmount must be setuid
+- ltspfsd requires xorg-x11-utils in the client chroot
+
 * Wed Apr 16 2008 Warren Togami <wtogami at redhat.com> - 0.5.0-1
 - 0.5.0 to have an actual version number
   almost no change changes since previous snapshot


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ltspfs/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	16 Apr 2008 23:10:55 -0000	1.3
+++ sources	11 Sep 2008 19:48:52 -0000	1.4
@@ -1 +1 @@
-8f57f9b731ac0fd284e7805f31cdabbf  ltspfs-0.5.0.tar.bz2
+628ca063cbc6c5ae236f0b5887e527ba  ltspfs-0.5.4.tar.bz2




More information about the fedora-extras-commits mailing list