Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dd3c435b7e |
3 changed files with 11 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -4,3 +4,4 @@ wsmancli-2.2.3.tar.bz2
|
||||||
/wsmancli-2.2.7.1.tar.bz2
|
/wsmancli-2.2.7.1.tar.bz2
|
||||||
/wsmancli-2.3.0.tar.bz2
|
/wsmancli-2.3.0.tar.bz2
|
||||||
/v2.3.1.tar.gz
|
/v2.3.1.tar.gz
|
||||||
|
/wsmancli-2.3.2.tar.gz
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
818336722751e729bf965e6c29999ce6 v2.3.1.tar.gz
|
1e77c8ba996a9b00f7244e004293d5fd wsmancli-2.3.2.tar.gz
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,11 @@
|
||||||
Name: wsmancli
|
Name: wsmancli
|
||||||
Version: 2.3.1
|
Version: 2.3.2
|
||||||
Release: 3%{dist}
|
Release: 1%{dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
Url: http://www.openwsman.org/
|
Url: http://www.openwsman.org/
|
||||||
Source: https://github.com/Openwsman/wsmancli/archive/v%{version}.tar.gz
|
# You can get this tarball here:
|
||||||
|
# https://github.com/Openwsman/wsmancli/archive/v%{version}.tar.gz
|
||||||
|
Source: wsmancli-%{version}.tar.gz
|
||||||
Source1: COPYING
|
Source1: COPYING
|
||||||
Source2: README
|
Source2: README
|
||||||
Source3: AUTHORS
|
Source3: AUTHORS
|
||||||
|
|
@ -39,6 +41,10 @@ make DESTDIR=%{buildroot} install
|
||||||
%doc COPYING README AUTHORS
|
%doc COPYING README AUTHORS
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 28 2015 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.3.2-1
|
||||||
|
- Update to wsmancli-2.3.2
|
||||||
|
Resolves: #1240638
|
||||||
|
|
||||||
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.1-3
|
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.1-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue