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
7985e71412
commit
b1459a8045
@ -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
|
||||
|
||||
|
@ -993,7 +993,7 @@ if [ $1 -eq 0 ]; then
|
||||
fi
|
||||
|
||||
# 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
|
||||
posix.symlink("/lib/udev", "/usr/lib/udev")
|
||||
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
|
||||
|
||||
|
@ -988,7 +988,7 @@ if [ $1 -eq 0 ]; then
|
||||
fi
|
||||
|
||||
# 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
|
||||
posix.symlink("/lib/udev", "/usr/lib/udev")
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user