From a53cce74d6d96a76e51c21b6795d1a732b43ebd1 Mon Sep 17 00:00:00 2001 From: Conor Schaefer Date: Thu, 22 Oct 2020 16:06:33 -0700 Subject: [PATCH] Bumps RPM version 0.4.0 -> 0.5.0-rc1 We'll be posting the rc1 package to yum-test to aid in QA. Not using a tag, as described in docs [0], since we're postponing merge of feature branch [1] until QA is finished, given the scope of changes. [0] https://github.com/freedomofpress/securedrop-workstation/wiki/Building-securedrop-workstation-dom0-config-RPM-package [1] https://github.com/freedomofpress/securedrop-workstation/pull/619 --- VERSION | 2 +- rpm-build/SPECS/securedrop-workstation-dom0-config.spec | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/VERSION b/VERSION index 1d0ba9ea..04c1660d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.0 +0.5.0-rc1 diff --git a/rpm-build/SPECS/securedrop-workstation-dom0-config.spec b/rpm-build/SPECS/securedrop-workstation-dom0-config.spec index 4e4519e8..3ecc9e15 100644 --- a/rpm-build/SPECS/securedrop-workstation-dom0-config.spec +++ b/rpm-build/SPECS/securedrop-workstation-dom0-config.spec @@ -1,12 +1,12 @@ Name: securedrop-workstation-dom0-config -Version: 0.4.0 -Release: 1%{?dist} +Version: 0.5.0 +Release: 0.rc1.1%{?dist} Summary: SecureDrop Workstation Group: Library License: GPLv3+ URL: https://github.com/freedomofpress/securedrop-workstation -Source0: securedrop-workstation-dom0-config-0.4.0.tar.gz +Source0: securedrop-workstation-dom0-config-0.5.0rc1.tar.gz BuildArch: noarch BuildRequires: python3-setuptools @@ -28,7 +28,7 @@ configuration over time. %undefine py_auto_byte_compile %prep -%setup -n securedrop-workstation-dom0-config-0.4.0 +%setup -n securedrop-workstation-dom0-config-0.5.0rc1 %build %{__python3} setup.py build