From 42c9b53e98258c44839cf1c873ccdb8577a72bb0 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 14 Feb 2011 15:09:56 -0500 Subject: Minor specfile changes We should be using BuildRequires: gettext-devel Also, for best compatibility across multiple RPM-based distros, we should be running autoreconf before configure. --- contrib/sssd.spec.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in index 16f932190..31aa2989e 100644 --- a/contrib/sssd.spec.in +++ b/contrib/sssd.spec.in @@ -73,7 +73,7 @@ BuildRequires: bind-utils BuildRequires: keyutils-libs-devel BuildRequires: libnl-devel BuildRequires: nscd -BuildRequires: gettext +BuildRequires: gettext-devel %description Provides a set of daemons to manage access to remote directories and @@ -108,6 +108,7 @@ use with ldap_default_authtok_type = obfuscated_password. %setup -q %build +autoreconf -ivf %configure \ --with-db-path=%{dbpath} \ --with-pipe-path=%{pipepath} \ -- cgit