From 0fce6398748154b6df19b1e98fcd4103b2c4d5c03519b9a99fcdde3f2be60c90 Mon Sep 17 00:00:00 2001 From: Kristoffer Gronlund Date: Wed, 2 Nov 2016 17:54:13 +0000 Subject: [PATCH] Source as URL is not compatible with source as git repo. OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=137 --- _service | 2 +- haproxy-1.6.9+git.1477940904.ab45181.tar.gz | 3 --- haproxy-1.6.9.tar.gz | 3 +++ haproxy.spec | 6 ++---- 4 files changed, 6 insertions(+), 8 deletions(-) delete mode 100644 haproxy-1.6.9+git.1477940904.ab45181.tar.gz create mode 100644 haproxy-1.6.9.tar.gz diff --git a/_service b/_service index 05f0d1a..86982b1 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ http://git.haproxy.org/git/haproxy-1.6.git git haproxy - 1.6.9+git.%ct.%h + 1.6.9 master enable diff --git a/haproxy-1.6.9+git.1477940904.ab45181.tar.gz b/haproxy-1.6.9+git.1477940904.ab45181.tar.gz deleted file mode 100644 index 9a37548..0000000 --- a/haproxy-1.6.9+git.1477940904.ab45181.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:17c0f7265944bcaa7e3aa84edc366ce4ee38e2747a2d051f87f85826674915d7 -size 1611327 diff --git a/haproxy-1.6.9.tar.gz b/haproxy-1.6.9.tar.gz new file mode 100644 index 0000000..a520087 --- /dev/null +++ b/haproxy-1.6.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf7d2fa891d2ae4aa6489fc43a9cadf68c42f9cb0de4801afad45d32e7dda133 +size 1566715 diff --git a/haproxy.spec b/haproxy.spec index 0f7166f..e587e22 100644 --- a/haproxy.spec +++ b/haproxy.spec @@ -40,10 +40,8 @@ %endif %bcond_without apparmor -%define source_version 1.6.9 - Name: haproxy -Version: 1.6.9+git.1477940904.ab45181 +Version: 1.6.9 Release: 0 # # @@ -68,7 +66,7 @@ BuildRequires: vim %define pkg_home /var/lib/%{pkg_name} # Url: http://www.haproxy.org/ -Source: http://www.haproxy.org/download/1.6/src/haproxy-%{source_version}.tar.gz +Source: http://www.haproxy.org/download/1.6/src/haproxy-%{version}.tar.gz Source1: %{pkg_name}.init Source2: usr.sbin.haproxy.apparmor Source3: local.usr.sbin.haproxy.apparmor