diff --git a/fwupd.spec b/fwupd.spec index f131779..f1abb57 100644 --- a/fwupd.spec +++ b/fwupd.spec @@ -1,5 +1,5 @@ Name: fwupd -Version: 1.9.25 +Version: 2.0.1 Release: 1mamba Summary: A simple daemon to allow session software to update firmware Group: System/Kernel and Hardware @@ -13,10 +13,10 @@ License: LGPL BuildRequires: glibc-devel BuildRequires: libarchive-devel BuildRequires: libcurl-devel +BuildRequires: libdrm-devel +BuildRequires: libflashrom-devel BuildRequires: libglib-devel BuildRequires: libgnutls-devel -BuildRequires: libgudev-devel -BuildRequires: libgusb-devel BuildRequires: libjcat-devel BuildRequires: libjson-glib-devel BuildRequires: liblzma-devel @@ -28,6 +28,7 @@ BuildRequires: libqmi-devel BuildRequires: libsqlite-devel BuildRequires: libsystemd-devel BuildRequires: libtss2-devel +BuildRequires: libusb-devel BuildRequires: libxmlb-devel BuildRequires: libz-devel ## AUTOBUILDREQ-END @@ -60,12 +61,10 @@ This package contains libraries and header files for developing applications tha %prep %setup -q -#-D -T sed -i 's,wheel,sysadmin,' policy/org.freedesktop.fwupd*.rules %build %meson \ - -D plugin_intel_spi=true \ -D supported_build=enabled %meson_build @@ -114,7 +113,7 @@ end : %post -%sysusers_create %{name} +%sysusers_create %{name}.conf %systemd_post %{name} : @@ -122,7 +121,6 @@ end %systemd_postun %{name} : - %files -f %{name}.lang %defattr(-,root,root) %dir %{_sysconfdir}/fwupd @@ -141,12 +139,9 @@ end %{_systemd_util_dir}/system-shutdown/fwupd.shutdown %{_modulesloaddir}/fwupd-msr.conf %{_sysusersdir}/fwupd.conf -%{_unitdir}/fwupd-offline-update.service %{_unitdir}/fwupd.service %{_unitdir}/fwupd-refresh.service %{_unitdir}/fwupd-refresh.timer -%{_unitdir}/system-update.target.wants/fwupd-offline-update.service -%{_udevrulesdir}/90-fwupd-devices.rules %{_bindir}/fwupdmgr %{_datadir}/bash-completion/completions/fwupdmgr %{_datadir}/bash-completion/completions/fwupdtool @@ -156,12 +151,13 @@ end %{_datadir}/fish/vendor_completions.d/fwupdmgr.fish %dir %{_datadir}/fwupd %{_datadir}/fwupd/* -%{_datadir}/icons/hicolor/scalable/apps/org.freedesktop.fwupd.svg %{_datadir}/metainfo/org.freedesktop.fwupd.metainfo.xml %{_datadir}/polkit-1/actions/org.freedesktop.fwupd.policy %{_datadir}/polkit-1/rules.d/org.freedesktop.fwupd.rules %{_datadir}/vala/vapi/fwupd.deps %{_datadir}/vala/vapi/fwupd.vapi +%{_datadir}/icons/hicolor/*/apps/org.freedesktop.fwupd.png +%{_datadir}/icons/hicolor/scalable/apps/org.freedesktop.fwupd.svg %{_mandir}/man1/dbxtool.1* %{_mandir}/man1/fwupdmgr.1* %{_mandir}/man1/fwupdtool.1* @@ -183,10 +179,10 @@ end %files -n lib%{name}-devel %defattr(-,root,root) -%dir %{_includedir}/fwupd-1 -%{_includedir}/fwupd-1/*.h -%dir %{_includedir}/fwupd-1/libfwupd -%{_includedir}/fwupd-1/libfwupd/*.h +%dir %{_includedir}/fwupd-3 +%{_includedir}/fwupd-3/*.h +%dir %{_includedir}/fwupd-3/libfwupd +%{_includedir}/fwupd-3/libfwupd/*.h %{_libdir}/libfwupd.so %{_libdir}/pkgconfig/fwupd.pc %{_datadir}/gir-1.0/Fwupd-2.0.gir @@ -201,6 +197,9 @@ end #%doc README.md %changelog +* Wed Oct 16 2024 Silvan Calarco 2.0.1-1mamba +- update to 2.0.1 + * Wed Sep 25 2024 Automatic Build System 1.9.25-1mamba - automatic version update by autodist