Resolves: bug 656541 - use %ghost on files in /var/lock

Resolves: bug 656541 - use %ghost on files in /var/lock
This commit is contained in:
Rich Megginson 2010-12-14 14:04:01 -07:00
parent 5992461d4e
commit 09ca048e50

View File

@ -12,7 +12,7 @@
Summary: 389 Directory Server (base)
Name: 389-ds-base
Version: 1.2.7.4
Release: %{?relprefix}1%{?prerel}%{?dist}
Release: %{?relprefix}2%{?prerel}%{?dist}
License: GPLv2 with exceptions
URL: http://port389.org/
Group: System Environment/Daemons
@ -288,7 +288,7 @@ end
%{_libdir}/%{pkgname}/plugins/*.so
%dir %{_localstatedir}/lib/%{pkgname}
%dir %{_localstatedir}/log/%{pkgname}
%dir %{_localstatedir}/lock/%{pkgname}
%ghost %dir %{_localstatedir}/lock/%{pkgname}
%{_mandir}/man1/*
%{_mandir}/man8/*
@ -299,6 +299,9 @@ end
%{_libdir}/%{pkgname}/*.so
%changelog
* Tue Dec 14 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.7.4-2
- Resolves: bug 656541 - use %ghost on files in /var/lock
* Fri Dec 10 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.7.4-1
- 1.2.7.4 release - git tag 389-ds-base-1.2.7.4
- Bug 661792 - Valid managed entry config rejected