commit 5a638dccdf65e29d7e4f8a7d6a096ef2b6954004
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Mon Sep 18 21:32:31 2017 +0100
Fixup rpm setup macro use -a instead -b
kisslicer.spec | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/kisslicer.spec b/kisslicer.spec
index e3d629c..5233e63 100644
--- a/kisslicer.spec
+++ b/kisslicer.spec
@@ -4,7 +4,7 @@ Name: kisslicer
%global min 5
%global rev 0
Version: %{maj}.%{min}
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Keep It Simple Slicer
URL:
http://www.kisslicer.com/
@@ -38,12 +38,12 @@ machine.
# Unpack 64bit binary
%ifarch x86_64
-%setup -qTc -b0
+%setup -qTc -a0
%endif
# Unpack 32bit binary
%ifarch %{ix86}
-%setup -qTc -b1
+%setup -qTc -a1
%endif
# Conflicting file
@@ -149,6 +149,9 @@ update-desktop-database &>/dev/null || :
%changelog
+* Mon Sep 18 2017 Sérgio Basto <sergio(a)serjux.com> - 1.5-3
+- Fixup rpm setup macro use -a instead -b
+
* Thu Aug 31 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 1.5-2
- Rebuilt for
https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild