Accepting request 1108173 from home:luc14n0:branches:Base:System
Obsolete libudisks2-0_bcache and libudisks2-0_zram dropped modules. And drop %{?systemd_requires} unnecessary macro. OBS-URL: https://build.opensuse.org/request/show/1108173 OBS-URL: https://build.opensuse.org/package/show/Base:System/udisks2?expand=0&rev=101
This commit is contained in:
parent
50750de89a
commit
e01612e541
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 29 20:28:56 UTC 2023 - Luciano Santos <luc14n0@opensuse.org>
|
||||||
|
|
||||||
|
- Add Obsoletes tags for libudisks2-0_bcache and libudisks2-0_zram
|
||||||
|
modules, dropped on latest version bump, so they get removed from
|
||||||
|
end users' systems upon system upgrade.
|
||||||
|
- Drop unnecessary/discouraged %{?systemd_requires} from spec file.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 16 23:33:19 UTC 2023 - Luciano Santos <luc14n0@opensuse.org>
|
Wed Aug 16 23:33:19 UTC 2023 - Luciano Santos <luc14n0@opensuse.org>
|
||||||
|
|
||||||
|
15
udisks2.spec
15
udisks2.spec
@ -28,6 +28,11 @@ Group: System/Daemons
|
|||||||
URL: https://github.com/storaged-project/udisks
|
URL: https://github.com/storaged-project/udisks
|
||||||
Source0: %{url}/releases/download/udisks-%{version}/udisks-%{version}.tar.bz2
|
Source0: %{url}/releases/download/udisks-%{version}/udisks-%{version}.tar.bz2
|
||||||
|
|
||||||
|
# Upstream First - Policy:
|
||||||
|
# Never add any patches to this package without the upstream commit id
|
||||||
|
# in the patch. Any patches added here without a very good reason to make
|
||||||
|
# an exception will be silently removed with the next version update.
|
||||||
|
|
||||||
Patch0: harden_udisks2.service.patch
|
Patch0: harden_udisks2.service.patch
|
||||||
|
|
||||||
BuildRequires: chrpath
|
BuildRequires: chrpath
|
||||||
@ -90,13 +95,11 @@ Requires: util-linux
|
|||||||
Requires: xfsprogs
|
Requires: xfsprogs
|
||||||
|
|
||||||
Recommends: libudisks2-%{soversion}_btrfs
|
Recommends: libudisks2-%{soversion}_btrfs
|
||||||
# Add Obsoletes to ease removal of deprecated standalone vdo module
|
|
||||||
|
# Drop deprecated modules from end users' systems upon system upgrade
|
||||||
Obsoletes: libudisks2-0_vdo <= 2.9.4
|
Obsoletes: libudisks2-0_vdo <= 2.9.4
|
||||||
%{?systemd_requires}
|
Obsoletes: libudisks2-0_bcache < 2.10
|
||||||
# Upstream First - Policy:
|
Obsoletes: libudisks2-0_zram < 2.10
|
||||||
# Never add any patches to this package without the upstream commit id
|
|
||||||
# in the patch. Any patches added here without a very good reason to make
|
|
||||||
# an exception will be silently removed with the next version update.
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The Udisks project provides a daemon, tools and libraries to access and
|
The Udisks project provides a daemon, tools and libraries to access and
|
||||||
|
Loading…
Reference in New Issue
Block a user