From b1459a8045de56a6046f074cae3e973566329f288c5cb08f7e9e4997d8f08e4d Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Mon, 7 Sep 2015 12:21:59 +0000 Subject: [PATCH] . OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=902 --- systemd-mini.changes | 5 +++++ systemd-mini.spec | 2 +- systemd.changes | 5 +++++ systemd.spec | 2 +- 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/systemd-mini.changes b/systemd-mini.changes index 953b65ca..0bea6ee6 100644 --- a/systemd-mini.changes +++ b/systemd-mini.changes @@ -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 diff --git a/systemd-mini.spec b/systemd-mini.spec index be60d0f9..66ab7e8a 100644 --- a/systemd-mini.spec +++ b/systemd-mini.spec @@ -993,7 +993,7 @@ if [ $1 -eq 0 ]; then fi # pretrans section must always use lua -%pretrans -n %{udevpkgname} -p +%pretrans -n udev%{?mini} -p if posix.stat("/lib/udev") and not posix.stat("/usr/lib/udev") then posix.symlink("/lib/udev", "/usr/lib/udev") end diff --git a/systemd.changes b/systemd.changes index 953b65ca..0bea6ee6 100644 --- a/systemd.changes +++ b/systemd.changes @@ -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 diff --git a/systemd.spec b/systemd.spec index bdc5592b..09b28579 100644 --- a/systemd.spec +++ b/systemd.spec @@ -988,7 +988,7 @@ if [ $1 -eq 0 ]; then fi # pretrans section must always use lua -%pretrans -n %{udevpkgname} -p +%pretrans -n udev%{?mini} -p if posix.stat("/lib/udev") and not posix.stat("/usr/lib/udev") then posix.symlink("/lib/udev", "/usr/lib/udev") end