Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
Bumps RPM version 0.5.0-rc1 -> 0.5.0-rc2
Browse files Browse the repository at this point in the history
Now that we've merged the template-consolidation PR [0],
we can resume the normal rc build procedure documented in the wiki [1].

[0] freedomofpress/securedrop-workstation#619
[1] https://github.com/freedomofpress/securedrop-workstation/wiki/Building-securedrop-workstation-dom0-config-RPM-package
  • Loading branch information
Conor Schaefer committed Oct 27, 2020
1 parent 766a2f5 commit dc7a66e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.0-rc1
0.5.0-rc2
11 changes: 7 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.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
Expand All @@ -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
Expand Down Expand Up @@ -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 <[email protected]> - 0.5.0
* Tue Oct 27 2020 SecureDrop Team <[email protected]> - 0.5.0-2
- Removes qa-switcher testing logic from RPM

* Tue Oct 27 2020 SecureDrop Team <[email protected]> - 0.5.0-1
- Consolidates templates into small and large
- Modifies updater UI to rerun full state if required

Expand Down

0 comments on commit dc7a66e

Please sign in to comment.