Skip to content

Commit cefc200

Browse files
authored
Merge pull request #632 from freedomofpress/631-fix-logging-config
Move logging target config to templateVMs, remove redis from large template.
2 parents 9c9655b + 1d9cdcf commit cefc200

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.0-rc2
1+
0.5.0-rc3

rpm-build/SPECS/securedrop-workstation-dom0-config.spec

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Name: securedrop-workstation-dom0-config
22
Version: 0.5.0
3-
Release: 0.rc2.1%{?dist}
3+
Release: 0.rc3.1%{?dist}
44
Summary: SecureDrop Workstation
55

66
Group: Library
77
License: GPLv3+
88
URL: https://github.com/freedomofpress/securedrop-workstation
9-
Source0: securedrop-workstation-dom0-config-0.5.0rc2.tar.gz
9+
Source0: securedrop-workstation-dom0-config-0.5.0rc3.tar.gz
1010

1111
BuildArch: noarch
1212
BuildRequires: python3-setuptools
@@ -28,7 +28,7 @@ configuration over time.
2828
%undefine py_auto_byte_compile
2929

3030
%prep
31-
%setup -n securedrop-workstation-dom0-config-0.5.0rc2
31+
%setup -n securedrop-workstation-dom0-config-0.5.0rc3
3232

3333
%build
3434
%{__python3} setup.py build
@@ -107,6 +107,9 @@ find /srv/salt -maxdepth 1 -type f -iname '*.top' \
107107
| xargs qubesctl top.enable > /dev/null
108108

109109
%changelog
110+
* Wed Nov 04 2020 SecureDrop Team <securedrop@freedom.press> - 0.5.0-3
111+
- Fixing log collection for first-time installs
112+
110113
* Tue Oct 27 2020 SecureDrop Team <securedrop@freedom.press> - 0.5.0-2
111114
- Removes qa-switcher testing logic from RPM
112115

0 commit comments

Comments
 (0)