Skip to content

Commit

Permalink
sed: Build sed utility with Access Control List support
Browse files Browse the repository at this point in the history
Change-Id: Id215975583b0713467023642e7adc0b0961d766e
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/c/photon/+/22339
Tested-by: gerrit-photon <[email protected]>
Reviewed-by: Shreenidhi Shedi <[email protected]>
  • Loading branch information
kashwindayan authored and sshedi committed Nov 13, 2023
1 parent 3387835 commit f5750c7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion SPECS/sed/sed.spec
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down Expand Up @@ -58,6 +62,8 @@ make check %{?_smp_mflags}
%defattr(-,root,root)

%changelog
* Wed Nov 08 2023 Ashwin Dayanand Kamat <[email protected]> 4.8-3
- Add libacl-devel to BuildRequires for ACL support
* Wed Feb 23 2022 Shreenidhi Shedi <[email protected]> 4.8-2
- Fix binary path
* Thu Jul 09 2020 Gerrit Photon <[email protected]> 4.8-1
Expand Down

0 comments on commit f5750c7

Please sign in to comment.