Fix fwupd-devel upgrade issue
This commit is contained in:
parent
89f24c77f9
commit
493fc741d6
13
fwupd.spec
13
fwupd.spec
@ -50,7 +50,7 @@
|
|||||||
Summary: Firmware update daemon
|
Summary: Firmware update daemon
|
||||||
Name: fwupd
|
Name: fwupd
|
||||||
Version: 1.8.4
|
Version: 1.8.4
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://github.com/fwupd/fwupd
|
URL: https://github.com/fwupd/fwupd
|
||||||
Source0: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
|
Source0: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
|
||||||
@ -263,6 +263,12 @@ or server machines.
|
|||||||
%install
|
%install
|
||||||
%meson_install
|
%meson_install
|
||||||
|
|
||||||
|
# move the symlink out of the way
|
||||||
|
rm -f $RPM_BUILD_ROOT%{_datadir}/doc/libfwupdplugin
|
||||||
|
rm -f $RPM_BUILD_ROOT%{_datadir}/doc/libfwupd
|
||||||
|
mv $RPM_BUILD_ROOT%{_datadir}/doc/fwupd/libfwupdplugin $RPM_BUILD_ROOT%{_datadir}/doc/
|
||||||
|
mv $RPM_BUILD_ROOT%{_datadir}/doc/fwupd/libfwupd $RPM_BUILD_ROOT%{_datadir}/doc/
|
||||||
|
|
||||||
mkdir -p --mode=0700 $RPM_BUILD_ROOT%{_localstatedir}/lib/fwupd/gnupg
|
mkdir -p --mode=0700 $RPM_BUILD_ROOT%{_localstatedir}/lib/fwupd/gnupg
|
||||||
|
|
||||||
# workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1757948
|
# workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1757948
|
||||||
@ -500,8 +506,6 @@ done
|
|||||||
%files devel
|
%files devel
|
||||||
%{_datadir}/gir-1.0/Fwupd-2.0.gir
|
%{_datadir}/gir-1.0/Fwupd-2.0.gir
|
||||||
%{_datadir}/gir-1.0/FwupdPlugin-1.0.gir
|
%{_datadir}/gir-1.0/FwupdPlugin-1.0.gir
|
||||||
%{_datadir}/doc/fwupd/libfwupdplugin
|
|
||||||
%{_datadir}/doc/fwupd/libfwupd
|
|
||||||
%{_datadir}/doc/libfwupdplugin
|
%{_datadir}/doc/libfwupdplugin
|
||||||
%{_datadir}/doc/libfwupd
|
%{_datadir}/doc/libfwupd
|
||||||
%{_datadir}/vala/vapi
|
%{_datadir}/vala/vapi
|
||||||
@ -529,6 +533,9 @@ done
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 30 2022 Richard Hughes <richard@hughsie.com> 1.8.4-2
|
||||||
|
- Fix fwupd-devel upgrade issue.
|
||||||
|
|
||||||
* Tue Aug 30 2022 Richard Hughes <richard@hughsie.com> 1.8.4-1
|
* Tue Aug 30 2022 Richard Hughes <richard@hughsie.com> 1.8.4-1
|
||||||
- New upstream release
|
- New upstream release
|
||||||
- Add a translated title and long description for HSI security attributes
|
- Add a translated title and long description for HSI security attributes
|
||||||
|
Loading…
Reference in New Issue
Block a user