Accepting request 628380 from systemsmanagement:wbem

OBS-URL: https://build.opensuse.org/request/show/628380
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wsmancli?expand=0&rev=29
This commit is contained in:
2018-08-10 07:52:04 +00:00
committed by Git OBS Bridge
3 changed files with 31 additions and 0 deletions
+5
View File
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Aug 3 11:30:27 UTC 2018 - bwiedemann@suse.com
- Add reproducible.patch to have fixed build date (boo#1047218)
-------------------------------------------------------------------
Thu Jun 11 09:20:35 UTC 2015 - kkaempf@suse.com
+2
View File
@@ -34,6 +34,7 @@ Summary: Command line client utilities for WS-Management
License: BSD-3-Clause
Group: System/Management
Source: %{name}-%{version}.tar.bz2
Patch0: reproducible.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -45,6 +46,7 @@ the WS-Management protocol.
%prep
%setup -q -n %{name}-%{version}
%patch0 -p1
%build
%configure --disable-more-warnings
+24
View File
@@ -0,0 +1,24 @@
upstreaming at https://github.com/Openwsman/wsmancli/pull/8
commit c277ec5217d3aa3748b9420bbdc7f5d4973a010b
Author: Bernhard M. Wiedemann <bwiedemann suse.de>
Date: Wed Mar 21 15:17:26 2018 +0100
Use ChangeLog date instead of build date
in order to make builds reproducible
See https://reproducible-builds.org/ for why this is good.
Index: wsmancli-2.6.0/configure
===================================================================
--- wsmancli-2.6.0.orig/configure
+++ wsmancli-2.6.0/configure
@@ -16507,7 +16507,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
WSMAN_PKG=$PACKAGE_NAME
-PACKAGE_BUILDTS=`date +%Y%m%d%H%M`
+PACKAGE_BUILDTS=`date -u -r ChangeLog +%Y%m%d%H%M`