Fix perl warnings about unescaped braces (#rhbz1237339)
This commit is contained in:
parent
fcbb7792b2
commit
e1e1fd4887
@ -17,6 +17,7 @@ Patch0: logwatch-vsftpd.patch
|
||||
# Not applied by upstream.
|
||||
Patch1: logwatch-oldfiles.patch
|
||||
Patch2: logwatch-secure-userhelper.patch
|
||||
Patch3: logwatch-escape-braces-in-regexps.patch
|
||||
Requires: textutils sh-utils grep mailx
|
||||
Requires: perl(Date::Manip)
|
||||
Requires: perl(Sys::CPU)
|
||||
@ -35,6 +36,7 @@ of the package on many systems.
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
rm -f scripts/services/*.orig
|
||||
|
||||
%build
|
||||
@ -136,6 +138,7 @@ echo "# Configuration overrides for specific logfiles/services may be placed her
|
||||
%changelog
|
||||
* Fri Jul 31 2015 Jan Synáček <jsynacek@redhat.com> - 7.4.1-4.20150731svn293
|
||||
- Update to revision 293
|
||||
- Fix perl warnings about unescaped braces (#rhbz1237339)
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.4.1-3.20140924svn242
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
Loading…
Reference in New Issue
Block a user