forked from pool/amanda
Accepting request 1096532 from Archiving
- Fix the user owner of the files in /usr from amanda to root, bsc#1172572 (forwarded request 1096531 from dspinella) OBS-URL: https://build.opensuse.org/request/show/1096532 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/amanda?expand=0&rev=8
This commit is contained in:
commit
3eb5e42473
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 3 11:16:07 UTC 2023 - Danilo Spinella <danilo.spinella@suse.com>
|
||||
|
||||
- Fix the user owner of the files in /usr from amanda to root, bsc#1172572
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 21 16:16:06 UTC 2023 - Danilo Spinella <danilo.spinella@suse.com>
|
||||
|
||||
|
@ -259,7 +259,7 @@ ln -s amrecover.8.gz %{buildroot}%{_mandir}/man8/amoldrecover.8
|
||||
%{perl_vendorlib}/Amanda/*.pm
|
||||
%{perl_vendorlib}/auto/Amanda/*/*.so
|
||||
%{perl_vendorlib}/auto/Amanda/*/*/*.so
|
||||
%defattr(755,amanda,%{amanda_group})
|
||||
%defattr(755,root,%{amanda_group})
|
||||
%{_sbindir}/amadmin
|
||||
%{_sbindir}/ambackup
|
||||
%{_sbindir}/amreindex
|
||||
@ -274,7 +274,7 @@ ln -s amrecover.8.gz %{buildroot}%{_mandir}/man8/amoldrecover.8
|
||||
%{_sbindir}/amoverview
|
||||
%{_sbindir}/amplot
|
||||
%{_sbindir}/amcheck
|
||||
%attr(0750,amanda,%{amanda_group}) %{_sbindir}/amrecover
|
||||
%attr(0750,root,%{amanda_group}) %{_sbindir}/amrecover
|
||||
%{_sbindir}/amreport
|
||||
%{_sbindir}/amrestore
|
||||
%{_sbindir}/amrmtape
|
||||
@ -299,13 +299,13 @@ ln -s amrecover.8.gz %{buildroot}%{_mandir}/man8/amoldrecover.8
|
||||
%{_sbindir}/amservice
|
||||
%{_sbindir}/amvault
|
||||
%{_sbindir}/activate-devpay
|
||||
%defattr(644,amanda,%{amanda_group})
|
||||
%defattr(644,root,%{amanda_group})
|
||||
%{_libexecdir}/amanda/suidlist
|
||||
%{_libexecdir}/amanda/amcat.awk
|
||||
%{_libexecdir}/amanda/amplot.awk
|
||||
%{_libexecdir}/amanda/amplot.g
|
||||
%{_libexecdir}/amanda/amplot.gp
|
||||
%defattr(755,amanda,%{amanda_group})
|
||||
%defattr(755,root,%{amanda_group})
|
||||
%{_libexecdir}/amanda/amandad
|
||||
%{_libexecdir}/amanda/amdumpd
|
||||
%{_libexecdir}/amanda/amidxtaped
|
||||
|
Loading…
Reference in New Issue
Block a user