Fedora Merge Review: psacct http://cvs.fedora.redhat.com/viewcvs/devel/psacct/ Initial Owner: varekova
SRC W: psacct no-url-tag W: psacct strange-permission psacct.init 0775 W: psacct prereq-use /sbin/chkconfig /sbin/install-info ARCH W: psacct no-url-tag W: psacct conffile-without-noreplace-flag /var/account/pacct E: psacct non-readable /var/account/pacct 0600 W: psacct dangerous-command-in-%post mv Replace buildroot. Prereq should be with post, pre, ... Replace macro %{makeinstall}, if you can. Defattr has 4 parametres. mkdir -p $RPM_BUILD_ROOT{/sbin,%{_bindir},%{_mandir},%{_sbindir}} Isn't $RPM_BUILD_ROOT/sbin the same as $RPM_BUILD_ROOT/%{_sbindir} ?
(In reply to comment #1) > Isn't $RPM_BUILD_ROOT/sbin the same as $RPM_BUILD_ROOT/%{_sbindir} ? No: $ rpm --eval '%{_sbindir}' /usr/sbin
(In reply to comment #1) > SRC > W: psacct no-url-tag - there is no upstream > W: psacct strange-permission psacct.init 0775 - this could not be changed > W: psacct prereq-use /sbin/chkconfig /sbin/install-info - fixed > W: psacct conffile-without-noreplace-flag /var/account/pacct > E: psacct non-readable /var/account/pacct 0600 - this is not a problem > W: psacct dangerous-command-in-%post mv - this is not a problem > Replace buildroot. - fixed > Replace macro %{makeinstall}, if you can. - fixed > Defattr has 4 parametres. - fixed > mkdir -p $RPM_BUILD_ROOT{/sbin,%{_bindir},%{_mandir},%{_sbindir}} > Isn't $RPM_BUILD_ROOT/sbin the same as $RPM_BUILD_ROOT/%{_sbindir} ? - no %{_sbindir} should be /usr/sbin directory The fixed version is psacct-6.3.2-44.fc7.