[firebird] Fix non-fatal POSTIN fix rh #781691

Philippe Makowski makowski at fedoraproject.org
Thu Jan 19 16:44:39 UTC 2012


commit eb6ad25368c32226194c077a7745cf972b991655
Author: Philippe Makowski <makowski.firebird-fr.eu.org>
Date:   Thu Jan 19 17:43:57 2012 +0100

    Fix non-fatal POSTIN fix rh #781691

 firebird.spec |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/firebird.spec b/firebird.spec
index 9fd04b4..3e6bbed 100644
--- a/firebird.spec
+++ b/firebird.spec
@@ -6,7 +6,7 @@
 Summary: SQL relational database management system
 Name:  firebird
 Version: 2.5.1.26349.0
-Release: 4%{?dist}
+Release: 5%{?dist}
 
 Group:  Applications/Databases
 License: Interbase
@@ -437,8 +437,9 @@ if [ -z "$oldLine" ]; then
 fi
 
 
-%post -p /sbin/ldconfig
-/bin/systemd-tmpfiles %{_sysconfdir}/tmpfiles.d/firebird.conf
+%post 
+/sbin/ldconfig
+/bin/systemd-tmpfiles --create  %{_sysconfdir}/tmpfiles.d/firebird.conf
 
 %postun 
 /sbin/ldconfig
@@ -479,6 +480,7 @@ fi
 %ghost %dir %attr(0775,%{name},%{name}) %{_var}/run/%{name}
 %ghost %attr(0644,%{name},%{name}) %{_var}/run/%{name}/fb_guard
 %dir %{_sysconfdir}/tmpfiles.d  
+%defattr(0644,root,root)
 %{_sysconfdir}/tmpfiles.d/firebird.conf  
 
 %files doc
@@ -557,6 +559,9 @@ fi
 
 
 %changelog
+* Thu Jan 19 2012 Philippe Makowski <makowski at fedoraproject.org> 2.5.1.26349.0-5
+- Fix non-fatal POSTIN fix rh #781691
+
 * Fri Jan 06 2012 Philippe Makowski <makowski at fedoraproject.org> 2.5.1.26349.0-4
 - Rebuild for GCC-4.7
 


More information about the scm-commits mailing list