]> git.pld-linux.org Git - packages/sysstat.git/commitdiff
requires xz due picked up zip program on builders auto/th/sysstat-11.4.3-3
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 21 Aug 2017 11:42:49 +0000 (14:42 +0300)
committerElan Ruusamäe <glen@pld-linux.org>
Mon, 21 Aug 2017 11:47:09 +0000 (14:47 +0300)
AC_CHECK_PROGS(ZIP, xz bzip2 gzip, gzip)

enforce ZIP prog to ensure consistent build

sysstat.spec

index 79acf4ad9587c3283af0db3758bd4b191238d97a..bcfaac22e236ba988701634b76848ae2e378dc93 100644 (file)
@@ -11,7 +11,7 @@ Summary(zh_CN.UTF-8): sar, iostat 等系统监视工具
 # Sysstat 11.2.x (stable version).
 Name:          sysstat
 Version:       11.4.3
-Release:       2
+Release:       3
 License:       GPL v2
 Group:         Applications/System
 Source0:       http://pagesperso-orange.fr/sebastien.godard/%{name}-%{version}.tar.xz
@@ -31,6 +31,7 @@ Requires(post,preun): /sbin/chkconfig
 Requires:      cronjobs
 Requires:      rc-scripts
 Requires:      systemd-units >= 38
+Requires:      xz
 Obsoletes:     iostat
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -73,6 +74,7 @@ sieciowych i innych operacji wejścia/wyjścia.
        cron_owner=root \
        cron_interval=10 \
        sa_lib_dir=%{_libexecdir} \
+       ZIP=%{_bindir}/xz \
        --enable-install-cron \
        --disable-stripping \
        --with-systemdsystemunitdir=%{systemdunitdir}
This page took 0.104538 seconds and 4 git commands to generate.