rebuilt with systemd 248 [release 1.5.9-2mamba;Tue Apr 27 2021]
This commit is contained in:
parent
3b53f1daad
commit
92a93812a9
19
fwupd.spec
19
fwupd.spec
@ -1,6 +1,6 @@
|
|||||||
Name: fwupd
|
Name: fwupd
|
||||||
Version: 1.5.8
|
Version: 1.5.9
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A simple daemon to allow session software to update firmware
|
Summary: A simple daemon to allow session software to update firmware
|
||||||
Group: System/Kernel and Hardware
|
Group: System/Kernel and Hardware
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -11,13 +11,13 @@ Source: https://github.com/hughsie/fwupd.git/%{version}/fwupd-%{version}.
|
|||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: ldconfig
|
|
||||||
BuildRequires: libarchive-devel
|
BuildRequires: libarchive-devel
|
||||||
BuildRequires: libcurl-devel
|
BuildRequires: libcurl-devel
|
||||||
BuildRequires: libefivar-devel
|
BuildRequires: libefivar-devel
|
||||||
BuildRequires: libelf-devel
|
BuildRequires: libelf-devel
|
||||||
BuildRequires: libgcab-devel
|
BuildRequires: libgcab-devel
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
|
BuildRequires: libgnutls-devel
|
||||||
BuildRequires: libgudev-devel
|
BuildRequires: libgudev-devel
|
||||||
BuildRequires: libgusb-devel
|
BuildRequires: libgusb-devel
|
||||||
BuildRequires: libjcat-devel
|
BuildRequires: libjcat-devel
|
||||||
@ -28,6 +28,7 @@ BuildRequires: libsqlite-devel
|
|||||||
BuildRequires: libsystemd-devel
|
BuildRequires: libsystemd-devel
|
||||||
BuildRequires: libtss2-devel
|
BuildRequires: libtss2-devel
|
||||||
BuildRequires: libxmlb-devel
|
BuildRequires: libxmlb-devel
|
||||||
|
BuildRequires: valgrind-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libxmlb-devel >= 0.3.0-1mamba
|
BuildRequires: libxmlb-devel >= 0.3.0-1mamba
|
||||||
BuildRequires: libtss2-devel
|
BuildRequires: libtss2-devel
|
||||||
@ -71,8 +72,8 @@ This package contains libraries and header files for developing applications tha
|
|||||||
|
|
||||||
%find_lang %{name} --all-name || touch %{name}.lang
|
%find_lang %{name} --all-name || touch %{name}.lang
|
||||||
|
|
||||||
install -d -m0755 %{buildroot}%{_modulesloaddir}
|
#install -d -m0755 %{buildroot}%{_modulesloaddir}
|
||||||
mv %{buildroot}/lib/modules-load.d/* %{buildroot}%{_modulesloaddir}/
|
#mv %{buildroot}/lib/modules-load.d/* %{buildroot}%{_modulesloaddir}/
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -111,7 +112,7 @@ mv %{buildroot}/lib/modules-load.d/* %{buildroot}%{_modulesloaddir}/
|
|||||||
%{_bindir}/fwupdate
|
%{_bindir}/fwupdate
|
||||||
%{_bindir}/fwupdtool
|
%{_bindir}/fwupdtool
|
||||||
%{_bindir}/fwupdtpmevlog
|
%{_bindir}/fwupdtpmevlog
|
||||||
/lib/systemd/system-shutdown/fwupd.shutdown
|
%{_systemd_util_dir}/system-shutdown/fwupd.shutdown
|
||||||
%{_modulesloaddir}/fwupd-msr.conf
|
%{_modulesloaddir}/fwupd-msr.conf
|
||||||
%{_presetdir}/fwupd-refresh.preset
|
%{_presetdir}/fwupd-refresh.preset
|
||||||
%{_unitdir}/fwupd-offline-update.service
|
%{_unitdir}/fwupd-offline-update.service
|
||||||
@ -193,6 +194,12 @@ mv %{buildroot}/lib/modules-load.d/* %{buildroot}%{_modulesloaddir}/
|
|||||||
#%doc README.md
|
#%doc README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 27 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5.9-2mamba
|
||||||
|
- rebuilt with systemd 248
|
||||||
|
|
||||||
|
* Wed Apr 14 2021 Automatic Build System <autodist@mambasoft.it> 1.5.9-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat Mar 27 2021 Automatic Build System <autodist@mambasoft.it> 1.5.8-1mamba
|
* Sat Mar 27 2021 Automatic Build System <autodist@mambasoft.it> 1.5.8-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user