diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-07-06 11:31:06 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-07-07 20:40:50 +0000 |
commit | 005e0eb072418456055783491f907fc08cb42fd7 (patch) | |
tree | eca12060c85f48f72758ec03ac2e0c0dc6543219 /conf.d/packaging/rpm/agl-xds-agent.spec | |
parent | 4d76c5679e664c307036dd495ff79679079d9f71 (diff) |
Update/fix rpm and deb packaging
Change-Id: I132dc3085dddfedc869135ba3a967b0060afb72b
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'conf.d/packaging/rpm/agl-xds-agent.spec')
-rw-r--r-- | conf.d/packaging/rpm/agl-xds-agent.spec | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/conf.d/packaging/rpm/agl-xds-agent.spec b/conf.d/packaging/rpm/agl-xds-agent.spec index 0d493a4..66373c4 100644 --- a/conf.d/packaging/rpm/agl-xds-agent.spec +++ b/conf.d/packaging/rpm/agl-xds-agent.spec @@ -6,14 +6,15 @@ %global debug_package %{nil} Name: agl-xds-agent -Version: 1.1.1 +Version: 0.0.0 Release: 0 License: Apache-2.0 Summary: XDS agent/client tool -Url: https://github.com/iotbzh/xds-agent.git -Source0: xds-agent_linux-amd64-v%{version}_2018-04-05_112625.zip +Url: https://gerrit.automotivelinux.org/gerrit/p/src/xds/xds-agent.git +Source0: xds-agent_linux-amd64-%{version}.zip BuildRequires: unzip BuildRoot: %{_tmppath}/%{name}-%{version}-build +Group: Development/Tools/Debuggers # currently embedded with xds # Requires: syncthing |