forked from pool/wsmancli
Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| d9578206f2 | |||
|
|
b728f77d5c |
@@ -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`
|
||||
|
||||
|
||||
|
||||
@@ -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
3
wsmancli-2.8.0.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a0fcb548d3cabf583377df191b534a5d583de6fbcfa9915027b41e43b888f8db
|
||||
size 311447
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user