X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=codemux.spec;h=a5731e1f62e0eadae35bed3df1b90252f5bc374b;hb=415b85650ffba2304c67b5458b3a089b0f3b2df3;hp=3a246d93417363b3eb39dba1285560262625abd8;hpb=2ec9d86a4319e45090a04c0008e5502abfb41a24;p=codemux.git diff --git a/codemux.spec b/codemux.spec index 3a246d9..a5731e1 100644 --- a/codemux.spec +++ b/codemux.spec @@ -1,11 +1,6 @@ -# -# $Id$ -# -%define url $URL$ - %define name codemux %define version 0.1 -%define taglevel 11 +%define taglevel 14 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -19,7 +14,7 @@ Source: %{name}-%{version}.tar.gz Vendor: PlanetLab Packager: PlanetLab Central Distribution: PlanetLab %{plrelease} -URL: %(echo %{url} | cut -d ' ' -f 2) +URL: %{SCMURL} #URL: http://codeen.cs.princeton.edu/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) #Requires: vnet @@ -47,15 +42,15 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(0644,root,root) %attr(0755,root,root) %{_initrddir}/codemux -%config /etc/codemux/codemux.conf +%config(noreplace) /etc/codemux/codemux.conf %attr(0755,root,root) /usr/sbin/codemux %{_sysconfdir}/logrotate.d/codemux %post -chkconfig codemux reset +chkconfig --add codemux if [ -z "$PL_BOOTCD" ]; then - /etc/init.d/codemux restart + /etc/init.d/codemux condrestart fi %preun @@ -70,6 +65,17 @@ if [ "$1" = 0 ]; then fi %changelog +* Tue Mar 09 2010 S.Çağlar Onur - CoDemux-0.1-14 +- introduce an IP field + +* Tue Dec 02 2008 Daniel Hokka Zakrisson - CoDemux-0.1-13 +- Add condrestart to the initscript and add a way to limit codemux to one IP. + +* Fri Jun 06 2008 Stephen Soltesz - CoDemux-0.1-12 +- +- KyoungSoo added fix to prevent failure with new compilers +- + * Fri May 09 2008 Stephen Soltesz - CoDemux-0.1-11 -