Typo and missing information in man page (#139346) Add section to
logrotate.conf for "/var/log/btmp" (#117844)
This commit is contained in:
parent
322855f5d8
commit
0ead1d914f
@ -5,11 +5,13 @@ BuildRequires: libselinux-devel
|
|||||||
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.1
|
Version: 3.7.1
|
||||||
Release: 3
|
Release: 5
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source: logrotate-%{PACKAGE_VERSION}.tar.gz
|
Source: logrotate-%{PACKAGE_VERSION}.tar.gz
|
||||||
Patch0: logrotate-3.7.1-share.patch
|
Patch0: logrotate-3.7.1-share.patch
|
||||||
|
Patch1: logrotate-3.7.1-man.patch
|
||||||
|
Patch2: logrotate-3.7.1-conf.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}.root
|
BuildRoot: %{_tmppath}/%{name}-%{version}.root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -26,6 +28,8 @@ log files on your system.
|
|||||||
%prep
|
%prep
|
||||||
%setup
|
%setup
|
||||||
%patch0 -p1 -b .share
|
%patch0 -p1 -b .share
|
||||||
|
%patch1 -p1 -b .orig
|
||||||
|
%patch2 -p1 -b .conf
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make RPM_OPT_FLAGS="$RPM_OPT_FLAGS -g" \
|
make RPM_OPT_FLAGS="$RPM_OPT_FLAGS -g" \
|
||||||
@ -58,7 +62,13 @@ 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
|
||||||
* Mon Dec 06 2004 Peter Vrabec <pvrabec@redhar.com>
|
* Mon Dec 13 2004 Peter Vrabec <pvrabec@redhat.com> - 3.7.1-5
|
||||||
|
- Add section to logrotate.conf for "/var/log/btmp" (#117844)
|
||||||
|
|
||||||
|
* Mon Dec 13 2004 Peter Vrabec <pvrabec@redhat.com> - 3.7.1-4
|
||||||
|
- Typo and missing information in man page (#139346)
|
||||||
|
|
||||||
|
* Mon Dec 06 2004 Peter Vrabec <pvrabec@redhat.com> - 3.7.1-3
|
||||||
- compressed logfiles and logrotate (#140353)
|
- compressed logfiles and logrotate (#140353)
|
||||||
|
|
||||||
* Tue Oct 19 2004 Miloslav Trmac <mitr@redhat.com> - 3.7.1-2
|
* Tue Oct 19 2004 Miloslav Trmac <mitr@redhat.com> - 3.7.1-2
|
||||||
|
Loading…
Reference in New Issue
Block a user