Compare commits

...
Sign in to create a new pull request.

5 commits

Author SHA1 Message Date
Fedora Release Engineering
ec06fa73cd dist-git conversion 2010-07-29 14:48:34 +00:00
Miloslav Trmac
96f97f5ac7 - Update to usermode-1.104.2 2010-03-26 14:50:42 +00:00
Miloslav Trmac
903b6a9f9a - Update to usermode-1.104.1
- Drop no longer necessary references to BuildRoot:
2010-03-04 21:01:10 +00:00
Miloslav Trmac
44bb808ae0 - Update to usermode-1.104 Resolves: #567117 2010-02-25 12:12:47 +00:00
Jesse Keating
e206231461 Initialize branch F-13 for usermode 2010-02-17 03:23:56 +00:00
5 changed files with 16 additions and 28 deletions

View file

@ -1 +0,0 @@
usermode-1.103.tar.bz2

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
usermode-1.104.2.tar.xz

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)

View file

@ -1 +1 @@
f3650586d3199b5ccefd6ab0b35c844c usermode-1.103.tar.bz2 05a4197aafaf3dfac4da192bf23b55e7 usermode-1.104.2.tar.xz

View file

@ -1,17 +1,16 @@
Summary: Tools for certain user account management tasks Summary: Tools for certain user account management tasks
Name: usermode Name: usermode
Version: 1.103 Version: 1.104.2
Release: 1%{?dist} Release: 1%{?dist}
License: GPLv2+ License: GPLv2+
Group: Applications/System Group: Applications/System
URL: https://fedorahosted.org/usermode/ 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 Requires: pam, passwd, util-linux
BuildRequires: desktop-file-utils, gettext, glib2-devel, gtk2-devel, intltool BuildRequires: desktop-file-utils, gettext, glib2-devel, gtk2-devel, intltool
BuildRequires: libblkid-devel, libSM-devel, libselinux-devel, libuser-devel BuildRequires: libblkid-devel, libSM-devel, libselinux-devel, libuser-devel
BuildRequires: pam-devel, perl-XML-Parser, startup-notification-devel BuildRequires: pam-devel, perl-XML-Parser, startup-notification-devel
BuildRequires: util-linux BuildRequires: util-linux
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
%package gtk %package gtk
Summary: Graphical tools for certain user account management tasks 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: The usermode-gtk package contains several graphical tools for users:
userinfo, usermount and userpasswd. Userinfo allows users to change userinfo, usermount and userpasswd. Userinfo allows users to change
their finger information. Usermount lets users mount, unmount, and 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. passwords.
Install the usermode-gtk package if you would like to provide users with 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} make %{?_smp_mflags}
%install %install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p' make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
# make userformat symlink to usermount # make userformat symlink to usermount
@ -112,6 +110,17 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/applications/* %{_datadir}/applications/*
%changelog %changelog
* 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 * Tue Feb 16 2010 Miloslav Trmač <mitr@redhat.com> - 1.103-1
- Update to usermode-1.103 - Update to usermode-1.103