diff --git a/dev86.spec b/dev86.spec index 1232ea8..50ce05f 100644 --- a/dev86.spec +++ b/dev86.spec @@ -1,7 +1,7 @@ Summary: A real mode 80x86 assembler and linker Name: dev86 Version: 0.16.21 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL+ and GPLv2+ and LGPLv2+ Group: Development/Languages URL: http://v3.sk/~lkundrak/dev86/ @@ -14,7 +14,7 @@ Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Obsoletes: bin86 # don't try to strip binaries generated by dev86 unknown to /usr/bin/strip -%define __os_install_post /usr/lib/rpm/redhat/brp-compress /usr/lib/rpm/redhat/brp-strip %{__strip} /usr/lib/rpm/redhat/brp-strip-comment-note %{__strip} %{__objdump} %{nil} +%define __os_install_post /usr/lib/rpm/brp-compress /usr/lib/rpm/brp-strip %{__strip} /usr/lib/rpm/brp-strip-comment-note %{__strip} %{__objdump} %{nil} %description The dev86 package provides an assembler and linker for real mode 80x86 @@ -85,6 +85,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man1/* %changelog +* Thu Jun 12 2014 Yaakov Selkowitz - 0.16.21-4 +- Fix for redhat-rpm-macros changes (#1106136) + * Sat Jun 07 2014 Fedora Release Engineering - 0.16.21-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild