diff --git a/fwupd.spec b/fwupd.spec index b9c17ec..29bc215 100644 --- a/fwupd.spec +++ b/fwupd.spec @@ -1,5 +1,5 @@ Name: fwupd -Version: 1.8.10 +Version: 1.8.12 Release: 1mamba Summary: A simple daemon to allow session software to update firmware Group: System/Kernel and Hardware @@ -31,6 +31,7 @@ BuildRequires: libqmi-devel BuildRequires: libsmbios-devel BuildRequires: libsqlite-devel BuildRequires: libsystemd-devel +BuildRequires: libtss2-devel BuildRequires: libxmlb-devel ## AUTOBUILDREQ-END BuildRequires: libxmlb-devel >= 0.3.0-1mamba @@ -146,10 +147,9 @@ end %{_sysconfdir}/pki/fwupd/* %{_sysconfdir}/grub.d/35_fwupd %{_bindir}/dbxtool -%{_bindir}/fwupdagent -%{_bindir}/fwupdate +#%{_bindir}/fwupdagent +#%{_bindir}/fwupdate %{_bindir}/fwupdtool -#%{_bindir}/fwupdtpmevlog %{_systemd_util_dir}/system-shutdown/fwupd.shutdown %{_modulesloaddir}/fwupd-msr.conf %{_presetdir}/fwupd-refresh.preset @@ -159,10 +159,9 @@ end %{_unitdir}/fwupd-refresh.timer %{_unitdir}/system-update.target.wants/fwupd-offline-update.service %{_udevrulesdir}/90-fwupd-devices.rules -#%{_modulesloaddir}/fwupd-redfish.conf -%{_bindir}/dfu-tool +#%{_bindir}/dfu-tool %{_bindir}/fwupdmgr -%{_datadir}/bash-completion/completions/fwupdagent +#%{_datadir}/bash-completion/completions/fwupdagent %{_datadir}/bash-completion/completions/fwupdmgr %{_datadir}/bash-completion/completions/fwupdtool %{_datadir}/dbus-1/interfaces/org.freedesktop.fwupd.xml @@ -178,10 +177,10 @@ end %{_datadir}/vala/vapi/fwupd.deps %{_datadir}/vala/vapi/fwupd.vapi %{_mandir}/man1/dbxtool.1* -%{_mandir}/man1/dfu-tool.1* +#%{_mandir}/man1/dfu-tool.1* %{_mandir}/man1/fwupdmgr.1* -%{_mandir}/man1/fwupdagent.1* -%{_mandir}/man1/fwupdate.1* +#%{_mandir}/man1/fwupdagent.1* +#%{_mandir}/man1/fwupdate.1* %{_mandir}/man1/fwupdtool.1* %files -n lib%{name} @@ -216,6 +215,9 @@ end #%doc README.md %changelog +* Sat Feb 25 2023 Automatic Build System 1.8.12-1mamba +- automatic version update by autodist + * Tue Jan 24 2023 Automatic Build System 1.8.10-1mamba - automatic version update by autodist