From: nasm-bot f. H. P. A. <hp...@zy...> - 2016-02-23 09:09:22
|
Commit-ID: b7511971dc7e50d75d1800ddafe552b6554b37d1 Gitweb: http://repo.or.cz/w/nasm.git?a=commitdiff;h=b7511971dc7e50d75d1800ddafe552b6554b37d1 Author: H. Peter Anvin <hp...@zy...> AuthorDate: Mon, 22 Feb 2016 01:18:33 -0800 Committer: H. Peter Anvin <hp...@zy...> CommitDate: Mon, 22 Feb 2016 01:18:33 -0800 nasm.spec: change release to 0 to avoid distro conflicts Change the RPM release number to 0 so that distribution-produced RPMs will take precedence in all cases. Signed-off-by: H. Peter Anvin <hp...@zy...> --- nasm.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nasm.spec.in b/nasm.spec.in index dde8cec..09b1257 100644 --- a/nasm.spec.in +++ b/nasm.spec.in @@ -3,7 +3,7 @@ Summary: The Netwide Assembler, a portable x86 assembler with Intel-like syntax Name: nasm Version: @@NASM_MANGLED_VER@@ -Release: 1 +Release: 0 License: BSD Group: Development/Languages Source: http://www.nasm.us/pub/nasm/releasebuilds/%{nasm_version}/nasm-%{nasm_version}.tar.xz |