Drop no longer necessary %clean and %defattr commands
This commit is contained in:
parent
e6decb8183
commit
494acd5807
@ -62,11 +62,7 @@ done
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING ChangeLog NEWS README
|
||||
%attr(4711,root,root) /usr/sbin/userhelper
|
||||
%{_bindir}/consolehelper
|
||||
@ -75,7 +71,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%config(noreplace) /etc/security/console.apps/config-util
|
||||
|
||||
%files gtk
|
||||
%defattr(-,root,root,-)
|
||||
%{_bindir}/usermount
|
||||
%{_mandir}/man1/usermount.1*
|
||||
%{_bindir}/userformat
|
||||
@ -93,6 +88,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/applications/*
|
||||
|
||||
%changelog
|
||||
* Tue Aug 21 2012 Miloslav Trmač <mitr@redhat.com> - 1.110-2
|
||||
- Drop no longer necessary %%clean and %%defattr commands.
|
||||
|
||||
* Mon Aug 20 2012 Miloslav Trmač <mitr@redhat.com> - 1.110-1
|
||||
- Update to usermode-1.110.
|
||||
Note that this drops halt/poweroff/reboot helpers, the respective
|
||||
|
Loading…
Reference in New Issue
Block a user