rpms/ltsp/F-9 .cvsignore, 1.9, 1.10 ltsp.spec, 1.14, 1.15 sources, 1.13, 1.14

Warren Togami 砥上勇 (wtogami) fedora-extras-commits at redhat.com
Fri Jun 6 20:37:22 UTC 2008


Author: wtogami

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

Modified Files:
	.cvsignore ltsp.spec sources 
Log Message:
- jetpipe script was missing from ltsp-client
  This should allow local printers to work if configured in lts.conf.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ltsp/F-9/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore	19 May 2008 20:17:21 -0000	1.9
+++ .cvsignore	6 Jun 2008 20:36:03 -0000	1.10
@@ -1 +1 @@
-ltsp-5.1.8.tar.bz2
+ltsp-5.1.9.tar.bz2


Index: ltsp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ltsp/F-9/ltsp.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ltsp.spec	19 May 2008 20:17:21 -0000	1.14
+++ ltsp.spec	6 Jun 2008 20:36:03 -0000	1.15
@@ -1,5 +1,5 @@
 Name:           ltsp
-Version:        5.1.8
+Version:        5.1.9
 #%define _datestamp .20080417.10
 #Release:        1%{_datestamp}%{?dist}
 Release:        1%{?dist}
@@ -134,6 +134,8 @@
 install -m 0755 client/initscripts/RPM/ltsp-client-launch $RPM_BUILD_ROOT%{_sbindir}
 install -m 0644 client/rwtab.d/k12linux.rwtab $RPM_BUILD_ROOT%{_sysconfdir}/rwtab.d
 install -m 0644 client/screen-x-common $RPM_BUILD_ROOT/%{_datadir}/ltsp/
+install -m 0755 client/jetpipe/jetpipe $RPM_BUILD_ROOT/%{_sbindir}
+install -m 0644 client/jetpipe/jetpipe.8 $RPM_BUILD_ROOT/%{_mandir}/man8/
 cp -av client/screen.d $RPM_BUILD_ROOT/%{_datadir}/ltsp/
 touch $RPM_BUILD_ROOT%{_sysconfdir}/lts.conf
 touch $RPM_BUILD_ROOT%{_localstatedir}/lib/random-seed
@@ -231,6 +233,9 @@
 %{_datadir}/ltsp/screen_session
 %{_datadir}/ltsp/screen-x-common
 %{_datadir}/ltsp/screen.d/
+%{_sbindir}/jetpipe
+%{_mandir}/man8/jetpipe.8.gz
+
 
 # readonly-root related files
 %{_sysconfdir}/rwtab.d/*
@@ -308,6 +313,10 @@
 %endif
 
 %changelog
+* Fri Jun 06 2008 Warren Togami <wtogami at redhat.com> - 5.1.9-1
+- jetpipe script was missing from ltsp-client
+  This should allow local printers to work if configured in lts.conf.
+
 * Fri May 16 2008 Warren Togami <wtogami at redhat.com> - 5.1.8-1
 - Fix NBD swap
 - Fix grabbing of lts.conf, it happens from the rootfs server now


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ltsp/F-9/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- sources	19 May 2008 20:17:21 -0000	1.13
+++ sources	6 Jun 2008 20:36:03 -0000	1.14
@@ -1 +1 @@
-50057f380308e4784f581a3d840794d8  ltsp-5.1.8.tar.bz2
+2b135dad8ee058df9b972ce277127081  ltsp-5.1.9.tar.bz2




More information about the fedora-extras-commits mailing list