summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2011-02-14 15:09:56 -0500
committerSimo Sorce <ssorce@redhat.com>2011-02-14 17:01:32 -0500
commit42c9b53e98258c44839cf1c873ccdb8577a72bb0 (patch)
treed3f07e853c52d8f5c76a91ed462c9933c5ef0fbf /contrib
parentfb0df854f9be51892173ba299cab88bf628d2b30 (diff)
downloadsssd-42c9b53e98258c44839cf1c873ccdb8577a72bb0.tar.gz
sssd-42c9b53e98258c44839cf1c873ccdb8577a72bb0.tar.xz
sssd-42c9b53e98258c44839cf1c873ccdb8577a72bb0.zip
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.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/sssd.spec.in3
1 files changed, 2 insertions, 1 deletions
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} \