summaryrefslogtreecommitdiffstats
path: root/sssd.spec
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2009-04-11 10:21:19 -0400
committerSimo Sorce <ssorce@redhat.com>2009-04-13 09:06:55 -0400
commit8096462b171c4bb45ea58ba9eaa2f2fdb8c7107d (patch)
tree8b53fc46ec69f0374cb1cd05dd38f64891cfaada /sssd.spec
parent4626af1ad1141291f226382f3569e4dd0486cd08 (diff)
downloadsssd-8096462b171c4bb45ea58ba9eaa2f2fdb8c7107d.tar.gz
sssd-8096462b171c4bb45ea58ba9eaa2f2fdb8c7107d.tar.xz
sssd-8096462b171c4bb45ea58ba9eaa2f2fdb8c7107d.zip
Update RPM build for configuration changes
Diffstat (limited to 'sssd.spec')
-rw-r--r--sssd.spec13
1 files changed, 12 insertions, 1 deletions
diff --git a/sssd.spec b/sssd.spec
index e052966c1..ce5c7a68d 100644
--- a/sssd.spec
+++ b/sssd.spec
@@ -1,5 +1,5 @@
Name: sssd
-Version: 0.2.1
+Version: 0.3.0
Release: 1%{dist}
Group: Applications/System
Summary: System Security Services Daemon
@@ -47,6 +47,14 @@ services for projects like FreeIPA.
%setup -q
%build
+# common
+pushd common
+autoreconf -i -f
+%configure --disable-shared \
+ --enable-static
+
+make %{?_smp_mflags}
+popd
# sssd
pushd server
@@ -118,6 +126,9 @@ if [ $1 -ge 1 ] ; then
fi
%changelog
+* Sun Apr 12 2009 Stephen Gallagher <sgallagh@redhat.com> - 0.3.0-1
+- Convert to using /etc/sssd/sssd.conf for configuration
+
* Tue Mar 10 2009 Simo Sorce <ssorce@redhat.com> - 0.2.1-1
- Bump up to version 0.2.1