forked from pool/xfsdump
Accepting request 1055779 from filesystems
OBS-URL: https://build.opensuse.org/request/show/1055779 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xfsdump?expand=0&rev=37
This commit is contained in:
commit
e5910ee04b
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 27 13:25:59 UTC 2022 - Ludwig Nussel <lnussel@suse.com>
|
||||
|
||||
- Replace transitional %usrmerged macro with regular version check (boo#1206798)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 17 18:23:54 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -71,7 +71,7 @@ export DIST_ROOT=%{buildroot}
|
||||
make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
||||
%find_lang xfsdump
|
||||
mv %{buildroot}/sbin/{xfsdump,xfsrestore} %{buildroot}/%{_sbindir}
|
||||
%if !0%{?usrmerged}
|
||||
%if 0%{?suse_version} < 1550
|
||||
ln -s %{_sbindir}/xfsdump %{buildroot}/sbin
|
||||
ln -s %{_sbindir}/xfsrestore %{buildroot}/sbin
|
||||
%endif
|
||||
@ -79,7 +79,7 @@ ln -s %{_sbindir}/xfsrestore %{buildroot}/sbin
|
||||
%files -f xfsdump.lang
|
||||
%defattr(-,root,root,755)
|
||||
%{_sbindir}/*
|
||||
%if !0%{?usrmerged}
|
||||
%if 0%{?suse_version} < 1550
|
||||
/sbin/*
|
||||
%endif
|
||||
%doc %{_defaultdocdir}/%{name}
|
||||
|
Loading…
Reference in New Issue
Block a user