This repository has been archived by the owner on Apr 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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] 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
Showing
2 changed files
with
8 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.5.0-rc1 | ||
0.5.0-rc2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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 <[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 | ||
|
||
|