]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
DEVEL15-redhat-cleanup-authlibs-correctly-20071126
authorDerrick Brashear <shadow@dementia.org>
Mon, 26 Nov 2007 22:20:27 +0000 (22:20 +0000)
committerDerrick Brashear <shadow@dementia.org>
Mon, 26 Nov 2007 22:20:27 +0000 (22:20 +0000)
when not packaging authlibs, correctly discard them

(cherry picked from commit 3c401f4724bea0b39baabfb3e38168886925e358)

src/packaging/RedHat/openafs.spec.in

index c950696f6f20144e8d335a96498d0c542ba96dfc..a3332d052f1717c284063b094a7d94e8b18f95a3 100644 (file)
@@ -1139,6 +1139,8 @@ done
 %if !%{build_authlibs}
 rm -f $RPM_BUILD_ROOT%{_libdir}/libafsauthent.so
 rm -f $RPM_BUILD_ROOT%{_libdir}/libafsrpc.so
+rm -f $RPM_BUILD_ROOT%{_libdir}/libafsauthent.so.*
+rm -f $RPM_BUILD_ROOT%{_libdir}/libafsrpc.so.*
 %endif
 
 %endif