~ubuntu-branches/ubuntu/lucid/logrotate/lucid-security

« back to all changes in this revision

Viewing changes to logrotate.spec

  • Committer: Bazaar Package Importer
  • Author(s): Paul Martin
  • Date: 2005-09-03 13:37:53 UTC
  • mto: (3.1.1 dapper) (4.3.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20050903133753-0q08foy1sgtzc8op
Tags: upstream-3.7.1
ImportĀ upstreamĀ versionĀ 3.7.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
2
2
%define WITH_SELINUX 1
 
3
BuildRequires: libselinux-devel
3
4
%endif
4
 
 
5
5
Summary: Rotates, compresses, removes and mails system log files.
6
6
Name: logrotate
7
 
Version: 3.7
8
 
Release: 4
 
7
Version: 3.7.1
 
8
Release: 2
9
9
License: GPL
10
10
Group: System Environment/Base
11
11
Source: logrotate-%{PACKAGE_VERSION}.tar.gz
56
56
%attr(0644, root, root) %verify(not size md5 mtime) %config(noreplace) /var/lib/logrotate.status
57
57
 
58
58
%changelog
 
59
* Tue Oct 19 2004 Miloslav Trmac <mitr@redhat.com> - 3.7.1-2
 
60
- Fix sending mails (#131583)
 
61
- Preserve file attributes when compressing files (#121523, original patch by
 
62
  Daniel Himler)
 
63
 
 
64
* Fri Jul 16 2004 Elliot Lee <sopwith@redhat.com> 3.7.1-1
 
65
- Fix #126490 typo
 
66
 
 
67
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
 
68
- rebuilt
 
69
 
 
70
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
 
71
- rebuilt
 
72
 
59
73
* Mon Jan 26 2004 Dan Walsh <dwalsh@redhat.com> 3.6.10-4
60
74
- fix is_selinux_enabled call
61
75