Own system-update.target.wants directory
Do the same here as PackageKit and dnf-plugin-system-upgrade do.
This commit is contained in:
parent
41a8711b94
commit
d3c3594e4e
@ -1,7 +1,7 @@
|
|||||||
Summary: Firmware update daemon
|
Summary: Firmware update daemon
|
||||||
Name: fwupd
|
Name: fwupd
|
||||||
Version: 0.1.6
|
Version: 0.1.6
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://github.com/hughsie/fwupd
|
URL: https://github.com/hughsie/fwupd
|
||||||
Source0: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
|
Source0: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
|
||||||
@ -92,7 +92,7 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
|||||||
%{_datadir}/man/man1/fwupdmgr.1.gz
|
%{_datadir}/man/man1/fwupdmgr.1.gz
|
||||||
%{_unitdir}/fwupd-offline-update.service
|
%{_unitdir}/fwupd-offline-update.service
|
||||||
%{_unitdir}/fwupd.service
|
%{_unitdir}/fwupd.service
|
||||||
%{_unitdir}/system-update.target.wants/*.service
|
%{_unitdir}/system-update.target.wants/
|
||||||
%dir %{_localstatedir}/lib/fwupd
|
%dir %{_localstatedir}/lib/fwupd
|
||||||
%{_libdir}/lib*.so.*
|
%{_libdir}/lib*.so.*
|
||||||
%{_libdir}/girepository-1.0/*.typelib
|
%{_libdir}/girepository-1.0/*.typelib
|
||||||
@ -108,6 +108,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
|||||||
%{_datadir}/gir-1.0/*.gir
|
%{_datadir}/gir-1.0/*.gir
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 10 2015 Kalev Lember <klember@redhat.com> 0.1.6-2
|
||||||
|
- Own system-update.target.wants directory
|
||||||
|
|
||||||
* Thu Sep 10 2015 Richard Hughes <richard@hughsie.com> 0.1.6-1
|
* Thu Sep 10 2015 Richard Hughes <richard@hughsie.com> 0.1.6-1
|
||||||
- New upstream release
|
- New upstream release
|
||||||
- Add application metadata when getting the updates list
|
- Add application metadata when getting the updates list
|
||||||
|
Loading…
Reference in New Issue
Block a user