SPECS: filesystem.spec - rel 23 - added /usr/lib{, 64}/initrd dir for progra...
baggins
baggins at pld-linux.org
Sun Mar 22 18:51:06 CET 2009
Author: baggins Date: Sun Mar 22 17:51:06 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- rel 23
- added /usr/lib{,64}/initrd dir for programs for initrd
---- Files affected:
SPECS:
filesystem.spec (1.94 -> 1.95)
---- Diffs:
================================================================
Index: SPECS/filesystem.spec
diff -u SPECS/filesystem.spec:1.94 SPECS/filesystem.spec:1.95
--- SPECS/filesystem.spec:1.94 Thu Mar 19 16:22:58 2009
+++ SPECS/filesystem.spec Sun Mar 22 18:51:00 2009
@@ -12,7 +12,7 @@
Summary(pl.UTF-8): Wspólne katalogi
Name: filesystem
Version: 3.0
-Release: 22
+Release: 23
License: GPL
Group: Base
BuildRequires: automake
@@ -71,7 +71,7 @@
$RPM_BUILD_ROOT/home/{users,services} \
$RPM_BUILD_ROOT/lib/{firmware,security} \
$RPM_BUILD_ROOT/usr/include/security \
- $RPM_BUILD_ROOT/usr/lib/{cgi-bin,browser-plugins,pkgconfig} \
+ $RPM_BUILD_ROOT/usr/lib/{cgi-bin,browser-plugins,pkgconfig,initrd} \
$RPM_BUILD_ROOT/usr/share/{gnome/{help,wm-properties},man/man{n,l},man/pl/mann,pkgconfig,sounds,themes/Default,wallpapers,xsessions} \
$RPM_BUILD_ROOT/usr/src/examples \
$RPM_BUILD_ROOT/var/lock/subsys \
@@ -83,7 +83,8 @@
install -d \
$RPM_BUILD_ROOT/lib64/security \
$RPM_BUILD_ROOT/usr/lib64/pkgconfig \
- $RPM_BUILD_ROOT/usr/lib64/browser-plugins
+ $RPM_BUILD_ROOT/usr/lib64/browser-plugins \
+ $RPM_BUILD_ROOT/usr/lib64/initrd
%endif
%if %{with debuginfo}
@@ -152,6 +153,7 @@
%dir /usr/include/security
%dir /usr/lib/browser-plugins
%dir /usr/lib/cgi-bin
+%dir /usr/lib/initrd
%dir /usr/lib/pkgconfig
%dir /usr/share/gnome
%dir /usr/share/gnome/help
@@ -176,8 +178,9 @@
%dir %{_privsepdir}
%if "%{_lib}" == "lib64"
%dir /lib64/security
-%dir /usr/lib64/pkgconfig
%dir /usr/lib64/browser-plugins
+%dir /usr/lib64/initrd
+%dir /usr/lib64/pkgconfig
%endif
%if %{with debuginfo}
@@ -196,6 +199,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.95 2009/03/22 17:51:00 baggins
+- rel 23
+- added /usr/lib{,64}/initrd dir for programs for initrd
+
Revision 1.94 2009/03/19 15:22:58 glen
- /etc/logrotate.d moved to filesystem; rel 22
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/filesystem.spec?r1=1.94&r2=1.95&f=u
More information about the pld-cvs-commit
mailing list