diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2016-08-25 05:54:42 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2016-08-25 05:54:42 +0200 |
commit | 2b61d6b5ccec2f5be02081ddde87165959880bd5 (patch) | |
tree | 68afa4e814a23613c3bf65d42e34b37c0ba7dea2 | |
parent | 4b969ccd377f8cc643738135efacebe6761a1068 (diff) | |
download | pcitool-2b61d6b5ccec2f5be02081ddde87165959880bd5.tar.gz pcitool-2b61d6b5ccec2f5be02081ddde87165959880bd5.tar.bz2 pcitool-2b61d6b5ccec2f5be02081ddde87165959880bd5.tar.xz pcitool-2b61d6b5ccec2f5be02081ddde87165959880bd5.zip |
Require uthash-devel instead of uthash
-rw-r--r-- | pcitool.spec.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pcitool.spec.in b/pcitool.spec.in index 645492b..8467519 100644 --- a/pcitool.spec.in +++ b/pcitool.spec.in @@ -18,7 +18,7 @@ Vendor: Institute for Data Processing and Electronics, KIT Packager: Suren A. Chilingaryan <csa@suren.me> Source: ${CPACK_SOURCE_PACKAGE_FILE_NAME}.tar.bz2 URL: http://darksoft.org -BuildRequires: libfastwriter-devel libxml2-devel uthash +BuildRequires: libfastwriter-devel libxml2-devel uthash-devel BuildRequires: python python-devel swig BuildRequires: dkms BuildRequires: doxygen @@ -59,7 +59,7 @@ API exposes 4 API layers. Summary: Development files for pcilib Group: Development/Libraries Requires: libpcilib${PCILIB_ABI_VERSION} = %{version} -Requires: uthash +Requires: uthash-devel %description -n libpcilib-devel Development files for user-space PCI library |