[ltsp/el6] add ltsp-server-tweaks

Warren Togami wtogami at fedoraproject.org
Tue Jul 26 21:14:49 UTC 2011


commit e80501632abb0ea63bc8712c049b57c8735ef146
Author: Warren Togami <warren at togami.com>
Date:   Tue Jul 26 11:14:40 2011 -1000

    add ltsp-server-tweaks

 ltsp.spec |   25 +++++++++++++++++++------
 1 files changed, 19 insertions(+), 6 deletions(-)
---
diff --git a/ltsp.spec b/ltsp.spec
index 0e241ec..0782fb3 100644
--- a/ltsp.spec
+++ b/ltsp.spec
@@ -1,10 +1,10 @@
 # ltsp-5.2.x is intended to support EL6 and eventually F14.
 
 Name:           ltsp
-Version:        5.2.8
-%define _datestamp .20110521.23
-Release:        0%{_datestamp}%{?dist}
-#Release:        2%{?dist}
+Version:        5.2.10
+%define _datestamp .20110713.10
+Release:        2%{_datestamp}%{?dist}
+#Release:        1%{?dist}
 Summary:        Linux Terminal Server Project Server and Client
 Group:          User Interface/Desktops
 
@@ -171,6 +171,7 @@ cp -pr server/plugins/* $RPM_BUILD_ROOT%{_datadir}/ltsp/plugins/
 install -m 0755 server/ltsp-update-kernels $RPM_BUILD_ROOT%{_sbindir}
 install -m 0755 server/scripts/k12linux/ltsp-update-image $RPM_BUILD_ROOT%{_sbindir}
 install -m 0755 server/scripts/k12linux/chroot-creator $RPM_BUILD_ROOT%{_sbindir}
+install -m 0755 server/scripts/k12linux/ltsp-server-tweaks $RPM_BUILD_ROOT%{_sbindir}
 install -m 0755 server/ltsp-swapfile-delete $RPM_BUILD_ROOT%{_sysconfdir}/cron.daily/
 install -m 0644 server/xinetd.d/nbdrootd $RPM_BUILD_ROOT%{_sysconfdir}/xinetd.d/
 install -m 0644 server/xinetd.d/nbdswapd $RPM_BUILD_ROOT%{_sysconfdir}/xinetd.d/
@@ -343,6 +344,7 @@ fi
 %{_sbindir}/nbdrootd
 %{_sbindir}/nbdswapd
 %{_sbindir}/chroot-creator
+%{_sbindir}/ltsp-server-tweaks
 %{_sysconfdir}/cron.daily/ltsp-swapfile-delete
 %{_sysconfdir}/init.d/ltsp-dhcpd
 %{_sysconfdir}/sysconfig/ltspdist
@@ -363,10 +365,21 @@ fi
 %config(noreplace) %{_tftpdir}/ltsp/*/lts.conf
 
 %changelog
-* Sat May 21 2011 Warren Togami <warren at togami.com> - 5.2.8
+
+* Wed Jul 13 2011 Warren Togami <warren at togami.com> - 5.2.10
+- EL6 public URL's
+
+* Thu Jun 16 2011 Warren Togami <warren at togami.com> - 5.2.9
+- Preliminary EL6 support
+  pciutils needed by EL6 chroot for lspci
 - Remove ltsp-vmclient, qemu-kvm SDL is no longer supported,
      netboot testing works great through virt-manager.
-- Fix pxelinux.cfg syntax
+- Fixed pxelinux.cfg syntax
+- Fixed nc syntax
+- Fixed local apps
+- Add ltsp-server-tweaks script, for now you must run it manually
+    Removes annoying and confusing PackageKit dialogs
+    Removes Switch User button in lock screen
 
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 5.1.95-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild


More information about the scm-commits mailing list