summaryrefslogtreecommitdiff
path: root/packaging/connman.spec
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2013-02-06 14:14:23 -0800
committerAnas Nashif <anas.nashif@intel.com>2013-03-11 01:45:21 -0700
commitc070a2a2e6aed0646c34fb21a2a0818e458d55ab (patch)
tree3419596aaf2c3ec31f14f3902c9749a0278763e0 /packaging/connman.spec
parent8164a1ed6e12ea8873d4b568e515b053831bc263 (diff)
downloadconnman-c070a2a2e6aed0646c34fb21a2a0818e458d55ab.tar.gz
connman-c070a2a2e6aed0646c34fb21a2a0818e458d55ab.tar.bz2
connman-c070a2a2e6aed0646c34fb21a2a0818e458d55ab.zip
fixed rpmlint
Diffstat (limited to 'packaging/connman.spec')
-rw-r--r--packaging/connman.spec12
1 files changed, 6 insertions, 6 deletions
diff --git a/packaging/connman.spec b/packaging/connman.spec
index 32a7e150..6d27f3d5 100644
--- a/packaging/connman.spec
+++ b/packaging/connman.spec
@@ -73,18 +73,18 @@ ln -s ../connman.service %{buildroot}%{_unitdir}/network.target.wants/connman.se
%files
%manifest connman.manifest
%{_sbindir}/*
-#%{_libdir}/connman/plugins/*.so
-#%{_datadir}/dbus-1/services/*
-%{_sysconfdir}/dbus-1/system.d/*
-#%{_sysconfdir}/connman/main.conf
-#%{_sysconfdir}/dbus-1/system.d/*.conf
+%config %{_sysconfdir}/dbus-1/system.d/*
%{_unitdir}/connman.service
%{_unitdir}/network.target.wants/connman.service
%{_unitdir}/multi-user.target.wants/connman.service
+
+
%files test
%{_libdir}/%{name}/test/*
-
%files devel
%{_includedir}/connman/*.h
%{_libdir}/pkgconfig/*.pc
+
+
+%changelog