Skip to content

Fix dependencies: move yui_backend to the correct RPM #144

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

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
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
9 changes: 9 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,12 @@
# MIT license
#++
require "libyui/rake"

Libyui::Tasks.configuration do |conf|
include Libyui::Tasks::Helpers

conf.skip_license_check << /^Makefile\.repo$/
conf.skip_license_check << /^src\/.*\.h\.in$/
conf.skip_license_check << /^src\/icons\/.*\.svg$/
conf.skip_license_check << /CMakeLists\.txt$/
end
2 changes: 1 addition & 1 deletion VERSION.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SET(VERSION_MAJOR "2")
SET(VERSION_MINOR "56")
SET(VERSION_PATCH "4")
SET(VERSION_PATCH "5")
SET( VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${GIT_SHA1_VERSION}" )

##### This is needed for the libyui-qt core ONLY.
Expand Down
2 changes: 1 addition & 1 deletion package/libyui-qt-doc.spec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

Name: %{parent}-doc
# DO NOT manually bump the version here; instead, use rake version:bump
Version: 2.56.4
Version: 2.56.5
Release: 0
Source: %{parent}-%{version}.tar.bz2

Expand Down
6 changes: 6 additions & 0 deletions package/libyui-qt.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jan 28 12:29:33 UTC 2021 - Martin Vidner <[email protected]>

- Fix dependencies: move yui_backend to the correct RPM (bsc#FIXME)
- 2.56.5

-------------------------------------------------------------------
Tue Dec 1 13:03:25 UTC 2020 - José Iván López González <[email protected]>

Expand Down
4 changes: 2 additions & 2 deletions package/libyui-qt.spec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

Name: libyui-qt
# DO NOT manually bump the version here; instead, use rake version:bump
Version: 2.56.4
Version: 2.56.5
Release: 0
Source: %{name}-%{version}.tar.bz2

Expand All @@ -39,7 +39,6 @@ BuildRequires: pkgconfig(Qt5Widgets)
BuildRequires: pkgconfig(Qt5Svg)
BuildRequires: pkgconfig(Qt5X11Extras)
BuildRequires: pkgconfig(Qt5Svg)
Provides: yui_backend = %{so_version}

Url: http://github.com/libyui/
Summary: Libyui - Qt User Interface
Expand All @@ -54,6 +53,7 @@ component for libYUI.
%package -n %{bin_name}

Requires: libyui%{so_version}
Provides: yui_backend = %{so_version}
Provides: %{name} = %{version}
Provides: yast2-qt = %{version}
Obsoletes: yast2-qt < 2.51.0
Expand Down