diff --git a/libservicelog.spec b/libservicelog.spec index 574c3ad..df4e0c6 100644 --- a/libservicelog.spec +++ b/libservicelog.spec @@ -1,6 +1,6 @@ Name: libservicelog Version: 1.1.9 -Release: 2%{?dist} +Release: 4%{?dist} Summary: Servicelog Database and Library Group: System Environment/Libraries @@ -76,7 +76,7 @@ getent group service >/dev/null || /usr/sbin/groupadd service %defattr(-,root,root,-) %doc COPYING NEWS AUTHORS %{_libdir}/libservicelog-*.so.* -%attr( 754, root, service ) %dir /var/lib/servicelog/servicelog.db +%ghost %verify(not md5 size mtime) %attr(644,root,service) %dir /var/lib/servicelog/servicelog.db %dir /var/lib/servicelog %files devel @@ -87,6 +87,9 @@ getent group service >/dev/null || /usr/sbin/groupadd service %changelog +* Fri Jun 04 2010 Roman Rakus - 1.1.9-4 +- Properly handle servicelog.db + * Tue May 18 2010 Roman Rakus - 1.1.9-2 - Link with needed libraries (sqlite, rtas, rtasevent)