From 4e6b80c7bee562c37f1bf32aa542e4563c28e34b Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 10 Aug 2021 15:51:28 +0200 Subject: [PATCH] Document how to build with fedpkg --- samba.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/samba.spec b/samba.spec index bbbdccc..15573f1 100644 --- a/samba.spec +++ b/samba.spec @@ -2,12 +2,16 @@ # # To build and run the tests use: # +# fedpkg local --with testsuite +# or # rpmbuild --rebuild --with testsuite samba.src.rpm # %bcond_with testsuite # Build with internal talloc, tevent, tdb and ldb. # +# fedpkg local --with=testsuite --with=includelibs +# or # rpmbuild --rebuild --with=testsuite --with=includelibs samba.src.rpm # %bcond_with includelibs