[hsqldb] Fix incorrect permissions on systemd unit file

Mikolaj Izdebski mizdebsk at fedoraproject.org
Fri May 17 05:35:04 UTC 2013


commit ef96902761c17571c1ed9e53603b7574c14f1c7f
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Fri May 17 07:33:47 2013 +0200

    Fix incorrect permissions on systemd unit file
    
    - Resolves: rhbz#963911

 hsqldb.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/hsqldb.spec b/hsqldb.spec
index b590db8..0adb184 100644
--- a/hsqldb.spec
+++ b/hsqldb.spec
@@ -32,7 +32,7 @@
 
 Name:           hsqldb
 Version:        1.8.1.3
-Release:        10%{?dist}
+Release:        11%{?dist}
 Epoch:          1
 Summary:        HyperSQL Database Engine
 License:        BSD
@@ -156,7 +156,7 @@ install -m 755 bin/runUtil.sh %{buildroot}%{_bindir}/%{name}RunUtil
 # systemd
 install -d -m 755 %{buildroot}%{_unitdir}
 install -d -m 755 %{buildroot}%{_prefix}/lib/%{name}
-install -m 755 %{SOURCE6} %{buildroot}%{_unitdir}/%{name}.service
+install -m 644 %{SOURCE6} %{buildroot}%{_unitdir}/%{name}.service
 install -m 755 %{SOURCE7} %{buildroot}%{_prefix}/lib/%{name}/%{name}-wrapper
 install -m 755 %{SOURCE8} %{buildroot}%{_prefix}/lib/%{name}/%{name}-post
 install -m 755 %{SOURCE9} %{buildroot}%{_prefix}/lib/%{name}/%{name}-stop
@@ -257,6 +257,10 @@ popd
 %{_datadir}/%{name}
 
 %changelog
+* Fri May 17 2013 Mikolaj Izdebski <mizdebsk at redhat.com> - 1:1.8.1.3-11
+- Fix incorrect permissions on systemd unit file
+- Resolves: rhbz#963911
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:1.8.1.3-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list