rpms/ltspfs/F-9 .cvsignore, 1.3, 1.4 ltspfs.spec, 1.2, 1.3 sources, 1.3, 1.4

Warren Togami 砥上勇 (wtogami) fedora-extras-commits at redhat.com
Tue Apr 22 16:55:36 UTC 2008


Author: wtogami

Update of /cvs/pkgs/rpms/ltspfs/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20417

Modified Files:
	.cvsignore ltspfs.spec sources 
Log Message:
- lbmount must be setuid
- ltspfsd requires xorg-x11-utils in the client chroot

Make it actually work for realz this time.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ltspfs/F-9/.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	22 Apr 2008 16:55:02 -0000	1.4
@@ -1 +1 @@
-ltspfs-0.5.0.tar.bz2
+ltspfs-0.5.1.tar.bz2


Index: ltspfs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ltspfs/F-9/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	22 Apr 2008 16:55:02 -0000	1.3
@@ -1,5 +1,5 @@
 Name:           ltspfs
-Version:        0.5.0
+Version:        0.5.1
 Release:        1%{?dist}
 Summary:        LTSP file system, daemon that runs on thin clients
 
@@ -16,6 +16,7 @@
 %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,9 +53,9 @@
 
 %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
@@ -75,6 +76,10 @@
 %dir %{_localstatedir}/run/devices/
 
 %changelog
+* 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/F-9/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	22 Apr 2008 16:55:02 -0000	1.4
@@ -1 +1 @@
-8f57f9b731ac0fd284e7805f31cdabbf  ltspfs-0.5.0.tar.bz2
+fda0946c62ac4194e36f02f38cd0c429  ltspfs-0.5.1.tar.bz2




More information about the fedora-extras-commits mailing list