packaging: move NTP scripts to packaging directory 86/5386/1
authorCorentin Lecouvey <corentin.lecouvey@eurogiciel.fr>
Tue, 2 Jul 2013 07:39:54 +0000 (09:39 +0200)
committerCorentin Lecouvey <corentin.lecouvey@eurogiciel.fr>
Tue, 2 Jul 2013 08:56:40 +0000 (10:56 +0200)
40-connman-ntp.list [deleted file]
packaging/40-connman-ntp.list [new file with mode: 0644]
packaging/connman-ntp.service [moved from connman-ntp.service with 100% similarity]
packaging/connman.spec

diff --git a/40-connman-ntp.list b/40-connman-ntp.list
deleted file mode 100644 (file)
index c608c94..0000000
+++ /dev/null
@@ -1 +0,0 @@
-connman-ntp.serivice
diff --git a/packaging/40-connman-ntp.list b/packaging/40-connman-ntp.list
new file mode 100644 (file)
index 0000000..9b84282
--- /dev/null
@@ -0,0 +1 @@
+connman-ntp.service
index a43baab..2b04cc2 100644 (file)
@@ -6,6 +6,8 @@ Summary:        Connection Manager
 Url:            http://connman.net
 Group:          Connectivity/Connection Management
 Source0:        %{name}-%{version}.tar.xz
+Source10:       40-connman-ntp.list
+Source11:       connman-ntp.service
 Source1001:     connman.manifest
 BuildRequires:  systemd
 BuildRequires:  pkgconfig(dbus-1)
@@ -51,7 +53,8 @@ Header files and development files for connman.
 
 %prep
 %setup -q
-
+cp %{SOURCE10} .
+cp %{SOURCE11} .
 cp %{SOURCE1001} .
 
 %build