Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 04043a85e3 | |||
| 743d9287e8 | |||
| 68f915cbe4 | |||
| 9c0505313c | |||
| 0fafae72b7 |
+1
-1
@@ -1 +1 @@
|
||||
usermode-1.103.tar.bz2
|
||||
usermode-1.105.tar.xz
|
||||
|
||||
@@ -1 +1 @@
|
||||
f3650586d3199b5ccefd6ab0b35c844c usermode-1.103.tar.bz2
|
||||
7178262747707ddc4de645b8360f84ef usermode-1.105.tar.xz
|
||||
|
||||
+19
-5
@@ -1,17 +1,16 @@
|
||||
Summary: Tools for certain user account management tasks
|
||||
Name: usermode
|
||||
Version: 1.103
|
||||
Version: 1.105
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Applications/System
|
||||
URL: https://fedorahosted.org/usermode/
|
||||
Source: https://fedorahosted.org/releases/u/s/usermode/usermode-%{version}.tar.bz2
|
||||
Source: https://fedorahosted.org/releases/u/s/usermode/usermode-%{version}.tar.xz
|
||||
Requires: pam, passwd, util-linux
|
||||
BuildRequires: desktop-file-utils, gettext, glib2-devel, gtk2-devel, intltool
|
||||
BuildRequires: libblkid-devel, libSM-devel, libselinux-devel, libuser-devel
|
||||
BuildRequires: pam-devel, perl-XML-Parser, startup-notification-devel
|
||||
BuildRequires: util-linux
|
||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||
|
||||
%package gtk
|
||||
Summary: Graphical tools for certain user account management tasks
|
||||
@@ -27,7 +26,7 @@ by ordinary users.
|
||||
The usermode-gtk package contains several graphical tools for users:
|
||||
userinfo, usermount and userpasswd. Userinfo allows users to change
|
||||
their finger information. Usermount lets users mount, unmount, and
|
||||
format filesystems. Userpasswd allows users to change their
|
||||
format file systems. Userpasswd allows users to change their
|
||||
passwords.
|
||||
|
||||
Install the usermode-gtk package if you would like to provide users with
|
||||
@@ -42,7 +41,6 @@ graphical tools for certain account management tasks.
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
|
||||
|
||||
# make userformat symlink to usermount
|
||||
@@ -112,6 +110,22 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/applications/*
|
||||
|
||||
%changelog
|
||||
* Thu Apr 8 2010 Miloslav Trmač <mitr@redhat.com> - 1.105-1
|
||||
- Update to usermode-1.105
|
||||
Resolves: #578124
|
||||
Resolves: #580481
|
||||
|
||||
* Fri Mar 26 2010 Miloslav Trmač <mitr@redhat.com> - 1.104.2-1
|
||||
- Update to usermode-1.104.2
|
||||
|
||||
* Thu Mar 4 2010 Miloslav Trmač <mitr@redhat.com> - 1.104.1-1
|
||||
- Update to usermode-1.104.1
|
||||
- Drop no longer necessary references to BuildRoot:
|
||||
|
||||
* Thu Feb 25 2010 Miloslav Trmač <mitr@redhat.com> - 1.104-1
|
||||
- Update to usermode-1.104
|
||||
Resolves: #567117
|
||||
|
||||
* Tue Feb 16 2010 Miloslav Trmač <mitr@redhat.com> - 1.103-1
|
||||
- Update to usermode-1.103
|
||||
|
||||
|
||||
Reference in New Issue
Block a user