[ecryptfs-utils/f14/master] - add missing gettext require (#630212)

Michal Hlavinka mhlavink at fedoraproject.org
Thu Sep 23 15:05:44 UTC 2010


commit 247208f9f34958032e6c8ab6a70e8fdd00d5cc27
Author: Michal Hlavinka <mhlavink at redhat.com>
Date:   Thu Sep 23 17:05:41 2010 +0200

    - add missing gettext require (#630212)

 ecryptfs-utils.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ecryptfs-utils.spec b/ecryptfs-utils.spec
index 9c703c1..d1bd674 100644
--- a/ecryptfs-utils.spec
+++ b/ecryptfs-utils.spec
@@ -5,7 +5,7 @@
 
 Name: ecryptfs-utils
 Version: 83
-Release: 7%{?dist}
+Release: 8%{?dist}
 Summary: The eCryptfs mount helper and support libraries
 Group: System Environment/Base
 License: GPLv2+
@@ -27,7 +27,7 @@ Patch3: ecryptfs-utils-83-fixsalt.patch
 Patch4: ecryptfs-utils-83-splitnss.patch
 
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
-Requires: keyutils, cryptsetup-luks, util-linux-ng
+Requires: keyutils, cryptsetup-luks, util-linux-ng, gettext
 BuildRequires: libgcrypt-devel keyutils-libs-devel openssl-devel pam-devel
 BuildRequires: trousers-devel nss-devel desktop-file-utils intltool
 BuildRequires: pkcs11-helper-devel
@@ -192,6 +192,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitearch}/ecryptfs-utils/_libecryptfs.so
 
 %changelog
+* Thu Sep 23 2010 Michal Hlavinka <mhlavink at redhat.com> - 83-8
+- add missing gettext require (#630212)
+
 * Mon Jul 26 2010 Michal Hlavinka <mhlavink at redhat.com> - 83-7
 - fix ftbfs for python mass rebuild
 


More information about the scm-commits mailing list