[SSSD] [PATCH] Add missing "%" to specfile

Jakub Hrozek jhrozek at redhat.com
Mon Jul 16 14:13:27 UTC 2012


I managed to push a wrong patch this morning and broke the upstream
build. I've pushed a one-liner correction to fix it again.
-------------- next part --------------
>From b996569ec09cf7eaffc4d38306db6d9069fa954f Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhrozek at redhat.com>
Date: Mon, 16 Jul 2012 15:41:30 +0200
Subject: [PATCH] Add missing "%" to specfile

---
 contrib/sssd.spec.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in
index 74feb81b9dc62602da513ff81be30f2f26c596b3..efabc86027d7061c5729f0564be0e0da66521e58 100644
--- a/contrib/sssd.spec.in
+++ b/contrib/sssd.spec.in
@@ -335,7 +335,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %endif
 
-dir %{_libdir}/%{name}
+%dir %{_libdir}/%{name}
 %{_libdir}/%{name}/libsss_ad.so
 %{_libdir}/%{name}/libsss_ipa.so
 %{_libdir}/%{name}/libsss_krb5.so
-- 
1.7.10.4



More information about the sssd-devel mailing list