From 0d22478eb5dd649ec751eac4af5d73223a887935 Mon Sep 17 00:00:00 2001 From: Michal Schmidt Date: Sun, 22 Jan 2012 20:46:39 +0100 Subject: [PATCH] pkgconfig dependencies are detected automatically by rpmbuild --- systemd.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/systemd.spec b/systemd.spec index 161c5a2..d473930 100644 --- a/systemd.spec +++ b/systemd.spec @@ -84,7 +84,6 @@ work as a drop-in replacement for sysvinit. %package units Group: System Environment/Base Summary: Configuration files, directories and installation tool for systemd -Requires: pkgconfig Requires(post): coreutils Requires(post): gawk @@ -96,7 +95,6 @@ system and service manager. Group: System Environment/Base Summary: Development headers for systemd Requires: %{name} = %{version}-%{release} -Requires: pkgconfig %description devel Development headers and auxiliary files for developing applications for systemd.