SPECS: cman.spec - don't include autogenerated symlink
qboosh
qboosh at pld-linux.org
Tue Nov 8 20:57:49 CET 2005
Author: qboosh Date: Tue Nov 8 19:57:49 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- don't include autogenerated symlink
---- Files affected:
SPECS:
cman.spec (1.7 -> 1.8)
---- Diffs:
================================================================
Index: SPECS/cman.spec
diff -u SPECS/cman.spec:1.7 SPECS/cman.spec:1.8
--- SPECS/cman.spec:1.7 Tue Nov 8 20:27:21 2005
+++ SPECS/cman.spec Tue Nov 8 20:57:39 2005
@@ -102,7 +102,7 @@
%files
%defattr(644,root,root,755)
%attr(755,root,root) %{_sbindir}/*
-%attr(755,root,root) %{_libdir}/*.so.*
+%attr(755,root,root) %{_libdir}/libcman.so.*.*
%{_mandir}/man5/cman.5*
%{_mandir}/man8/cman_tool.8*
#%attr(754,root,root) /etc/rc.d/init.d/cman
@@ -113,11 +113,11 @@
%dir %{_includedir}/cluster
%{_includedir}/*.h
%{_includedir}/cluster/*.h
-%attr(755,root,root) %{_libdir}/*.so
+%attr(755,root,root) %{_libdir}/libcman.so
%files static
%defattr(644,root,root,755)
-%{_libdir}/*.a
+%{_libdir}/libcman.a
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -125,6 +125,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.8 2005/11/08 19:57:39 qboosh
+- don't include autogenerated symlink
+
Revision 1.7 2005/11/08 19:27:21 qboosh
- -devel/-static deps
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/cman.spec?r1=1.7&r2=1.8&f=u
More information about the pld-cvs-commit
mailing list