diff --git a/wsmancli.spec b/wsmancli.spec index cdcdb18..bc0aad3 100644 --- a/wsmancli.spec +++ b/wsmancli.spec @@ -1,13 +1,12 @@ Name: wsmancli Version: 2.2.7.1 -Release: 2%{dist} +Release: 3%{dist} License: BSD Url: http://www.openwsman.org/ Source: http://downloads.sourceforge.net/project/openwsman/%{name}/%{version}/%{name}-%{version}.tar.bz2 Source1: COPYING Source2: README Source3: AUTHORS -BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXXX) Group: Applications/System BuildRequires: openwsman-devel >= 2.1.0 pkgconfig curl-devel Requires: openwsman curl @@ -28,19 +27,17 @@ cp -fp %SOURCE1 %SOURCE2 %SOURCE3 .; make %{?_smp_flags} %install -rm -rf %{buildroot} make DESTDIR=%{buildroot} install -%clean -rm -rf %{buildroot} - %files -%defattr(-,root,root) %{_bindir}/wsman %{_bindir}/wseventmgr %doc COPYING README AUTHORS %changelog +* Tue Sep 18 2012 Vitezslav Crhonek - 2.2.7.1-3 +- Fix issues found by fedora-review utility in the spec file + * Sun Jul 22 2012 Fedora Release Engineering - 2.2.7.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild