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}
|
%find_lang %{name}
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc COPYING ChangeLog NEWS README
|
%doc COPYING ChangeLog NEWS README
|
||||||
%attr(4711,root,root) /usr/sbin/userhelper
|
%attr(4711,root,root) /usr/sbin/userhelper
|
||||||
%{_bindir}/consolehelper
|
%{_bindir}/consolehelper
|
||||||
@ -75,7 +71,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%config(noreplace) /etc/security/console.apps/config-util
|
%config(noreplace) /etc/security/console.apps/config-util
|
||||||
|
|
||||||
%files gtk
|
%files gtk
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_bindir}/usermount
|
%{_bindir}/usermount
|
||||||
%{_mandir}/man1/usermount.1*
|
%{_mandir}/man1/usermount.1*
|
||||||
%{_bindir}/userformat
|
%{_bindir}/userformat
|
||||||
@ -93,6 +88,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/applications/*
|
%{_datadir}/applications/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Aug 20 2012 Miloslav Trmač <mitr@redhat.com> - 1.110-1
|
||||||
- Update to usermode-1.110.
|
- Update to usermode-1.110.
|
||||||
Note that this drops halt/poweroff/reboot helpers, the respective
|
Note that this drops halt/poweroff/reboot helpers, the respective
|
||||||
|
Loading…
Reference in New Issue
Block a user