Author: glen Date: Tue Oct 5 11:21:29 2010 GMT Module: packages Tag: HEAD ---- Log message: - blah, check_nagios install broken, expects libtool, but uses plain install; rel 5
---- Files affected: packages/bacula: bacula.spec (1.156 -> 1.157) ---- Diffs: ================================================================ Index: packages/bacula/bacula.spec diff -u packages/bacula/bacula.spec:1.156 packages/bacula/bacula.spec:1.157 --- packages/bacula/bacula.spec:1.156 Mon Oct 4 16:35:02 2010 +++ packages/bacula/bacula.spec Tue Oct 5 13:21:24 2010 @@ -28,7 +28,7 @@ Summary(pl.UTF-8): Bacula - rozwiązanie do wykonywania kopii zapasowych po sieci Name: bacula Version: 5.0.3 -Release: 4 +Release: 5 License: extended GPL v2 Group: Networking/Utilities Source0: http://downloads.sourceforge.net/bacula/%{name}-%{version}.tar.gz @@ -666,6 +666,7 @@ install -d $RPM_BUILD_ROOT%{nagiosplugindir} %{__make} -C examples/nagios/check_bacula install \ sbindir=%{nagiosplugindir} \ + INSTALL_PROGRAM="libtool --mode=install install -p" \ DESTDIR=$RPM_BUILD_ROOT %endif @@ -1054,6 +1055,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.157 2010/10/05 11:21:24 glen +- blah, check_nagios install broken, expects libtool, but uses plain install; rel 5 + Revision 1.156 2010/10/04 14:35:02 glen - plain file for ghost (see also r1.131) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/bacula/bacula.spec?r1=1.156&r2=1.157&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
