1
0

Accepting request 173811 from Base:System

- Add Source URL, see https://en.opensuse.org/SourceUrls 
  - use %setup -c to support the tarball

OBS-URL: https://build.opensuse.org/request/show/173811
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/multipath-tools?expand=0&rev=54
This commit is contained in:
Stephan Kulow 2013-05-02 09:24:28 +00:00 committed by Git OBS Bridge
commit 525f6e3820
3 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:64e9dbe4fdecb3506275ed41fb6111f555f10884aac00f38bdf9c767c8b220e8
size 168933
oid sha256:8d44c8815144b5589cc3e604cb3fc16c76a028aef08aa1bec334ff70bf9ac712
size 169180

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Apr 16 10:08:18 UTC 2013 - idonmez@suse.com
- Add Source URL, see https://en.opensuse.org/SourceUrls
- use %setup -c to support the tarball
-------------------------------------------------------------------
Fri Feb 15 13:55:24 UTC 2013 - cfarrell@suse.com

View File

@ -33,7 +33,7 @@ License: GPL-2.0
Group: System/Base
%{?systemd_requires}
%define has_systemd 1
Source: multipath-tools-%{version}.tar.bz2
Source: http://christophe.varoqui.free.fr/multipath-tools/multipath-tools-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Patch0: %{name}-%{version}-opensuse-12.3.diff.bz2
Patch1: multipath-tools-make-flexible-install-of-systemd-and-udev-files.patch
@ -94,7 +94,7 @@ Authors:
Christophe Varoqui <christophe.varoqui@free.fr>
%prep
%setup -q -n multipath-tools-%{version}
%setup -q -c -n multipath-tools-%{version}
%patch0 -p1
%patch1 -p1