summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--40-connman-ntp.list1
-rw-r--r--packaging/40-connman-ntp.list1
-rw-r--r--packaging/connman-ntp.service (renamed from connman-ntp.service)0
-rw-r--r--packaging/connman.spec5
4 files changed, 5 insertions, 2 deletions
diff --git a/40-connman-ntp.list b/40-connman-ntp.list
deleted file mode 100644
index c608c941..00000000
--- a/40-connman-ntp.list
+++ /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
index 00000000..9b842821
--- /dev/null
+++ b/packaging/40-connman-ntp.list
@@ -0,0 +1 @@
+connman-ntp.service
diff --git a/connman-ntp.service b/packaging/connman-ntp.service
index 1978f743..1978f743 100644
--- a/connman-ntp.service
+++ b/packaging/connman-ntp.service
diff --git a/packaging/connman.spec b/packaging/connman.spec
index a43baab2..2b04cc23 100644
--- a/packaging/connman.spec
+++ b/packaging/connman.spec
@@ -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