make fb_config executable (bug #985335)

This commit is contained in:
Philippe Makowski 2013-08-01 20:30:12 +02:00
commit 79a3374eff

View file

@ -6,7 +6,7 @@
Summary: SQL relational database management system
Name: firebird
Version: 2.5.2.26539.0
Release: 6%{?dist}
Release: 7%{?dist}
Group: Applications/Databases
License: Interbase
@ -463,6 +463,7 @@ fi
%{_includedir}/%{name}/*.h
%{_libdir}/libfb*.so
%{_libdir}/libgds.so
%defattr(0755,root,root,0755)
%{_sbindir}/fb_config
%files filesystem
@ -525,6 +526,9 @@ fi
%changelog
* Tue Jul 23 2013 Philippe Makowski <makowski@fedoraproject.org> 2.5.2.26539.0-7
- make fb_config executable (bug #985335)
* Tue Jul 23 2013 Philippe Makowski <makowski@fedoraproject.org> 2.5.2.26539.0-6
- Provide fb_config in firebird-devel (bug #985335)