new upstream release
This commit is contained in:
parent
5d6152d4f2
commit
42cc6b26d0
@ -1 +1 @@
|
|||||||
logrotate-3.7.4.tar.gz
|
logrotate-3.7.5.tar.gz
|
||||||
|
@ -1,15 +1,17 @@
|
|||||||
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.5
|
||||||
Release: 13%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source: logrotate-%{PACKAGE_VERSION}.tar.gz
|
# The source for this package was pulled from cvs.
|
||||||
Patch1: logrotate-selinux.patch
|
# Use the following commands to generate the tarball:
|
||||||
Patch2: logrotate-fdLeak.patch
|
# export CVSROOT=:pserver:anonymous@rhlinux.redhat.com:/usr/local/CVS
|
||||||
Patch3: logrotate-sizeOption.patch
|
# cvs login (hit return)
|
||||||
Patch4: logrotate-widecharPath.patch
|
# cvs co logrotate
|
||||||
Patch5: logrotate-errorConfiguration.patch
|
# cd logrotate
|
||||||
|
# make create-archive
|
||||||
|
Source: logrotate-%{version}.tar.gz
|
||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
@ -26,11 +28,6 @@ log files on your system.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1 -b .selinux
|
|
||||||
%patch2 -p1 -b .fdLeak
|
|
||||||
%patch3 -p1 -b .sizeOption
|
|
||||||
%patch4 -p1 -b .widecharPath
|
|
||||||
%patch5 -p1 -b .errorConfiguration
|
|
||||||
|
|
||||||
%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
|
||||||
@ -60,6 +57,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
|
||||||
|
* Thu Mar 01 2007 Peter Vrabec <pvrabec@redhat.com> 3.7.5-1
|
||||||
|
- new upstream release.
|
||||||
|
|
||||||
* Fri Feb 09 2007 Peter Vrabec <pvrabec@redhat.com> 3.7.4-13
|
* Fri Feb 09 2007 Peter Vrabec <pvrabec@redhat.com> 3.7.4-13
|
||||||
- another spec file fixes (#226104)
|
- another spec file fixes (#226104)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user