[dev86] Fix for redhat-rpm-macros changes (#1106136)

Lubomir Rintel lkundrak at fedoraproject.org
Fri Jun 13 07:57:16 UTC 2014


commit 8346c48ae0c40a8dd2b96fb6be3712da1fae9efb
Author: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>
Date:   Thu Jun 12 14:06:00 2014 -0500

    Fix for redhat-rpm-macros changes (#1106136)

 dev86.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
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 <yselkowi at redhat.com> - 0.16.21-4
+- Fix for redhat-rpm-macros changes (#1106136)
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.16.21-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list