Skip to content
This repository has been archived by the owner on Oct 9, 2019. It is now read-only.

Commit

Permalink
Update rpm for release 1.14.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Ismael Bejarano committed Jul 21, 2017
1 parent dba8a47 commit 6d8e6bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions contrib/rpm/bitcoin.spec
Expand Up @@ -2,7 +2,7 @@
%global selinux_variants mls strict targeted

Name: bitcoin
Version: 1.14.3
Version: 1.14.5
Release: 1%{?prerelease}%{?dist}
Summary: Peer to Peer Cryptographic Currency

Expand All @@ -23,8 +23,6 @@ BuildRequires: python2

BuildRequires: python3-zmq zeromq-devel

BuildRequires: zeromq-devel python3-zmq


%description
Bitcoin is a digital cryptographic currency that uses peer-to-peer technology to
Expand Down Expand Up @@ -273,5 +271,9 @@ fi


%changelog
* Fri Jul 21 2017 Ismael Bejarano <ismael.bejarano@coinfabrik.com> 1.14.5-1
- Update version for btc1 1.14.5
- Remove duplicate dependency line

* Mon Jul 10 2017 Ismael Bejarano <ismael.bejarano@coinfabrik.com> 1.14.3-1
- Packages for btc1 1.14.3 based on packages from https://www.ringingliberty.com/bitcoin/
2 changes: 1 addition & 1 deletion contrib/rpm/buildrpm.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Based on Marco Mornati script https://blog.mornati.net/build-rpms-for-a-git-github-project-with-jenkins/

VERSION=1.14.3
VERSION=1.14.5
JOB_NAME=bitcoin-${VERSION}
WORKSPACE=`pwd`

Expand Down

0 comments on commit 6d8e6bb

Please sign in to comment.