Fix Build issue.
Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com>
This commit is contained in:
parent
2e62f33487
commit
71317d0213
@ -1,6 +1,6 @@
|
|||||||
Name: libservicelog
|
Name: libservicelog
|
||||||
Version: 1.1.14
|
Version: 1.1.14
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Servicelog Database and Library
|
Summary: Servicelog Database and Library
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -68,8 +68,9 @@ getent group service >/dev/null || /usr/sbin/groupadd service
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING NEWS AUTHORS
|
%doc COPYING NEWS AUTHORS
|
||||||
%{_libdir}/libservicelog-*.so.*
|
%{_libdir}/libservicelog-*.so.*
|
||||||
%ghost %verify(not md5 size mtime) %attr(644,root,service) %dir /var/lib/servicelog/servicelog.db
|
%dir %attr(755, root, service) /var/lib/servicelog
|
||||||
%dir /var/lib/servicelog
|
%verify(not md5 size mtime) %attr(644,root,service) /var/lib/servicelog/servicelog.db
|
||||||
|
%config(noreplace) /var/lib/servicelog/servicelog.db
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
@ -79,6 +80,9 @@ getent group service >/dev/null || /usr/sbin/groupadd service
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 16 2013 Vasant Hegde <hegdevasant@fedoraproject.org> - 1.1.14-2
|
||||||
|
- Fix build issue
|
||||||
|
|
||||||
* Wed Aug 21 2013 Vasant Hegde <hegdevasant@fedoraproject.org> - 1.1.14
|
* Wed Aug 21 2013 Vasant Hegde <hegdevasant@fedoraproject.org> - 1.1.14
|
||||||
- Update to latest upstream 1.1.14
|
- Update to latest upstream 1.1.14
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user