new upstream version 3.8.2

- tests are enabled during build
This commit is contained in:
Jan Kaluza 2012-08-01 13:27:04 +02:00
parent 3f383c1427
commit fefe773158
3 changed files with 12 additions and 8 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
logrotate-3.7.9.tar.gz 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

View File

@ -1,15 +1,13 @@
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.1 Version: 3.8.2
Release: 4%{?dist} Release: 1%{?dist}
License: GPL+ License: GPL+
Group: System Environment/Base Group: System Environment/Base
Url: https://fedorahosted.org/logrotate/ 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
Patch1: logrotate-3.8.1-man.patch
Patch2: logrotate-3.8.1-syntax-check.patch
Requires: coreutils >= 5.92 libsepol libselinux popt libacl Requires: coreutils >= 5.92 popt
BuildRequires: libselinux-devel popt-devel libacl-devel BuildRequires: libselinux-devel popt-devel libacl-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -26,12 +24,13 @@ log files on your system.
%prep %prep
%setup -q %setup -q
%patch1 -b .man
%patch2 -p1 -b .syntax-check
%build %build
make %{?_smp_mflags} RPM_OPT_FLAGS="$RPM_OPT_FLAGS" WITH_SELINUX=yes WITH_ACL=yes make %{?_smp_mflags} RPM_OPT_FLAGS="$RPM_OPT_FLAGS" WITH_SELINUX=yes WITH_ACL=yes
%check
make test
%install %install
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
make PREFIX=$RPM_BUILD_ROOT MANDIR=%{_mandir} install make PREFIX=$RPM_BUILD_ROOT MANDIR=%{_mandir} install
@ -58,6 +57,10 @@ 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 Jul 19 2012 Jan Kaluza <jkaluza@redhat.com> 3.8.2-1
- new upstream version 3.8.2
- tests are enabled during build
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.8.1-4 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.8.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

View File

@ -1 +1 @@
bd2e20d8dc644291b08f9215397d28a5 logrotate-3.8.1.tar.gz ddd4dcf28c38b3ac6bc6ff4e0148308a logrotate-3.8.2.tar.gz