From fc77a05c7125a4f9d92d0255eddce384fefc6bb44eeda61851267e5e890e77a3 Mon Sep 17 00:00:00 2001 From: Robert Milasan Date: Mon, 13 May 2013 18:23:10 +0000 Subject: [PATCH 1/2] Accepting request 175311 from home:rmilasan:branches:Base:System - Fix firmware loading by enabling --with-firmware-path (bnc#817551). - Fix firmware loading by enabling --with-firmware-path (bnc#817551). OBS-URL: https://build.opensuse.org/request/show/175311 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=376 --- systemd-mini.changes | 5 +++++ systemd-mini.spec | 1 + systemd.changes | 5 +++++ systemd.spec | 1 + 4 files changed, 12 insertions(+) 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} From 94dcf144d73dd700b988bc0c9595f1f91abdb026bfccf437635ff86f27ec6eb4 Mon Sep 17 00:00:00 2001 From: Robert Milasan Date: Mon, 13 May 2013 18:45:42 +0000 Subject: [PATCH 2/2] Accepting request 175316 from home:rmilasan:branches:Base:System missing backslash OBS-URL: https://build.opensuse.org/request/show/175316 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=377 --- systemd-mini.spec | 2 +- systemd.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/systemd-mini.spec b/systemd-mini.spec index accf9115..6407bfc8 100644 --- a/systemd-mini.spec +++ b/systemd-mini.spec @@ -423,7 +423,7 @@ export V=1 --enable-selinux \ --enable-split-usr \ --disable-static \ - --with-firmware-path="%{_prefix}/lib/firmware:/lib/firmware" + --with-firmware-path="%{_prefix}/lib/firmware:/lib/firmware" \ CFLAGS="%{optflags}" make %{?_smp_mflags} diff --git a/systemd.spec b/systemd.spec index ba368e05..3f6814c5 100644 --- a/systemd.spec +++ b/systemd.spec @@ -418,7 +418,7 @@ export V=1 --enable-selinux \ --enable-split-usr \ --disable-static \ - --with-firmware-path="%{_prefix}/lib/firmware:/lib/firmware" + --with-firmware-path="%{_prefix}/lib/firmware:/lib/firmware" \ CFLAGS="%{optflags}" make %{?_smp_mflags}