Accepting request 1208170 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1208170 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fwupd?expand=0&rev=87
This commit is contained in:
commit
d739dc3207
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 15 14:47:07 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Drop rcFOO symlinks (PED-266).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 14 18:40:47 UTC 2024 - Matwey Kornilov <matwey.kornilov@gmail.com>
|
||||||
|
|
||||||
|
- Enable plugin_amdgpu: the plugin built succesfully
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 25 08:47:28 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
Wed Sep 25 08:47:28 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
11
fwupd.spec
11
fwupd.spec
@ -106,6 +106,7 @@ BuildRequires: pkgconfig(json-glib-1.0) >= 1.1.1
|
|||||||
BuildRequires: pkgconfig(libarchive)
|
BuildRequires: pkgconfig(libarchive)
|
||||||
BuildRequires: pkgconfig(libcbor)
|
BuildRequires: pkgconfig(libcbor)
|
||||||
BuildRequires: pkgconfig(libcurl) >= 7.62.0
|
BuildRequires: pkgconfig(libcurl) >= 7.62.0
|
||||||
|
BuildRequires: pkgconfig(libdrm_amdgpu)
|
||||||
BuildRequires: pkgconfig(libelf)
|
BuildRequires: pkgconfig(libelf)
|
||||||
BuildRequires: pkgconfig(libgcab-1.0) >= 1.0
|
BuildRequires: pkgconfig(libgcab-1.0) >= 1.0
|
||||||
BuildRequires: pkgconfig(libprotobuf-c)
|
BuildRequires: pkgconfig(libprotobuf-c)
|
||||||
@ -227,7 +228,7 @@ export CFLAGS="%{optflags} -D_GNU_SOURCE"
|
|||||||
# Synaptics requires Dell support, i.e. x86 only
|
# Synaptics requires Dell support, i.e. x86 only
|
||||||
%meson \
|
%meson \
|
||||||
-Dlaunchd=disabled \
|
-Dlaunchd=disabled \
|
||||||
-Dplugin_amdgpu=disabled \
|
-Dplugin_amdgpu=enabled \
|
||||||
-Dpassim=disabled \
|
-Dpassim=disabled \
|
||||||
%if %{with efi_fw_update}
|
%if %{with efi_fw_update}
|
||||||
-Dplugin_uefi_capsule=enabled \
|
-Dplugin_uefi_capsule=enabled \
|
||||||
@ -269,11 +270,6 @@ export CFLAGS="%{optflags} -D_GNU_SOURCE"
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%meson_install
|
%meson_install
|
||||||
# Add SUSE specific rcfoo service symlink
|
|
||||||
mkdir -p %{buildroot}%{_sbindir}
|
|
||||||
ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}
|
|
||||||
ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcfwupd-offline-update
|
|
||||||
ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcfwupd-refresh
|
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
%fdupes -s %{buildroot}%{_datadir}/doc
|
%fdupes -s %{buildroot}%{_datadir}/doc
|
||||||
|
|
||||||
@ -326,9 +322,6 @@ rm -fr %{buildroot}%{_datadir}/fish
|
|||||||
%{_bindir}/fwupdate
|
%{_bindir}/fwupdate
|
||||||
%endif
|
%endif
|
||||||
%{_bindir}/dbxtool
|
%{_bindir}/dbxtool
|
||||||
%{_sbindir}/rc%{name}
|
|
||||||
%{_sbindir}/rcfwupd-offline-update
|
|
||||||
%{_sbindir}/rcfwupd-refresh
|
|
||||||
%{_datadir}/dbus-1/system.d/org.freedesktop.fwupd.conf
|
%{_datadir}/dbus-1/system.d/org.freedesktop.fwupd.conf
|
||||||
%{_datadir}/dbus-1/interfaces/org.freedesktop.fwupd.xml
|
%{_datadir}/dbus-1/interfaces/org.freedesktop.fwupd.xml
|
||||||
%{_datadir}/dbus-1/system-services/org.freedesktop.fwupd.service
|
%{_datadir}/dbus-1/system-services/org.freedesktop.fwupd.service
|
||||||
|
Loading…
x
Reference in New Issue
Block a user