commit dc7f579f2e4d363e076b29407e367cd3bb10a026
Author: Ben Rosser <rosser.bjr(a)gmail.com>
Date: Mon Jan 7 22:34:54 2019 -0500
Update to latest release and fix setcap post script.
.gitignore | 1 +
dwarftherapist.spec | 7 +++++--
sources | 1 +
3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4204c20..5295371 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
/dwarftherapist-39.3.1.tar.gz
/dwarftherapist-40.0.0.tar.gz
/dwarftherapist-41.0.2.tar.gz
+/dwarftherapist-41.0.3.tar.gz
diff --git a/dwarftherapist.spec b/dwarftherapist.spec
index d09ce38..844711e 100644
--- a/dwarftherapist.spec
+++ b/dwarftherapist.spec
@@ -1,5 +1,5 @@
Name: dwarftherapist
-Version: 41.0.2
+Version: 41.0.3
Release: 1%{?dist}
Summary: Management tool designed to run side-by-side with Dwarf Fortress
@@ -95,7 +95,7 @@ rm %{buildroot}%{_docdir}/dwarftherapist/LICENSE.txt
# Post install script; set cap permissions.
%post
-sudo setcap cap_sys_ptrace=eip %{_bindir}/DwarfTherapist
+sudo setcap cap_sys_ptrace=eip %{_bindir}/dwarftherapist
%files
%{_bindir}/dwarftherapist
@@ -110,6 +110,9 @@ sudo setcap cap_sys_ptrace=eip %{_bindir}/DwarfTherapist
%license LICENSE.txt
%changelog
+* Tue Jan 08 2019 Ben Rosser <rosser.bjr(a)gmail.com> - 41.0.3-1
+- Update to latest release and fix setcap post script.
+
* Fri Aug 10 2018 Ben Rosser <rosser.bjr(a)gmail.com> - 41.0.2-1
- Updated to latest upstream release for 0.44.12.
diff --git a/sources b/sources
index 6706d35..4d97aca 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
f16f6b7b16ee4b38addc5d1c016b303b dwarftherapist-41.0.2.tar.gz
+ef48360d1edaf7b8485143041242a4ad dwarftherapist-41.0.3.tar.gz
Show replies by date