From 1f0c5e41432f0284ff79ca7e3609c003d00a781b Mon Sep 17 00:00:00 2001 From: Graham White Date: Sun, 11 Oct 2020 19:34:19 +0100 Subject: [PATCH] Dist agnostic mock build --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f95b2c..42ddce8 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ meson builddir cd builddir meson dist rpmbuild -bs --define "_sourcedir meson-dist" NetworkManager-anyconnect.spec --define "_srcrpmdir ." --undefine dist -mock --arch=x86_64 -r fedora-32-x86_64 --resultdir="mock/NetworkManager-anyconnect-1.2.1-1.fc32" NetworkManager-anyconnect-1.2.1-1.fc32.src.rpm +mock --arch=x86_64 --resultdir="mock/NetworkManager-anyconnect-1.2.2-1" NetworkManager-anyconnect-1.2.2-1.src.rpm ``` Note 1: the `meson dist` command will only build a tar file from the currently committed code i.e. if you have local changes these will **not** be added to the build.