df4d89
Name:           sblim-wbemcli
df4d89
Version:        1.6.3
d51c30
Release:        16%{?dist}
df4d89
Summary:        SBLIM WBEM Command Line Interface
df4d89
df4d89
License:        EPL-1.0
df4d89
URL:            https://sourceforge.net/projects/sblim/
df4d89
Source0:        http://downloads.sourceforge.net/sblim/%{name}-%{version}.tar.bz2
df4d89
Patch0:         sblim-wbemcli-1.5.1-gcc43.patch
df4d89
Patch1:         sblim-wbemcli-1.6.2-https-segfaults.patch
df4d89
Patch2:         sblim-wbemcli-1.6.1-ssl-proto-option.patch
d51c30
Patch3:         sblim-wbemcli-1.6.3-fix-cmx-crash.patch
df4d89
df4d89
BuildRequires:  curl-devel >= 7.9.3
df4d89
BuildRequires:  binutils-devel >= 2.17.50.0.3-4
df4d89
BuildRequires:  autoconf automake libtool pkgconfig
df4d89
BuildRequires:  gcc-c++
df4d89
Requires:       curl >= 7.9.3
df4d89
df4d89
%description
df4d89
WBEM Command Line Interface is a standalone, command line WBEM client. It is
df4d89
specially suited for basic systems management tasks as it can be used in
df4d89
scripts.
df4d89
df4d89
%prep
df4d89
%setup -q
df4d89
autoreconf --install --force
df4d89
%patch0 -p1 -b .gcc43
df4d89
%patch1 -p1 -b .https-segfaults
df4d89
%patch2 -p1 -b .ssl-proto-option
d51c30
%patch3 -p1 -b .fix-cmx-crash
df4d89
df4d89
%build
df4d89
%configure CACERT=/etc/pki/Pegasus/client.pem
df4d89
make %{?_smp_mflags}
df4d89
df4d89
%install
df4d89
make install DESTDIR=$RPM_BUILD_ROOT
df4d89
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/%{name}
df4d89
df4d89
%files
df4d89
%license COPYING
df4d89
%{_bindir}/wbem*
df4d89
%{_mandir}/man1/*
df4d89
%{_datadir}/%{name}
df4d89
df4d89
%changelog
d51c30
* Mon May 23 2022 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.6.3-16
d51c30
- Fix crash when using "cmx" command with no additional parameter
d51c30
  Resolves: #2075807
d51c30
df4d89
* Mon Jul 29 2019 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.6.3-15
df4d89
- Rebuild
df4d89
df4d89
* Tue May 14 2019 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.6.3-14
df4d89
- Fix URL
df4d89
- Use correct short name for Eclipse Public License 1.0
df4d89
- Use %%license
df4d89
df4d89
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.3-13
df4d89
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
df4d89
df4d89
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.3-12
df4d89
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
df4d89
df4d89
* Tue Feb 27 2018 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.6.3-11
df4d89
- Add BuildRequires gcc-c++
df4d89
- Remove Group tag
df4d89
df4d89
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.3-10
df4d89
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
df4d89
df4d89
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.3-9
df4d89
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
df4d89
df4d89
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.3-8
df4d89
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
df4d89
df4d89
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.3-7
df4d89
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
df4d89
df4d89
* Thu Mar 17 2016 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.6.3-6
df4d89
- Update default CA certificate file path due to recent changes in tog-pegasus
df4d89
  Related: #1308809
df4d89
df4d89
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.3-5
df4d89
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
df4d89
df4d89
* Mon Aug 10 2015 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.6.3-4
df4d89
- Backport configurable SSL version feature from upstream and update man
df4d89
  page accordingly
df4d89
df4d89
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.3-3
df4d89
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
df4d89
df4d89
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 1.6.3-2
df4d89
- Rebuilt for GCC 5 C++11 ABI change
df4d89
df4d89
* Wed Oct 15 2014 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.6.3-1
df4d89
- Update to sblim-wbemcli-1.6.3
df4d89
df4d89
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.2-13
df4d89
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
df4d89
df4d89
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.2-12
df4d89
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
df4d89
df4d89
* Tue Mar 11 2014 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.6.2-11
df4d89
- Use upstream accepted patch for fixing wbemcli issue with dot character
df4d89
df4d89
* Tue Feb 18 2014 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.6.2-10
df4d89
- Support aarch64
df4d89
  Resolves: #926488
df4d89
df4d89
* Thu Jan 30 2014 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.6.2-9
df4d89
- Fix wbemcli doesn't accept dot (.) as password character on command line
df4d89
  Resolves: #959885
df4d89
- Fix bogus date in the %%changelog
df4d89
df4d89
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.2-8
df4d89
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
df4d89
df4d89
* Mon Apr 29 2013 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.6.2-7
df4d89
- Fix wrong usage of libcurl API, which caused segfaults when wbemcli was used
df4d89
  with https scheme (patch by kdudka@redhat.com)
df4d89
df4d89
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.2-6
df4d89
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
df4d89
df4d89
* Mon Sep 10 2012 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.6.2-5
df4d89
- Fix issues found by fedora-review utility in the spec file
df4d89
df4d89
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.2-4
df4d89
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
df4d89
df4d89
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.2-3
df4d89
- Rebuilt for c++ ABI breakage
df4d89
df4d89
* Thu Jan 05 2012 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.6.2-2
df4d89
- Fix gcc47 compile failure
df4d89
df4d89
* Tue Jul 19 2011 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.6.2-1
df4d89
- Update to sblim-wbemcli-1.6.2
df4d89
df4d89
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.1-2
df4d89
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
df4d89
df4d89
* Thu Dec  9 2010 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.6.1-1
df4d89
- Update to sblim-wbemcli-1.6.1
df4d89
df4d89
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.0-5
df4d89
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
df4d89
df4d89
* Sat Feb 28 2009 Caolán McNamara - 1.6.0-4
df4d89
- constify rets of strchr(const char *);
df4d89
df4d89
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.0-3
df4d89
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
df4d89
df4d89
* Tue Nov  4 2008 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.6.0-2
df4d89
- Fix License
df4d89
- Spec file cleanup, rpmlint check
df4d89
df4d89
* Fri Oct 24 2008 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.6.0-1
df4d89
- Update to 1.6.0
df4d89
  Resolves: #468328
df4d89
df4d89
* Fri Jun 20 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.5.1-7
df4d89
- fix gcc43 compile failure
df4d89
df4d89
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.5.1-6
df4d89
- Autorebuild for GCC 4.3
df4d89
df4d89
* Mon Nov 06 2006 Jindrich Novy <jnovy@redhat.com> - 1.5.1-5
df4d89
- rebuild against new curl
df4d89
df4d89
* Thu Oct 05 2006 Christian Iseli <Christian.Iseli@licr.org> - 1.5.1-4
df4d89
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
df4d89
df4d89
* Mon Nov 21 2005 Viktor Mihajlovski <mihajlov@de.ibm.com> - 1.5.1-1
df4d89
- Upgrade to version 1.5.1 (SSL V3 enforced, default CACERT).
df4d89
- Created Fedora/RH specific spec file.
df4d89
df4d89
* Fri Oct 28 2005 Viktor Mihajlovski <mihajlov@de.ibm.com> - 1.5.0-1
df4d89
- Minor enhancements for Fedora compatibility, still not daring to
df4d89
  nuke the build root though
df4d89
df4d89
* Thu Jul 28 2005 Viktor Mihajlovski <mihajlov@de.ibm.com> - 1.5.0-0
df4d89
- Updates for rpmlint complaints