-
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.
Merge pull request #782 from freedomofpress/backport-0.6.2-changes
Backport 0.6.2 changes
- Loading branch information
Showing
2 changed files
with
14 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.6.0 | ||
0.6.3-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,5 +1,5 @@ | ||
%global srcname securedrop-workstation-dom0-config | ||
%global version 0.6.0 | ||
%global version 0.6.3 | ||
%global __python3 /usr/bin/python3 | ||
%global python3_sitelib /usr/lib/%{_python_version}/site-packages | ||
# For reproducible builds: | ||
|
@@ -15,13 +15,13 @@ | |
|
||
Name: %{srcname} | ||
Version: %{version} | ||
Release: 1%{?dist} | ||
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.6.0.tar.gz | ||
Source0: securedrop-workstation-dom0-config-0.6.3rc1.tar.gz | ||
|
||
BuildArch: noarch | ||
# Disable declaration of build dependencies, because | ||
|
@@ -49,7 +49,7 @@ configuration over time. | |
%define use_source_date_epoch_as_buildtime 1 | ||
|
||
%prep | ||
%setup -n securedrop-workstation-dom0-config-0.6.0 | ||
%setup -n securedrop-workstation-dom0-config-0.6.3rc1 | ||
|
||
%install | ||
%{__python3} setup.py install --install-lib %{python3_sitelib} --no-compile --root %{buildroot} | ||
|
@@ -133,6 +133,15 @@ find /srv/salt -maxdepth 1 -type f -iname '*.top' \ | |
| xargs qubesctl top.enable > /dev/null | ||
|
||
%changelog | ||
* Thu Jun 8 2022 SecureDrop Team <[email protected]> - 0.6.3 | ||
- Add support for Qubes 4.1 | ||
|
||
* Thu Jun 2 2022 SecureDrop Team <[email protected]> - 0.6.2 | ||
- Use Fedora 35 base template (Qubes 4.0) | ||
|
||
* Wed Jun 1 2022 SecureDrop Team <[email protected]> - 0.6.1 | ||
- Use Fedora 35 base template (Qubes 4.0) | ||
|
||
* Thu Apr 7 2022 SecureDrop Team <[email protected]> - 0.6.0 | ||
- Check for network connection before running preflight updater (#743) | ||
- Add option to launch updater from sdw-notify script (#740) | ||
|