remove exec chmod on /etc conf file

This commit is contained in:
havill 2004-10-14 20:43:59 +00:00
parent 90cebf587c
commit 7d6c3ee87d
3 changed files with 7 additions and 2 deletions

View File

@ -1 +1,2 @@
brltty-3.2.tar.gz
brltty-3.6.tar.gz

View File

@ -1,6 +1,6 @@
Name: brltty
Version: 3.2
Release: 4
Release: 5
License: GPL
Group: System Environment/Daemons
URL: http://mielke.cc/brltty/
@ -34,7 +34,7 @@ done
%install
make install-programs install-help install-tables install-drivers install-manpage
install Documents/brltty.conf "${RPM_BUILD_ROOT}/etc"
install -m 644 Documents/brltty.conf "${RPM_BUILD_ROOT}%{_sysconfdir}"
rm -f ${RPM_BUILD_ROOT}/bin/brltty
rm -f ${RPM_BUILD_ROOT}/bin/install-brltty
rm -rf ${RPM_BUILD_ROOT}/lib/brltty/*
@ -75,6 +75,9 @@ fi
/etc/brltty
%changelog
* Thu Oct 14 2004 Adrian Havill <havill@redhat.com> 3.2-5
- chmod a-x for conf file (#116244)
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt

View File

@ -1 +1,2 @@
fd87518e19657109987832cf7134958c brltty-3.2.tar.gz
98790932a3cbc78d507bfa90a7e11f8c brltty-3.6.tar.gz