- Remove block comments that break scriptlets
* warning: %postun(libdevmapper1_03-1.02.137-5.1.x86_64) scriptlet failed, exit status 1 - Remove block comments that break scriptlets * warning: %postun(libdevmapper1_03-1.02.137-5.1.x86_64) scriptlet failed, exit status 1 - Remove block comments that break scriptlets * warning: %postun(libdevmapper1_03-1.02.137-5.1.x86_64) scriptlet failed, exit status 1 OBS-URL: https://build.opensuse.org/package/show/Base:System/lvm2?expand=0&rev=183
This commit is contained in:
parent
40b70d82b5
commit
d5825cbb3f
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 5 11:33:28 UTC 2017 - tchvatal@suse.com
|
||||||
|
|
||||||
|
- Remove comments breaking scriptlets:
|
||||||
|
* warning: %postun(libdevmapper1_03-1.02.137-5.1.x86_64) scriptlet failed
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 3 09:01:42 UTC 2017 - zren@suse.com
|
Wed May 3 09:01:42 UTC 2017 - zren@suse.com
|
||||||
|
|
||||||
|
@ -227,10 +227,6 @@ ln -s %{_sbindir}/dmsetup %{buildroot}/sbin/dmsetup
|
|||||||
%{_sbindir}/rcdm-event
|
%{_sbindir}/rcdm-event
|
||||||
%{_unitdir}/dm-event.service
|
%{_unitdir}/dm-event.service
|
||||||
|
|
||||||
##############################################################################
|
|
||||||
# Library for device-mapper
|
|
||||||
##############################################################################
|
|
||||||
|
|
||||||
%package -n %{libname}
|
%package -n %{libname}
|
||||||
Summary: Library for device-mapper
|
Summary: Library for device-mapper
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -247,10 +243,6 @@ Device mapper main shared library
|
|||||||
%post -n %{libname} -p /sbin/ldconfig
|
%post -n %{libname} -p /sbin/ldconfig
|
||||||
%postun -n %{libname} -p /sbin/ldconfig
|
%postun -n %{libname} -p /sbin/ldconfig
|
||||||
|
|
||||||
##############################################################################
|
|
||||||
# Event library for device-mapper
|
|
||||||
##############################################################################
|
|
||||||
|
|
||||||
%package -n %{libname_event}
|
%package -n %{libname_event}
|
||||||
Summary: Event library for device-mapper
|
Summary: Event library for device-mapper
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -267,10 +259,6 @@ Device mapper event daemon shared library
|
|||||||
%post -n %{libname_event} -p /sbin/ldconfig
|
%post -n %{libname_event} -p /sbin/ldconfig
|
||||||
%postun -n %{libname_event} -p /sbin/ldconfig
|
%postun -n %{libname_event} -p /sbin/ldconfig
|
||||||
|
|
||||||
##############################################################################
|
|
||||||
# Development package for the device mapper
|
|
||||||
##############################################################################
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development package for the device mapper
|
Summary: Development package for the device mapper
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 5 11:33:28 UTC 2017 - tchvatal@suse.com
|
||||||
|
|
||||||
|
- Remove comments breaking scriptlets:
|
||||||
|
* warning: %postun(libdevmapper1_03-1.02.137-5.1.x86_64) scriptlet failed
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 3 09:01:42 UTC 2017 - zren@suse.com
|
Wed May 3 09:01:42 UTC 2017 - zren@suse.com
|
||||||
|
|
||||||
|
@ -236,10 +236,6 @@ rm %{buildroot}%{_unitdir}/lvm2-pvscan@.service
|
|||||||
%{_libexecdir}/systemd/lvm2-cluster-activation
|
%{_libexecdir}/systemd/lvm2-cluster-activation
|
||||||
%{_mandir}/man8/clvmd.8%{ext_man}
|
%{_mandir}/man8/clvmd.8%{ext_man}
|
||||||
|
|
||||||
##############################################################################
|
|
||||||
# Clustered RAID 1 support using device-mapper and corosync
|
|
||||||
##############################################################################
|
|
||||||
|
|
||||||
%package -n lvm2-cmirrord
|
%package -n lvm2-cmirrord
|
||||||
Summary: Clustered RAID 1 support using device-mapper and corosync
|
Summary: Clustered RAID 1 support using device-mapper and corosync
|
||||||
Group: Productivity/Clustering/HA
|
Group: Productivity/Clustering/HA
|
||||||
@ -259,10 +255,6 @@ A daemon for using LVM2 Logival Volumes in a clustered environment.
|
|||||||
%{_sbindir}/rclvm2-cmirrord
|
%{_sbindir}/rclvm2-cmirrord
|
||||||
%{_mandir}/man8/cmirrord.8%{ext_man}
|
%{_mandir}/man8/cmirrord.8%{ext_man}
|
||||||
|
|
||||||
##############################################################################
|
|
||||||
# LVM locking daemon
|
|
||||||
##############################################################################
|
|
||||||
|
|
||||||
%package -n lvm2-lockd
|
%package -n lvm2-lockd
|
||||||
Summary: LVM locking daemon
|
Summary: LVM locking daemon
|
||||||
Group: Productivity/Clustering/HA
|
Group: Productivity/Clustering/HA
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 5 11:33:28 UTC 2017 - tchvatal@suse.com
|
||||||
|
|
||||||
|
- Remove comments breaking scriptlets:
|
||||||
|
* warning: %postun(libdevmapper1_03-1.02.137-5.1.x86_64) scriptlet failed
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 3 09:01:42 UTC 2017 - zren@suse.com
|
Wed May 3 09:01:42 UTC 2017 - zren@suse.com
|
||||||
|
|
||||||
|
16
lvm2.spec
16
lvm2.spec
@ -465,10 +465,6 @@ popd
|
|||||||
%{_libdir}/libdevmapper-event-lvm2*.so
|
%{_libdir}/libdevmapper-event-lvm2*.so
|
||||||
%{_libdir}/libdevmapper-event-lvm2*.so.2.02
|
%{_libdir}/libdevmapper-event-lvm2*.so.2.02
|
||||||
|
|
||||||
##############################################################################
|
|
||||||
# LVM2 application api library
|
|
||||||
##############################################################################
|
|
||||||
|
|
||||||
%package -n %{applib}
|
%package -n %{applib}
|
||||||
Summary: LVM2 application api library
|
Summary: LVM2 application api library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -484,10 +480,6 @@ LVM library for applications api
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/liblvm2app.so.*
|
%{_libdir}/liblvm2app.so.*
|
||||||
|
|
||||||
##############################################################################
|
|
||||||
# LVM2 command line library
|
|
||||||
##############################################################################
|
|
||||||
|
|
||||||
%package -n %{cmdlib}
|
%package -n %{cmdlib}
|
||||||
Summary: LVM2 command line library
|
Summary: LVM2 command line library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -504,10 +496,6 @@ lvm devices without invoking a separate program.
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/liblvm2cmd.so.*
|
%{_libdir}/liblvm2cmd.so.*
|
||||||
|
|
||||||
##############################################################################
|
|
||||||
# Development files for LVM2
|
|
||||||
##############################################################################
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for LVM2
|
Summary: Development files for LVM2
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
@ -527,10 +515,6 @@ This package provides development files for the LVM2 Logical Volume Manager.
|
|||||||
%{_libdir}/liblvm2app.so
|
%{_libdir}/liblvm2app.so
|
||||||
%{_libdir}/liblvm2cmd.so
|
%{_libdir}/liblvm2cmd.so
|
||||||
|
|
||||||
##############################################################################
|
|
||||||
# LVM2 Testsuite
|
|
||||||
##############################################################################
|
|
||||||
|
|
||||||
%package testsuite
|
%package testsuite
|
||||||
Summary: LVM2 Testsuite
|
Summary: LVM2 Testsuite
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
|
Loading…
x
Reference in New Issue
Block a user