]> git.pld-linux.org Git - packages/geninitrd.git/blobdiff - geninitrd.spec
- force romfs as default in Titanium if not specified otherwise
[packages/geninitrd.git] / geninitrd.spec
index 5f2a3be85ae463d73ddfee9b882d169c5d2acb43..0831f377235f1f89d362386ec808f7d250b3b266 100644 (file)
@@ -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}
This page took 0.092708 seconds and 4 git commands to generate.