- Update to 027_git201304121327 * much of patch correct-paths-for-opensuse.patch is no longer need so it has shrinked significantly. * since PRE-027 dracut requires systemd >= 199 reflect that in in the rpm buildRequires. OBS-URL: https://build.opensuse.org/request/show/164012 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=33
14 lines
640 B
Diff
14 lines
640 B
Diff
Index: dracut-027_git201304121327/dracut-functions.sh
|
|
===================================================================
|
|
--- dracut-027_git201304121327.orig/dracut-functions.sh
|
|
+++ dracut-027_git201304121327/dracut-functions.sh
|
|
@@ -926,7 +926,7 @@ inst_rules() {
|
|
inst_dir "$_target"
|
|
for _rule in "$@"; do
|
|
if [ "${_rule#/}" = "$_rule" ]; then
|
|
- for r in ${udevdir}/rules.d /etc/udev/rules.d; do
|
|
+ for r in ${udevdir}/rules.d lib/udev/rules.d /etc/udev/rules.d; do
|
|
if [[ -f $r/$_rule ]]; then
|
|
_found="$r/$_rule"
|
|
inst_rule_programs "$_found"
|