SHA256
1
0
forked from pool/systemd
Dr. Werner Fink 2015-09-07 12:21:59 +00:00 committed by Git OBS Bridge
parent 4050d5fb4a
commit 37f4a842ae
4 changed files with 12 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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