X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=codemux.spec;h=afd1cf4fc4178d3f3b0570685dda3ac98826ce7f;hb=572387909833babe1002c368a1f2a434a129d0b4;hp=46d5bc17a37d2b50d897d1b723f1540d2cc20898;hpb=0bfc8bf6b3183338030020c58331a22abb2aa189;p=codemux.git diff --git a/codemux.spec b/codemux.spec index 46d5bc1..afd1cf4 100644 --- a/codemux.spec +++ b/codemux.spec @@ -5,7 +5,7 @@ %define name codemux %define version 0.1 -%define taglevel 8 +%define taglevel 13 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -47,15 +47,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 +70,22 @@ if [ "$1" = 0 ]; then fi %changelog +* 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 +- + +* Thu Apr 24 2008 Faiyaz Ahmed - CoDemux-0.1-10 +- +- Examples in conf file are enough. Removed PLC specific entries. +- + * Fri Mar 28 2008 Faiyaz Ahmed - CoDemux-0.1-7 CoDemux-0.1-8 -