summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornalin <nalin>2003-11-04 19:34:56 +0000
committernalin <nalin>2003-11-04 19:34:56 +0000
commitf78c5b1d695e20990683d0f8ee85fe37e5b1ce70 (patch)
treeef8b99ce473ac87be95cb65d47a2bd4be792c0cf
parentc7097ed9b80cb6d5b3119b5afd0f8ae9d387a26a (diff)
downloadnss_directories-f78c5b1d695e20990683d0f8ee85fe37e5b1ce70.tar.gz
nss_directories-f78c5b1d695e20990683d0f8ee85fe37e5b1ce70.tar.xz
nss_directories-f78c5b1d695e20990683d0f8ee85fe37e5b1ce70.zip
- bump version
-rw-r--r--nss_directories.spec16
1 files changed, 15 insertions, 1 deletions
diff --git a/nss_directories.spec b/nss_directories.spec
index a48b27f..8bfe3aa 100644
--- a/nss_directories.spec
+++ b/nss_directories.spec
@@ -1,5 +1,5 @@
Name: nss_directories
-Version: 0.4
+Version: 0.5
Release: 1
Source: %{name}-%{version}-%{release}.tar.gz
License: LGPL
@@ -23,6 +23,11 @@ make
%install
rm -fr $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
+install -d -m755 $RPM_BUILD_ROOT/%{_sysconfdir}/passwd.d
+install -d -m755 $RPM_BUILD_ROOT/%{_sysconfdir}/shadow.d
+install -d -m755 $RPM_BUILD_ROOT/%{_sysconfdir}/group.d
+install -d -m755 $RPM_BUILD_ROOT/%{_sysconfdir}/protocols.d
+install -d -m755 $RPM_BUILD_ROOT/%{_sysconfdir}/services.d
%clean
rm -fr $RPM_BUILD_ROOT
@@ -31,12 +36,21 @@ rm -fr $RPM_BUILD_ROOT
%defattr(-,root,root)
%doc README ChangeLog COPYING
/%{_lib}/libnss_directories-*.so
+%dir %{_sysconfdir}/passwd.d
+%dir %{_sysconfdir}/shadow.d
+%dir %{_sysconfdir}/group.d
+%dir %{_sysconfdir}/protocols.d
+%dir %{_sysconfdir}/services.d
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%changelog
+* Thu Oct 30 2003 Nalin Dahyabhai <nalin@redhat.com> 0.5-1
+- include directories in the package
+- be more careful to stop double-frees from overzealous applications
+
* Wed Oct 22 2003 Nalin Dahyabhai <nalin@redhat.com> 0.4-1
- stop referencing previously-freed memory