From dda135712b0d0382cd5eaa6447a183cf2358de39 Mon Sep 17 00:00:00 2001 From: makowski Date: Jan 28 2011 15:13:23 +0000 Subject: - services must not be enabled by default --- diff --git a/firebird.spec b/firebird.spec index 8a16f4c..67a0e90 100644 --- a/firebird.spec +++ b/firebird.spec @@ -6,7 +6,7 @@ Summary: SQL relational database management system Name: firebird Version: 2.5.0.26074.0 -Release: 4%{?dist} +Release: 5%{?dist} Group: Applications/Databases License: Interbase @@ -287,8 +287,8 @@ echo 1 > %{buildroot}%{_localstatedir}/log/%{name}/%{name}.log sed "s@%{name}.log@%{_localstatedir}/log/%{name}/%{name}.log@g" %{SOURCE1} > %{buildroot}%{_sysconfdir}/logrotate.d/%{name} sed "s@= root@= %{name}@" %{_builddir}/%{pkgname}/gen/buildroot-classic%{fbroot}/misc/%{name}.xinetd > %{buildroot}%{_sysconfdir}/xinetd.d/%{name} -cp %{_builddir}/%{pkgname}/gen/buildroot%{fbroot}/misc/%{name}.init.d.mandrake %{buildroot}%{_initrddir}/%{name}-superserver -cp %{_builddir}/%{pkgname}/gen/buildroot-classic%{fbroot}/misc/%{name}.init.d.mandrake %{buildroot}%{_initrddir}/%{name}-superclassic +sed "s@chkconfig: 345 80 20@chkconfig: - 80 20@" %{_builddir}/%{pkgname}/gen/buildroot%{fbroot}/misc/%{name}.init.d.mandrake > %{buildroot}%{_initrddir}/%{name}-superserver +sed "s@chkconfig: 345 80 20@chkconfig: - 80 20@" %{_builddir}/%{pkgname}/gen/buildroot-classic%{fbroot}/misc/%{name}.init.d.mandrake > %{buildroot}%{_initrddir}/%{name}-superclassic sed "s@%%{fbroot}@%{fbroot}@g" %{SOURCE2} > %{_builddir}/%{pkgname}/doc/README.Fedora @@ -510,6 +510,9 @@ fi %changelog +* Fri Jan 28 2011 Philippe Makowski 2.5.0.26074.0-5 +- services must not be enabled by default + * Tue Jan 25 2011 Karsten Hopp 2.5.0.26074.0-4 - firebird got miscompiled on ppc and had an empty libfbclient.so.2.5.0 bump release and rebuild