From e9772251221023b59b38eb5848de77d903e91ffb Mon Sep 17 00:00:00 2001 From: Conor Schaefer Date: Tue, 27 Oct 2020 16:01:08 -0700 Subject: [PATCH] Bumps RPM version 0.5.0-rc1 -> 0.5.0-rc2 Now that we've merged the template-consolidation PR [0], we can resume the normal rc build procedure documented in the wiki [1]. [0] https://github.com/freedomofpress/securedrop-workstation/pull/619 [1] https://github.com/freedomofpress/securedrop-workstation/wiki/Building-securedrop-workstation-dom0-config-RPM-package --- VERSION | 2 +- .../SPECS/securedrop-workstation-dom0-config.spec | 11 +++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/VERSION b/VERSION index 04c1660d..73d99847 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.0-rc1 +0.5.0-rc2 diff --git a/rpm-build/SPECS/securedrop-workstation-dom0-config.spec b/rpm-build/SPECS/securedrop-workstation-dom0-config.spec index db0718fa..6c9b70f1 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.5.0 -Release: 0.rc1.1%{?dist} +Release: 0.rc2.1%{?dist} Summary: SecureDrop Workstation Group: Library License: GPLv3+ URL: https://github.com/freedomofpress/securedrop-workstation -Source0: securedrop-workstation-dom0-config-0.5.0rc1.tar.gz +Source0: securedrop-workstation-dom0-config-0.5.0rc2.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.5.0rc1 +%setup -n securedrop-workstation-dom0-config-0.5.0rc2 %build %{__python3} setup.py build @@ -107,7 +107,10 @@ find /srv/salt -maxdepth 1 -type f -iname '*.top' \ | xargs qubesctl top.enable > /dev/null %changelog -* Tue Oct 27 2020 SecureDrop Team - 0.5.0 +* Tue Oct 27 2020 SecureDrop Team - 0.5.0-2 +- Removes qa-switcher testing logic from RPM + +* Tue Oct 27 2020 SecureDrop Team - 0.5.0-1 - Consolidates templates into small and large - Modifies updater UI to rerun full state if required