From c08c2fa072a0954b9392c8468e9b18cdb608122a Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Fri, 12 Apr 2013 09:34:37 -0700 Subject: [PATCH] do not install updateinfo script --- Makefile | 1 - packaging/swup.changes | 3 +++ packaging/swup.spec | 1 - 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index cbfb024..cb389c1 100644 --- a/Makefile +++ b/Makefile @@ -3,5 +3,4 @@ all: install: install -D -m 755 swup.py ${DESTDIR}/usr/bin/swup install -D -m 755 system-update.sh ${DESTDIR}/usr/bin/system-update - install -D -m 755 tools/updateinfo/updateinfo.py ${DESTDIR}/usr/bin/updateinfo install -D -m 644 system-update.service ${DESTDIR}/usr/lib/systemd/system/system-update.service diff --git a/packaging/swup.changes b/packaging/swup.changes index bc9b063..ffbbd7d 100644 --- a/packaging/swup.changes +++ b/packaging/swup.changes @@ -1,3 +1,6 @@ +* Fri Apr 12 2013 Anas Nashif submit/trunk/20130412.162154@95cce66 +- do not install updateinfo script + * Wed Apr 10 2013 Anas Nashif accepted/trunk/20130310.193633@f34f977 - Fixed version substitution diff --git a/packaging/swup.spec b/packaging/swup.spec index 8383735..6f75df2 100644 --- a/packaging/swup.spec +++ b/packaging/swup.spec @@ -28,7 +28,6 @@ Software Update Tool. %defattr(-,root,root) %{_bindir}/swup %{_bindir}/system-update -%{_bindir}/updateinfo %{_unitdir}/system-update.service %{_unitdir}/system-update.target.wants/system-update.service -- 2.7.4