Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11033700
D3191.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
63 KB
Referenced Files
None
Subscribers
None
D3191.id.diff
View Options
diff --git a/files/nm-hotspot-leasesfile.patch b/files/nm-hotspot-leasesfile.patch
new file mode 100644
--- /dev/null
+++ b/files/nm-hotspot-leasesfile.patch
@@ -0,0 +1,40 @@
+From b4116a6fe6a5cfc05c0b81f71dd44b59c7ca0c43 Mon Sep 17 00:00:00 2001
+From: Eric Renfro <psi-jack@linux-help.org>
+Date: Fri, 29 Jun 2018 21:43:52 -0400
+Subject: [PATCH] dnsmasq: fix separation from system-wide dnsmasq
+
+This disables loading the system-wide dnsmasq from /etc/dnsmasq.conf
+and defines to use the NMSTATEDIR device-unique dhcp-leasefile,
+preventing it from trampling over others, and isolating it to just
+the wifi-ap use.
+
+https://github.com/NetworkManager/NetworkManager/pull/156
+---
+ src/dnsmasq/nm-dnsmasq-manager.c | 7 ++++++-
+ 1 file changed, 6 insertions(+), 1 deletion(-)
+
+diff --git a/src/dnsmasq/nm-dnsmasq-manager.c b/src/dnsmasq/nm-dnsmasq-manager.c
+index 041e75ea4f..33848c20d7 100644
+--- a/src/dnsmasq/nm-dnsmasq-manager.c
++++ b/src/dnsmasq/nm-dnsmasq-manager.c
+@@ -187,7 +187,7 @@ create_dm_cmd_line (const char *iface,
+ * as the gateway or whatever. So tell dnsmasq not to use any config file
+ * at all.
+ */
+- nm_cmd_line_add_string (cmd, "--conf-file");
++ nm_cmd_line_add_string (cmd, "--conf-file=/dev/null");
+
+ nm_cmd_line_add_string (cmd, "--no-hosts");
+ nm_cmd_line_add_string (cmd, "--keep-in-foreground");
+@@ -249,6 +249,11 @@ create_dm_cmd_line (const char *iface,
+
+ nm_cmd_line_add_string (cmd, "--dhcp-lease-max=50");
+
++ g_string_append (s, "--dhcp-leasefile=" NMSTATEDIR);
++ g_string_append_printf (s, "/dnsmasq-%s.leases", iface);
++ nm_cmd_line_add_string (cmd, s->str);
++ g_string_truncate (s, 0);
++
+ g_string_append (s, "--pid-file=");
+ g_string_append (s, pidfile);
+ nm_cmd_line_add_string (cmd, s->str);
diff --git a/files/series b/files/series
new file mode 100644
--- /dev/null
+++ b/files/series
@@ -0,0 +1 @@
+nm-hotspot-leasesfile.patch
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : network-manager
-version : 1.10.8
-release : 38
+version : 1.10.10
+release : 39
source :
- - https://download.gnome.org/sources/NetworkManager/1.10/NetworkManager-1.10.8.tar.xz : eb4ac8ce75fed5ec804f409caec7b54342d4e01512baf7d7fc119fd40ac8a938
+ - https://download.gnome.org/sources/NetworkManager/1.10/NetworkManager-1.10.10.tar.xz : 244e29c0d1a57492df9aaf2d8c31e4a1b76bdfa8e862ae106239862e1c78c3ca
license : GPL-2.0-or-later
component : network.base
summary : Simple networking
@@ -41,6 +41,7 @@
else
normOpts="--with-modem-manager-1 --enable-ppp"
fi
+ %apply_patches
%configure --with-systemdsystemunitdir=%libdir%/systemd/system \
--with-session-tracking=systemd \
--enable-vala \
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,8 +2,8 @@
<Source>
<Name>network-manager</Name>
<Packager>
- <Name>Ikey Doherty</Name>
- <Email>ikey@solus-project.com</Email>
+ <Name>Eric Renfro</Name>
+ <Email>psi-jack@linux-help.org</Email>
</Packager>
<License>GPL-2.0-or-later</License>
<PartOf>network.base</PartOf>
@@ -29,7 +29,8 @@
<Path fileType="config">/etc/NetworkManager/system-connections</Path>
<Path fileType="config">/etc/dbus-1/system.d/nm-dispatcher.conf</Path>
<Path fileType="config">/etc/dbus-1/system.d/org.freedesktop.NetworkManager.conf</Path>
- <Path fileType="executable">/usr/bin</Path>
+ <Path fileType="executable">/usr/bin/nm-online</Path>
+ <Path fileType="executable">/usr/bin/nmcli</Path>
<Path fileType="library">/usr/lib/NetworkManager/VPN</Path>
<Path fileType="library">/usr/lib/NetworkManager/conf.d</Path>
<Path fileType="library">/usr/lib/udev/rules.d/84-nm-drivers.rules</Path>
@@ -45,7 +46,14 @@
<Path fileType="library">/usr/lib64/girepository-1.0/NM-1.0.typelib</Path>
<Path fileType="library">/usr/lib64/girepository-1.0/NMClient-1.0.typelib</Path>
<Path fileType="library">/usr/lib64/girepository-1.0/NetworkManager-1.0.typelib</Path>
- <Path fileType="library">/usr/lib64/lib*.so.*</Path>
+ <Path fileType="library">/usr/lib64/libnm-glib-vpn.so.1</Path>
+ <Path fileType="library">/usr/lib64/libnm-glib-vpn.so.1.2.0</Path>
+ <Path fileType="library">/usr/lib64/libnm-glib.so.4</Path>
+ <Path fileType="library">/usr/lib64/libnm-glib.so.4.9.0</Path>
+ <Path fileType="library">/usr/lib64/libnm-util.so.2</Path>
+ <Path fileType="library">/usr/lib64/libnm-util.so.2.7.0</Path>
+ <Path fileType="library">/usr/lib64/libnm.so.0</Path>
+ <Path fileType="library">/usr/lib64/libnm.so.0.1.0</Path>
<Path fileType="library">/usr/lib64/network-manager/nm-dhcp-helper</Path>
<Path fileType="library">/usr/lib64/network-manager/nm-dispatcher</Path>
<Path fileType="library">/usr/lib64/network-manager/nm-iface-helper</Path>
@@ -56,7 +64,7 @@
<Path fileType="library">/usr/lib64/systemd/system/NetworkManager.service.d/NetworkManager-ovs.conf</Path>
<Path fileType="library">/usr/lib64/systemd/system/dbus-org.freedesktop.NetworkManager.service</Path>
<Path fileType="library">/usr/lib64/tmpfiles.d/NetworkManager.conf</Path>
- <Path fileType="executable">/usr/sbin</Path>
+ <Path fileType="executable">/usr/sbin/NetworkManager</Path>
<Path fileType="data">/usr/share/bash-completion/completions/nmcli</Path>
<Path fileType="data">/usr/share/dbus-1/interfaces/org.freedesktop.NetworkManager.AccessPoint.xml</Path>
<Path fileType="data">/usr/share/dbus-1/interfaces/org.freedesktop.NetworkManager.AgentManager.xml</Path>
@@ -103,12 +111,86 @@
<Path fileType="data">/usr/share/dbus-1/interfaces/org.freedesktop.NetworkManager.xml</Path>
<Path fileType="data">/usr/share/dbus-1/system-services/org.freedesktop.NetworkManager.service</Path>
<Path fileType="data">/usr/share/dbus-1/system-services/org.freedesktop.nm_dispatcher.service</Path>
- <Path fileType="doc">/usr/share/doc</Path>
+ <Path fileType="doc">/usr/share/doc/NetworkManager/examples/server.conf</Path>
<Path fileType="data">/usr/share/gir-1.0/NM-1.0.gir</Path>
<Path fileType="data">/usr/share/gir-1.0/NMClient-1.0.gir</Path>
<Path fileType="data">/usr/share/gir-1.0/NetworkManager-1.0.gir</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- <Path fileType="man">/usr/share/man</Path>
+ <Path fileType="localedata">/usr/share/locale/ar/LC_MESSAGES/NetworkManager.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/as/LC_MESSAGES/NetworkManager.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/be@latin/LC_MESSAGES/NetworkManager.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/bg/LC_MESSAGES/NetworkManager.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/bn_IN/LC_MESSAGES/NetworkManager.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/bs/LC_MESSAGES/NetworkManager.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/ca/LC_MESSAGES/NetworkManager.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/cs/LC_MESSAGES/NetworkManager.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/da/LC_MESSAGES/NetworkManager.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/de/LC_MESSAGES/NetworkManager.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/dz/LC_MESSAGES/NetworkManager.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/el/LC_MESSAGES/NetworkManager.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/en_CA/LC_MESSAGES/NetworkManager.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/en_GB/LC_MESSAGES/NetworkManager.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/eo/LC_MESSAGES/NetworkManager.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/es/LC_MESSAGES/NetworkManager.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/et/LC_MESSAGES/NetworkManager.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/eu/LC_MESSAGES/NetworkManager.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/fi/LC_MESSAGES/NetworkManager.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/fr/LC_MESSAGES/NetworkManager.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/gd/LC_MESSAGES/NetworkManager.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/gl/LC_MESSAGES/NetworkManager.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/gu/LC_MESSAGES/NetworkManager.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/he/LC_MESSAGES/NetworkManager.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/hi/LC_MESSAGES/NetworkManager.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/hr/LC_MESSAGES/NetworkManager.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/hu/LC_MESSAGES/NetworkManager.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/id/LC_MESSAGES/NetworkManager.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/it/LC_MESSAGES/NetworkManager.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/ja/LC_MESSAGES/NetworkManager.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/ka/LC_MESSAGES/NetworkManager.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/kn/LC_MESSAGES/NetworkManager.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/ko/LC_MESSAGES/NetworkManager.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/ku/LC_MESSAGES/NetworkManager.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/lt/LC_MESSAGES/NetworkManager.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/lv/LC_MESSAGES/NetworkManager.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/mk/LC_MESSAGES/NetworkManager.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/ml/LC_MESSAGES/NetworkManager.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/mr/LC_MESSAGES/NetworkManager.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/nb/LC_MESSAGES/NetworkManager.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/ne/LC_MESSAGES/NetworkManager.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/nl/LC_MESSAGES/NetworkManager.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/oc/LC_MESSAGES/NetworkManager.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/or/LC_MESSAGES/NetworkManager.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/pa/LC_MESSAGES/NetworkManager.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/pl/LC_MESSAGES/NetworkManager.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/pt/LC_MESSAGES/NetworkManager.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/pt_BR/LC_MESSAGES/NetworkManager.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/ru/LC_MESSAGES/NetworkManager.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/rw/LC_MESSAGES/NetworkManager.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/sk/LC_MESSAGES/NetworkManager.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/sl/LC_MESSAGES/NetworkManager.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/sq/LC_MESSAGES/NetworkManager.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/sr/LC_MESSAGES/NetworkManager.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/sr@latin/LC_MESSAGES/NetworkManager.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/sv/LC_MESSAGES/NetworkManager.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/ta/LC_MESSAGES/NetworkManager.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/te/LC_MESSAGES/NetworkManager.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/th/LC_MESSAGES/NetworkManager.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/tr/LC_MESSAGES/NetworkManager.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/uk/LC_MESSAGES/NetworkManager.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/vi/LC_MESSAGES/NetworkManager.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/wa/LC_MESSAGES/NetworkManager.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/zh_CN/LC_MESSAGES/NetworkManager.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/zh_HK/LC_MESSAGES/NetworkManager.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/zh_TW/LC_MESSAGES/NetworkManager.mo</Path>
+ <Path fileType="man">/usr/share/man/man1/nm-online.1</Path>
+ <Path fileType="man">/usr/share/man/man1/nmcli.1</Path>
+ <Path fileType="man">/usr/share/man/man1/nmtui.1</Path>
+ <Path fileType="man">/usr/share/man/man5/NetworkManager.conf.5</Path>
+ <Path fileType="man">/usr/share/man/man5/nm-settings-keyfile.5</Path>
+ <Path fileType="man">/usr/share/man/man5/nm-settings.5</Path>
+ <Path fileType="man">/usr/share/man/man5/nm-system-settings.conf.5</Path>
+ <Path fileType="man">/usr/share/man/man7/nm-openvswitch.7</Path>
+ <Path fileType="man">/usr/share/man/man7/nmcli-examples.7</Path>
+ <Path fileType="man">/usr/share/man/man8/NetworkManager.8</Path>
<Path fileType="data">/usr/share/polkit-1/actions/org.freedesktop.NetworkManager.policy</Path>
<Path fileType="data">/var/lib/NetworkManager</Path>
</Files>
@@ -120,11 +202,32 @@
</Description>
<PartOf>emul32</PartOf>
<RuntimeDependencies>
- <Dependency release="38">network-manager</Dependency>
+ <Dependency release="39">network-manager</Dependency>
</RuntimeDependencies>
<Files>
- <Path fileType="library">/usr/lib32/</Path>
- <Path fileType="library">/usr/lib32/lib*.so.*</Path>
+ <Path fileType="library">/usr/lib32/NetworkManager/libnm-device-plugin-adsl.so</Path>
+ <Path fileType="library">/usr/lib32/NetworkManager/libnm-device-plugin-ovs.so</Path>
+ <Path fileType="library">/usr/lib32/NetworkManager/libnm-device-plugin-wifi.so</Path>
+ <Path fileType="library">/usr/lib32/NetworkManager/libnm-settings-plugin-ibft.so</Path>
+ <Path fileType="library">/usr/lib32/girepository-1.0/NM-1.0.typelib</Path>
+ <Path fileType="library">/usr/lib32/girepository-1.0/NMClient-1.0.typelib</Path>
+ <Path fileType="library">/usr/lib32/girepository-1.0/NetworkManager-1.0.typelib</Path>
+ <Path fileType="library">/usr/lib32/libnm-glib-vpn.so.1</Path>
+ <Path fileType="library">/usr/lib32/libnm-glib-vpn.so.1.2.0</Path>
+ <Path fileType="library">/usr/lib32/libnm-glib.so.4</Path>
+ <Path fileType="library">/usr/lib32/libnm-glib.so.4.9.0</Path>
+ <Path fileType="library">/usr/lib32/libnm-util.so.2</Path>
+ <Path fileType="library">/usr/lib32/libnm-util.so.2.7.0</Path>
+ <Path fileType="library">/usr/lib32/libnm.so.0</Path>
+ <Path fileType="library">/usr/lib32/libnm.so.0.1.0</Path>
+ <Path fileType="library">/usr/lib32/network-manager/nm-dhcp-helper</Path>
+ <Path fileType="library">/usr/lib32/network-manager/nm-dispatcher</Path>
+ <Path fileType="library">/usr/lib32/network-manager/nm-iface-helper</Path>
+ <Path fileType="library">/usr/lib32/systemd/system/NetworkManager-dispatcher.service</Path>
+ <Path fileType="library">/usr/lib32/systemd/system/NetworkManager-wait-online.service</Path>
+ <Path fileType="library">/usr/lib32/systemd/system/NetworkManager.service</Path>
+ <Path fileType="library">/usr/lib32/systemd/system/NetworkManager.service.d/NetworkManager-ovs.conf</Path>
+ <Path fileType="library">/usr/lib32/systemd/system/dbus-org.freedesktop.NetworkManager.service</Path>
</Files>
</Package>
<Package>
@@ -134,12 +237,19 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
- <Dependency release="38">network-manager-devel</Dependency>
- <Dependency release="38">network-manager-32bit</Dependency>
+ <Dependency release="39">network-manager-devel</Dependency>
+ <Dependency release="39">network-manager-32bit</Dependency>
</RuntimeDependencies>
<Files>
- <Path fileType="library">/usr/lib32/lib*.so</Path>
- <Path fileType="data">/usr/lib32/pkgconfig/*.pc</Path>
+ <Path fileType="library">/usr/lib32/libnm-glib-vpn.so</Path>
+ <Path fileType="library">/usr/lib32/libnm-glib.so</Path>
+ <Path fileType="library">/usr/lib32/libnm-util.so</Path>
+ <Path fileType="library">/usr/lib32/libnm.so</Path>
+ <Path fileType="data">/usr/lib32/pkgconfig/NetworkManager.pc</Path>
+ <Path fileType="data">/usr/lib32/pkgconfig/libnm-glib-vpn.pc</Path>
+ <Path fileType="data">/usr/lib32/pkgconfig/libnm-glib.pc</Path>
+ <Path fileType="data">/usr/lib32/pkgconfig/libnm-util.pc</Path>
+ <Path fileType="data">/usr/lib32/pkgconfig/libnm.pc</Path>
</Files>
</Package>
<Package>
@@ -149,13 +259,185 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
- <Dependency release="38">network-manager</Dependency>
+ <Dependency release="39">network-manager</Dependency>
</RuntimeDependencies>
<Files>
- <Path fileType="header">/usr/include/</Path>
- <Path fileType="library">/usr/lib64/lib*.so</Path>
- <Path fileType="data">/usr/lib64/pkgconfig/*.pc</Path>
- <Path fileType="data">/usr/share/vala*/vapi/*</Path>
+ <Path fileType="header">/usr/include/NetworkManager/NetworkManager.h</Path>
+ <Path fileType="header">/usr/include/NetworkManager/NetworkManagerVPN.h</Path>
+ <Path fileType="header">/usr/include/NetworkManager/nm-connection.h</Path>
+ <Path fileType="header">/usr/include/NetworkManager/nm-setting-8021x.h</Path>
+ <Path fileType="header">/usr/include/NetworkManager/nm-setting-adsl.h</Path>
+ <Path fileType="header">/usr/include/NetworkManager/nm-setting-bluetooth.h</Path>
+ <Path fileType="header">/usr/include/NetworkManager/nm-setting-bond.h</Path>
+ <Path fileType="header">/usr/include/NetworkManager/nm-setting-bridge-port.h</Path>
+ <Path fileType="header">/usr/include/NetworkManager/nm-setting-bridge.h</Path>
+ <Path fileType="header">/usr/include/NetworkManager/nm-setting-cdma.h</Path>
+ <Path fileType="header">/usr/include/NetworkManager/nm-setting-connection.h</Path>
+ <Path fileType="header">/usr/include/NetworkManager/nm-setting-dcb.h</Path>
+ <Path fileType="header">/usr/include/NetworkManager/nm-setting-generic.h</Path>
+ <Path fileType="header">/usr/include/NetworkManager/nm-setting-gsm.h</Path>
+ <Path fileType="header">/usr/include/NetworkManager/nm-setting-infiniband.h</Path>
+ <Path fileType="header">/usr/include/NetworkManager/nm-setting-ip4-config.h</Path>
+ <Path fileType="header">/usr/include/NetworkManager/nm-setting-ip6-config.h</Path>
+ <Path fileType="header">/usr/include/NetworkManager/nm-setting-olpc-mesh.h</Path>
+ <Path fileType="header">/usr/include/NetworkManager/nm-setting-ppp.h</Path>
+ <Path fileType="header">/usr/include/NetworkManager/nm-setting-pppoe.h</Path>
+ <Path fileType="header">/usr/include/NetworkManager/nm-setting-serial.h</Path>
+ <Path fileType="header">/usr/include/NetworkManager/nm-setting-team-port.h</Path>
+ <Path fileType="header">/usr/include/NetworkManager/nm-setting-team.h</Path>
+ <Path fileType="header">/usr/include/NetworkManager/nm-setting-vlan.h</Path>
+ <Path fileType="header">/usr/include/NetworkManager/nm-setting-vpn.h</Path>
+ <Path fileType="header">/usr/include/NetworkManager/nm-setting-wimax.h</Path>
+ <Path fileType="header">/usr/include/NetworkManager/nm-setting-wired.h</Path>
+ <Path fileType="header">/usr/include/NetworkManager/nm-setting-wireless-security.h</Path>
+ <Path fileType="header">/usr/include/NetworkManager/nm-setting-wireless.h</Path>
+ <Path fileType="header">/usr/include/NetworkManager/nm-setting.h</Path>
+ <Path fileType="header">/usr/include/NetworkManager/nm-utils-enum-types.h</Path>
+ <Path fileType="header">/usr/include/NetworkManager/nm-utils.h</Path>
+ <Path fileType="header">/usr/include/NetworkManager/nm-version-macros.h</Path>
+ <Path fileType="header">/usr/include/NetworkManager/nm-version.h</Path>
+ <Path fileType="header">/usr/include/libnm-glib/libnm_glib.h</Path>
+ <Path fileType="header">/usr/include/libnm-glib/nm-access-point.h</Path>
+ <Path fileType="header">/usr/include/libnm-glib/nm-active-connection.h</Path>
+ <Path fileType="header">/usr/include/libnm-glib/nm-client.h</Path>
+ <Path fileType="header">/usr/include/libnm-glib/nm-device-adsl.h</Path>
+ <Path fileType="header">/usr/include/libnm-glib/nm-device-bond.h</Path>
+ <Path fileType="header">/usr/include/libnm-glib/nm-device-bridge.h</Path>
+ <Path fileType="header">/usr/include/libnm-glib/nm-device-bt.h</Path>
+ <Path fileType="header">/usr/include/libnm-glib/nm-device-ethernet.h</Path>
+ <Path fileType="header">/usr/include/libnm-glib/nm-device-generic.h</Path>
+ <Path fileType="header">/usr/include/libnm-glib/nm-device-infiniband.h</Path>
+ <Path fileType="header">/usr/include/libnm-glib/nm-device-modem.h</Path>
+ <Path fileType="header">/usr/include/libnm-glib/nm-device-olpc-mesh.h</Path>
+ <Path fileType="header">/usr/include/libnm-glib/nm-device-team.h</Path>
+ <Path fileType="header">/usr/include/libnm-glib/nm-device-vlan.h</Path>
+ <Path fileType="header">/usr/include/libnm-glib/nm-device-wifi.h</Path>
+ <Path fileType="header">/usr/include/libnm-glib/nm-device-wimax.h</Path>
+ <Path fileType="header">/usr/include/libnm-glib/nm-device.h</Path>
+ <Path fileType="header">/usr/include/libnm-glib/nm-dhcp4-config.h</Path>
+ <Path fileType="header">/usr/include/libnm-glib/nm-dhcp6-config.h</Path>
+ <Path fileType="header">/usr/include/libnm-glib/nm-glib-enum-types.h</Path>
+ <Path fileType="header">/usr/include/libnm-glib/nm-ip4-config.h</Path>
+ <Path fileType="header">/usr/include/libnm-glib/nm-ip6-config.h</Path>
+ <Path fileType="header">/usr/include/libnm-glib/nm-object.h</Path>
+ <Path fileType="header">/usr/include/libnm-glib/nm-remote-connection.h</Path>
+ <Path fileType="header">/usr/include/libnm-glib/nm-remote-settings.h</Path>
+ <Path fileType="header">/usr/include/libnm-glib/nm-secret-agent.h</Path>
+ <Path fileType="header">/usr/include/libnm-glib/nm-types.h</Path>
+ <Path fileType="header">/usr/include/libnm-glib/nm-vpn-connection.h</Path>
+ <Path fileType="header">/usr/include/libnm-glib/nm-vpn-enum-types.h</Path>
+ <Path fileType="header">/usr/include/libnm-glib/nm-vpn-plugin-ui-interface.h</Path>
+ <Path fileType="header">/usr/include/libnm-glib/nm-vpn-plugin-utils.h</Path>
+ <Path fileType="header">/usr/include/libnm-glib/nm-vpn-plugin.h</Path>
+ <Path fileType="header">/usr/include/libnm-glib/nm-wimax-nsp.h</Path>
+ <Path fileType="header">/usr/include/libnm/NetworkManager.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-access-point.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-active-connection.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-client.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-connection.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-core-enum-types.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-core-types.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-dbus-interface.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-device-adsl.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-device-bond.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-device-bridge.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-device-bt.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-device-dummy.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-device-ethernet.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-device-generic.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-device-infiniband.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-device-ip-tunnel.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-device-macsec.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-device-macvlan.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-device-modem.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-device-olpc-mesh.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-device-ovs-bridge.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-device-ovs-interface.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-device-ovs-port.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-device-ppp.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-device-team.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-device-tun.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-device-vlan.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-device-vxlan.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-device-wifi.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-device-wimax.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-device.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-dhcp-config.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-enum-types.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-errors.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-ip-config.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-object.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-remote-connection.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-secret-agent-old.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-setting-8021x.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-setting-adsl.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-setting-bluetooth.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-setting-bond.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-setting-bridge-port.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-setting-bridge.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-setting-cdma.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-setting-connection.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-setting-dcb.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-setting-dummy.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-setting-generic.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-setting-gsm.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-setting-infiniband.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-setting-ip-config.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-setting-ip-tunnel.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-setting-ip4-config.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-setting-ip6-config.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-setting-macsec.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-setting-macvlan.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-setting-olpc-mesh.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-setting-ovs-bridge.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-setting-ovs-interface.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-setting-ovs-patch.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-setting-ovs-port.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-setting-ppp.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-setting-pppoe.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-setting-proxy.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-setting-serial.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-setting-tc-config.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-setting-team-port.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-setting-team.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-setting-tun.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-setting-user.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-setting-vlan.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-setting-vpn.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-setting-vxlan.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-setting-wimax.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-setting-wired.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-setting-wireless-security.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-setting-wireless.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-setting.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-simple-connection.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-types.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-utils.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-version-macros.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-version.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-vpn-connection.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-vpn-dbus-interface.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-vpn-editor-plugin.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-vpn-editor.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-vpn-plugin-info.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-vpn-plugin-old.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-vpn-service-plugin.h</Path>
+ <Path fileType="header">/usr/include/libnm/nm-wimax-nsp.h</Path>
+ <Path fileType="library">/usr/lib64/libnm-glib-vpn.so</Path>
+ <Path fileType="library">/usr/lib64/libnm-glib.so</Path>
+ <Path fileType="library">/usr/lib64/libnm-util.so</Path>
+ <Path fileType="library">/usr/lib64/libnm.so</Path>
+ <Path fileType="data">/usr/lib64/pkgconfig/NetworkManager.pc</Path>
+ <Path fileType="data">/usr/lib64/pkgconfig/libnm-glib-vpn.pc</Path>
+ <Path fileType="data">/usr/lib64/pkgconfig/libnm-glib.pc</Path>
+ <Path fileType="data">/usr/lib64/pkgconfig/libnm-util.pc</Path>
+ <Path fileType="data">/usr/lib64/pkgconfig/libnm.pc</Path>
+ <Path fileType="data">/usr/share/vala/vapi/libnm-glib.deps</Path>
+ <Path fileType="data">/usr/share/vala/vapi/libnm-glib.vapi</Path>
+ <Path fileType="data">/usr/share/vala/vapi/libnm-util.deps</Path>
+ <Path fileType="data">/usr/share/vala/vapi/libnm-util.vapi</Path>
+ <Path fileType="data">/usr/share/vala/vapi/libnm.deps</Path>
+ <Path fileType="data">/usr/share/vala/vapi/libnm.vapi</Path>
</Files>
</Package>
<Package>
@@ -165,16 +447,322 @@
</Description>
<PartOf>programming.docs</PartOf>
<Files>
- <Path fileType="doc">/usr/share/gtk-doc/html/</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/NetworkManager.conf.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/NetworkManager.devhelp2</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/NetworkManager.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/ch01.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/dbus-secret-agent.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/dbus-types.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/dbus-vpn-types.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/gdbus-org.freedesktop.NetworkManager.AccessPoint.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/gdbus-org.freedesktop.NetworkManager.AgentManager.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/gdbus-org.freedesktop.NetworkManager.Connection.Active.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/gdbus-org.freedesktop.NetworkManager.DHCP4Config.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/gdbus-org.freedesktop.NetworkManager.DHCP6Config.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Adsl.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Bluetooth.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Bond.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Bridge.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Dummy.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Generic.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.IPTunnel.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Infiniband.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Macsec.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Macvlan.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Modem.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.OlpcMesh.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Statistics.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Team.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Tun.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Veth.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Vlan.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Vxlan.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.WiMax.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Wired.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Wireless.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/gdbus-org.freedesktop.NetworkManager.DnsManager.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/gdbus-org.freedesktop.NetworkManager.IP4Config.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/gdbus-org.freedesktop.NetworkManager.IP6Config.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/gdbus-org.freedesktop.NetworkManager.PPP.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/gdbus-org.freedesktop.NetworkManager.SecretAgent.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/gdbus-org.freedesktop.NetworkManager.Settings.Connection.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/gdbus-org.freedesktop.NetworkManager.Settings.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/gdbus-org.freedesktop.NetworkManager.VPN.Connection.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/gdbus-org.freedesktop.NetworkManager.VPN.Plugin.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/gdbus-org.freedesktop.NetworkManager.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/home.png</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/index.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/ix01.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/left-insensitive.png</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/left.png</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/license.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/manpages.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/nm-dbus-types.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/nm-online.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/nm-openvswitch.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/nm-settings-ifcfg-rh.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/nm-settings-keyfile.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/nm-settings.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/nm-vpn-dbus-types.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/nmcli-examples.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/nmcli.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/nmtui.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/ref-dbus-access-points.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/ref-dbus-active-connections.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/ref-dbus-agent-manager.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/ref-dbus-devices.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/ref-dbus-dhcp4-configs.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/ref-dbus-dhcp6-configs.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/ref-dbus-dns-manager.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/ref-dbus-ip4-configs.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/ref-dbus-ip6-configs.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/ref-dbus-manager.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/ref-dbus-settings-manager.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/ref-dbus-settings.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/ref-settings.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/right-insensitive.png</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/right.png</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/secret-agents.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/secrets-flags.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/settings-802-11-olpc-mesh.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/settings-802-11-wireless-security.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/settings-802-11-wireless.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/settings-802-1x.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/settings-802-3-ethernet.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/settings-adsl.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/settings-bluetooth.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/settings-bond.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/settings-bridge-port.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/settings-bridge.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/settings-cdma.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/settings-connection.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/settings-dcb.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/settings-dummy.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/settings-generic.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/settings-gsm.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/settings-infiniband.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/settings-ip-tunnel.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/settings-ipv4.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/settings-ipv6.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/settings-macsec.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/settings-macvlan.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/settings-ovs-bridge.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/settings-ovs-interface.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/settings-ovs-patch.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/settings-ovs-port.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/settings-ppp.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/settings-pppoe.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/settings-proxy.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/settings-serial.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/settings-tc.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/settings-team-port.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/settings-team.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/settings-tun.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/settings-user.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/settings-vlan.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/settings-vpn.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/settings-vxlan.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/settings-wimax.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/spec.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/style.css</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/up-insensitive.png</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/up.png</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/NetworkManager/vpn-plugins.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-glib/NMAccessPoint.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-glib/NMActiveConnection.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-glib/NMClient.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-glib/NMDHCP4Config.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-glib/NMDHCP6Config.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-glib/NMDevice.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-glib/NMDeviceAdsl.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-glib/NMDeviceBond.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-glib/NMDeviceBridge.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-glib/NMDeviceBt.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-glib/NMDeviceEthernet.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-glib/NMDeviceGeneric.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-glib/NMDeviceInfiniband.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-glib/NMDeviceModem.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-glib/NMDeviceOlpcMesh.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-glib/NMDeviceTeam.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-glib/NMDeviceVlan.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-glib/NMDeviceWifi.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-glib/NMDeviceWimax.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-glib/NMIP4Config.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-glib/NMIP6Config.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-glib/NMObject.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-glib/NMRemoteConnection.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-glib/NMRemoteSettings.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-glib/NMSecretAgent.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-glib/NMVPNConnection.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-glib/NMWimaxNsp.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-glib/annotation-glossary.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-glib/api-index-full.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-glib/ch02.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-glib/home.png</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-glib/index.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-glib/left-insensitive.png</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-glib/left.png</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-glib/libnm-glib-NMVPNPlugin.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-glib/libnm-glib-NMVpnPluginUiWidget.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-glib/libnm-glib-nm-types.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-glib/libnm-glib-nm-vpn-plugin-utils.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-glib/libnm-glib.devhelp2</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-glib/libnm-glib.png</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-glib/object-tree.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-glib/ref-overview.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-glib/right-insensitive.png</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-glib/right.png</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-glib/style.css</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-glib/up-insensitive.png</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-glib/up.png</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-util/NMConnection.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-util/NMSetting.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-util/NMSetting8021x.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-util/NMSettingAdsl.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-util/NMSettingBluetooth.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-util/NMSettingBond.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-util/NMSettingBridge.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-util/NMSettingBridgePort.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-util/NMSettingCdma.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-util/NMSettingConnection.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-util/NMSettingDcb.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-util/NMSettingGeneric.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-util/NMSettingGsm.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-util/NMSettingIP4Config.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-util/NMSettingIP6Config.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-util/NMSettingInfiniband.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-util/NMSettingOlpcMesh.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-util/NMSettingPPP.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-util/NMSettingPPPOE.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-util/NMSettingSerial.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-util/NMSettingTeam.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-util/NMSettingTeamPort.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-util/NMSettingVPN.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-util/NMSettingVlan.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-util/NMSettingWimax.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-util/NMSettingWired.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-util/NMSettingWireless.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-util/NMSettingWirelessSecurity.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-util/annotation-glossary.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-util/api-index-full.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-util/ch01.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-util/home.png</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-util/index.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-util/left-insensitive.png</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-util/left.png</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-util/libnm-util-NetworkManager.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-util/libnm-util-NetworkManagerVPN.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-util/libnm-util-nm-utils.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-util/libnm-util.devhelp2</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-util/object-tree.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-util/right-insensitive.png</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-util/right.png</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-util/style.css</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-util/up-insensitive.png</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm-util/up.png</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/NMAccessPoint.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/NMActiveConnection.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/NMClient.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/NMConnection.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/NMDevice.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/NMDeviceAdsl.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/NMDeviceBond.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/NMDeviceBridge.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/NMDeviceBt.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/NMDeviceDummy.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/NMDeviceEthernet.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/NMDeviceGeneric.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/NMDeviceIPTunnel.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/NMDeviceInfiniband.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/NMDeviceMacsec.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/NMDeviceMacvlan.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/NMDeviceModem.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/NMDeviceOlpcMesh.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/NMDeviceTeam.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/NMDeviceTun.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/NMDeviceVlan.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/NMDeviceVxlan.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/NMDeviceWifi.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/NMDeviceWimax.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/NMDhcpConfig.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/NMIPConfig.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/NMObject.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/NMRemoteConnection.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/NMSecretAgentOld.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/NMSetting.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/NMSetting8021x.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/NMSettingAdsl.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/NMSettingBluetooth.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/NMSettingBond.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/NMSettingBridge.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/NMSettingBridgePort.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/NMSettingCdma.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/NMSettingConnection.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/NMSettingDcb.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/NMSettingDummy.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/NMSettingGeneric.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/NMSettingGsm.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/NMSettingIP4Config.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/NMSettingIP6Config.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/NMSettingIPConfig.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/NMSettingIPTunnel.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/NMSettingInfiniband.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/NMSettingMacsec.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/NMSettingMacvlan.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/NMSettingOlpcMesh.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/NMSettingPpp.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/NMSettingPppoe.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/NMSettingSerial.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/NMSettingTeam.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/NMSettingTeamPort.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/NMSettingTun.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/NMSettingVlan.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/NMSettingVpn.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/NMSettingVxlan.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/NMSettingWimax.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/NMSettingWired.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/NMSettingWireless.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/NMSettingWirelessSecurity.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/NMSimpleConnection.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/NMVpnConnection.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/NMVpnEditorPlugin.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/NMWimaxNsp.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/annotation-glossary.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/api-index-full.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/ch02.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/ch03.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/ch04.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/ch05.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/ch06.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/home.png</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/index.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/left-insensitive.png</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/left.png</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/libnm-nm-dbus-interface.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/libnm-nm-errors.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/libnm-nm-utils.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/libnm-nm-version.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/libnm-nm-vpn-dbus-interface.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/libnm.devhelp2</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/libnm.png</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/object-tree.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/ref-overview.html</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/right-insensitive.png</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/right.png</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/style.css</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/up-insensitive.png</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/up.png</Path>
+ <Path fileType="doc">/usr/share/gtk-doc/html/libnm/usage.html</Path>
</Files>
</Package>
<History>
- <Update release="38">
- <Date>2018-05-22</Date>
- <Version>1.10.8</Version>
+ <Update release="39">
+ <Date>2018-06-30</Date>
+ <Version>1.10.10</Version>
<Comment>Packaging update</Comment>
- <Name>Ikey Doherty</Name>
- <Email>ikey@solus-project.com</Email>
+ <Name>Eric Renfro</Name>
+ <Email>psi-jack@linux-help.org</Email>
</Update>
</History>
</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Aug 10, 3:59 PM (1 d, 3 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5799386
Default Alt Text
D3191.id.diff (63 KB)
Attached To
Mode
D3191: NM dnsmasq isolation for wifi-ap
Attached
Detach File
Event Timeline
Log In to Comment