Accepting request 1030876 from security:forensics
OBS-URL: https://build.opensuse.org/request/show/1030876 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libewf?expand=0&rev=21
This commit is contained in:
commit
9c21be05c3
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 24 08:16:38 UTC 2022 - Ludwig Nussel <lnussel@suse.de>
|
||||||
|
|
||||||
|
- UsrMerge (boo#1191067)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 8 11:37:44 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
Mon Aug 8 11:37:44 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -134,8 +134,8 @@ echo "V_%version { global: *; };" >v.sym
|
|||||||
%install
|
%install
|
||||||
mv %_builddir/rt/* %buildroot/
|
mv %_builddir/rt/* %buildroot/
|
||||||
find %{buildroot} -type f -name "*.la" -delete -print
|
find %{buildroot} -type f -name "*.la" -delete -print
|
||||||
install -Dpm0755 "%{SOURCE2}" "%{buildroot}/sbin/mount.ewf"
|
install -Dpm0755 "%{SOURCE2}" "%{buildroot}%{_sbindir}/mount.ewf"
|
||||||
ln -s mount.ewf "%{buildroot}/sbin/umount.ewf"
|
ln -s mount.ewf "%{buildroot}%{_sbindir}/umount.ewf"
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make check
|
make check
|
||||||
@ -159,7 +159,7 @@ make check
|
|||||||
%{_bindir}/ewfdebug
|
%{_bindir}/ewfdebug
|
||||||
|
|
||||||
%{_mandir}/man1/ewf*.1*
|
%{_mandir}/man1/ewf*.1*
|
||||||
/sbin/*mount.ewf
|
%{_sbindir}/*mount.ewf
|
||||||
|
|
||||||
%files -n %name-devel
|
%files -n %name-devel
|
||||||
%license COPYING*
|
%license COPYING*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user