Accepting request 971617 from devel:libraries:c_c++

- Fix inverted basepackage condition

OBS-URL: https://build.opensuse.org/request/show/971617
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libvpd?expand=0&rev=2
This commit is contained in:
2022-04-21 13:42:47 +00:00
committed by Git OBS Bridge
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Apr 21 09:10:00 UTC 2022 - Michal Suchanek <msuchanek@suse.com>
- Fix inverted basepackage condition
-------------------------------------------------------------------
Wed Apr 20 11:53:57 UTC 2022 - Michal Suchanek <msuchanek@suse.com>

View File

@@ -21,7 +21,7 @@
# versions before 15.2 cannot have a package that obsoletes libvpd2
# to be able to migrate to 15.2 which has lsvpd that requires libvpd2
# let libvpd2 provide the udev rules instead
%define basepackage ( 0%{?sle_version} && 0%{?sle_version} <= 150200 )
%define basepackage ( ! 0%{?sle_version} || 0%{?sle_version} >= 150200 )
Name: libvpd
Version: 2.2.9