Skip to content

Commit 6596c2b

Browse files
kashwindayansshedi
authored andcommitted
sed: Build sed utility with Access Control List support
Change-Id: I61288f2b39f95901b4f8572941bd78da771dc142 Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/c/photon/+/22314 Tested-by: gerrit-photon <photon-checkins@vmware.com> Reviewed-by: Shreenidhi Shedi <sshedi@vmware.com>
1 parent 4245cc5 commit 6596c2b

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

SPECS/sed/sed.spec

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Summary: Stream editor
22
Name: sed
33
Version: 4.8
4-
Release: 2%{?dist}
4+
Release: 3%{?dist}
55
License: GPLv3
66
URL: http://www.gnu.org/software/sed
77
Group: Applications/Editors
@@ -11,6 +11,10 @@ Distribution: Photon
1111
Source0: http://ftp.gnu.org/gnu/sed/%{name}-%{version}.tar.xz
1212
%define sha512 %{name}=7de25d9bc2981c63321c2223f3fbcab61d7b0df4fcf7d4394b72400b91993e1288d8bf53948ed5fffcf5a98c75265726a68ad4fb98e1d571bf768603a108c1c8
1313

14+
BuildRequires: libacl-devel
15+
16+
Requires: libacl
17+
1418
Conflicts: toybox < 0.8.2-2
1519

1620
Provides: /bin/sed
@@ -58,6 +62,8 @@ make check %{?_smp_mflags}
5862
%defattr(-,root,root)
5963

6064
%changelog
65+
* Wed Nov 08 2023 Ashwin Dayanand Kamat <kashwindayan@vmware.com> 4.8-3
66+
- Add libacl-devel to BuildRequires for ACL support
6167
* Thu May 11 2023 Shreenidhi Shedi <sshedi@vmware.com> 4.8-2
6268
- Fix file packaging
6369
* Thu Jul 09 2020 Gerrit Photon <photon-checkins@vmware.com> 4.8-1

0 commit comments

Comments
 (0)