[sed] Added libacl-devel to BuildRequires for ACL support rhbz#959432

FridolĂ­n PokornĂ˝ fpokorny at fedoraproject.org
Tue May 7 07:30:54 UTC 2013


commit 2072dcc8ee86f0657ba691ace03513b30e163451
Author: Fridolin Pokorny <fpokorny at redhat.com>
Date:   Tue May 7 09:28:55 2013 +0200

    Added libacl-devel to BuildRequires for ACL support rhbz#959432

 sed.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/sed.spec b/sed.spec
index b194665..464d3d9 100644
--- a/sed.spec
+++ b/sed.spec
@@ -6,7 +6,7 @@
 Summary: A GNU stream text editor
 Name: sed
 Version: 4.2.2
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPLv3+
 Group: Applications/Text
 URL: http://sed.sourceforge.net/
@@ -15,7 +15,7 @@ Source1: http://sed.sourceforge.net/sedfaq.txt
 Patch0: sed-4.2.2-copy.patch
 Patch1: sed-4.2.2-fixed-opts.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: glibc-devel, libselinux-devel
+BuildRequires: glibc-devel, libselinux-devel, libacl-devel
 Requires(post): /sbin/install-info
 Requires(preun): /sbin/install-info
 
@@ -73,6 +73,9 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_mandir}/man*/*
 
 %changelog
+* Tue May 07 2013 Fridolin Pokorny <fpokorny at redhat.com> - 4.2.2-4
+- Added libacl-devel to BuildRequires for ACL support rhbz#959432
+
 * Fri May 03 2013 Fridolin Pokorny <fpokorny at redhat.com> - 4.2.2-3
 - Fixed option handling rhbz#948598
 


More information about the scm-commits mailing list