summaryrefslogtreecommitdiffstats
path: root/contrib/sssd.spec.in
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2011-02-14 15:09:56 -0500
committerStephen Gallagher <sgallagh@redhat.com>2011-03-11 11:56:44 -0500
commit0f1488caad8d4ccb1dd827ebb590335c0b386977 (patch)
tree2d9fb0ba4ecca27be1beb84dac226ed2892465f8 /contrib/sssd.spec.in
parentd5efa35ba9a1eead366d18c64cb55b60a754aac9 (diff)
downloadsssd-0f1488caad8d4ccb1dd827ebb590335c0b386977.tar.gz
sssd-0f1488caad8d4ccb1dd827ebb590335c0b386977.tar.xz
sssd-0f1488caad8d4ccb1dd827ebb590335c0b386977.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/sssd.spec.in')
-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} \