Compare commits
5
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3d898fb33b | ||
|
|
e4db17f5fa | ||
|
|
047ba0f48a | ||
|
|
494acd5807 | ||
|
|
e6decb8183 |
@@ -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
|
||||
|
||||
+18
-8
@@ -1,7 +1,7 @@
|
||||
Summary: Tools for certain user account management tasks
|
||||
Name: usermode
|
||||
Version: 1.110
|
||||
Release: 1%{?dist}
|
||||
Version: 1.111
|
||||
Release: 3%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Applications/System
|
||||
URL: https://fedorahosted.org/usermode/
|
||||
@@ -18,6 +18,8 @@ Summary: Graphical tools for certain user account management tasks
|
||||
Group: Applications/System
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%global _hardened_build 1
|
||||
|
||||
%description
|
||||
The usermode package contains the userhelper program, which can be
|
||||
used to allow configured programs to be run with superuser privileges
|
||||
@@ -62,11 +64,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 +73,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 +90,20 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/applications/*
|
||||
|
||||
%changelog
|
||||
* Mon Aug 20 2012 Miloslav Trmač <mitr@redhat.com> - 1.101-1
|
||||
* Tue May 21 2013 Miloslav Trmač <mitr@redhat.com> - 1.111-3
|
||||
- Enable hardened build
|
||||
Resolves: #965471
|
||||
|
||||
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.111-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* 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
|
||||
|
||||
Reference in New Issue
Block a user