Skip to content

Commit

Permalink
Add missing build require for sqlite; the real pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
felixsch committed Feb 8, 2024
1 parent 25a597c commit 9fbb869
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/rmt.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module RMT
VERSION ||= '2.15'.freeze
VERSION ||= '2.15-pre'.freeze

DEFAULT_USER = '_rmt'.freeze
DEFAULT_GROUP = 'nginx'.freeze
Expand Down
3 changes: 2 additions & 1 deletion package/obs/rmt-server.spec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
%define ruby_version %{rb_default_ruby_suffix}

Name: rmt-server
Version: 2.15
Version: 2.15-pre
Release: 0
Summary: Repository mirroring tool and registration proxy for SCC
License: GPL-2.0-or-later
Expand All @@ -49,6 +49,7 @@ BuildRequires: gcc
BuildRequires: libcurl-devel
BuildRequires: libffi-devel
BuildRequires: libmysqlclient-devel
BuildRequires: sqlite-devel
BuildRequires: libxml2-devel
BuildRequires: libxslt-devel
BuildRequires: pkgconfig(systemd)
Expand Down

0 comments on commit 9fbb869

Please sign in to comment.