Compare commits

...

13 Commits

Author SHA1 Message Date
Miloslav Trmač 3a83623291 Update to usermode-1.108 2011-10-03 18:00:03 +02:00
Miloslav Trmač 459a7682f7 Add UGROUPS=wheel to config-util
- Add UGROUPS=wheel to config-util
  Resolves: #688690
2011-03-31 22:57:53 +02:00
Miloslav Trmač 2d24fa9874 Update to usermode-1.107
* Thu Mar 31 2011 Miloslav Trmač <mitr@redhat.com> - 1.107-1
- Update to usermode-1.107
  Resolves: #668731
2011-03-31 22:36:45 +02:00
Dennis Gilmore 133aae569e - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-07 18:43:30 -06:00
Jesse Keating 67d5731b11 - Rebuilt for gcc bug 634757 2010-09-29 15:25:29 -07:00
Miloslav Trmač f9517ac3e5 Update to usermode-1.106.1 2010-09-14 17:28:56 +02:00
Miloslav Trmač 86def28cfe Update to usermode-1.106 2010-08-26 23:51:00 +02:00
Fedora Release Engineering dc83fdf537 dist-git conversion 2010-07-29 14:48:47 +00:00
Miloslav Trmac 04043a85e3 - Update to usermode-1.105 Resolves: #578124 Resolves: #580481 2010-04-08 17:17:30 +00:00
Miloslav Trmac 743d9287e8 - Update to usermode-1.104.2 2010-03-26 14:37:47 +00:00
Miloslav Trmac 68f915cbe4 - Update to usermode-1.104.1
- Drop no longer necessary references to BuildRoot:
2010-03-04 20:59:35 +00:00
Miloslav Trmac 9c0505313c Annotate 1.104-1 change log with bug # 2010-02-25 12:11:26 +00:00
Miloslav Trmac 0fafae72b7 - Update to usermode-1.104 2010-02-25 11:50:20 +00:00
6 changed files with 52 additions and 29 deletions
-1
View File
@@ -1 +0,0 @@
usermode-1.103.tar.bz2
+5
View File
@@ -0,0 +1,5 @@
usermode-1.105.tar.xz
/usermode-1.106.tar.xz
/usermode-1.106.1.tar.xz
/usermode-1.107.tar.xz
/usermode-1.108.tar.xz
-21
View File
@@ -1,21 +0,0 @@
# Makefile for source rpm: usermode
# $Id: Makefile,v 1.2 2007/10/15 19:29:38 notting Exp $
NAME := usermode
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attempt a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)
+2
View File
@@ -0,0 +1,2 @@
USER=root
UGROUPS=wheel
+1 -1
View File
@@ -1 +1 @@
f3650586d3199b5ccefd6ab0b35c844c usermode-1.103.tar.bz2
bef795b757defb9fd27cfbd48ef79861 usermode-1.108.tar.xz
+44 -6
View File
@@ -1,17 +1,17 @@
Summary: Tools for certain user account management tasks
Name: usermode
Version: 1.103
Version: 1.108
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
Source1: config-util
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 +27,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 +42,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
@@ -58,7 +57,8 @@ for wrappedapp in halt reboot poweroff ; do
$RPM_BUILD_ROOT/etc/security/console.apps/${wrappedapp}
install -p -m644 shutdown.pamd $RPM_BUILD_ROOT/etc/pam.d/${wrappedapp}
done
echo 'USER=root' > $RPM_BUILD_ROOT/etc/security/console.apps/config-util
install -p -m 644 %{SOURCE1} \
$RPM_BUILD_ROOT/etc/security/console.apps/config-util
for i in redhat-userinfo.desktop redhat-userpasswd.desktop \
redhat-usermount.desktop; do
@@ -112,6 +112,44 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/applications/*
%changelog
* Mon Oct 3 2011 Miloslav Trmač <mitr@redhat.com> - 1.108-1
- Update to usermode-1.108
Resolves: #622813, #716524
* Thu Mar 31 2011 Miloslav Trmač <mitr@redhat.com> - 1.107-1
- Update to usermode-1.107
Resolves: #668731
- Add UGROUPS=wheel to config-util
Resolves: #688690
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.106.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Wed Sep 29 2010 jkeating - 1.106.1-2
- Rebuilt for gcc bug 634757
* Tue Sep 14 2010 Miloslav Trmač <mitr@redhat.com> - 1.106.1-1
- Update to usermode-1.106.1
* Thu Aug 26 2010 Miloslav Trmač <mitr@redhat.com> - 1.106-1
- Update to usermode-1.106
* 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