[libpsl/f22] Correct the deps.

Christopher Meng cicku at fedoraproject.org
Sun Feb 15 07:24:41 UTC 2015


commit 774677f0290d13676f709c42c5baab2df9844a41
Author: Christopher Meng <i at cicku.me>
Date:   Sun Feb 15 15:23:08 2015 +0800

    Correct the deps.

 libpsl.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/libpsl.spec b/libpsl.spec
index bdba459..d6bafbe 100644
--- a/libpsl.spec
+++ b/libpsl.spec
@@ -1,6 +1,6 @@
 Name:           libpsl
 Version:        0.7.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        C library for the Publix Suffix List
 License:        MIT
 URL:            https://rockdaboot.github.io/libpsl
@@ -14,7 +14,6 @@ BuildRequires:  libicu-devel
 BuildRequires:  libtool
 BuildRequires:  libxslt
 BuildRequires:  publicsuffix-list
-Requires:       publicsuffix-list
 
 %description
 libpsl is a C library to handle the Public Suffix List. A "public suffix" is a
@@ -42,6 +41,7 @@ Libpsl...
 %package        devel
 Summary:        Development files for %{name}
 Requires:       %{name}%{?_isa} = %{version}-%{release}
+Requires:       publicsuffix-list
 
 %description    devel
 This package contains libraries and header files for
@@ -109,6 +109,9 @@ make check
 %{_bindir}/psl
 
 %changelog
+* Sun Feb 15 2015 Christopher Meng <rpm at cicku.me> - 0.7.0-2
+- Correct the dependency
+
 * Mon Feb 02 2015 Christopher Meng <rpm at cicku.me> - 0.7.0-1
 - Update to 0.7.0
 


More information about the scm-commits mailing list