allow multibyte characters in readPath() (#122145)
This commit is contained in:
parent
da4368bb5e
commit
bc40b29ca6
@ -1,13 +1,14 @@
|
|||||||
Summary: Rotates, compresses, removes and mails system log files.
|
Summary: Rotates, compresses, removes and mails system log files.
|
||||||
Name: logrotate
|
Name: logrotate
|
||||||
Version: 3.7.4
|
Version: 3.7.4
|
||||||
Release: 8%{?dist}
|
Release: 9%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source: logrotate-%{PACKAGE_VERSION}.tar.gz
|
Source: logrotate-%{PACKAGE_VERSION}.tar.gz
|
||||||
Patch1: logrotate-selinux.patch
|
Patch1: logrotate-selinux.patch
|
||||||
Patch2: logrotate-fdLeak.patch
|
Patch2: logrotate-fdLeak.patch
|
||||||
Patch3: logrotate-sizeOption.patch
|
Patch3: logrotate-sizeOption.patch
|
||||||
|
Patch4: logrotate-widecharPath.patch
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}.root
|
BuildRoot: %{_tmppath}/%{name}-%{version}.root
|
||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel
|
||||||
@ -28,6 +29,7 @@ log files on your system.
|
|||||||
%patch1 -p1 -b .rhat
|
%patch1 -p1 -b .rhat
|
||||||
%patch2 -p1 -b .fdLeak
|
%patch2 -p1 -b .fdLeak
|
||||||
%patch3 -p1 -b .sizeOption
|
%patch3 -p1 -b .sizeOption
|
||||||
|
%patch4 -p1 -b .widecharPath
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make RPM_OPT_FLAGS="$RPM_OPT_FLAGS -g" \
|
make RPM_OPT_FLAGS="$RPM_OPT_FLAGS -g" \
|
||||||
@ -58,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%attr(0644, root, root) %verify(not size md5 mtime) %config(noreplace) /var/lib/logrotate.status
|
%attr(0644, root, root) %verify(not size md5 mtime) %config(noreplace) /var/lib/logrotate.status
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 09 2007 Peter Vrabec <pvrabec@redhat.com> 3.7.4-9
|
||||||
|
- allow multibyte characters in readPath() (#122145)
|
||||||
|
|
||||||
* Fri Jan 05 2007 Peter Vrabec <pvrabec@redhat.com> 3.7.4-8
|
* Fri Jan 05 2007 Peter Vrabec <pvrabec@redhat.com> 3.7.4-8
|
||||||
- "size" option was ignored in config files (#221341)
|
- "size" option was ignored in config files (#221341)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user