Author: glen                         Date: Wed Feb 15 08:41:33 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- no macros for external package paths (/etc/bash_completion)

---- Files affected:
SPECS:
   quilt.spec (1.8 -> 1.9) , adapter.awk (1.276 -> 1.277) 

---- Diffs:

================================================================
Index: SPECS/quilt.spec
diff -u SPECS/quilt.spec:1.8 SPECS/quilt.spec:1.9
--- SPECS/quilt.spec:1.8        Wed Feb 15 00:45:21 2006
+++ SPECS/quilt.spec    Wed Feb 15 09:41:28 2006
@@ -74,7 +74,7 @@
 
 %files -n bash-completion-quilt
 %defattr(644,root,root,755)
-%{_sysconfdir}/bash_completion.d/%{name}
+/etc/bash_completion.d/%{name}
 
 %define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -82,6 +82,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.9  2006/02/15 08:41:28  glen
+- no macros for external package paths (/etc/bash_completion)
+
 Revision 1.8  2006/02/14 23:45:21  charles
 - adapterized, unified
 

================================================================
Index: SPECS/adapter.awk
diff -u SPECS/adapter.awk:1.276 SPECS/adapter.awk:1.277
--- SPECS/adapter.awk:1.276     Mon Feb 13 13:43:29 2006
+++ SPECS/adapter.awk   Wed Feb 15 09:41:28 2006
@@ -951,6 +951,8 @@
                        continue;
                if ($c ~ sysconfdir "/{?httpd") # temp
                        continue;
+               if ($c ~ sysconfdir "/{?bash_completion.d") # temp
+                       continue;
                gsub(sysconfdir, "%{_sysconfdir}", $c)
        }
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/quilt.spec?r1=1.8&r2=1.9&f=u
    http://cvs.pld-linux.org/SPECS/adapter.awk?r1=1.276&r2=1.277&f=u

_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to