X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=codemux.spec;h=15698074d60a3347c07f1d0d358c760bc681721d;hb=dabcf46b8ba48a44050e15ba4f04b325e05df800;hp=b7d2e21edcb20ff20ba436b9509e44aa530f2e6d;hpb=19f3a97f9059c29e86c3642e880bdc7911466c82;p=codemux.git diff --git a/codemux.spec b/codemux.spec index b7d2e21..1569807 100644 --- a/codemux.spec +++ b/codemux.spec @@ -5,7 +5,7 @@ %define name codemux %define version 0.1 -%define taglevel 7 +%define taglevel 14 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -38,8 +38,8 @@ make RPM_VERSION=%{version}.%{taglevel} %install rm -rf $RPM_BUILD_ROOT - make INSTALL_ROOT=$RPM_BUILD_ROOT install +install -D -m 644 codemux.logrotate $RPM_BUILD_ROOT/%{_sysconfdir}/logrotate.d/codemux %clean rm -rf $RPM_BUILD_ROOT @@ -47,14 +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 @@ -69,6 +70,28 @@ 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 +- + +* 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 +- + * Sun Apr 22 2007 KYOUNGSOO PARK - - Initial build.