Skip to content

Commit

Permalink
Stop owning /usr/bin - this is owned by filesystem rpm
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkmueller committed Apr 15, 2021
1 parent abe9f04 commit dd1438b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 18 deletions.
7 changes: 7 additions & 0 deletions package/yast2-metapackage-handler.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Apr 7 19:16:18 UTC 2021 - Dirk Müller <dmueller@suse.com>

- stop packaging directories owned by filesystem (bsc#1184787)
- spec cleanup
- 4.4.0

-------------------------------------------------------------------
Tue Jul 21 10:57:39 UTC 2020 - Ancor Gonzalez Sosa <ancor@suse.com>

Expand Down
32 changes: 14 additions & 18 deletions package/yast2-metapackage-handler.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# spec file for package yast2-metapackage-handler
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
Expand All @@ -17,38 +17,34 @@


Name: yast2-metapackage-handler
Version: 4.3.0
Version: 4.4.0
Release: 0
Summary: YaST2 - Easy Installation of Add-on RPMs using Metapackages
License: GPL-2.0-or-later
Group: System/YaST
Url: https://github.com/yast/yast-metapackage-handler

URL: https://github.com/yast/yast-metapackage-handler
Source0: %{name}-%{version}.tar.bz2

# should be required by devtools
BuildRequires: pkgconfig
# y2tool
BuildRequires: yast2-devtools >= 3.1.10
# desktop files
BuildRequires: update-desktop-files
BuildRequires: yast2
# ycpc
BuildRequires: yast2-core
BuildRequires: yast2
BuildRequires: yast2-country-data
# y2tool
BuildRequires: yast2-devtools >= 3.1.10
BuildRequires: yast2-packager
BuildRequires: yast2-transfer
# desktop files
BuildRequires: update-desktop-files
BuildRequires: rubygem(%rb_default_ruby_abi:yast-rake)

BuildRequires: rubygem(%{rb_default_ruby_abi}:yast-rake)
# needed at runtime for invoking root mode
Requires: %{_bindir}/xdg-su
Requires: yast2
Requires: yast2-packager
Requires: yast2-transfer
# Language
Requires: yast2-country-data
# needed at runtime for invoking root mode
Requires: /usr/bin/xdg-su
Requires: yast2-packager
Requires: yast2-ruby-bindings >= 1.0.0

Requires: yast2-transfer
BuildArch: noarch

%description
Expand All @@ -68,7 +64,7 @@ with a simple click on a link in a website.
%files
%doc %{yast_docdir}
%license COPYING
%{_bindir}/
%{_bindir}/OneClickInstall*
%{yast_clientdir}
%{yast_moduledir}
%{yast_icondir}
Expand Down

0 comments on commit dd1438b

Please sign in to comment.