From 929a4239636dfcf095b19bbf3af38a1d56f04740 Mon Sep 17 00:00:00 2001 From: hawk Date: Mon, 16 Mar 2009 22:21:16 +0000 Subject: [PATCH] - force romfs as default in Titanium if not specified otherwise Changed files: geninitrd.spec -> 2.137 --- geninitrd.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/geninitrd.spec b/geninitrd.spec index 5f2a3be..0831f37 100644 --- a/geninitrd.spec +++ b/geninitrd.spec @@ -3,11 +3,12 @@ Summary(pl.UTF-8): Narzędzie do tworzenia inicjalnego ramdysku używanego przy Name: geninitrd Version: 10000.3 # leave rel 1 for ac -Release: 2 +Release: 3 License: GPL Group: Applications/System Source0: %{name}-%{version}.tar.gz # Source0-md5: 1fbd532c853eace59865ebf11dc79bb3 +Patch0: %{name}-romfs.patch BuildRequires: xmlto >= 0:0.0.18-1 Requires: awk Requires: busybox-initrd >= 1.00-0.rc3.2 @@ -63,6 +64,9 @@ bieżących informacji zawartych w /etc/modules.conf. %prep %setup -q +%if "%{pld_release}" == "ti" +%patch0 -p1 +%endif %build %{__make} -- 2.44.0