packages: showconsole/showconsole.spec - match log path with plymouth; rel 2
glen
glen at pld-linux.org
Mon Aug 30 19:45:29 CEST 2010
Author: glen Date: Mon Aug 30 17:45:29 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- match log path with plymouth; rel 2
---- Files affected:
packages/showconsole:
showconsole.spec (1.15 -> 1.16)
---- Diffs:
================================================================
Index: packages/showconsole/showconsole.spec
diff -u packages/showconsole/showconsole.spec:1.15 packages/showconsole/showconsole.spec:1.16
--- packages/showconsole/showconsole.spec:1.15 Mon Aug 30 19:40:47 2010
+++ packages/showconsole/showconsole.spec Mon Aug 30 19:45:24 2010
@@ -3,7 +3,7 @@
Summary(pl.UTF-8): Mały demon do logowania wyjścia konsoli w czasie startu systemu
Name: showconsole
Version: 1.10
-Release: 1
+Release: 2
License: GPL v2
Group: Base
Source0: ftp://ftp.suse.com/pub/projects/init/%{name}-%{version}.tar.bz2
@@ -13,6 +13,7 @@
Patch2: %{name}-suse.patch
URL: ftp://ftp.suse.com/pub/projects/init/
BuildRequires: linux-libc-headers >= 7:2.6.12.0-15
+BuildRequires: sed >= 4.0
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%define _sbindir /sbin
@@ -54,6 +55,9 @@
%patch1 -p1
%patch2 -p0
+# match path with plymouth
+grep -rl /var/log/boot.msg . | xargs sed -i -e 's,/var/log/boot.msg,/var/log/boot.log,'
+
%build
%{__make} \
COPTS="%{rpmcflags}" \
@@ -107,6 +111,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.16 2010/08/30 17:45:24 glen
+- match log path with plymouth; rel 2
+
Revision 1.15 2010/08/30 17:40:47 glen
- up to 1.10
tarball and patch from:
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/showconsole/showconsole.spec?r1=1.15&r2=1.16&f=u
More information about the pld-cvs-commit
mailing list