Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version to 0.5.5 #708

Merged
merged 2 commits into from
Jun 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.4
0.5.5
2 changes: 1 addition & 1 deletion dom0/sd-mime-handling.sls
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ sd-private-volume-mimeapps-config-dir:
sd-private-volume-mimeapps-handling:
file.symlink:
- name: /home/user/.local/share/applications/mimeapps.list
- target: /opt/sdw/mimeapps.list.{{ grains['id'] }}
- target: /opt/sdw/mimeapps.list.{{ vm_name }}
- user: user
- group: user
- require:
Expand Down
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,5 +1,5 @@
%global srcname securedrop-workstation-dom0-config
%global version 0.5.4
%global version 0.5.5
%global __python3 /usr/bin/python3
%global python3_sitelib /usr/lib/%{_python_version}/site-packages
# For reproducible builds:
Expand All @@ -21,7 +21,7 @@ Summary: SecureDrop Workstation
Group: Library
License: GPLv3+
URL: https://github.com/freedomofpress/securedrop-workstation
Source0: %{srcname}-%%{version}.tar.gz
Source0: securedrop-workstation-dom0-config-0.5.5.tar.gz

BuildArch: noarch
# Disable declaration of build dependencies, because
Expand Down Expand Up @@ -49,7 +49,7 @@ configuration over time.
%define use_source_date_epoch_as_buildtime 1

%prep
%setup -n %{srcname}-%{version}
%setup -n securedrop-workstation-dom0-config-0.5.5

%install
%{__python3} setup.py install --install-lib %{python3_sitelib} --no-compile --root %{buildroot}
Expand Down Expand Up @@ -132,9 +132,12 @@ find /srv/salt -maxdepth 1 -type f -iname '*.top' \
| sed -e 's/\.top$$//g' \
| xargs qubesctl top.enable > /dev/null
mkdir -p /tmp/sdw-migrations
touch /tmp/sdw-migrations/signing-key-update
touch /tmp/sdw-migrations/mimetype-dispvms

%changelog
* Wed Jun 9 2021 SecureDrop Team <securedrop@freedom.press> - 0.5.5
- Fix mimetype handling in DispVMs via hostname selection

* Tue Jun 1 2021 SecureDrop Team <securedrop@freedom.press> - 0.5.4
- Rotate SecureDrop Release Signing key for dom0 updates
- Replace Fedora 32 with Fedora 33 as a default template
Expand Down