Skip to content

Commit 24fb8ef

Browse files
committed
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.
1 parent 796fbe0 commit 24fb8ef

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ addons:
1010
apt:
1111
packages:
1212
- gcc-multilib
13-
- libacl1-dev
1413

1514
env:
1615
global:

strace.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ License: BSD
66
Group: Development/Debuggers
77
URL: http://sourceforge.net/projects/strace/
88
Source: http://downloads.sourceforge.net/strace/%{name}-%{version}.tar.xz
9-
BuildRequires: libacl-devel, time
9+
BuildRequires: time
1010
%ifarch x86_64
1111
# for experimental -k option
1212
BuildRequires: libunwind-devel

0 commit comments

Comments
 (0)