Compare commits

...

3 Commits

Author SHA1 Message Date
Miloslav Trmač 047ba0f48a Update to usermode-1.111 2012-09-22 20:51:19 +02:00
Miloslav Trmač 494acd5807 Drop no longer necessary %clean and %defattr commands 2012-08-21 20:25:31 +02:00
Miloslav Trmač e6decb8183 Fix changelog version 2012-08-21 02:04:56 +02:00
3 changed files with 10 additions and 8 deletions
+1
View File
@@ -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
View File
@@ -1 +1 @@
af38f6dfbae23777be77c081868bcdad usermode-1.110.tar.xz
28ba510fbd8da9f4e86e57d6c31cff29 usermode-1.111.tar.xz
+8 -7
View File
@@ -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,7 +88,13 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/applications/*
%changelog
* Mon Aug 20 2012 Miloslav Trmač <mitr@redhat.com> - 1.101-1
* 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
implementations in systemd now include PolicyKit support. Spec file change