- add missing dependencies to spec file

This commit is contained in:
Tomas Smetana 2007-09-27 06:26:01 +00:00
parent 6d40892198
commit 55c281b4b1

View File

@ -1,7 +1,7 @@
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.6
Release: 1.1%{?dist} Release: 1.2%{?dist}
License: GPL+ License: GPL+
Group: System Environment/Base Group: System Environment/Base
# The source for this package was pulled from cvs. # The source for this package was pulled from cvs.
@ -12,8 +12,8 @@ Group: System Environment/Base
# cd logrotate # cd logrotate
# make create-archive # make create-archive
Source: logrotate-%{version}.tar.gz Source: logrotate-%{version}.tar.gz
Requires: coreutils >= 5.92 Requires: coreutils >= 5.92 libsepol libselinux popt
BuildRequires: libselinux-devel BuildRequires: libselinux-devel popt
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%description %description
@ -58,6 +58,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 Sep 27 2007 Tomas Smetana <tsmetana@redhat.com> 3.7.6-1.2
- add missing dependencies to spec file
* Thu Aug 23 2007 Tomas Smetana <tsmetana@redhat.com> 3.7.6-1.1 * Thu Aug 23 2007 Tomas Smetana <tsmetana@redhat.com> 3.7.6-1.1
- rebuild - rebuild