From: Dmitry V. Levin Date: Thu, 24 Dec 2015 00:02:36 +0000 (+0000) Subject: packages: remove acl development library from build dependencies X-Git-Tag: v4.12~796 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=24fb8efa27a26f75decc684cdfc8fe5189fa6b25;p=strace packages: remove acl development library from build dependencies Starting with commit v4.9-46-g681452b that removed all references to acl.h, we no longer use acl development library. * .travis.yml (addons.apt.packages): Remove libacl1-dev. * strace.spec (BuildRequires): Remove libacl-devel. --- diff --git a/.travis.yml b/.travis.yml index a98f7208..b1aba3b3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,6 @@ addons: apt: packages: - gcc-multilib - - libacl1-dev env: global: diff --git a/strace.spec b/strace.spec index a7c8a4a3..1f14eb7c 100644 --- a/strace.spec +++ b/strace.spec @@ -6,7 +6,7 @@ License: BSD Group: Development/Debuggers URL: http://sourceforge.net/projects/strace/ Source: http://downloads.sourceforge.net/strace/%{name}-%{version}.tar.xz -BuildRequires: libacl-devel, time +BuildRequires: time %ifarch x86_64 # for experimental -k option BuildRequires: libunwind-devel