Add %attr spec for /etc/init.d/shorewall

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1398 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2004-06-14 16:16:12 +00:00
parent 68571cbbdc
commit ed6046a1e9
4 changed files with 12 additions and 3 deletions

View File

@ -26,4 +26,6 @@ Changes since 2.0.2
12) Add 'key' to sample tunnel file.
13) Allow multiple saved configurations.
13) Allow multiple saved configurations.
14) Add %attr spec to /etc/init.d/shorewall in the .spec file.

View File

@ -1,4 +1,4 @@
Shorewall 2.0.3 Beta 1
Shorewall 2.0.3 Beta 2
----------------------------------------------------------------------
Problems Corrected since 2.0.2
@ -29,6 +29,9 @@ Problems Corrected since 2.0.2
8) The 'newnotsyn' option in /etc/shorewall/hosts has no effect.
9) The file /etc/init.d/shorewall now gets proper ownership when the
RPM is built by a non-root user.
-----------------------------------------------------------------------
Issues when migrating from Shorewall 2.0.2 to Shorewall 2.0.3:

View File

@ -266,6 +266,8 @@ CONFIG_PATH=/etc/shorewall:/usr/share/shorewall
#
# shorewall -f start
# shorewall restore
# shorewall save
# shorewall forget
# Failure of shorewall start or shorewall restart
#
# The value of the option must be the name of an executable file in the

View File

@ -68,7 +68,7 @@ if [ $1 = 0 ]; then
fi
%files
/etc/init.d/shorewall
%attr(0544,root,root) /etc/init.d/shorewall
%attr(0700,root,root) %dir /etc/shorewall
%attr(0700,root,root) %dir /usr/share/shorewall
%attr(0700,root,root) %dir /var/lib/shorewall
@ -141,6 +141,8 @@ fi
%doc COPYING INSTALL changelog.txt releasenotes.txt tunnel
%changelog
* Mon Jun 14 2004 Tom Eastep tom@shorewall.net
- Added %attr spec for /etc/init.d/shorewall
* Sat May 15 2004 Tom Eastep tom@shorewall.net
- Updated for 2.0.2a-1
* Thu May 13 2004 Tom Eastep tom@shorewall.net