From 24fb8efa27a26f75decc684cdfc8fe5189fa6b25 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Thu, 24 Dec 2015 00:02:36 +0000 Subject: [PATCH] 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. --- .travis.yml | 1 - strace.spec | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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 -- 2.40.0