diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2010-10-13 09:33:13 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-10-13 14:16:57 -0400 |
commit | 15b266d9f14dad26da8678a79019749d0f69532e (patch) | |
tree | 921fa65e95eb1af8996ff78e9cbff5332ed369b2 /contrib | |
parent | 60dceaee2014822717a3f22e1b65b228e20cc5f0 (diff) | |
download | sssd-15b266d9f14dad26da8678a79019749d0f69532e.tar.gz sssd-15b266d9f14dad26da8678a79019749d0f69532e.tar.xz sssd-15b266d9f14dad26da8678a79019749d0f69532e.zip |
Rename upgrade_config.py and build it properly
Previously, we were just copying the script into the libexec dir
during installation. However, this causes problems for packaging
multilib on several distributions.
https://fedorahosted.org/sssd/ticket/641
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/sssd.spec.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in index 3f6a0f1b0..59fc132ef 100644 --- a/contrib/sssd.spec.in +++ b/contrib/sssd.spec.in @@ -212,10 +212,6 @@ rm -rf $RPM_BUILD_ROOT %post /sbin/ldconfig /sbin/chkconfig --add %{servicename} -if [ $1 -ge 2 ] ; then -# a one-time upgrade from confdb v1 to v2, only if upgrading - python %{_libexecdir}/%{servicename}/upgrade_config.py -fi %preun if [ $1 = 0 ]; then |