Skip to content

Commit

Permalink
Bumps RPM version 0.4.0 -> 0.5.0-rc1
Browse files Browse the repository at this point in the history
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] #619
  • Loading branch information
Conor Schaefer committed Oct 22, 2020
1 parent ff2a599 commit a53cce7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.0
0.5.0-rc1
8 changes: 4 additions & 4 deletions rpm-build/SPECS/securedrop-workstation-dom0-config.spec
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit a53cce7

Please sign in to comment.