diff --git a/nuxwdog.spec b/nuxwdog.spec index 01f2b52..08d4175 100644 --- a/nuxwdog.spec +++ b/nuxwdog.spec @@ -1,6 +1,6 @@ Name: nuxwdog Version: 1.0.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Watchdog server to start and stop processes, and prompt for passwords # The entire source code is LGPLv2 except for the perl module, which is GPL+ or Artistic License: LGPLv2 and (GPL+ or Artistic) @@ -32,10 +32,6 @@ Source0: https://github.com/dogtagpki/%{name}/archive/v%{version}/%{name} # This would ordinarily be fixed by calling the macro perl_default_filter, but # this disables rpms file coloring and makes the package fail multilib tests. -%if 0%{?rhel} -ExcludeArch: ppc ppc64 ppcle ppc64le s390 s390x -%endif - %description The nuxwdog package supplies the nuxwdog watchdog daemon, used to start,stop, prompt for passwords and monitor processes. @@ -132,6 +128,9 @@ rm -rf %{buildroot}%{_usr}/jars %{_mandir}/man3/Nuxwdogclient.3pm* %changelog +* Wed Aug 22 2018 Alexander Bokovoy - 1.0.5-2 +- Remove obsolete ExcludeArch statement for RHEL builds + * Thu Aug 16 2018 Dogtag PKI Team (pki-devel@redhat.com) 1.0.5-1 - Fix memory bug due to insufficient memory allocation