#7 Update to upstream release 1.3.1
Closed 4 years ago by dustymabe. Opened 4 years ago by dustymabe.
rpms/ dustymabe/vagrant-sshfs 1.3.1-master-update  into  master

file modified
+1
@@ -3,3 +3,4 @@ 

  /vagrant-sshfs-1.2.1.gem

  /vagrant-sshfs-1.3.0.gem

  /vagrant-sshfs-1.3.1.gem

+ /v1.3.1.tar.gz

file added
+30
@@ -0,0 +1,30 @@ 

+ upstream_project_url: https://github.com/dustymabe/vagrant-sshfs

+ 

+ # 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

+ specfile_path: vagrant-sshfs.spec

+ create_pr: true # Don't push to dist-git, create PR

+ upstream_tag_template: v{version}

+ actions:

+     post-upstream-clone: "curl -LO https://src.fedoraproject.org/rpms/vagrant-sshfs/raw/master/f/vagrant-sshfs.spec"

+ ####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

empty or binary file added
file added
+3
@@ -0,0 +1,3 @@ 

+ This repository is maintained by packit.

+ https://packit.dev/

+ The file was generated using packit 0.7.1.

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (vagrant-sshfs-1.3.1.gem) = a0d380df489ac7c33ea7b66e754d792aceaba7bf0ba206650da68febb4a75823c8dcfc1f59c29557fe435fd5afe43cf399d426c62f2719fe27884742487f1c78

+ SHA512 (v1.3.1.tar.gz) = 560bacd9dc3b93b7bea58d63081c509169d01884e131b9d4f679386296ba7da1fb08413f3c26ba7ab8bdddfd9d4b4c794e2e51137e77b063334eb518f7576e47

file modified
+7 -1
@@ -3,7 +3,7 @@ 

  

  Name: %{vagrant_plugin_name}

  Version: 1.3.1

- Release: 5%{?dist}

+ Release: 1%{?dist}

  Summary: A Vagrant synced folder plugin that mounts folders via SSHFS

  License: GPLv2

  URL: https://github.com/dustymabe/vagrant-sshfs
@@ -76,6 +76,12 @@ 

  %{vagrant_plugin_instdir}/vagrant-sshfs.gemspec

  

  %changelog

+ * Wed Dec 11 2019 Dusty Mabe <dusty@dustymabe.com> - 1.3.1-1

+ - new upstream release: 1.3.1

+ 

+ * Wed Dec 11 2019 Dusty Mabe <dusty@dustymabe.com> - 1.3.1-1

+ - new upstream release: 1.3.1

+ 

  * Tue December 10 2019 Dusty Mabe <dusty@dustymabe.com> - 1.3.1-5

  - Change to build from tar archive. Preparing for packit.