modify openEuler to %{_vendor}
(cherry picked from commit c11e57400c8e84c3565328ab79ca9f5abd3bd437)
This commit is contained in:
parent
a6a85e8b30
commit
c223a71483
@ -43,7 +43,7 @@
|
|||||||
|
|
||||||
Name: fwupd
|
Name: fwupd
|
||||||
Version: 1.8.17
|
Version: 1.8.17
|
||||||
Release: 1
|
Release: 2
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Summary: Make updating firmware on Linux automatic, safe and reliable
|
Summary: Make updating firmware on Linux automatic, safe and reliable
|
||||||
URL: https://github.com/fwupd/fwupd
|
URL: https://github.com/fwupd/fwupd
|
||||||
@ -279,7 +279,7 @@ mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/cache/fwupd
|
|||||||
mkdir -p %{buildroot}%{_datadir}/doc
|
mkdir -p %{buildroot}%{_datadir}/doc
|
||||||
mkdir -p %{buildroot}%{_datadir}/doc/fwupd
|
mkdir -p %{buildroot}%{_datadir}/doc/fwupd
|
||||||
cp -r libfwupd* %{buildroot}%{_datadir}/doc/
|
cp -r libfwupd* %{buildroot}%{_datadir}/doc/
|
||||||
cp -r *openEuler-linux*/libfwupd* %{buildroot}%{_datadir}/doc/fwupd/
|
cp -r *%{_vendor}-linux*/libfwupd* %{buildroot}%{_datadir}/doc/fwupd/
|
||||||
|
|
||||||
sed -i '/DynamicUser=yes/d' %{buildroot}/usr/lib/systemd/system/fwupd-refresh.service
|
sed -i '/DynamicUser=yes/d' %{buildroot}/usr/lib/systemd/system/fwupd-refresh.service
|
||||||
|
|
||||||
@ -471,6 +471,9 @@ done
|
|||||||
%{_datadir}/man/man1/*
|
%{_datadir}/man/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 13 2024 panchenbo <panchenbo@kylinsec.com.cn> - 1.8.17-2
|
||||||
|
- modify openEuler to %{_vendor}
|
||||||
|
|
||||||
* Wed Oct 18 2023 yaoxin <yao_xin001@hoperun.com> - 1.8.17-1
|
* Wed Oct 18 2023 yaoxin <yao_xin001@hoperun.com> - 1.8.17-1
|
||||||
- Upgrade to 1.8.17
|
- Upgrade to 1.8.17
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user