Blame SPECS/sblim-wbemcli.spec

754fbd
Name:           sblim-wbemcli
754fbd
Version:        1.6.2
754fbd
Release:        11%{?dist}
754fbd
Summary:        SBLIM WBEM Command Line Interface
754fbd
754fbd
Group:          Applications/System
754fbd
License:        EPL
754fbd
URL:            http://sblim.wiki.sourceforge.net/
754fbd
Source0:        http://downloads.sourceforge.net/sblim/%{name}-%{version}.tar.bz2
754fbd
Patch0:         sblim-wbemcli-1.5.1-gcc43.patch
754fbd
Patch1:         sblim-wbemcli-1.6.2-gcc47.patch
754fbd
Patch2:         sblim-wbemcli-1.6.2-https-segfaults.patch
754fbd
Patch3:         sblim-wbemcli-1.6.2-ssl-proto-option.patch
754fbd
Patch4:         sblim-wbemcli-1.6.2-dot-in-passwd.patch
754fbd
754fbd
BuildRequires:  curl-devel >= 7.9.3
754fbd
BuildRequires:  binutils-devel >= 2.17.50.0.3-4
754fbd
Requires:       curl >= 7.9.3
754fbd
754fbd
%description
754fbd
WBEM Command Line Interface is a standalone, command line WBEM client. It is
754fbd
specially suited for basic systems management tasks as it can be used in
754fbd
scripts.
754fbd
754fbd
%prep
754fbd
%setup -q
754fbd
%patch0 -p1 -b .gcc43
754fbd
%patch1 -p1 -b .gcc47
754fbd
%patch2 -p1 -b .https-segfaults
754fbd
%patch3 -p1 -b .ssl-proto-option
754fbd
%patch4 -p1 -b .dot-in-passwd
754fbd
754fbd
%build
754fbd
%configure CACERT=/etc/pki/Pegasus/client.pem
754fbd
make %{?_smp_mflags}
754fbd
754fbd
%install
754fbd
make install DESTDIR=$RPM_BUILD_ROOT
754fbd
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/%{name}
754fbd
754fbd
%files
754fbd
%{_bindir}/wbem*
754fbd
%{_mandir}/man1/*
754fbd
%{_datadir}/%{name}
754fbd
754fbd
%changelog
754fbd
* Wed Feb 08 2017 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.6.2-11
754fbd
- Update default CA certificate file path due to recent changes in tog-pegasus
754fbd
  Resolves: #1320077
754fbd
- Fix wbemcli dont accept dot (.) as password character on command line
754fbd
  Resolves: #1103368
754fbd
- Fix bogus date in %%changelog
754fbd
754fbd
* Mon Mar 07 2016 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.6.2-10
754fbd
- Backport (slightly modified) configurable SSL version feature from upstream,
754fbd
  update man page accordingly
754fbd
  Resolves: #1239115
754fbd
754fbd
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 1.6.2-9
754fbd
- Mass rebuild 2014-01-24
754fbd
754fbd
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.6.2-8
754fbd
- Mass rebuild 2013-12-27
754fbd
754fbd
* Wed Jun 26 2013 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.6.2-7
754fbd
- Fix wrong usage of libcurl API, which caused segfaults when wbemcli was used
754fbd
  with https scheme (patch by kdudka@redhat.com)
754fbd
754fbd
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.2-6
754fbd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
754fbd
754fbd
* Mon Sep 10 2012 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.6.2-5
754fbd
- Fix issues found by fedora-review utility in the spec file
754fbd
754fbd
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.2-4
754fbd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
754fbd
754fbd
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.2-3
754fbd
- Rebuilt for c++ ABI breakage
754fbd
754fbd
* Thu Jan 05 2012 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.6.2-2
754fbd
- Fix gcc47 compile failure
754fbd
754fbd
* Tue Jul 19 2011 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.6.2-1
754fbd
- Update to sblim-wbemcli-1.6.2
754fbd
754fbd
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.1-2
754fbd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
754fbd
754fbd
* Thu Dec  9 2010 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.6.1-1
754fbd
- Update to sblim-wbemcli-1.6.1
754fbd
754fbd
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.0-5
754fbd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
754fbd
754fbd
* Sat Feb 28 2009 Caolán McNamara - 1.6.0-4
754fbd
- constify rets of strchr(const char *);
754fbd
754fbd
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.0-3
754fbd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
754fbd
754fbd
* Tue Nov  4 2008 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.6.0-2
754fbd
- Fix License
754fbd
- Spec file cleanup, rpmlint check
754fbd
754fbd
* Fri Oct 24 2008 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.6.0-1
754fbd
- Update to 1.6.0
754fbd
  Resolves: #468328
754fbd
754fbd
* Fri Jun 20 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.5.1-7
754fbd
- fix gcc43 compile failure
754fbd
754fbd
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.5.1-6
754fbd
- Autorebuild for GCC 4.3
754fbd
754fbd
* Mon Nov 06 2006 Jindrich Novy <jnovy@redhat.com> - 1.5.1-5
754fbd
- rebuild against new curl
754fbd
754fbd
* Thu Oct 05 2006 Christian Iseli <Christian.Iseli@licr.org> - 1.5.1-4
754fbd
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
754fbd
754fbd
* Mon Nov 21 2005 Viktor Mihajlovski <mihajlov@de.ibm.com> - 1.5.1-1
754fbd
- Upgrade to version 1.5.1 (SSL V3 enforced, default CACERT).
754fbd
- Created Fedora/RH specific spec file.
754fbd
754fbd
* Fri Oct 28 2005 Viktor Mihajlovski <mihajlov@de.ibm.com> - 1.5.0-1
754fbd
- Minor enhancements for Fedora compatibility, still not daring to
754fbd
  nuke the build root though
754fbd
754fbd
* Thu Jul 28 2005 Viktor Mihajlovski <mihajlov@de.ibm.com> - 1.5.0-0
754fbd
- Updates for rpmlint complaints