From d035ee13cd972b5e97f0efb484d819c634e6ecb3 Mon Sep 17 00:00:00 2001 From: Brian McCafferty Date: Sat, 24 Sep 2022 08:30:52 +0100 Subject: [PATCH] Minor update to rpm build docs to match versions (#2146) Update to the rpm build docs to ensure the tar.gz file is the same version as in the spec.in file onedrive.spec.in references version v2.4.20 however the docs reference 2.4.15 Co-authored-by: abraunegg --- docs/build-rpm-howto.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/build-rpm-howto.md b/docs/build-rpm-howto.md index bed61722..f940f7dc 100644 --- a/docs/build-rpm-howto.md +++ b/docs/build-rpm-howto.md @@ -20,7 +20,7 @@ mkdir -p ~/rpmbuild/{BUILD,RPMS,SOURCES,SPECS,SRPMS} ## Build RPM from spec file Build the RPM from the provided spec file: ```text -wget https://github.com/abraunegg/onedrive/archive/refs/tags/v2.4.15.tar.gz -O ~/rpmbuild/SOURCES/v2.4.15.tar.gz +wget https://github.com/abraunegg/onedrive/archive/refs/tags/v2.4.20.tar.gz -O ~/rpmbuild/SOURCES/v2.4.20.tar.gz wget https://raw.githubusercontent.com/abraunegg/onedrive/master/contrib/spec/onedrive.spec.in -O ~/rpmbuild/SPECS/onedrive.spec rpmbuild -ba ~/rpmbuild/SPECS/onedrive.spec ``` @@ -376,4 +376,4 @@ Config option 'sync_root_files' = false Selective sync 'sync_list' configured = false Business Shared Folders configured = false [alex@localhost ~]$ -``` \ No newline at end of file +```