Fix the -devel subpackage dependency on the main package.

This commit is contained in:
Jerry James 2020-06-24 08:32:45 -06:00
parent 39ec9fec7e
commit 844fb35d68
1 changed files with 5 additions and 2 deletions

View File

@ -4,7 +4,7 @@
Name: ocaml-%{srcname}
Version: 0.13.0
Epoch: 1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Read and write OCaml values in a type-safe binary protocol
# The project as a whole is MIT, but code in the src subdirectory is BSD.
@ -37,7 +37,7 @@ substantial increase in memory footprint when they are read back in.
%package devel
Summary: Development files for %{name}
Requires: %{name} = %{version}-%{release}
Requires: %{name} = 1:%{version}-%{release}
%description devel
The %{name}-devel package contains libraries and signature files
@ -104,6 +104,9 @@ find %{buildroot}%{_libdir}/ocaml -name \*.cmxs -exec chmod 0755 {} \+
%{_libdir}/ocaml/%{upname}/*/*.mli
%changelog
* Wed Jun 24 2020 Jerry James <loganjerry@gmail.com> - 1:0.13.0-2
- Fix the -devel subpackage dependency on the main package
* Mon Jun 15 2020 Jerry James <loganjerry@gmail.com> - 1:0.13.0-1
- Version 0.13.0
- Add Epoch to deal with new version numbering scheme