SPECS: glibc.spec - prevent: # rpm -qf /usr/include/gnu file /usr/...

blues blues at pld-linux.org
Sun Oct 2 20:46:21 CEST 2005


Author: blues                        Date: Sun Oct  2 18:46:21 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- prevent:
# rpm -qf /usr/include/gnu
file /usr/include/gnu is not owned by any package

---- Files affected:
SPECS:
   glibc.spec (1.603 -> 1.604) 

---- Diffs:

================================================================
Index: SPECS/glibc.spec
diff -u SPECS/glibc.spec:1.603 SPECS/glibc.spec:1.604
--- SPECS/glibc.spec:1.603	Sat Jun 18 23:48:12 2005
+++ SPECS/glibc.spec	Sun Oct  2 20:46:16 2005
@@ -1376,7 +1376,8 @@
 %endif
 %{_includedir}/arpa
 %{_includedir}/bits
-%{_includedir}/gnu
+%dir %{_includedir}/gnu
+%{_includedir}/gnu/*.h
 %{_includedir}/net
 %{_includedir}/netash
 %{_includedir}/netatalk
@@ -1493,6 +1494,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.604  2005/10/02 18:46:16  blues
+- prevent:
+# rpm -qf /usr/include/gnu
+file /usr/include/gnu is not owned by any package
+
 Revision 1.603  2005/06/18 21:48:12  glen
 - update from AC-branch:
  - add code that makes it possible do major upgrade (glibc 2.2 -> glibc 2.3) on systems with /lib/%{arch}
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/glibc.spec?r1=1.603&r2=1.604&f=u




More information about the pld-cvs-commit mailing list