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
|
||||
Version: 1.5.8
|
||||
Release: 1mamba
|
||||
Version: 1.5.9
|
||||
Release: 2mamba
|
||||
Summary: A simple daemon to allow session software to update firmware
|
||||
Group: System/Kernel and Hardware
|
||||
Vendor: openmamba
|
||||
@ -11,13 +11,13 @@ Source: https://github.com/hughsie/fwupd.git/%{version}/fwupd-%{version}.
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: ldconfig
|
||||
BuildRequires: libarchive-devel
|
||||
BuildRequires: libcurl-devel
|
||||
BuildRequires: libefivar-devel
|
||||
BuildRequires: libelf-devel
|
||||
BuildRequires: libgcab-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgnutls-devel
|
||||
BuildRequires: libgudev-devel
|
||||
BuildRequires: libgusb-devel
|
||||
BuildRequires: libjcat-devel
|
||||
@ -28,6 +28,7 @@ BuildRequires: libsqlite-devel
|
||||
BuildRequires: libsystemd-devel
|
||||
BuildRequires: libtss2-devel
|
||||
BuildRequires: libxmlb-devel
|
||||
BuildRequires: valgrind-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libxmlb-devel >= 0.3.0-1mamba
|
||||
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
|
||||
|
||||
install -d -m0755 %{buildroot}%{_modulesloaddir}
|
||||
mv %{buildroot}/lib/modules-load.d/* %{buildroot}%{_modulesloaddir}/
|
||||
#install -d -m0755 %{buildroot}%{_modulesloaddir}
|
||||
#mv %{buildroot}/lib/modules-load.d/* %{buildroot}%{_modulesloaddir}/
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -111,7 +112,7 @@ mv %{buildroot}/lib/modules-load.d/* %{buildroot}%{_modulesloaddir}/
|
||||
%{_bindir}/fwupdate
|
||||
%{_bindir}/fwupdtool
|
||||
%{_bindir}/fwupdtpmevlog
|
||||
/lib/systemd/system-shutdown/fwupd.shutdown
|
||||
%{_systemd_util_dir}/system-shutdown/fwupd.shutdown
|
||||
%{_modulesloaddir}/fwupd-msr.conf
|
||||
%{_presetdir}/fwupd-refresh.preset
|
||||
%{_unitdir}/fwupd-offline-update.service
|
||||
@ -193,6 +194,12 @@ mv %{buildroot}/lib/modules-load.d/* %{buildroot}%{_modulesloaddir}/
|
||||
#%doc README.md
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user