Properly handle servicelog.db

This commit is contained in:
Roman Rakus 2010-06-04 08:24:08 +00:00
parent e834919e85
commit 67659affeb

View File

@ -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 <rrakus@redhat.com> - 1.1.9-4
- Properly handle servicelog.db
* Tue May 18 2010 Roman Rakus <rrakus@redhat.com> - 1.1.9-2
- Link with needed libraries (sqlite, rtas, rtasevent)