Skip to content

Commit

Permalink
tools: Move cockpit-tests conflict to cockpit-ws
Browse files Browse the repository at this point in the history
This makes more sense, as there is an actual file conflict on upgrade:
cockpit-session.{socket,service} moved from -tests to -ws in commit
4dd6685 (release 330).

https://bugs.debian.org/1089220
  • Loading branch information
martinpitt authored and mvollmer committed Dec 9, 2024
1 parent 8f13c7f commit 9bd085e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tools/cockpit.spec
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,6 @@ Provides: cockpit-kdump = %{version}-%{release}
Provides: cockpit-networkmanager = %{version}-%{release}
Provides: cockpit-selinux = %{version}-%{release}
Provides: cockpit-sosreport = %{version}-%{release}
Obsoletes: cockpit-tests < 331
%endif
%if 0%{?fedora}
Recommends: (reportd if abrt)
Expand All @@ -335,6 +334,7 @@ Recommends: system-logos
Suggests: sssd-dbus >= 2.6.2
# for cockpit-desktop
Suggests: python3
Obsoletes: cockpit-tests < 331

# prevent hard python3 dependency for cockpit-desktop, it falls back to other browsers
%global __requires_exclude_from ^%{_libexecdir}/cockpit-client$
Expand Down
4 changes: 2 additions & 2 deletions tools/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,6 @@ Provides: cockpit-shell,
cockpit-tuned,
cockpit-users
Suggests: lastlog2
Conflicts: cockpit-tests (<< 331)
Replaces: cockpit-tests (<< 331)
Description: Cockpit admin interface for a system
Cockpit admin interface package for configuring and
troubleshooting a system.
Expand All @@ -148,6 +146,8 @@ Depends: ${misc:Depends},
libnss-systemd,
Suggests: sssd-dbus (>= 2.6.2),
python3,
Conflicts: cockpit-tests (<< 331)
Replaces: cockpit-tests (<< 331)
Description: Cockpit Web Service
The Cockpit Web Service listens on the network, and authenticates
users.
Expand Down

0 comments on commit 9bd085e

Please sign in to comment.