SHA256
3
0
forked from pool/xz

Accepting request 370848 from home:pluskalm:branches:Base:System

- Install xznew with correct permissions (boo#970842)

OBS-URL: https://build.opensuse.org/request/show/370848
OBS-URL: https://build.opensuse.org/package/show/Base:System/xz?expand=0&rev=83
This commit is contained in:
Marcus Meissner 2016-03-18 10:08:27 +00:00 committed by Git OBS Bridge
parent 9aeddcac2a
commit 93631f13cc
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Mar 13 09:40:51 UTC 2016 - mpluskal@suse.com
- Install xznew with correct permissions (boo#970842)
-------------------------------------------------------------------
Sun Feb 14 09:21:33 UTC 2016 - tchvatal@suse.com

View File

@ -128,8 +128,8 @@ time make check
make DESTDIR=%{buildroot} install %{?_smp_mflags}
rm -v %{buildroot}%{_libdir}/liblzma.la
%find_lang %{name}
cp -p %{SOURCE4} %{buildroot}%{_bindir}
cp -p %{SOURCE5} %{buildroot}%{_mandir}/man1/
install -D -m 0755 %{SOURCE4} %{buildroot}%{_bindir}/xznew
install -D -m 0644 %{SOURCE5} %{buildroot}%{_mandir}/man1/xznew.1
%post -n liblzma5 -p /sbin/ldconfig
%postun -n liblzma5 -p /sbin/ldconfig