Skip to content

Commit

Permalink
Update RPM package spec and manifest, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
eloquence committed Feb 8, 2020
1 parent 6820da9 commit 59fdef4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ include scripts/*
include sys-firewall/*
include launcher/*.py
include launcher/sdw_updater_gui/*.py
include launcher/sdw_notify/*.py
include launcher/sdw_util/*.py
include usb-autoattach/*
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.2
0.1.3
11 changes: 9 additions & 2 deletions rpm-build/SPECS/securedrop-workstation-dom0-config.spec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Name: securedrop-workstation-dom0-config
Version: 0.1.2
Version: 0.1.3
Release: 1%{?dist}
Summary: SecureDrop Workstation

Group: Library
License: GPLv3+
URL: https://github.com/freedomofpress/securedrop-workstation
Source0: securedrop-workstation-dom0-config-0.1.2.tar.gz
Source0: securedrop-workstation-dom0-config-0.1.3.tar.gz

BuildArch: noarch
BuildRequires: python3-setuptools
Expand All @@ -33,6 +33,8 @@ configuration over time.
%{__python3} setup.py install --no-compile --skip-build --root %{buildroot}
install -m 755 -d %{buildroot}/opt/securedrop/launcher
install -m 755 -d %{buildroot}/opt/securedrop/launcher/sdw_updater_gui
install -m 755 -d %{buildroot}/opt/securedrop/launcher/sdw_notify
install -m 755 -d %{buildroot}/opt/securedrop/launcher/sdw_util
install -m 755 -d %{buildroot}/srv
install -m 755 -d %{buildroot}/srv/salt/sd
install -m 755 -d %{buildroot}/srv/salt/sd/sd-app
Expand Down Expand Up @@ -65,6 +67,8 @@ install -m 644 Makefile %{buildroot}/usr/share/%{name}/Makefile
install -m 755 scripts/* %{buildroot}/usr/share/%{name}/scripts/
install -m 644 launcher/*.py %{buildroot}/opt/securedrop/launcher/
install -m 644 launcher/sdw_updater_gui/*.py %{buildroot}/opt/securedrop/launcher/sdw_updater_gui/
install -m 644 launcher/sdw_notify/*.py %{buildroot}/opt/securedrop/launcher/sdw_notify/
install -m 644 launcher/sdw_util/*.py %{buildroot}/opt/securedrop/launcher/sdw_util/
%files
%doc README.md LICENSE
%{python3_sitelib}/securedrop_workstation_dom0_config*
Expand All @@ -84,6 +88,9 @@ find /srv/salt -maxdepth 1 -type f -iname '*.top' \
| xargs qubesctl top.enable > /dev/null

%changelog
* Fri Feb 07 2020 SecureDrop Team <[email protected]> - 0.1.3
- Adds sdw-notify script

* Mon Feb 03 2020 Mickael E. <[email protected]> - 0.1.2
- Provides dev/staging/prod split logic.

Expand Down

0 comments on commit 59fdef4

Please sign in to comment.