replace group name wheel with sysadmin in polkit rule file [release 1.9.20-2mamba;Sat Jun 08 2024]
This commit is contained in:
parent
9040275ce2
commit
b27da7ab42
@ -1,11 +0,0 @@
|
|||||||
--- fwupd-1.7.7/meson.build.orig 2022-04-18 15:01:16.000000000 +0200
|
|
||||||
+++ fwupd-1.7.7/meson.build 2022-04-18 16:14:36.591188389 +0200
|
|
||||||
@@ -415,7 +415,7 @@
|
|
||||||
endif
|
|
||||||
|
|
||||||
if build_standalone and get_option('plugin_tpm')
|
|
||||||
- tpm2tss = dependency('tss2-esys', version : '>= 2.0')
|
|
||||||
+ tpm2tss = dependency('tss2-esys')
|
|
||||||
conf.set('HAVE_TSS2', '1')
|
|
||||||
else
|
|
||||||
tpm2tss = dependency('', required: false)
|
|
19
fwupd.spec
19
fwupd.spec
@ -1,6 +1,6 @@
|
|||||||
Name: fwupd
|
Name: fwupd
|
||||||
Version: 1.9.20
|
Version: 1.9.20
|
||||||
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
|
||||||
@ -8,7 +8,6 @@ Distribution: openmamba
|
|||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://fwupd.org/
|
URL: https://fwupd.org/
|
||||||
Source: https://github.com/hughsie/fwupd.git/%{version}/fwupd-%{version}.tar.bz2
|
Source: https://github.com/hughsie/fwupd.git/%{version}/fwupd-%{version}.tar.bz2
|
||||||
Patch0: fwupd-1.7.7-tpm2-tss-3.2.0.patch
|
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -62,8 +61,7 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
#-D -T
|
#-D -T
|
||||||
#sed -i "s|'python3'|'python3.6'|" meson.build
|
sed -i 's,wheel,sysadmin,' policy/org.freedesktop.fwupd*.rules
|
||||||
#%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson \
|
%meson \
|
||||||
@ -78,9 +76,6 @@ 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}
|
|
||||||
#mv %{buildroot}/lib/modules-load.d/* %{buildroot}%{_modulesloaddir}/
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
@ -144,8 +139,6 @@ end
|
|||||||
%{_sysconfdir}/pki/fwupd/*
|
%{_sysconfdir}/pki/fwupd/*
|
||||||
%{_sysconfdir}/grub.d/35_fwupd
|
%{_sysconfdir}/grub.d/35_fwupd
|
||||||
%{_bindir}/dbxtool
|
%{_bindir}/dbxtool
|
||||||
#%{_bindir}/fwupdagent
|
|
||||||
#%{_bindir}/fwupdate
|
|
||||||
%{_bindir}/fwupdtool
|
%{_bindir}/fwupdtool
|
||||||
%{_systemd_util_dir}/system-shutdown/fwupd.shutdown
|
%{_systemd_util_dir}/system-shutdown/fwupd.shutdown
|
||||||
%{_modulesloaddir}/fwupd-msr.conf
|
%{_modulesloaddir}/fwupd-msr.conf
|
||||||
@ -156,9 +149,7 @@ end
|
|||||||
%{_unitdir}/fwupd-refresh.timer
|
%{_unitdir}/fwupd-refresh.timer
|
||||||
%{_unitdir}/system-update.target.wants/fwupd-offline-update.service
|
%{_unitdir}/system-update.target.wants/fwupd-offline-update.service
|
||||||
%{_udevrulesdir}/90-fwupd-devices.rules
|
%{_udevrulesdir}/90-fwupd-devices.rules
|
||||||
#%{_bindir}/dfu-tool
|
|
||||||
%{_bindir}/fwupdmgr
|
%{_bindir}/fwupdmgr
|
||||||
#%{_datadir}/bash-completion/completions/fwupdagent
|
|
||||||
%{_datadir}/bash-completion/completions/fwupdmgr
|
%{_datadir}/bash-completion/completions/fwupdmgr
|
||||||
%{_datadir}/bash-completion/completions/fwupdtool
|
%{_datadir}/bash-completion/completions/fwupdtool
|
||||||
%{_datadir}/dbus-1/interfaces/org.freedesktop.fwupd.xml
|
%{_datadir}/dbus-1/interfaces/org.freedesktop.fwupd.xml
|
||||||
@ -174,10 +165,7 @@ end
|
|||||||
%{_datadir}/vala/vapi/fwupd.deps
|
%{_datadir}/vala/vapi/fwupd.deps
|
||||||
%{_datadir}/vala/vapi/fwupd.vapi
|
%{_datadir}/vala/vapi/fwupd.vapi
|
||||||
%{_mandir}/man1/dbxtool.1*
|
%{_mandir}/man1/dbxtool.1*
|
||||||
#%{_mandir}/man1/dfu-tool.1*
|
|
||||||
%{_mandir}/man1/fwupdmgr.1*
|
%{_mandir}/man1/fwupdmgr.1*
|
||||||
#%{_mandir}/man1/fwupdagent.1*
|
|
||||||
#%{_mandir}/man1/fwupdate.1*
|
|
||||||
%{_mandir}/man1/fwupdtool.1*
|
%{_mandir}/man1/fwupdtool.1*
|
||||||
%{_mandir}/man5/fwupd-remotes.d.5*
|
%{_mandir}/man5/fwupd-remotes.d.5*
|
||||||
%{_mandir}/man5/fwupd.conf.5*
|
%{_mandir}/man5/fwupd.conf.5*
|
||||||
@ -215,6 +203,9 @@ end
|
|||||||
#%doc README.md
|
#%doc README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jun 08 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.9.20-2mamba
|
||||||
|
- replace group name wheel with sysadmin in polkit rule file
|
||||||
|
|
||||||
* Tue May 21 2024 Automatic Build System <autodist@openmamba.org> 1.9.20-1mamba
|
* Tue May 21 2024 Automatic Build System <autodist@openmamba.org> 1.9.20-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user