-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
12 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.2.4 | ||
0.3.0-rc1 |
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.2.4 | ||
Release: 1%{?dist} | ||
Version: 0.3.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.2.4.tar.gz | ||
Source0: securedrop-workstation-dom0-config-0.3.0rc1.tar.gz | ||
|
||
BuildArch: noarch | ||
BuildRequires: python3-setuptools | ||
|
@@ -28,7 +28,7 @@ configuration over time. | |
%undefine py_auto_byte_compile | ||
|
||
%prep | ||
%setup -q | ||
%setup -n securedrop-workstation-dom0-config-0.3.0rc1 | ||
|
||
%build | ||
%{__python3} setup.py build | ||
|
@@ -106,6 +106,13 @@ find /srv/salt -maxdepth 1 -type f -iname '*.top' \ | |
| xargs qubesctl top.enable > /dev/null | ||
|
||
%changelog | ||
* Tue May 19 2020 SecureDrop Team <[email protected] - 0.3.0-rc1 | ||
- Removes package updates from sd-log AppVM config | ||
- Permit whitelisting VMs for copy/paste & copying logs via tags | ||
- Safely shut down sys-usb; tweak logging | ||
- Clear Salt cache and synchronize Salt before installing/uninstalling | ||
- Logs more VM state info in updater | ||
|
||
* Mon Mar 30 2020 SecureDrop Team <[email protected]> - 0.2.4 | ||
- Adjusts VM reboot order, to stabilize updater behavior | ||
|
||
|