[lmiwbem] fix suffix for patched sources

Peter Hatina phatina at fedoraproject.org
Thu Jun 5 08:06:31 UTC 2014


commit 3b9732f345a6781539f12da050b202a202c088e7
Author: Peter Hatina <phatina at redhat.com>
Date:   Thu Jun 5 09:13:36 2014 +0200

    fix suffix for patched sources

 lmiwbem.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lmiwbem.spec b/lmiwbem.spec
index 02d7551..fd5c1ed 100644
--- a/lmiwbem.spec
+++ b/lmiwbem.spec
@@ -33,8 +33,8 @@ Group:          Documentation
 %prep
 %setup -q -n %{name}-%{version}
 
-%patch0 -p1 -b get-instance-ns
-%patch1 -p1 -b value-type-deduction
+%patch0 -p1 -b .get-instance-ns
+%patch1 -p1 -b .value-type-deduction
 
 %build
 %configure --with-doc=yes


More information about the scm-commits mailing list