Skip to content

Commit

Permalink
Merge 706f5dc into dfc8c76
Browse files Browse the repository at this point in the history
  • Loading branch information
DimStar77 committed Jan 16, 2020
2 parents dfc8c76 + 706f5dc commit 8c8a2c0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 12 deletions.
6 changes: 6 additions & 0 deletions package/yast2-alternatives.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jun 13 12:04:01 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>

- Clean spec file using spec-cleaner (main goal: use %license)
- 4.2.3

-------------------------------------------------------------------
Mon Aug 26 09:17:13 CEST 2019 - schubi@suse.de

Expand Down
24 changes: 12 additions & 12 deletions package/yast2-alternatives.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# spec file for package yast2-alternatives
#
# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
Expand All @@ -15,24 +15,22 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#


Name: yast2-alternatives
Version: 4.2.2
Version: 4.2.3
Release: 0
License: GPL-2.0
Summary: YaST2 - Manage Update-alternatives switching
Url: https://github.com/yast/yast-alternatives
Group: System/Yast

License: GPL-2.0-only
Group: System/YaST
URL: https://github.com/yast/yast-alternatives
Source0: %{name}-%{version}.tar.bz2

BuildRequires: yast2
BuildRequires: yast2-devtools >= 4.2.2
BuildRequires: yast2-ruby-bindings
# For install
BuildRequires: rubygem(%{rb_default_ruby_abi}:yast-rake)
# For test
BuildRequires: rubygem(%{rb_default_ruby_abi}:rspec)
BuildRequires: update-desktop-files
BuildRequires: rubygem(rspec)
# For install
BuildRequires: rubygem(yast-rake)

%description
A YaST2 module to manage update alternatives switching
Expand All @@ -55,5 +53,7 @@ A YaST2 module to manage update alternatives switching
%{yast_desktopdir}
%{yast_metainfodir}
%{yast_icondir}
%doc COPYING
%license COPYING
%doc README.md

%changelog

0 comments on commit 8c8a2c0

Please sign in to comment.