Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Dependency Error libfastjson4. #49

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion rpmbuild/SPECS/libfastjson4.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Name: libfastjson4
Version: 0.99.8
Release: 1%{?dist}
Release: 2%{?dist}
Provides: libfastjson4 = %{version}-%{release}
Obsoletes: libfastjson <= 0.99.6
Summary: A JSON implementation in C
Expand All @@ -27,6 +27,7 @@ Summary: Development headers and library for json-c
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: pkgconfig
Obsoletes: libfastjson-devel <= 0.99.6

%description devel
This package contains the development headers and library for libfastjson.
Expand Down Expand Up @@ -98,6 +99,11 @@ rm -rf %{buildroot}
#%doc doc/html/*

%changelog
* Tue Sep 11 2018 monobaila <[email protected]> - 0.99.8-2
- Add obsoletes parameter to development package to fix dependency error
when libfastjson upgrades to libfastjson4 without instruction to remove
libfastjson-devel.

* Mon Dec 18 2017 Florian Riedl <[email protected]> - 0.99.8-1
- New RPM for libfastjson4 0.99.8

Expand Down