new upstream version 3.8.3
This commit is contained in:
parent
fefe773158
commit
7a44a6767a
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ logrotate-3.7.9.tar.gz
|
|||||||
/logrotate-3.8.0.tar.gz
|
/logrotate-3.8.0.tar.gz
|
||||||
/logrotate-3.8.1.tar.gz
|
/logrotate-3.8.1.tar.gz
|
||||||
/logrotate-3.8.2.tar.gz
|
/logrotate-3.8.2.tar.gz
|
||||||
|
/logrotate-3.8.3.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: Rotates, compresses, removes and mails system log files
|
Summary: Rotates, compresses, removes and mails system log files
|
||||||
Name: logrotate
|
Name: logrotate
|
||||||
Version: 3.8.2
|
Version: 3.8.3
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPL+
|
License: GPL+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -8,7 +8,7 @@ Url: https://fedorahosted.org/logrotate/
|
|||||||
Source: https://fedorahosted.org/releases/l/o/logrotate/logrotate-%{version}.tar.gz
|
Source: https://fedorahosted.org/releases/l/o/logrotate/logrotate-%{version}.tar.gz
|
||||||
|
|
||||||
Requires: coreutils >= 5.92 popt
|
Requires: coreutils >= 5.92 popt
|
||||||
BuildRequires: libselinux-devel popt-devel libacl-devel
|
BuildRequires: libselinux-devel popt-devel libacl-devel acl
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -57,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 Oct 04 2012 Jan Kaluza <jkaluza@redhat.com> 3.8.3-1
|
||||||
|
- new upstream version 3.8.3
|
||||||
|
|
||||||
* Thu Jul 19 2012 Jan Kaluza <jkaluza@redhat.com> 3.8.2-1
|
* Thu Jul 19 2012 Jan Kaluza <jkaluza@redhat.com> 3.8.2-1
|
||||||
- new upstream version 3.8.2
|
- new upstream version 3.8.2
|
||||||
- tests are enabled during build
|
- tests are enabled during build
|
||||||
|
Loading…
Reference in New Issue
Block a user