Accepting request 791706 from home:marxin:branches:Base:System
- Run tests with -fcommon in order to fix boo#1160261. OBS-URL: https://build.opensuse.org/request/show/791706 OBS-URL: https://build.opensuse.org/package/show/Base:System/dd_rescue?expand=0&rev=44
This commit is contained in:
parent
e5800efbc6
commit
5bbe784302
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 6 09:17:38 UTC 2020 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
- Run tests with -fcommon in order to fix boo#1160261.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 20 13:16:41 UTC 2018 - schwab@suse.de
|
Thu Sep 20 13:16:41 UTC 2018 - schwab@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package dd_rescue
|
# spec file for package dd_rescue
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@ -22,7 +22,7 @@ Release: 0
|
|||||||
Summary: Data copying in the presence of I/O Errors
|
Summary: Data copying in the presence of I/O Errors
|
||||||
License: GPL-2.0-only OR GPL-3.0-only
|
License: GPL-2.0-only OR GPL-3.0-only
|
||||||
Group: System/Base
|
Group: System/Base
|
||||||
Url: http://www.garloff.de/kurt/linux/ddrescue/
|
URL: http://www.garloff.de/kurt/linux/ddrescue/
|
||||||
Source0: http://garloff.de/kurt/linux/ddrescue/%{name}-%{version}.tar.bz2
|
Source0: http://garloff.de/kurt/linux/ddrescue/%{name}-%{version}.tar.bz2
|
||||||
Source1: http://garloff.de/kurt/linux/ddrescue/%{name}-%{version}.tar.bz2.asc
|
Source1: http://garloff.de/kurt/linux/ddrescue/%{name}-%{version}.tar.bz2.asc
|
||||||
Source2: %{name}.keyring
|
Source2: %{name}.keyring
|
||||||
@ -145,7 +145,7 @@ mkdir %{buildroot}/bin
|
|||||||
ln -sf %{_bindir}/dd_rescue %{buildroot}/bin
|
ln -sf %{_bindir}/dd_rescue %{buildroot}/bin
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make %{?_smp_mflags} RPM_OPT_FLAGS="%{optflags}" check
|
make %{?_smp_mflags} RPM_OPT_FLAGS="%{optflags} -fcommon" check
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user