Skip to content
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

Add yast2-users dependency #69

Merged
merged 2 commits into from
Jun 2, 2020
Merged
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
6 changes: 6 additions & 0 deletions package/yast2-ftp-server.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jun 2 14:20:43 UTC 2020 - José Iván López González <jlopez@suse.com>

- Add missing dependency of yast2-users (bsc#1132116).
- 4.1.9

-------------------------------------------------------------------
Thu Oct 3 10:45:18 UTC 2019 - Josef Reidinger <jreidinger@suse.com>

Expand Down
8 changes: 5 additions & 3 deletions package/yast2-ftp-server.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,18 @@


Name: yast2-ftp-server
Version: 4.1.8
Version: 4.1.9
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: %{name}-%{version}.tar.bz2

# Yast2::Systemd::Service
Requires: yast2 >= 4.1.3
Requires: yast2-ruby-bindings >= 1.0.0
# Do not log passwords
Requires: yast2-users >= 4.1.14

BuildRequires: update-desktop-files
# Yast2::Systemd::Service
BuildRequires: yast2 >= 4.1.3
Expand All @@ -34,8 +38,6 @@ BuildRequires: rubygem(%rb_default_ruby_abi:yast-rake)

BuildArch: noarch

Requires: yast2-ruby-bindings >= 1.0.0

Summary: YaST2 - FTP configuration
License: GPL-2.0-only
Group: System/YaST
Expand Down