# HG changeset patch # User Pascal Bellard # Date 1344023040 -7200 # Node ID 1a2778defe0c42d0323718586c1c43e08812452e # Parent 90bf9e9c31cac7dcd0ab845ca08d98c455cac74e logrotate: update bdeps diff -r 90bf9e9c31ca -r 1a2778defe0c logrotate/receipt --- a/logrotate/receipt Fri Aug 03 10:02:57 2012 +0000 +++ b/logrotate/receipt Fri Aug 03 21:44:00 2012 +0200 @@ -8,9 +8,10 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="https://fedorahosted.org/logrotate/" WGET_URL="https://fedorahosted.org/releases/l/o/logrotate/$TARBALL" +CONFIG_FILE="/etc/logrotate.conf" + DEPENDS="popt" -BUILD_DEPENDS="popt-dev" -CONFIG_FILE="/etc/logrotate.conf" +BUILD_DEPENDS="popt-dev wget" # Rules to configure and make the package. compile_rules()