- new upstream version
This commit is contained in:
parent
dc41421b56
commit
651cd213b6
@ -1 +1 @@
|
|||||||
logrotate-3.7.6.tar.gz
|
logrotate-3.7.7.tar.gz
|
||||||
|
@ -1,20 +1,10 @@
|
|||||||
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.6
|
Version: 3.7.7
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPL+
|
License: GPL+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
# The source for this package was pulled from cvs.
|
Source: https://fedorahosted.org/releases/l/o/logrotate/logrotate-%{version}.tar.gz
|
||||||
# Use the following commands to generate the tarball:
|
|
||||||
# export CVSROOT=:pserver:anonymous@rhlinux.redhat.com:/usr/local/CVS
|
|
||||||
# cvs login (hit return)
|
|
||||||
# cvs co logrotate
|
|
||||||
# cd logrotate
|
|
||||||
# make create-archive
|
|
||||||
Source: logrotate-%{version}.tar.gz
|
|
||||||
Patch1: logrotate-3.7.6-selinux.patch
|
|
||||||
Patch2: logrotate-3.7.6-segfault.patch
|
|
||||||
Patch3: logrotate-3.7.6-fdclose.patch
|
|
||||||
|
|
||||||
Requires: coreutils >= 5.92 libsepol libselinux popt
|
Requires: coreutils >= 5.92 libsepol libselinux popt
|
||||||
BuildRequires: libselinux-devel popt-devel
|
BuildRequires: libselinux-devel popt-devel
|
||||||
@ -33,9 +23,6 @@ log files on your system.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1 -b .selinux
|
|
||||||
%patch2 -p1 -b .segfault
|
|
||||||
%patch3 -p1 -b .fdclose
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make %{?_smp_mflags} RPM_OPT_FLAGS="$RPM_OPT_FLAGS" WITH_SELINUX=yes
|
make %{?_smp_mflags} RPM_OPT_FLAGS="$RPM_OPT_FLAGS" WITH_SELINUX=yes
|
||||||
@ -65,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%attr(0644, root, root) %verify(not size md5 mtime) %config(noreplace) %{_localstatedir}/lib/logrotate.status
|
%attr(0644, root, root) %verify(not size md5 mtime) %config(noreplace) %{_localstatedir}/lib/logrotate.status
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 19 2008 Tomas Smetana <tsmetana@redhat.com> 3.7.7-1
|
||||||
|
- new upstream version
|
||||||
|
|
||||||
* Wed Apr 23 2008 Tomas Smetana <tsmetana@redhat.com> 3.7.6-4
|
* Wed Apr 23 2008 Tomas Smetana <tsmetana@redhat.com> 3.7.6-4
|
||||||
- improve patch for #432330
|
- improve patch for #432330
|
||||||
- fix #437748 - don't forget to close log files
|
- fix #437748 - don't forget to close log files
|
||||||
|
Loading…
Reference in New Issue
Block a user