ppisar pushed to perl-Web-Scraper (master). "Correct dependency on ps tool (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Tue Sep 29 15:34:51 UTC 2015


From 43b7126342776a3b2e4e09ce8d208b03e5de76d5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar at redhat.com>
Date: Tue, 29 Sep 2015 17:30:05 +0200
Subject: Correct dependency on ps tool

procps-ng package delivers /usr/bin/ps. Thus build-requiring /bin/ps
is wrong.

diff --git a/perl-Web-Scraper.spec b/perl-Web-Scraper.spec
index da59670..ffa960f 100644
--- a/perl-Web-Scraper.spec
+++ b/perl-Web-Scraper.spec
@@ -7,7 +7,7 @@
 
 Name:           perl-Web-Scraper
 Version:        0.38
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Web Scraping Toolkit using HTML and CSS Selectors or XPath expressions
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -39,7 +39,7 @@ BuildRequires:  perl(YAML)
 BuildRequires:  perl(strict)
 
 # Required by the testsuite
-BuildRequires:  /bin/ps
+BuildRequires:  %{_bindir}/ps
 
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
@@ -85,6 +85,9 @@ LEAK_TEST=1 %{?with_live_test:LIVE_TEST=1} ./Build test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Sep 29 2015 Petr Pisar <ppisar at redhat.com> - 0.38-4
+- Correct dependency on ps tool
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.38-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-Web-Scraper.git/commit/?h=master&id=43b7126342776a3b2e4e09ce8d208b03e5de76d5


More information about the perl-devel mailing list