From f5750c7b9cd205d05f30a79cdb61d45774943143 Mon Sep 17 00:00:00 2001 From: Ashwin Dayanand Kamat Date: Fri, 10 Nov 2023 13:20:42 +0000 Subject: [PATCH] sed: Build sed utility with Access Control List support Change-Id: Id215975583b0713467023642e7adc0b0961d766e Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/c/photon/+/22339 Tested-by: gerrit-photon Reviewed-by: Shreenidhi Shedi --- SPECS/sed/sed.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/SPECS/sed/sed.spec b/SPECS/sed/sed.spec index 9fc265e48b..9f646082f6 100644 --- a/SPECS/sed/sed.spec +++ b/SPECS/sed/sed.spec @@ -1,7 +1,7 @@ Summary: Stream editor Name: sed Version: 4.8 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv3 URL: http://www.gnu.org/software/sed Group: Applications/Editors @@ -11,6 +11,10 @@ Distribution: Photon Source0: http://ftp.gnu.org/gnu/sed/%{name}-%{version}.tar.xz %define sha512 %{name}=7de25d9bc2981c63321c2223f3fbcab61d7b0df4fcf7d4394b72400b91993e1288d8bf53948ed5fffcf5a98c75265726a68ad4fb98e1d571bf768603a108c1c8 +BuildRequires: libacl-devel + +Requires: libacl + Conflicts: toybox < 0.8.2-2 Provides: /bin/sed @@ -58,6 +62,8 @@ make check %{?_smp_mflags} %defattr(-,root,root) %changelog +* Wed Nov 08 2023 Ashwin Dayanand Kamat 4.8-3 +- Add libacl-devel to BuildRequires for ACL support * Wed Feb 23 2022 Shreenidhi Shedi 4.8-2 - Fix binary path * Thu Jul 09 2020 Gerrit Photon 4.8-1