From b01e03d83b38f85d35fbeca0976173f8d8bb2bab Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 14 Jul 2018 08:23:59 +0000 Subject: [PATCH 01/38] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vagrant-sshfs.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vagrant-sshfs.spec b/vagrant-sshfs.spec index e581b7d..1aceb93 100644 --- a/vagrant-sshfs.spec +++ b/vagrant-sshfs.spec @@ -3,7 +3,7 @@ Name: %{vagrant_plugin_name} Version: 1.3.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A Vagrant synced folder plugin that mounts folders via SSHFS Group: Development/Languages License: GPLv2 @@ -78,6 +78,9 @@ cp -a .%{vagrant_plugin_dir}/* \ %{vagrant_plugin_instdir}/vagrant-sshfs.gemspec %changelog +* Sat Jul 14 2018 Fedora Release Engineering - 1.3.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Mon Mar 12 2018 Dusty Mabe - 1.3.1-1 - New version of sshfs: 1.3.1 From c1e9e319aa2072ba0f30371af667442eaf6f280c Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 28 Jan 2019 20:18:29 +0100 Subject: [PATCH 02/38] Remove obsolete Group tag References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag --- vagrant-sshfs.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/vagrant-sshfs.spec b/vagrant-sshfs.spec index 1aceb93..f6988a6 100644 --- a/vagrant-sshfs.spec +++ b/vagrant-sshfs.spec @@ -5,7 +5,6 @@ Name: %{vagrant_plugin_name} Version: 1.3.1 Release: 2%{?dist} Summary: A Vagrant synced folder plugin that mounts folders via SSHFS -Group: Development/Languages License: GPLv2 URL: https://github.com/dustymabe/vagrant-sshfs Source0: https://rubygems.org/gems/%{vagrant_plugin_name}-%{version}.gem @@ -26,7 +25,6 @@ https://github.com/fabiokr/vagrant-sshfs. %package doc Summary: Documentation for %{name} -Group: Documentation Requires: %{name} = %{version}-%{release} BuildArch: noarch From 4e5de02b85684da22acda76c66c89a9930793201 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 3 Feb 2019 11:04:01 +0000 Subject: [PATCH 03/38] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vagrant-sshfs.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vagrant-sshfs.spec b/vagrant-sshfs.spec index f6988a6..a03ff5e 100644 --- a/vagrant-sshfs.spec +++ b/vagrant-sshfs.spec @@ -3,7 +3,7 @@ Name: %{vagrant_plugin_name} Version: 1.3.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A Vagrant synced folder plugin that mounts folders via SSHFS License: GPLv2 URL: https://github.com/dustymabe/vagrant-sshfs @@ -76,6 +76,9 @@ cp -a .%{vagrant_plugin_dir}/* \ %{vagrant_plugin_instdir}/vagrant-sshfs.gemspec %changelog +* Sun Feb 03 2019 Fedora Release Engineering - 1.3.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Sat Jul 14 2018 Fedora Release Engineering - 1.3.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From e94cf228b7e398f784d8c490a0c4e9da2a160532 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jul 2019 02:45:44 +0000 Subject: [PATCH 04/38] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vagrant-sshfs.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vagrant-sshfs.spec b/vagrant-sshfs.spec index a03ff5e..934c6ab 100644 --- a/vagrant-sshfs.spec +++ b/vagrant-sshfs.spec @@ -3,7 +3,7 @@ Name: %{vagrant_plugin_name} Version: 1.3.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A Vagrant synced folder plugin that mounts folders via SSHFS License: GPLv2 URL: https://github.com/dustymabe/vagrant-sshfs @@ -76,6 +76,9 @@ cp -a .%{vagrant_plugin_dir}/* \ %{vagrant_plugin_instdir}/vagrant-sshfs.gemspec %changelog +* Sat Jul 27 2019 Fedora Release Engineering - 1.3.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Sun Feb 03 2019 Fedora Release Engineering - 1.3.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From 1df82ff7249c8f1ee2426595cfe71e26b82ff391 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Tue, 10 Dec 2019 15:16:18 -0500 Subject: [PATCH 05/38] Change to build from tar archive This is in preparation of using the Packit Service to manage dist-git. --- 0001-remove-win32-dep.patch | 26 -------------------------- vagrant-sshfs.spec | 15 +++++++++------ 2 files changed, 9 insertions(+), 32 deletions(-) delete mode 100644 0001-remove-win32-dep.patch diff --git a/0001-remove-win32-dep.patch b/0001-remove-win32-dep.patch deleted file mode 100644 index f9e4c05..0000000 --- a/0001-remove-win32-dep.patch +++ /dev/null @@ -1,26 +0,0 @@ -diff -up ./vagrant-sshfs.gemspec.orig ./vagrant-sshfs.gemspec ---- ./vagrant-sshfs.gemspec.orig 2018-03-12 15:39:18.039461861 +0000 -+++ ./vagrant-sshfs.gemspec 2018-03-12 15:39:37.750061569 +0000 -@@ -22,14 +22,12 @@ - s.specification_version = 4 - - if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then -- s.add_runtime_dependency(%q.freeze, [">= 0"]) - s.add_development_dependency(%q.freeze, [">= 0"]) - s.add_development_dependency(%q.freeze, [">= 0"]) - s.add_development_dependency(%q.freeze, [">= 0"]) - s.add_development_dependency(%q.freeze, [">= 0"]) - s.add_development_dependency(%q.freeze, [">= 0"]) - else -- s.add_dependency(%q.freeze, [">= 0"]) - s.add_dependency(%q.freeze, [">= 0"]) - s.add_dependency(%q.freeze, [">= 0"]) - s.add_dependency(%q.freeze, [">= 0"]) -@@ -37,7 +35,6 @@ - s.add_dependency(%q.freeze, [">= 0"]) - end - else -- s.add_dependency(%q.freeze, [">= 0"]) - s.add_dependency(%q.freeze, [">= 0"]) - s.add_dependency(%q.freeze, [">= 0"]) - s.add_dependency(%q.freeze, [">= 0"]) diff --git a/vagrant-sshfs.spec b/vagrant-sshfs.spec index 934c6ab..2a43f9b 100644 --- a/vagrant-sshfs.spec +++ b/vagrant-sshfs.spec @@ -7,7 +7,7 @@ Release: 4%{?dist} Summary: A Vagrant synced folder plugin that mounts folders via SSHFS License: GPLv2 URL: https://github.com/dustymabe/vagrant-sshfs -Source0: https://rubygems.org/gems/%{vagrant_plugin_name}-%{version}.gem +Source0: https://github.com/dustymabe/vagrant-sshfs/archive/v%{version}.tar.gz Requires: vagrant >= 1.9.1 BuildRequires: vagrant >= 1.9.1 @@ -15,7 +15,6 @@ BuildRequires: rubygems BuildRequires: rubygem(rdoc) BuildArch: noarch Provides: vagrant(%{vagrant_plugin_name}) = %{version} -Patch1: 0001-remove-win32-dep.patch %description A Vagrant synced folder plugin that mounts folders via SSHFS. @@ -32,12 +31,13 @@ BuildArch: noarch Documentation for %{name}. %prep -gem unpack %{SOURCE0} +%setup -T -b 0 -q -n %{vagrant_plugin_name}-%{version} -%setup -q -D -T -n %{vagrant_plugin_name}-%{version} +# since we don't have the full git repo we can't use `git ls-files` +sed -i 's/git ls-files -z/find . -type f -print0/' %{vagrant_plugin_name}.gemspec -gem spec %{SOURCE0} -l --ruby > %{vagrant_plugin_name}.gemspec -%patch1 +# remove dependencies on windows libraries (needed for windows, not linux) +sed -e '/win32-process/d' %{vagrant_plugin_name}.gemspec %build # Create the gem as gem install only works on a gem file @@ -76,6 +76,9 @@ cp -a .%{vagrant_plugin_dir}/* \ %{vagrant_plugin_instdir}/vagrant-sshfs.gemspec %changelog +* Tue December 10 2019 Dusty Mabe - 1.3.1-5 +- Change to build from tar archive. Preparing for packit. + * Sat Jul 27 2019 Fedora Release Engineering - 1.3.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From 10c4fcd7c2b97855dffe2caaae5978fda954066f Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Tue, 10 Dec 2019 16:56:24 -0500 Subject: [PATCH 06/38] should have bumped release in that last commit --- vagrant-sshfs.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vagrant-sshfs.spec b/vagrant-sshfs.spec index 2a43f9b..853c929 100644 --- a/vagrant-sshfs.spec +++ b/vagrant-sshfs.spec @@ -3,7 +3,7 @@ Name: %{vagrant_plugin_name} Version: 1.3.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A Vagrant synced folder plugin that mounts folders via SSHFS License: GPLv2 URL: https://github.com/dustymabe/vagrant-sshfs From e64d68d8b8ddccebfe1c4e164fad5b70796016e5 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Tue, 10 Dec 2019 17:37:31 -0500 Subject: [PATCH 07/38] Update sources and fix changelong entry --- .gitignore | 6 +----- sources | 2 +- vagrant-sshfs.spec | 2 +- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 9fb52f5..81cf828 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1 @@ -/vagrant-sshfs-1.1.0.gem -/vagrant-sshfs-1.2.0.gem -/vagrant-sshfs-1.2.1.gem -/vagrant-sshfs-1.3.0.gem -/vagrant-sshfs-1.3.1.gem +/v1.3.1.tar.gz diff --git a/sources b/sources index 4d5832d..8422908 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vagrant-sshfs-1.3.1.gem) = a0d380df489ac7c33ea7b66e754d792aceaba7bf0ba206650da68febb4a75823c8dcfc1f59c29557fe435fd5afe43cf399d426c62f2719fe27884742487f1c78 +SHA512 (v1.3.1.tar.gz) = 560bacd9dc3b93b7bea58d63081c509169d01884e131b9d4f679386296ba7da1fb08413f3c26ba7ab8bdddfd9d4b4c794e2e51137e77b063334eb518f7576e47 diff --git a/vagrant-sshfs.spec b/vagrant-sshfs.spec index 853c929..2c954a6 100644 --- a/vagrant-sshfs.spec +++ b/vagrant-sshfs.spec @@ -76,7 +76,7 @@ cp -a .%{vagrant_plugin_dir}/* \ %{vagrant_plugin_instdir}/vagrant-sshfs.gemspec %changelog -* Tue December 10 2019 Dusty Mabe - 1.3.1-5 +* Tue Dec 10 2019 Dusty Mabe - 1.3.1-5 - Change to build from tar archive. Preparing for packit. * Sat Jul 27 2019 Fedora Release Engineering - 1.3.1-4 From 4df9c15fa9fc3e2bf549536d2fa6d2c82c579b43 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Wed, 11 Dec 2019 14:34:20 -0500 Subject: [PATCH 08/38] commit a packit.yaml file --- .packit.yaml | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 .packit.yaml diff --git a/.packit.yaml b/.packit.yaml new file mode 100644 index 0000000..d62e40e --- /dev/null +++ b/.packit.yaml @@ -0,0 +1,42 @@ +upstream_project_url: https://github.com/dustymabe/vagrant-sshfs.git + +# We're not using source-git for now +##### The upstream_ref is the last upstream commit. All commits in the +##### current branch after that commit are "patches" that will be added +##### in the RPM spec file. +####upstream_ref: v1.3.1 + +upstream_package_name: vagrant-sshfs +downstream_package_name: vagrant-sshfs + +# Don't push to dist-git directly, create PR +create_pr: true + +# our tags in git are v1.0.0 and our rpm versions are 1.0.0 +upstream_tag_template: v{version} + +# The following allows us to not store our spec file in the upstream repo +actions: + post-upstream-clone: "curl -LO https://src.fedoraproject.org/rpms/vagrant-sshfs/raw/master/f/vagrant-sshfs.spec" + +# We are downloading (curl) to ./vagrant-sshfs.spec +specfile_path: vagrant-sshfs.spec + +# Jobs specifications - interpreted by packit service +####jobs: +####- job: sync_from_downstream +#### trigger: commit +####- job: propose_downstream +#### trigger: commit +#### metadata: +#### dist-git-branch: master +####- job: propose_downstream +#### trigger: release +#### metadata: +#### dist-git-branch: f31 +####- job: copr_build +#### trigger: pull_request +#### metadata: +#### targets: +#### - fedora-31-x86_64 + From 57c39f5ee9df86e05dc879c99d551fd6fffe7f01 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Wed, 11 Dec 2019 14:35:35 -0500 Subject: [PATCH 09/38] ignore the packit readme file --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 81cf828..444ddbf 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ +README.packit /v1.3.1.tar.gz + From 0009e566a3ec0e88f3470d596688308f5c24c7e3 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Wed, 11 Dec 2019 17:29:14 -0500 Subject: [PATCH 10/38] spec: ignore the build.sh file from upstream --- vagrant-sshfs.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/vagrant-sshfs.spec b/vagrant-sshfs.spec index 2c954a6..7136deb 100644 --- a/vagrant-sshfs.spec +++ b/vagrant-sshfs.spec @@ -65,6 +65,7 @@ cp -a .%{vagrant_plugin_dir}/* \ %exclude %{vagrant_plugin_instdir}/.gitignore %exclude %{vagrant_plugin_instdir}/test %exclude %{vagrant_plugin_instdir}/features +%exclude %{vagrant_plugin_instdir}/build.sh %files doc %license %{vagrant_plugin_instdir}/LICENSE From 2728b1495e7dbd5c9a2d83f3dcfad3b1acc43c5b Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Wed, 11 Dec 2019 17:34:28 -0500 Subject: [PATCH 11/38] fixup sed command to edit in place This is a fixup for 1df82ff --- vagrant-sshfs.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vagrant-sshfs.spec b/vagrant-sshfs.spec index 7136deb..2ec9793 100644 --- a/vagrant-sshfs.spec +++ b/vagrant-sshfs.spec @@ -37,7 +37,7 @@ Documentation for %{name}. sed -i 's/git ls-files -z/find . -type f -print0/' %{vagrant_plugin_name}.gemspec # remove dependencies on windows libraries (needed for windows, not linux) -sed -e '/win32-process/d' %{vagrant_plugin_name}.gemspec +sed -i '/win32-process/d' %{vagrant_plugin_name}.gemspec %build # Create the gem as gem install only works on a gem file From 1e951828831c2e3ef8235cb8e6328e346777b6f8 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Wed, 11 Dec 2019 22:20:42 +0000 Subject: [PATCH 12/38] [packit] 1.3.2 upstream release Upstream tag: v1.3.2 Upstream commit: 4926b95aa5503a157b80ab071dfc263ae4906dd1 Signed-off-by: Dusty Mabe --- .gitignore | 2 +- sources | 2 +- vagrant-sshfs.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 444ddbf..4db8b3c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ README.packit /v1.3.1.tar.gz - +/v1.3.2.tar.gz diff --git a/sources b/sources index 8422908..1f0b0c8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.3.1.tar.gz) = 560bacd9dc3b93b7bea58d63081c509169d01884e131b9d4f679386296ba7da1fb08413f3c26ba7ab8bdddfd9d4b4c794e2e51137e77b063334eb518f7576e47 +SHA512 (v1.3.2.tar.gz) = 45eeaec18a3235fee23cfe1d9c2b1b5e677f3e3838b93be6fff0c79b4ff69cc9dc227acdcf8fb1c36af6182a6cae65b6648a70a706b39c00522972e7ebcc9614 diff --git a/vagrant-sshfs.spec b/vagrant-sshfs.spec index 2ec9793..77ed03d 100644 --- a/vagrant-sshfs.spec +++ b/vagrant-sshfs.spec @@ -2,8 +2,8 @@ %global vagrant_plugin_name vagrant-sshfs Name: %{vagrant_plugin_name} -Version: 1.3.1 -Release: 5%{?dist} +Version: 1.3.2 +Release: 1%{?dist} Summary: A Vagrant synced folder plugin that mounts folders via SSHFS License: GPLv2 URL: https://github.com/dustymabe/vagrant-sshfs @@ -77,6 +77,9 @@ cp -a .%{vagrant_plugin_dir}/* \ %{vagrant_plugin_instdir}/vagrant-sshfs.gemspec %changelog +* Wed Dec 11 2019 Dusty Mabe - 1.3.2-1 +- new upstream release: 1.3.2 + * Tue Dec 10 2019 Dusty Mabe - 1.3.1-5 - Change to build from tar archive. Preparing for packit. From dbf83db6de8dd4af30c9c53fe1827f4c8c595bd6 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Wed, 11 Dec 2019 20:00:32 -0500 Subject: [PATCH 13/38] Add README.md for building. --- README.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ff94bf9 --- /dev/null +++ b/README.md @@ -0,0 +1,35 @@ +This repo can be controlled with packit. + +You'll need a packit.yaml file created. + +``` +$ cat < ~/.config/packit.yaml +debug: false +dry_run: false +authentication: + github.com: + token: XXX + pagure: + token: XXX + instance_url: "https://src.fedoraproject.org" +EOF +``` + +The tokens come from: + +- https://src.fedoraproject.org/settings#nav-api-tab +- https://github.com/settings/tokens + +Then from this repo you can open a PR with: + +``` +$ packit propose-update +``` + +You can kick off a build with: + +``` +$ packit build +``` + +Then sync to other branches and `fedpkg build` those too. From 5457f1efe366829d425b1e09daad743e429f3107 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Sun, 5 Jan 2020 10:13:24 -0500 Subject: [PATCH 14/38] [packit] 1.3.3 upstream release Upstream tag: v1.3.3 Upstream commit: 1a7a0b0d3c4796f8394ec4ea1d37fa8d56e9c28c Signed-off-by: Dusty Mabe --- .gitignore | 1 + sources | 2 +- vagrant-sshfs.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4db8b3c..f0475e9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ README.packit /v1.3.1.tar.gz /v1.3.2.tar.gz +/v1.3.3.tar.gz diff --git a/sources b/sources index 1f0b0c8..923414e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.3.2.tar.gz) = 45eeaec18a3235fee23cfe1d9c2b1b5e677f3e3838b93be6fff0c79b4ff69cc9dc227acdcf8fb1c36af6182a6cae65b6648a70a706b39c00522972e7ebcc9614 +SHA512 (v1.3.3.tar.gz) = 0e8686ac9961ae8949f78fc9354cadecfd3fb29bbd0d8ecf03902f28f40ebad63bac3eb7d2fe839097c2635c5ef5fe1195b1cde3ea54f53f499b07492dc57c92 diff --git a/vagrant-sshfs.spec b/vagrant-sshfs.spec index 77ed03d..772bf5c 100644 --- a/vagrant-sshfs.spec +++ b/vagrant-sshfs.spec @@ -2,7 +2,7 @@ %global vagrant_plugin_name vagrant-sshfs Name: %{vagrant_plugin_name} -Version: 1.3.2 +Version: 1.3.3 Release: 1%{?dist} Summary: A Vagrant synced folder plugin that mounts folders via SSHFS License: GPLv2 @@ -77,6 +77,9 @@ cp -a .%{vagrant_plugin_dir}/* \ %{vagrant_plugin_instdir}/vagrant-sshfs.gemspec %changelog +* Sun Jan 05 2020 Dusty Mabe - 1.3.3-1 +- new upstream release: 1.3.3 + * Wed Dec 11 2019 Dusty Mabe - 1.3.2-1 - new upstream release: 1.3.2 From 178aa68d55dddbb63d727d5efbf2349602acf9b1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 31 Jan 2020 02:54:32 +0000 Subject: [PATCH 15/38] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vagrant-sshfs.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vagrant-sshfs.spec b/vagrant-sshfs.spec index 772bf5c..4586bf2 100644 --- a/vagrant-sshfs.spec +++ b/vagrant-sshfs.spec @@ -3,7 +3,7 @@ Name: %{vagrant_plugin_name} Version: 1.3.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A Vagrant synced folder plugin that mounts folders via SSHFS License: GPLv2 URL: https://github.com/dustymabe/vagrant-sshfs @@ -77,6 +77,9 @@ cp -a .%{vagrant_plugin_dir}/* \ %{vagrant_plugin_instdir}/vagrant-sshfs.gemspec %changelog +* Fri Jan 31 2020 Fedora Release Engineering - 1.3.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Sun Jan 05 2020 Dusty Mabe - 1.3.3-1 - new upstream release: 1.3.3 From 9079338a87cf5ebe9eca871e8b04a13ce42f4629 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Sun, 15 Mar 2020 21:28:55 -0400 Subject: [PATCH 16/38] [packit] 1.3.4 upstream release Upstream tag: v1.3.4 Upstream commit: 71003d3d Signed-off-by: Dusty Mabe --- .gitignore | 1 + sources | 2 +- vagrant-sshfs.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f0475e9..d1f0718 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ README.packit /v1.3.1.tar.gz /v1.3.2.tar.gz /v1.3.3.tar.gz +/v1.3.4.tar.gz diff --git a/sources b/sources index 923414e..1f0001d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.3.3.tar.gz) = 0e8686ac9961ae8949f78fc9354cadecfd3fb29bbd0d8ecf03902f28f40ebad63bac3eb7d2fe839097c2635c5ef5fe1195b1cde3ea54f53f499b07492dc57c92 +SHA512 (v1.3.4.tar.gz) = cf1e7392543111af3224506197a179097c4118a9f4ee93747849b2ee69cc5cdeb2ab3e7858e290fd8598f6b5a4cdbb69a86428d2523416f0f04ba48cb2199e9e diff --git a/vagrant-sshfs.spec b/vagrant-sshfs.spec index 4586bf2..13dd89e 100644 --- a/vagrant-sshfs.spec +++ b/vagrant-sshfs.spec @@ -2,7 +2,7 @@ %global vagrant_plugin_name vagrant-sshfs Name: %{vagrant_plugin_name} -Version: 1.3.3 +Version: 1.3.4 Release: 2%{?dist} Summary: A Vagrant synced folder plugin that mounts folders via SSHFS License: GPLv2 @@ -77,6 +77,9 @@ cp -a .%{vagrant_plugin_dir}/* \ %{vagrant_plugin_instdir}/vagrant-sshfs.gemspec %changelog +* Mon Mar 16 2020 Dusty Mabe - 1.3.4-2 +- new upstream release: 1.3.4 + * Fri Jan 31 2020 Fedora Release Engineering - 1.3.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From b4fdd68d261639ccaffa6069fbe482bbc35798cb Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Sun, 15 Mar 2020 21:30:42 -0400 Subject: [PATCH 17/38] reset release back to 1 --- vagrant-sshfs.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vagrant-sshfs.spec b/vagrant-sshfs.spec index 13dd89e..13ff4dd 100644 --- a/vagrant-sshfs.spec +++ b/vagrant-sshfs.spec @@ -3,7 +3,7 @@ Name: %{vagrant_plugin_name} Version: 1.3.4 -Release: 2%{?dist} +Release: 1%{?dist} Summary: A Vagrant synced folder plugin that mounts folders via SSHFS License: GPLv2 URL: https://github.com/dustymabe/vagrant-sshfs @@ -77,7 +77,7 @@ cp -a .%{vagrant_plugin_dir}/* \ %{vagrant_plugin_instdir}/vagrant-sshfs.gemspec %changelog -* Mon Mar 16 2020 Dusty Mabe - 1.3.4-2 +* Mon Mar 16 2020 Dusty Mabe - 1.3.4-1 - new upstream release: 1.3.4 * Fri Jan 31 2020 Fedora Release Engineering - 1.3.3-2 From 0d3f15685d56f8f00116384ebd65dfdfbe0f3452 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Sun, 15 Mar 2020 21:46:55 -0400 Subject: [PATCH 18/38] README: update with more specifics for packit --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index ff94bf9..4bd81f3 100644 --- a/README.md +++ b/README.md @@ -20,12 +20,24 @@ The tokens come from: - https://src.fedoraproject.org/settings#nav-api-tab - https://github.com/settings/tokens +Packit uses the `master` branch. Make sure the `master` branch +in the local repo is up to date with latest upstream master. This +can be tricky depending on if `master` tracks your fork or the +upstream repo. + Then from this repo you can open a PR with: ``` $ packit propose-update ``` +If that is not picking up the latest version for some reason you can +specify the latest version with a syntax like: + +``` +$ packit propose-update https://github.com/dustymabe/vagrant-sshfs.git 1.3.4 +``` + You can kick off a build with: ``` From 1fc992bfcb784c125851bd13156af66443b39519 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Mon, 29 Jun 2020 01:53:44 -0400 Subject: [PATCH 19/38] [packit] 1.3.5 upstream release Upstream tag: v1.3.5 Upstream commit: fa273792 Signed-off-by: Dusty Mabe --- .gitignore | 1 + sources | 2 +- vagrant-sshfs.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d1f0718..dd818ae 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ README.packit /v1.3.2.tar.gz /v1.3.3.tar.gz /v1.3.4.tar.gz +/v1.3.5.tar.gz diff --git a/sources b/sources index 1f0001d..e45b3f9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.3.4.tar.gz) = cf1e7392543111af3224506197a179097c4118a9f4ee93747849b2ee69cc5cdeb2ab3e7858e290fd8598f6b5a4cdbb69a86428d2523416f0f04ba48cb2199e9e +SHA512 (v1.3.5.tar.gz) = 600b0737849e7c32e549bc2328a5479a31bdafc2804313eef41d693d201451a85029a881e749c7961b3f9f666bb4204a2919baaee6e30aed9c95e3795ba3a31b diff --git a/vagrant-sshfs.spec b/vagrant-sshfs.spec index 13ff4dd..c09d9ee 100644 --- a/vagrant-sshfs.spec +++ b/vagrant-sshfs.spec @@ -2,7 +2,7 @@ %global vagrant_plugin_name vagrant-sshfs Name: %{vagrant_plugin_name} -Version: 1.3.4 +Version: 1.3.5 Release: 1%{?dist} Summary: A Vagrant synced folder plugin that mounts folders via SSHFS License: GPLv2 @@ -77,6 +77,9 @@ cp -a .%{vagrant_plugin_dir}/* \ %{vagrant_plugin_instdir}/vagrant-sshfs.gemspec %changelog +* Mon Jun 29 2020 Dusty Mabe - 1.3.5-1 +- new upstream release: 1.3.5 + * Mon Mar 16 2020 Dusty Mabe - 1.3.4-1 - new upstream release: 1.3.4 From 173914fb4c74baea432a31d3ec71f63547c75d80 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jul 2020 13:31:57 +0000 Subject: [PATCH 20/38] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vagrant-sshfs.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vagrant-sshfs.spec b/vagrant-sshfs.spec index c09d9ee..5a9e41c 100644 --- a/vagrant-sshfs.spec +++ b/vagrant-sshfs.spec @@ -3,7 +3,7 @@ Name: %{vagrant_plugin_name} Version: 1.3.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A Vagrant synced folder plugin that mounts folders via SSHFS License: GPLv2 URL: https://github.com/dustymabe/vagrant-sshfs @@ -77,6 +77,9 @@ cp -a .%{vagrant_plugin_dir}/* \ %{vagrant_plugin_instdir}/vagrant-sshfs.gemspec %changelog +* Wed Jul 29 2020 Fedora Release Engineering - 1.3.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Mon Jun 29 2020 Dusty Mabe - 1.3.5-1 - new upstream release: 1.3.5 From bf91bf3bf9eba7d2e84960394da58613c95f60f5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 27 Jan 2021 22:53:24 +0000 Subject: [PATCH 21/38] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vagrant-sshfs.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vagrant-sshfs.spec b/vagrant-sshfs.spec index 5a9e41c..5a88358 100644 --- a/vagrant-sshfs.spec +++ b/vagrant-sshfs.spec @@ -3,7 +3,7 @@ Name: %{vagrant_plugin_name} Version: 1.3.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A Vagrant synced folder plugin that mounts folders via SSHFS License: GPLv2 URL: https://github.com/dustymabe/vagrant-sshfs @@ -77,6 +77,9 @@ cp -a .%{vagrant_plugin_dir}/* \ %{vagrant_plugin_instdir}/vagrant-sshfs.gemspec %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 1.3.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Wed Jul 29 2020 Fedora Release Engineering - 1.3.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From 94f8248fcdb78570937e28dbe9061175af61e60b Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Mon, 3 May 2021 16:24:37 -0400 Subject: [PATCH 22/38] specfile updates from Pavel Valena Originally proposed in https://src.fedoraproject.org/rpms/vagrant-sshfs/pull-request/16# --- .gitignore | 6 +----- vagrant-sshfs.spec | 25 ++++++++++--------------- 2 files changed, 11 insertions(+), 20 deletions(-) diff --git a/.gitignore b/.gitignore index dd818ae..58dae8b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,2 @@ +/vagrant-sshfs-*.gem README.packit -/v1.3.1.tar.gz -/v1.3.2.tar.gz -/v1.3.3.tar.gz -/v1.3.4.tar.gz -/v1.3.5.tar.gz diff --git a/vagrant-sshfs.spec b/vagrant-sshfs.spec index 5a88358..9aea6c1 100644 --- a/vagrant-sshfs.spec +++ b/vagrant-sshfs.spec @@ -3,15 +3,16 @@ Name: %{vagrant_plugin_name} Version: 1.3.5 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A Vagrant synced folder plugin that mounts folders via SSHFS License: GPLv2 URL: https://github.com/dustymabe/vagrant-sshfs -Source0: https://github.com/dustymabe/vagrant-sshfs/archive/v%{version}.tar.gz +Source0: https://rubygems.org/gems/%{vagrant_plugin_name}-%{version}.gem Requires: vagrant >= 1.9.1 +BuildRequires: ruby(release) BuildRequires: vagrant >= 1.9.1 -BuildRequires: rubygems +BuildRequires: rubygems-devel BuildRequires: rubygem(rdoc) BuildArch: noarch Provides: vagrant(%{vagrant_plugin_name}) = %{version} @@ -31,20 +32,13 @@ BuildArch: noarch Documentation for %{name}. %prep -%setup -T -b 0 -q -n %{vagrant_plugin_name}-%{version} - -# since we don't have the full git repo we can't use `git ls-files` -sed -i 's/git ls-files -z/find . -type f -print0/' %{vagrant_plugin_name}.gemspec +%setup -b 0 -q -n %{vagrant_plugin_name}-%{version} # remove dependencies on windows libraries (needed for windows, not linux) -sed -i '/win32-process/d' %{vagrant_plugin_name}.gemspec +%gemspec_remove_dep -s ../%{vagrant_plugin_name}-%{version}.gemspec -g win32-process %build -# Create the gem as gem install only works on a gem file -gem build %{vagrant_plugin_name}.gemspec - -# %%vagrant_plugin_install compiles any C extensions and installs the gem into ./%%gem_dir -# by default, so that we can move it into the buildroot in %%install +gem build ../%{vagrant_plugin_name}-%{version}.gemspec %vagrant_plugin_install %install @@ -52,8 +46,6 @@ mkdir -p %{buildroot}%{vagrant_plugin_dir} cp -a .%{vagrant_plugin_dir}/* \ %{buildroot}%{vagrant_plugin_dir}/ - - %files %dir %{vagrant_plugin_instdir} %license %{vagrant_plugin_instdir}/LICENSE @@ -77,6 +69,9 @@ cp -a .%{vagrant_plugin_dir}/* \ %{vagrant_plugin_instdir}/vagrant-sshfs.gemspec %changelog +* Mon May 03 2021 Dusty Mabe - 1.3.5-4 +- specfile updates from Pavel Valena + * Wed Jan 27 2021 Fedora Release Engineering - 1.3.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From 055d903d51b7ed123604dc556ff76fe88c1daef8 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Mon, 3 May 2021 16:28:01 -0400 Subject: [PATCH 23/38] 1.3.6 upstream release --- sources | 2 +- vagrant-sshfs.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/sources b/sources index e45b3f9..b9c751a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.3.5.tar.gz) = 600b0737849e7c32e549bc2328a5479a31bdafc2804313eef41d693d201451a85029a881e749c7961b3f9f666bb4204a2919baaee6e30aed9c95e3795ba3a31b +SHA512 (vagrant-sshfs-1.3.6.gem) = 7b892b1830c293abd8a7a1d76065a490d17583f16552053778dc18956f7541b442c49b7f2d9f4ad8092ac9195a2e0ebda1c17e2d824a02bcdb2014277438923e diff --git a/vagrant-sshfs.spec b/vagrant-sshfs.spec index 9aea6c1..5224544 100644 --- a/vagrant-sshfs.spec +++ b/vagrant-sshfs.spec @@ -2,8 +2,8 @@ %global vagrant_plugin_name vagrant-sshfs Name: %{vagrant_plugin_name} -Version: 1.3.5 -Release: 4%{?dist} +Version: 1.3.6 +Release: 1%{?dist} Summary: A Vagrant synced folder plugin that mounts folders via SSHFS License: GPLv2 URL: https://github.com/dustymabe/vagrant-sshfs @@ -69,6 +69,9 @@ cp -a .%{vagrant_plugin_dir}/* \ %{vagrant_plugin_instdir}/vagrant-sshfs.gemspec %changelog +* Mon May 03 2021 Dusty Mabe - 1.3.6-1 +- new upstream release: 1.3.6 + * Mon May 03 2021 Dusty Mabe - 1.3.5-4 - specfile updates from Pavel Valena From 0999a2c615ed086f729aaefc23363aa07a035d88 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 20:16:54 +0000 Subject: [PATCH 24/38] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vagrant-sshfs.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vagrant-sshfs.spec b/vagrant-sshfs.spec index 5224544..56d144f 100644 --- a/vagrant-sshfs.spec +++ b/vagrant-sshfs.spec @@ -3,7 +3,7 @@ Name: %{vagrant_plugin_name} Version: 1.3.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A Vagrant synced folder plugin that mounts folders via SSHFS License: GPLv2 URL: https://github.com/dustymabe/vagrant-sshfs @@ -69,6 +69,9 @@ cp -a .%{vagrant_plugin_dir}/* \ %{vagrant_plugin_instdir}/vagrant-sshfs.gemspec %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 1.3.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Mon May 03 2021 Dusty Mabe - 1.3.6-1 - new upstream release: 1.3.6 From 8b2aaed8e6ce22838cede491da12ff91770f77b6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jan 2022 03:46:06 +0000 Subject: [PATCH 25/38] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vagrant-sshfs.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vagrant-sshfs.spec b/vagrant-sshfs.spec index 56d144f..c7598be 100644 --- a/vagrant-sshfs.spec +++ b/vagrant-sshfs.spec @@ -3,7 +3,7 @@ Name: %{vagrant_plugin_name} Version: 1.3.6 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A Vagrant synced folder plugin that mounts folders via SSHFS License: GPLv2 URL: https://github.com/dustymabe/vagrant-sshfs @@ -69,6 +69,9 @@ cp -a .%{vagrant_plugin_dir}/* \ %{vagrant_plugin_instdir}/vagrant-sshfs.gemspec %changelog +* Sat Jan 22 2022 Fedora Release Engineering - 1.3.6-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Jul 23 2021 Fedora Release Engineering - 1.3.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From ccd9019548b40c2b0dcad0b8d539566fd54af236 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Mon, 13 Jun 2022 09:24:37 +0200 Subject: [PATCH 26/38] Add recommends for fusermount and sshfs for reverse mounting --- vagrant-sshfs.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/vagrant-sshfs.spec b/vagrant-sshfs.spec index c7598be..3696b76 100644 --- a/vagrant-sshfs.spec +++ b/vagrant-sshfs.spec @@ -3,13 +3,15 @@ Name: %{vagrant_plugin_name} Version: 1.3.6 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A Vagrant synced folder plugin that mounts folders via SSHFS License: GPLv2 URL: https://github.com/dustymabe/vagrant-sshfs Source0: https://rubygems.org/gems/%{vagrant_plugin_name}-%{version}.gem Requires: vagrant >= 1.9.1 +Recommends: /usr/bin/fusermount +Recommends: /usr/bin/sshfs BuildRequires: ruby(release) BuildRequires: vagrant >= 1.9.1 BuildRequires: rubygems-devel @@ -69,6 +71,9 @@ cp -a .%{vagrant_plugin_dir}/* \ %{vagrant_plugin_instdir}/vagrant-sshfs.gemspec %changelog +* Mon Jun 13 2022 Dan Čermák - 1.3.6-4 +- Add recommends for fusermount and sshfs for reverse mounting + * Sat Jan 22 2022 Fedora Release Engineering - 1.3.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From 524805b454a4b0f5223c2010b10fe3683907e768 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Mon, 20 Jun 2022 22:36:17 -0400 Subject: [PATCH 27/38] [packit] 1.3.7 upstream release Upstream tag: v1.3.7 Upstream commit: f60ff0e2 Signed-off-by: Dusty Mabe --- sources | 2 +- vagrant-sshfs.spec | 19 ++++++++++++++++++- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/sources b/sources index b9c751a..f807e05 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vagrant-sshfs-1.3.6.gem) = 7b892b1830c293abd8a7a1d76065a490d17583f16552053778dc18956f7541b442c49b7f2d9f4ad8092ac9195a2e0ebda1c17e2d824a02bcdb2014277438923e +SHA512 (vagrant-sshfs-1.3.7.gem) = 3a00062037ee03284a3d19b60623eb33da715fcca61f21dbe7269254878ea068f7ea56c94c5c27773a6fe61031d9af896e1abed1067187c118643be00719df27 diff --git a/vagrant-sshfs.spec b/vagrant-sshfs.spec index 3696b76..d4496af 100644 --- a/vagrant-sshfs.spec +++ b/vagrant-sshfs.spec @@ -2,7 +2,7 @@ %global vagrant_plugin_name vagrant-sshfs Name: %{vagrant_plugin_name} -Version: 1.3.6 +Version: 1.3.7 Release: 4%{?dist} Summary: A Vagrant synced folder plugin that mounts folders via SSHFS License: GPLv2 @@ -71,6 +71,23 @@ cp -a .%{vagrant_plugin_dir}/* \ %{vagrant_plugin_instdir}/vagrant-sshfs.gemspec %changelog +* Tue Jun 21 2022 Dusty Mabe - 1.3.7-4 +- version: bump to 1.3.7 (Dusty Mabe) +- Gemfile: bump to latest versions of vagrant and vagrant-libvirt (Dusty Mabe) +- sshfs_reverse_mount: use ruby Etc lib for owner/group (Dusty Mabe) +- sshfs_reverse_mount: create guest directory if not exists (Dusty Mabe) +- sshfs_reverse_mount: fixup botched copy/paste (Dusty Mabe) +- guest: upload fuse module loading for FreeBSD (Dusty Mabe) +- Update to Fedora 36 for build container and test VM (Dusty Mabe) +- tests: switch config.ssh.insert_key to boolean in Vagrantfile (Dusty Mabe) +- add support for owner, group, and mount_options (Dusty Mabe) +- guest: handle Alma/Rocky until fixes land upstream (Dusty Mabe) +- guest: add Alma Linux support (Dusty Mabe) +- guest: Enterprise Linux 9 has landed (Dusty Mabe) +- Remove superfluous case/when (only rocky_8 exists) (Even Onsager) +- Add Rocky guest_capability to plugin.rb (Even Onsager) +- Add guest capabilities file for Rocky (based on CentOS) (Even Onsager) + * Mon Jun 13 2022 Dan Čermák - 1.3.6-4 - Add recommends for fusermount and sshfs for reverse mounting From e1397de0c83aa7e6bae39c4470a938e4e2c9fd14 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Mon, 20 Jun 2022 22:26:18 -0400 Subject: [PATCH 28/38] Updates to packit workflow --- .packit.yaml | 2 +- README.md | 13 ++++++------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/.packit.yaml b/.packit.yaml index d62e40e..b092074 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -17,7 +17,7 @@ upstream_tag_template: v{version} # The following allows us to not store our spec file in the upstream repo actions: - post-upstream-clone: "curl -LO https://src.fedoraproject.org/rpms/vagrant-sshfs/raw/master/f/vagrant-sshfs.spec" + post-upstream-clone: "curl -LO https://src.fedoraproject.org/rpms/vagrant-sshfs/raw/main/f/vagrant-sshfs.spec" # We are downloading (curl) to ./vagrant-sshfs.spec specfile_path: vagrant-sshfs.spec diff --git a/README.md b/README.md index 4bd81f3..8ad78b6 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,9 @@ You'll need a packit.yaml file created. ``` $ cat < ~/.config/packit.yaml debug: false -dry_run: false authentication: - github.com: - token: XXX +# github.com: +# token: XXX pagure: token: XXX instance_url: "https://src.fedoraproject.org" @@ -18,9 +17,9 @@ EOF The tokens come from: - https://src.fedoraproject.org/settings#nav-api-tab -- https://github.com/settings/tokens +- https://github.com/settings/tokens (not needed for this) -Packit uses the `master` branch. Make sure the `master` branch +Packit uses the `rawhide` branch. Make sure the `rawhide` branch in the local repo is up to date with latest upstream master. This can be tricky depending on if `master` tracks your fork or the upstream repo. @@ -28,14 +27,14 @@ upstream repo. Then from this repo you can open a PR with: ``` -$ packit propose-update +$ packit propose-downstream --dist-git-branch rawhide ``` If that is not picking up the latest version for some reason you can specify the latest version with a syntax like: ``` -$ packit propose-update https://github.com/dustymabe/vagrant-sshfs.git 1.3.4 +$ packit propose-downstream --dist-git-branch rawhide https://github.com/dustymabe/vagrant-sshfs.git 1.3.7 ``` You can kick off a build with: From 1c94208570b66383adc3aeb882fdb65c3bb14663 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 11:39:33 +0000 Subject: [PATCH 29/38] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vagrant-sshfs.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vagrant-sshfs.spec b/vagrant-sshfs.spec index d4496af..20b77d9 100644 --- a/vagrant-sshfs.spec +++ b/vagrant-sshfs.spec @@ -3,7 +3,7 @@ Name: %{vagrant_plugin_name} Version: 1.3.7 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A Vagrant synced folder plugin that mounts folders via SSHFS License: GPLv2 URL: https://github.com/dustymabe/vagrant-sshfs @@ -71,6 +71,9 @@ cp -a .%{vagrant_plugin_dir}/* \ %{vagrant_plugin_instdir}/vagrant-sshfs.gemspec %changelog +* Sat Jul 23 2022 Fedora Release Engineering - 1.3.7-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Tue Jun 21 2022 Dusty Mabe - 1.3.7-4 - version: bump to 1.3.7 (Dusty Mabe) - Gemfile: bump to latest versions of vagrant and vagrant-libvirt (Dusty Mabe) From d89fb88e7b143942f2150dbd4a868ad0bf838661 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 06:05:05 +0000 Subject: [PATCH 30/38] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vagrant-sshfs.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vagrant-sshfs.spec b/vagrant-sshfs.spec index 20b77d9..e6c59ac 100644 --- a/vagrant-sshfs.spec +++ b/vagrant-sshfs.spec @@ -3,7 +3,7 @@ Name: %{vagrant_plugin_name} Version: 1.3.7 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A Vagrant synced folder plugin that mounts folders via SSHFS License: GPLv2 URL: https://github.com/dustymabe/vagrant-sshfs @@ -71,6 +71,9 @@ cp -a .%{vagrant_plugin_dir}/* \ %{vagrant_plugin_instdir}/vagrant-sshfs.gemspec %changelog +* Sat Jan 21 2023 Fedora Release Engineering - 1.3.7-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Sat Jul 23 2022 Fedora Release Engineering - 1.3.7-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From 83c9851d671df8a75b34612bae460618ded4cee1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 17:23:55 +0000 Subject: [PATCH 31/38] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vagrant-sshfs.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vagrant-sshfs.spec b/vagrant-sshfs.spec index e6c59ac..9fb5bc7 100644 --- a/vagrant-sshfs.spec +++ b/vagrant-sshfs.spec @@ -3,7 +3,7 @@ Name: %{vagrant_plugin_name} Version: 1.3.7 -Release: 6%{?dist} +Release: 7%{?dist} Summary: A Vagrant synced folder plugin that mounts folders via SSHFS License: GPLv2 URL: https://github.com/dustymabe/vagrant-sshfs @@ -71,6 +71,9 @@ cp -a .%{vagrant_plugin_dir}/* \ %{vagrant_plugin_instdir}/vagrant-sshfs.gemspec %changelog +* Sat Jul 22 2023 Fedora Release Engineering - 1.3.7-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Sat Jan 21 2023 Fedora Release Engineering - 1.3.7-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From 1fef45f601cc153f39d8bd162c104ccbf0374687 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 07:27:13 +0000 Subject: [PATCH 32/38] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- vagrant-sshfs.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vagrant-sshfs.spec b/vagrant-sshfs.spec index 9fb5bc7..0c06afa 100644 --- a/vagrant-sshfs.spec +++ b/vagrant-sshfs.spec @@ -3,7 +3,7 @@ Name: %{vagrant_plugin_name} Version: 1.3.7 -Release: 7%{?dist} +Release: 8%{?dist} Summary: A Vagrant synced folder plugin that mounts folders via SSHFS License: GPLv2 URL: https://github.com/dustymabe/vagrant-sshfs @@ -71,6 +71,9 @@ cp -a .%{vagrant_plugin_dir}/* \ %{vagrant_plugin_instdir}/vagrant-sshfs.gemspec %changelog +* Sat Jan 27 2024 Fedora Release Engineering - 1.3.7-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sat Jul 22 2023 Fedora Release Engineering - 1.3.7-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From 41eb313aed2eb3e2dd8c771f35db7b2fb241298e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 08:32:39 +0000 Subject: [PATCH 33/38] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- vagrant-sshfs.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vagrant-sshfs.spec b/vagrant-sshfs.spec index 0c06afa..5f80923 100644 --- a/vagrant-sshfs.spec +++ b/vagrant-sshfs.spec @@ -3,7 +3,7 @@ Name: %{vagrant_plugin_name} Version: 1.3.7 -Release: 8%{?dist} +Release: 9%{?dist} Summary: A Vagrant synced folder plugin that mounts folders via SSHFS License: GPLv2 URL: https://github.com/dustymabe/vagrant-sshfs @@ -71,6 +71,9 @@ cp -a .%{vagrant_plugin_dir}/* \ %{vagrant_plugin_instdir}/vagrant-sshfs.gemspec %changelog +* Sat Jul 20 2024 Fedora Release Engineering - 1.3.7-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Sat Jan 27 2024 Fedora Release Engineering - 1.3.7-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From c965a782057d115df344138f051545c62a37a605 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Mon, 29 Jul 2024 12:27:27 +0200 Subject: [PATCH 34/38] convert GPLv2 license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- vagrant-sshfs.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/vagrant-sshfs.spec b/vagrant-sshfs.spec index 5f80923..090e826 100644 --- a/vagrant-sshfs.spec +++ b/vagrant-sshfs.spec @@ -3,9 +3,10 @@ Name: %{vagrant_plugin_name} Version: 1.3.7 -Release: 9%{?dist} +Release: 10%{?dist} Summary: A Vagrant synced folder plugin that mounts folders via SSHFS -License: GPLv2 +# Automatically converted from old format: GPLv2 - review is highly recommended. +License: GPL-2.0-only URL: https://github.com/dustymabe/vagrant-sshfs Source0: https://rubygems.org/gems/%{vagrant_plugin_name}-%{version}.gem @@ -71,6 +72,9 @@ cp -a .%{vagrant_plugin_dir}/* \ %{vagrant_plugin_instdir}/vagrant-sshfs.gemspec %changelog +* Mon Jul 29 2024 Miroslav Suchý - 1.3.7-10 +- convert license to SPDX + * Sat Jul 20 2024 Fedora Release Engineering - 1.3.7-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From d0b700162f1809dcae91dcf3240bd6a3ef431187 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 14:04:48 +0000 Subject: [PATCH 35/38] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- vagrant-sshfs.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vagrant-sshfs.spec b/vagrant-sshfs.spec index 090e826..721a6ab 100644 --- a/vagrant-sshfs.spec +++ b/vagrant-sshfs.spec @@ -3,7 +3,7 @@ Name: %{vagrant_plugin_name} Version: 1.3.7 -Release: 10%{?dist} +Release: 11%{?dist} Summary: A Vagrant synced folder plugin that mounts folders via SSHFS # Automatically converted from old format: GPLv2 - review is highly recommended. License: GPL-2.0-only @@ -72,6 +72,9 @@ cp -a .%{vagrant_plugin_dir}/* \ %{vagrant_plugin_instdir}/vagrant-sshfs.gemspec %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 1.3.7-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Mon Jul 29 2024 Miroslav Suchý - 1.3.7-10 - convert license to SPDX From b7afe2debc29e60b47c87a5b4d210c8901c40dc5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 19:56:49 +0000 Subject: [PATCH 36/38] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- vagrant-sshfs.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vagrant-sshfs.spec b/vagrant-sshfs.spec index 721a6ab..d8addb1 100644 --- a/vagrant-sshfs.spec +++ b/vagrant-sshfs.spec @@ -3,7 +3,7 @@ Name: %{vagrant_plugin_name} Version: 1.3.7 -Release: 11%{?dist} +Release: 12%{?dist} Summary: A Vagrant synced folder plugin that mounts folders via SSHFS # Automatically converted from old format: GPLv2 - review is highly recommended. License: GPL-2.0-only @@ -72,6 +72,9 @@ cp -a .%{vagrant_plugin_dir}/* \ %{vagrant_plugin_instdir}/vagrant-sshfs.gemspec %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 1.3.7-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Sun Jan 19 2025 Fedora Release Engineering - 1.3.7-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 3554a3fa12bb6b30c7a9b4c00d4546355a047769 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 19:46:03 +0000 Subject: [PATCH 37/38] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- vagrant-sshfs.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vagrant-sshfs.spec b/vagrant-sshfs.spec index d8addb1..32535f4 100644 --- a/vagrant-sshfs.spec +++ b/vagrant-sshfs.spec @@ -3,7 +3,7 @@ Name: %{vagrant_plugin_name} Version: 1.3.7 -Release: 12%{?dist} +Release: 13%{?dist} Summary: A Vagrant synced folder plugin that mounts folders via SSHFS # Automatically converted from old format: GPLv2 - review is highly recommended. License: GPL-2.0-only @@ -72,6 +72,9 @@ cp -a .%{vagrant_plugin_dir}/* \ %{vagrant_plugin_instdir}/vagrant-sshfs.gemspec %changelog +* Sat Jan 17 2026 Fedora Release Engineering - 1.3.7-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Fri Jul 25 2025 Fedora Release Engineering - 1.3.7-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 0747a4630343025620f3a70296e1f9b207cc8fb7 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 08:20:48 +0000 Subject: [PATCH 38/38] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- vagrant-sshfs.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vagrant-sshfs.spec b/vagrant-sshfs.spec index 32535f4..fa105d3 100644 --- a/vagrant-sshfs.spec +++ b/vagrant-sshfs.spec @@ -3,7 +3,7 @@ Name: %{vagrant_plugin_name} Version: 1.3.7 -Release: 13%{?dist} +Release: 14%{?dist} Summary: A Vagrant synced folder plugin that mounts folders via SSHFS # Automatically converted from old format: GPLv2 - review is highly recommended. License: GPL-2.0-only @@ -72,6 +72,9 @@ cp -a .%{vagrant_plugin_dir}/* \ %{vagrant_plugin_instdir}/vagrant-sshfs.gemspec %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 1.3.7-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Sat Jan 17 2026 Fedora Release Engineering - 1.3.7-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild