diff --git a/systemd-mini.changes b/systemd-mini.changes index c804edbb..18c65cef 100644 --- a/systemd-mini.changes +++ b/systemd-mini.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon May 13 18:08:41 UTC 2013 - rmilasan@suse.com + +- Fix firmware loading by enabling --with-firmware-path (bnc#817551). + ------------------------------------------------------------------- Mon Apr 29 14:50:37 UTC 2013 - dschung@cs.uni-kl.de diff --git a/systemd-mini.spec b/systemd-mini.spec index a65bb80c..accf9115 100644 --- a/systemd-mini.spec +++ b/systemd-mini.spec @@ -423,6 +423,7 @@ export V=1 --enable-selinux \ --enable-split-usr \ --disable-static \ + --with-firmware-path="%{_prefix}/lib/firmware:/lib/firmware" CFLAGS="%{optflags}" make %{?_smp_mflags} diff --git a/systemd.changes b/systemd.changes index c804edbb..18c65cef 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon May 13 18:08:41 UTC 2013 - rmilasan@suse.com + +- Fix firmware loading by enabling --with-firmware-path (bnc#817551). + ------------------------------------------------------------------- Mon Apr 29 14:50:37 UTC 2013 - dschung@cs.uni-kl.de diff --git a/systemd.spec b/systemd.spec index 4d1f6bd2..ba368e05 100644 --- a/systemd.spec +++ b/systemd.spec @@ -418,6 +418,7 @@ export V=1 --enable-selinux \ --enable-split-usr \ --disable-static \ + --with-firmware-path="%{_prefix}/lib/firmware:/lib/firmware" CFLAGS="%{optflags}" make %{?_smp_mflags}