Accepting request 394993 from home:scarabeus_iv:branches:Base:System
- Add conflicts on unsplit packages to allow smooth upgrade path Also do the conflict properly in baselibs.conf - Add dependencies to the devel pacakge in baselibs.conf - Add conflicts on unsplit packages to allow smooth upgrade path Also do the conflict properly in baselibs.conf - Add dependencies to the devel pacakge in baselibs.conf - Add conflicts on unsplit packages to allow smooth upgrade path Also do the conflict properly in baselibs.conf - Add dependencies to the devel pacakge in baselibs.conf OBS-URL: https://build.opensuse.org/request/show/394993 OBS-URL: https://build.opensuse.org/package/show/Base:System/lvm2?expand=0&rev=151
This commit is contained in:
parent
8ac4ae703b
commit
d3abef8d85
@ -1,3 +1,7 @@
|
||||
libdevmapper1_03
|
||||
conflicts "device-mapper-<targettype> < <version>"
|
||||
libdevmapper-event1_03
|
||||
conflicts "device-mapper-<targettype> < <version>"
|
||||
device-mapper-devel
|
||||
requires "libdevmapper1_03-<targettype> = <version>"
|
||||
requires "libdevmapper-event1_03-<targettype> = <version>"
|
||||
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 12 08:12:54 UTC 2016 - tchvatal@suse.com
|
||||
|
||||
- Add conflicts on unsplit packages to allow smooth upgrade path
|
||||
Also do the conflict properly in baselibs.conf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 11 07:54:19 UTC 2016 - tchvatal@suse.com
|
||||
|
||||
- Add dependencies to the devel pacakge in baselibs.conf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 4 10:36:40 UTC 2016 - tchvatal@suse.com
|
||||
|
||||
|
@ -91,6 +91,7 @@ Programs and man pages for configuring and using the device mapper.
|
||||
%package -n %{libname}
|
||||
Summary: Library for device-mapper
|
||||
Group: System/Libraries
|
||||
Conflicts: %{name} < %{version}
|
||||
|
||||
%description -n %{libname}
|
||||
Device mapper main shared library
|
||||
@ -98,6 +99,7 @@ Device mapper main shared library
|
||||
%package -n %{libname_event}
|
||||
Summary: Event library for device-mapper
|
||||
Group: System/Libraries
|
||||
Conflicts: %{name} < %{version}
|
||||
|
||||
%description -n %{libname_event}
|
||||
Device mapper event daemon shared library
|
||||
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 12 08:12:54 UTC 2016 - tchvatal@suse.com
|
||||
|
||||
- Add conflicts on unsplit packages to allow smooth upgrade path
|
||||
Also do the conflict properly in baselibs.conf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 11 07:54:19 UTC 2016 - tchvatal@suse.com
|
||||
|
||||
- Add dependencies to the devel pacakge in baselibs.conf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 4 10:36:40 UTC 2016 - tchvatal@suse.com
|
||||
|
||||
|
11
lvm2.changes
11
lvm2.changes
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 12 08:12:54 UTC 2016 - tchvatal@suse.com
|
||||
|
||||
- Add conflicts on unsplit packages to allow smooth upgrade path
|
||||
Also do the conflict properly in baselibs.conf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 11 07:54:19 UTC 2016 - tchvatal@suse.com
|
||||
|
||||
- Add dependencies to the devel pacakge in baselibs.conf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 4 10:36:40 UTC 2016 - tchvatal@suse.com
|
||||
|
||||
|
@ -98,6 +98,7 @@ Volume Manager.
|
||||
%package -n %{applib}
|
||||
Summary: LVM2 application api library
|
||||
Group: System/Libraries
|
||||
Conflicts: %{name} < %{version}
|
||||
|
||||
%description -n %{applib}
|
||||
LVM library for applications api
|
||||
@ -105,6 +106,7 @@ LVM library for applications api
|
||||
%package -n %{cmdlib}
|
||||
Summary: LVM2 command line library
|
||||
Group: System/Libraries
|
||||
Conflicts: %{name} < %{version}
|
||||
|
||||
%description -n %{cmdlib}
|
||||
The lvm2 command line library allows building programs that manage
|
||||
|
Loading…
Reference in New Issue
Block a user