X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=codemux.spec;h=4e5cbfe2861698cbc3c919bdf6b323f3f0cf30ff;hb=a8b7cb67b667aa182d118264378c8b976363914e;hp=acc911a208e729089e5f08a331be5da1569de588;hpb=7200cd756217a4952de259d50d8aa60f9ac18785;p=codemux.git diff --git a/codemux.spec b/codemux.spec index acc911a..4e5cbfe 100644 --- a/codemux.spec +++ b/codemux.spec @@ -5,7 +5,7 @@ %define name codemux %define version 0.1 -%define taglevel 10 +%define taglevel 12 %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,19 @@ if [ "$1" = 0 ]; then fi %changelog +* 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 -