SPECS: filesystem.spec - add /usr/{bin, sbin}, /{bin, sbin} to debug...
glen
glen at pld-linux.org
Thu Jan 31 18:11:24 CET 2008
Author: glen Date: Thu Jan 31 17:11:24 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- add /usr/{bin,sbin}, /{bin,sbin} to debuginfo
- rel 16
---- Files affected:
SPECS:
filesystem.spec (1.83 -> 1.84)
---- Diffs:
================================================================
Index: SPECS/filesystem.spec
diff -u SPECS/filesystem.spec:1.83 SPECS/filesystem.spec:1.84
--- SPECS/filesystem.spec:1.83 Thu Jan 31 17:58:36 2008
+++ SPECS/filesystem.spec Thu Jan 31 18:11:18 2008
@@ -17,7 +17,7 @@
Summary(pl.UTF-8): Wspólne katalogi
Name: filesystem
Version: 3.0
-Release: 15
+Release: 16
License: GPL
Group: Base
BuildRequires: automake
@@ -94,6 +94,8 @@
install -d \
$RPM_BUILD_ROOT/usr/lib/debug/%{_lib} \
$RPM_BUILD_ROOT/usr/lib/debug%{_libdir} \
+ $RPM_BUILD_ROOT/usr/lib/debug/{bin,sbin} \
+ $RPM_BUILD_ROOT/usr/lib/debug/usr/{bin,sbin} \
$RPM_BUILD_ROOT/usr/lib/debug/lib/security \
$RPM_BUILD_ROOT/usr/src/debug
@@ -103,7 +105,7 @@
%endif
find $RPM_BUILD_ROOT/usr/lib/debug -type d | while read line; do
- echo "%exclude %dir ${line#$RPM_BUILD_ROOT}"
+ echo ${line#$RPM_BUILD_ROOT}
done > $RPM_BUILD_ROOT/usr/src/debug/%{name}-debuginfo.files
%endif
@@ -196,6 +198,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.84 2008-01-31 17:11:18 glen
+- add /usr/{bin,sbin}, /{bin,sbin} to debuginfo
+- rel 16
+
Revision 1.83 2008-01-31 16:58:36 glen
- add helper file for filesystem-debuginfo packaged dirs
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/filesystem.spec?r1=1.83&r2=1.84&f=u
More information about the pld-cvs-commit
mailing list