diff --git a/README.Fedora b/README.Fedora index 8b46520..54d448e 100644 --- a/README.Fedora +++ b/README.Fedora @@ -4,9 +4,11 @@ Differences between upstream and the Fedora package * All files are installed according to the FHS. Relatively complete environment as provided by upstream may be found in %{fbroot} -* Firebird utilities gbak,gsec,gfix,nbackup and gstat have a symlink in /usr/bin +* Firebird utilities gbak,gsec,gfix,and nbackup have a symlink in /usr/bin In /usr/bin you have also isql-fb symlinked to Firebird isql. We can't name it isql to avoid conflict with isql from UNIX-ODBC + In /usr/bin you have also gstat-fb symlinked to Firebird gstat. + We can't name it gstat to avoid conflict with gstat from Ganglia-gmond * According to Fedora packaging rules, firebird service is not started automatically. You need to start it, as root : diff --git a/firebird.spec b/firebird.spec index e4bc4fe..5cd8617 100644 --- a/firebird.spec +++ b/firebird.spec @@ -6,7 +6,7 @@ Summary: SQL relational database management system Name: firebird Version: 2.1.3.18185.0 -Release: 1%{?dist} +Release: 2%{?dist} Group: Applications/Databases License: Interbase @@ -315,7 +315,7 @@ ln -s %{fbroot}/bin/gbak .%{_bindir}/gbak ln -s %{fbroot}/bin/gfix .%{_bindir}/gfix ln -s %{fbroot}/bin/gsec .%{_bindir}/gsec ln -s %{fbroot}/bin/nbackup .%{_bindir}/nbackup -ln -s %{fbroot}/bin/gstat .%{_bindir}/gstat +ln -s %{fbroot}/bin/gstat .%{_bindir}/gstat-fb %clean @@ -407,7 +407,6 @@ fi %postun /sbin/ldconfig -rm -Rf %{_var}/run/%{name} %files %defattr(0644,root,root,0755) @@ -444,7 +443,7 @@ rm -Rf %{_var}/run/%{name} %{_bindir}/gsec %{_bindir}/gfix %{_bindir}/nbackup -%{_bindir}/gstat +%{_bindir}/gstat-fb %dir %attr(0755,%{name},%{name}) %{_var}/run/%{name} %defattr(0755,root,root,0755) %{fbroot}/run @@ -523,6 +522,10 @@ rm -Rf %{_var}/run/%{name} %changelog +* Wed Aug 05 2009 Philippe Makowski 2.1.3.18185.0-2 +- rename /usr/bin/gstat to /usr/bin/gstat-fb to avoid conflict with ganglia-gmond (rh #515510) +- remove stupid rm -rf in postun + * Thu Jul 30 2009 Philippe Makowski 2.1.3.18185.0-1 - Update to 2.1.3.18185 - Fix rh #514463