SPECS: libgssapi.spec - use Linux-specific config file name

qboosh qboosh at pld-linux.org
Fri Dec 9 20:11:44 CET 2005


Author: qboosh                       Date: Fri Dec  9 19:11:44 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use Linux-specific config file name

---- Files affected:
SPECS:
   libgssapi.spec (1.8 -> 1.9) 

---- Diffs:

================================================================
Index: SPECS/libgssapi.spec
diff -u SPECS/libgssapi.spec:1.8 SPECS/libgssapi.spec:1.9
--- SPECS/libgssapi.spec:1.8	Thu Dec  8 23:21:14 2005
+++ SPECS/libgssapi.spec	Fri Dec  9 20:11:39 2005
@@ -65,7 +65,7 @@
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
-install -D doc/gssapi_mech.conf $RPM_BUILD_ROOT%{_sysconfdir}/mech.conf
+install -D doc/gssapi_mech.conf $RPM_BUILD_ROOT%{_sysconfdir}/gssapi_mech.conf
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -77,7 +77,7 @@
 %defattr(644,root,root,755)
 %doc AUTHORS COPYING ChangeLog README
 %attr(755,root,root) %{_libdir}/libgssapi.so.*.*.*
-%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mech.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/gssapi_mech.conf
 
 %files devel
 %defattr(644,root,root,755)
@@ -96,6 +96,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.9  2005/12/09 19:11:39  qboosh
+- use Linux-specific config file name
+
 Revision 1.8  2005/12/08 22:21:14  qboosh
 - updated to 0.6 (now dlopens particular GSSAPI implementation lib)
 - removed outdated configure patch
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/libgssapi.spec?r1=1.8&r2=1.9&f=u




More information about the pld-cvs-commit mailing list