forked from pool/systemd
.
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=902
This commit is contained in:
parent
4050d5fb4a
commit
37f4a842ae
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 7 12:21:06 UTC 2015 - werner@suse.de
|
||||||
|
|
||||||
|
- Fix last change that is use the new name for udev packages in %pretrans.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 7 11:50:21 UTC 2015 - fbui@suse.com
|
Mon Sep 7 11:50:21 UTC 2015 - fbui@suse.com
|
||||||
|
|
||||||
|
@ -993,7 +993,7 @@ if [ $1 -eq 0 ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# pretrans section must always use lua
|
# pretrans section must always use lua
|
||||||
%pretrans -n %{udevpkgname} -p <lua>
|
%pretrans -n udev%{?mini} -p <lua>
|
||||||
if posix.stat("/lib/udev") and not posix.stat("/usr/lib/udev") then
|
if posix.stat("/lib/udev") and not posix.stat("/usr/lib/udev") then
|
||||||
posix.symlink("/lib/udev", "/usr/lib/udev")
|
posix.symlink("/lib/udev", "/usr/lib/udev")
|
||||||
end
|
end
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 7 12:21:06 UTC 2015 - werner@suse.de
|
||||||
|
|
||||||
|
- Fix last change that is use the new name for udev packages in %pretrans.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 7 11:50:21 UTC 2015 - fbui@suse.com
|
Mon Sep 7 11:50:21 UTC 2015 - fbui@suse.com
|
||||||
|
|
||||||
|
@ -988,7 +988,7 @@ if [ $1 -eq 0 ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# pretrans section must always use lua
|
# pretrans section must always use lua
|
||||||
%pretrans -n %{udevpkgname} -p <lua>
|
%pretrans -n udev%{?mini} -p <lua>
|
||||||
if posix.stat("/lib/udev") and not posix.stat("/usr/lib/udev") then
|
if posix.stat("/lib/udev") and not posix.stat("/usr/lib/udev") then
|
||||||
posix.symlink("/lib/udev", "/usr/lib/udev")
|
posix.symlink("/lib/udev", "/usr/lib/udev")
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user