From edc1901305b41965de3ed891c58f17d3b2bb30878f9fa42e1832b75374cb1685 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Mon, 8 Jun 2020 06:40:40 +0000 Subject: [PATCH] Accepting request 812359 from home:dirkmueller:branches:devel:kubic - update home-page url OBS-URL: https://build.opensuse.org/request/show/812359 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/etcd?expand=0&rev=5 --- etcd.changes | 5 +++++ etcd.spec | 23 +++++++++-------------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/etcd.changes b/etcd.changes index 88abb77..0dea6db 100644 --- a/etcd.changes +++ b/etcd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jun 7 21:09:20 UTC 2020 - Dirk Mueller + +- update home-page url + ------------------------------------------------------------------- Thu Feb 6 09:03:22 UTC 2020 - Michal Jura diff --git a/etcd.spec b/etcd.spec index 401f324..eef23b7 100644 --- a/etcd.spec +++ b/etcd.spec @@ -1,7 +1,7 @@ # # spec file for package etcd # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,38 +12,35 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # +%define project go.etcd.io/etcd #Compat macro for new _fillupdir macro introduced in Nov 2017 %if ! %{defined _fillupdir} - %define _fillupdir /var/adm/fillup-templates + %define _fillupdir %{_localstatedir}/adm/fillup-templates %endif -%define project go.etcd.io/etcd - Name: etcd Version: 3.4.3 Release: 0 Summary: Highly-available key value store for configuration and service discovery License: Apache-2.0 Group: System/Management -Url: https://github.com/coreos/etcd +URL: https://github.com/etcd-io/etcd Source: %{name}-%{version}.tar.gz Source1: vendor.tar.gz Source11: %{name}.conf Source12: %{name}.service Source15: README.security +BuildRequires: go1.12 >= 1.12.9 +BuildRequires: golang(API) = 1.12 BuildRequires: golang-packaging BuildRequires: shadow BuildRequires: systemd-rpm-macros BuildRequires: xz -BuildRequires: golang(API) = 1.12 -BuildRequires: go1.12 >= 1.12.9 -ExcludeArch: %ix86 Requires(post): %fillup_prereq -BuildRoot: %{_tmppath}/%{name}-%{version}-build -ExcludeArch: s390 +ExcludeArch: s390 %ix86 %{?systemd_requires} %{go_provides} # Make sure that the binary is not getting stripped. @@ -123,9 +120,8 @@ getent passwd %{name} >/dev/null || %{_sbindir}/useradd -r -g %{name} -d %{_loca %service_del_postun %{name}.service %files -%defattr(-,root,root) -%doc CONTRIBUTING.md README.md DCO NOTICE README.security %license LICENSE +%doc CONTRIBUTING.md README.md DCO NOTICE README.security %{_sbindir}/%{name} # Service @@ -139,7 +135,6 @@ getent passwd %{name} >/dev/null || %{_sbindir}/useradd -r -g %{name} -d %{_loca %dir %attr(0750,%{name},%{name}) %{_localstatedir}/lib/%{name} %files -n etcdctl -%defattr(-,root,root) %{_bindir}/etcdctl %changelog