Skip to content

Commit

Permalink
spec: Bump satyr dependency to 0.38
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrabovsky committed Jan 17, 2022
1 parent 214a610 commit d78f948
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Removed
- Direct libproxy dependency

### Changed
- Bumped satyr dependency to 0.38

### Fixed
- Memory management issues
- reporter-bugzilla: fix subcomponent handling for RHEL
Expand Down
4 changes: 2 additions & 2 deletions libreport.spec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ BuildRequires: texinfo
BuildRequires: asciidoc
BuildRequires: xmlto
BuildRequires: newt-devel
BuildRequires: satyr-devel >= 0.24
BuildRequires: satyr-devel >= 0.38
BuildRequires: glib2-devel >= %{glib_ver}
BuildRequires: git-core

Expand All @@ -51,7 +51,7 @@ BuildRequires: augeas-devel
BuildRequires: augeas
BuildRequires: libarchive-devel
Requires: libreport-filesystem = %{version}-%{release}
Requires: satyr%{?_isa} >= 0.24
Requires: satyr%{?_isa} >= 0.38
Requires: glib2%{?_isa} >= %{glib_ver}
Requires: libarchive%{?_isa}

Expand Down

0 comments on commit d78f948

Please sign in to comment.