Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 047ba0f48a | |||
| 494acd5807 |
@@ -5,3 +5,4 @@ usermode-1.105.tar.xz
|
||||
/usermode-1.108.tar.xz
|
||||
/usermode-1.109.tar.xz
|
||||
/usermode-1.110.tar.xz
|
||||
/usermode-1.111.tar.xz
|
||||
|
||||
@@ -1 +1 @@
|
||||
af38f6dfbae23777be77c081868bcdad usermode-1.110.tar.xz
|
||||
28ba510fbd8da9f4e86e57d6c31cff29 usermode-1.111.tar.xz
|
||||
|
||||
+7
-6
@@ -1,6 +1,6 @@
|
||||
Summary: Tools for certain user account management tasks
|
||||
Name: usermode
|
||||
Version: 1.110
|
||||
Version: 1.111
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Applications/System
|
||||
@@ -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,12 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/applications/*
|
||||
|
||||
%changelog
|
||||
* Sat Sep 22 2012 Miloslav Trmač <mitr@redhat.com> - 1.111-1
|
||||
- Update to usermode-1.111
|
||||
|
||||
* 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
|
||||
|
||||
Reference in New Issue
Block a user