- 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:
Tomáš Chvátal
2017-05-05 11:34:41 +00:00
committed by Git OBS Bridge
parent 40b70d82b5
commit d5825cbb3f
6 changed files with 18 additions and 36 deletions

View File

@@ -465,10 +465,6 @@ popd
%{_libdir}/libdevmapper-event-lvm2*.so
%{_libdir}/libdevmapper-event-lvm2*.so.2.02
##############################################################################
# LVM2 application api library
##############################################################################
%package -n %{applib}
Summary: LVM2 application api library
Group: System/Libraries
@@ -484,10 +480,6 @@ LVM library for applications api
%defattr(-,root,root)
%{_libdir}/liblvm2app.so.*
##############################################################################
# LVM2 command line library
##############################################################################
%package -n %{cmdlib}
Summary: LVM2 command line library
Group: System/Libraries
@@ -504,10 +496,6 @@ lvm devices without invoking a separate program.
%defattr(-,root,root)
%{_libdir}/liblvm2cmd.so.*
##############################################################################
# Development files for LVM2
##############################################################################
%package devel
Summary: Development files for LVM2
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}/liblvm2cmd.so
##############################################################################
# LVM2 Testsuite
##############################################################################
%package testsuite
Summary: LVM2 Testsuite
Group: Development/Libraries/C and C++