From 836fb9df75191b670c5c0af1b29a144d0234342d Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Fri, 29 Apr 2016 12:25:15 +0200 Subject: [PATCH] Use %autosetup to simplify updates --- libselinux.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libselinux.spec b/libselinux.spec index 61a7761..505ebe3 100644 --- a/libselinux.spec +++ b/libselinux.spec @@ -103,8 +103,7 @@ The libselinux-static package contains the static libraries needed for developing SELinux applications. %prep -%setup -q -n libselinux-2.5 -%patch1 -p1 -b .fedora +%autosetup -p 1 -n libselinux-2.5 %build export LDFLAGS="%{?__global_ldflags}"