diff --git a/scap-security-guide.spec b/scap-security-guide.spec index a03339b..183c255 100644 --- a/scap-security-guide.spec +++ b/scap-security-guide.spec @@ -6,7 +6,7 @@ # this one). Name: scap-security-guide -Version: 0.1.24 +Version: 0.1.25 Release: 1%{?dist} Summary: Security guidance and baselines in SCAP formats Group: Applications/System @@ -53,13 +53,6 @@ make %{?_smp_mflags} dist %install make install DESTDIR=$RPM_BUILD_ROOT -# bugfix for ssg-0.1.24 -mv %{buildroot}/usr/man %{buildroot}%{_mandir} - -# bugfix for ssg-0.1.24 -mkdir -p %{buildroot}/%{_docdir}/%{name}/guides -mv %{buildroot}/%{_docdir}/%{name}/*.html %{buildroot}/%{_docdir}/%{name}/guides - # Install DataStream files for target in Firefox JRE do @@ -84,6 +77,9 @@ install -m 0644 LICENSE %{buildroot}/%{_docdir}/%{name} %doc %{_docdir}/%{name}/guides/*.html %changelog +* Sat Sep 05 2015 Šimon Lukašík - 0.1.25-1 +- update to the latest upstream release + * Thu Jul 09 2015 Šimon Lukašík - 0.1.24-1 - update to the latest upstream release - created doc sub-package to ship all the guides