diff --git a/logrotate.changes b/logrotate.changes index e723853..5cf7409 100644 --- a/logrotate.changes +++ b/logrotate.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Apr 16 08:23:18 UTC 2013 - mmeister@suse.com + +- Added url as source. + Please see http://en.opensuse.org/SourceUrls + ------------------------------------------------------------------- Fri Sep 30 15:34:40 UTC 2011 - uli@suse.com diff --git a/logrotate.spec b/logrotate.spec index 2196b0b..cf18cbf 100644 --- a/logrotate.spec +++ b/logrotate.spec @@ -1,7 +1,7 @@ # # spec file for package logrotate # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,11 +20,11 @@ Url: https://fedorahosted.org/releases/l/o/logrotate Name: logrotate Version: 3.8.1 -Release: 1 -License: GPLv2+ +Release: 0 Summary: Rotate, compress, remove, and mail system log files +License: GPL-2.0+ Group: System/Base -Source: %{name}-%{version}.tar.gz +Source: https://fedorahosted.org/releases/l/o/%{name}/%{name}-%{version}.tar.gz Source100: %{name}-rpmlintrc Patch0: logrotate-3.7.8-suse.patch Patch1: logrotate-3.7.8-conf.patch @@ -38,8 +38,8 @@ BuildRequires: popt-devel PreReq: %fillup_prereq PreReq: /bin/mv PreReq: /bin/rm -Requires: xz Requires: cron +Requires: xz BuildRoot: %{_tmppath}/%{name}-%{version}-build %description