diff options
| author | alee <alee@c9f7a03b-bd48-0410-a16d-cbbf54688b0b> | 2009-01-27 18:44:15 +0000 |
|---|---|---|
| committer | alee <alee@c9f7a03b-bd48-0410-a16d-cbbf54688b0b> | 2009-01-27 18:44:15 +0000 |
| commit | 54caba2ba7ffbfa451a1cc92e0c5096968ff20ba (patch) | |
| tree | 75a364080123332f927d5271642e42b1a0da5ffb | |
| parent | ac54f620fa77ab4bf934a0315170f6b2db1af624 (diff) | |
remove unneeded dependencies for selinux
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@197 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
| -rw-r--r-- | pki/dogtag/selinux/pki-selinux.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pki/dogtag/selinux/pki-selinux.spec b/pki/dogtag/selinux/pki-selinux.spec index 6109cb058..53febbb8d 100644 --- a/pki/dogtag/selinux/pki-selinux.spec +++ b/pki/dogtag/selinux/pki-selinux.spec @@ -115,7 +115,7 @@ BuildRoot: %{_builddir}/%{base_name}-root BuildRequires: ant >= 1.6.2, selinux-policy-devel, m4, make, policycoreutils ## Without Requires something, rpmbuild will abort! -Requires: %{base_prefix}-native-tools >= 1.0.0, perl >= 5.8.0, perl-libwww-perl >= 5.8.0, policycoreutils, libsemanage +Requires: policycoreutils, libsemanage ## This package is non-relocatable! |
