SHA256
1
0
forked from pool/wsmancli

2 Commits

Author SHA256 Message Date
d9578206f2 Accepting request 1229826 from systemsmanagement:wbem
OBS-URL: https://build.opensuse.org/request/show/1229826
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wsmancli?expand=0&rev=31
2024-12-10 22:49:44 +00:00
Klaus Kämpf
b728f77d5c - Version 2.8.0
- fix compatibility with Openwsman 2.8.0
  - fix compiler warnings  
- drop reproducible.patch, upstream

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/wsmancli?expand=0&rev=47
2024-12-10 14:15:26 +00:00
5 changed files with 16 additions and 32 deletions

View File

@@ -1,24 +0,0 @@
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`

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5051eb8b0a0b331411c5f52adcb5cf07bd7fa094ad7723992bd0b7c2c4b3fc70
size 299668

3
wsmancli-2.8.0.tar.bz2 Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a0fcb548d3cabf583377df191b534a5d583de6fbcfa9915027b41e43b888f8db
size 311447

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Dec 10 13:43:41 UTC 2024 - Klaus Kämpf <kkaempf@suse.de>
- Version 2.8.0
- fix compatibility with Openwsman 2.8.0
- fix compiler warnings
- drop reproducible.patch, upstream
-------------------------------------------------------------------
Tue Feb 20 15:25:49 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@@ -1,7 +1,7 @@
#
# spec file for package wsmancli
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# 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)
# 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/
#
@@ -27,14 +27,13 @@ BuildRequires: libcurl-devel
# SLE 10
BuildRequires: curl-devel
%endif
Version: 2.6.0
Version: 2.8.0
Release: 0
Url: http://www.openwsman.org/
URL: http://www.openwsman.org/
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