Correct the static package's dependency
The static package should depend on the devel package to ensure that the headers required to use it are installed. It should not depend on the dynamically-linked library.
This commit is contained in:
parent
b14f3a8340
commit
c922560632
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
Name: hivex
|
Name: hivex
|
||||||
Version: 1.3.20
|
Version: 1.3.20
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
Summary: Read and write Windows Registry binary hive files
|
Summary: Read and write Windows Registry binary hive files
|
||||||
|
|
||||||
License: LGPLv2
|
License: LGPLv2
|
||||||
@ -128,7 +128,7 @@ for %{name}.
|
|||||||
%if !0%{?rhel}
|
%if !0%{?rhel}
|
||||||
%package static
|
%package static
|
||||||
Summary: Statically linked library for %{name}
|
Summary: Statically linked library for %{name}
|
||||||
Requires: %{name}-libs = %{version}-%{release}
|
Requires: %{name}-devel = %{version}-%{release}
|
||||||
|
|
||||||
|
|
||||||
%description static
|
%description static
|
||||||
@ -323,6 +323,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 14 2021 Matt Coleman <matt@datto.com> - 1.3.20-7
|
||||||
|
- Correct the static package's dependency
|
||||||
|
|
||||||
* Fri Jun 11 2021 Matt Coleman <matt@datto.com> - 1.3.20-6
|
* Fri Jun 11 2021 Matt Coleman <matt@datto.com> - 1.3.20-6
|
||||||
- Move the library into a separate package: hivex-libs
|
- Move the library into a separate package: hivex-libs
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user