diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2011-02-14 15:09:56 -0500 |
---|---|---|
committer | Simo Sorce <ssorce@redhat.com> | 2011-02-14 17:01:32 -0500 |
commit | 42c9b53e98258c44839cf1c873ccdb8577a72bb0 (patch) | |
tree | d3f07e853c52d8f5c76a91ed462c9933c5ef0fbf /contrib | |
parent | fb0df854f9be51892173ba299cab88bf628d2b30 (diff) | |
download | sssd-42c9b53e98258c44839cf1c873ccdb8577a72bb0.tar.gz sssd-42c9b53e98258c44839cf1c873ccdb8577a72bb0.tar.bz2 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.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in index 16f93219..31aa2989 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} \ |