Accepting request 971353 from home:michals
- Fix inverted basepackage condition OBS-URL: https://build.opensuse.org/request/show/971353 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libvpd?expand=0&rev=7
This commit is contained in:
@@ -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>
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user