Fix D-Bus policy file installed in /usr/share

This commit is contained in:
gaoxingwang 2022-07-30 19:58:14 +08:00
parent bfaee1d102
commit 8ee4078d87

View File

@ -39,7 +39,7 @@
%bcond_without nm_cloud_setup
%global dbus_version 1.1
%global dbus_sys_dir %{_sysconfdir}/dbus-1/system.d
%global dbus_sys_dir %{_datadir}/dbus-1/system.d
%if %{with bluetooth} || %{with wwan}
%global with_modem_manager_1 1
%else
@ -50,7 +50,7 @@
Name: NetworkManager
Version: 1.32.12
Epoch: 1
Release: 6
Release: 7
Summary: Network Link Manager and User Applications
License: GPLv2+
URL: https://www.gnome.org/projects/NetworkManager/
@ -474,6 +474,12 @@ fi
%{_datadir}/gtk-doc/html/NetworkManager/*
%changelog
* Sat Jul 30 2022 gaoxingwang <gaoxingwang1@huawei.com> - 1:1.32.12-7
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:Fix D-Bus policy file installed in /usr/share
* Thu Jul 28 2022 gaoxingwang <gaoxingwang1@huawei.com> - 1:1.32.12-6
- Type:bugfix
- ID:NA