From b4f46c6ecf529ed8115fb4d3664a80c4c98f8c52 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 21 May 2009 14:56:22 -0400 Subject: Initial gettext framework for sss_clients --- sssd.spec.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sssd.spec.in') diff --git a/sssd.spec.in b/sssd.spec.in index 6945b1e3..0bba914e 100644 --- a/sssd.spec.in +++ b/sssd.spec.in @@ -1,6 +1,6 @@ Name: @PACKAGE_NAME@ Version: @PACKAGE_VERSION@ -Release: 1%{?dist} +Release: 0%{?dist} Group: Applications/System Summary: System Security Services Daemon # The entire source code is GPLv3+ except replace/ which is LGPLv3+ @@ -118,6 +118,7 @@ rm -rf $RPM_BUILD_ROOT /%{_lib}/security/pam_sss.so.1 /%{_lib}/security/pam_sss.so.1.0.0 %{_mandir}/man8/* +%{_datadir}/locale/*/LC_MESSAGES/sss_client.mo %post /sbin/ldconfig -- cgit