Compare commits

..

8 Commits

Author SHA1 Message Date
Fedora Release Engineering 78af729153 dist-git conversion 2010-07-29 14:48:56 +00:00
Bill Nottingham 17eb9c95dc Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:16:25 +00:00
Jesse Keating 71f7f86997 Initialize branch F-11 for usermode 2009-04-15 05:01:15 +00:00
Miloslav Trmac 5af0b258fd - Add BuildRequires: intltool 2009-04-14 16:07:50 +00:00
Miloslav Trmac 269440fd99 - Add BuildRequires: intltool 2009-04-14 16:05:59 +00:00
Miloslav Trmac bdab431437 Add BuildRequires: intltool 2009-04-14 15:59:05 +00:00
Miloslav Trmac 7852603bea - Update to usermode-1.100 2009-04-14 11:41:12 +00:00
Jesse Keating 6b3e222d2f - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-25 23:28:22 +00:00
5 changed files with 16 additions and 28 deletions
-1
View File
@@ -1 +0,0 @@
usermode-1.99.tar.bz2
+1
View File
@@ -0,0 +1 @@
usermode-1.100.tar.bz2
-21
View File
@@ -1,21 +0,0 @@
# Makefile for source rpm: usermode
# $Id: Makefile,v 1.1 2004/09/09 13:52:40 cvsdist 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 $$/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)
+1 -1
View File
@@ -1 +1 @@
c02557e127ebf469e481e61b2be5fc7d usermode-1.99.tar.bz2
c7f1c6d353bed3d9c823e3620cab8d40 usermode-1.100.tar.bz2
+14 -5
View File
@@ -1,16 +1,16 @@
Summary: Tools for certain user account management tasks
Name: usermode
Version: 1.99
Version: 1.100
Release: 2
License: GPLv2+
Group: Applications/System
URL: https://fedorahosted.org/usermode/
Source: https://fedorahosted.org/releases/u/s/usermode/usermode-%{version}.tar.bz2
Requires: pam, passwd, util-linux
BuildRequires: desktop-file-utils, e2fsprogs-devel, glib2-devel, gtk2-devel
BuildRequires: libglade2-devel, libuser-devel, pam-devel, util-linux
BuildRequires: perl-XML-Parser, libSM-devel, startup-notification-devel, gettext
BuildRequires: libselinux-devel
BuildRequires: desktop-file-utils, e2fsprogs-devel, gettext, glib2-devel
BuildRequires: gtk2-devel, intltool, libSM-devel, libglade2-devel
BuildRequires: libselinux-devel, libuser-devel, pam-devel, perl-XML-Parser
BuildRequires: startup-notification-devel, util-linux
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
%package gtk
@@ -108,6 +108,15 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/applications/*
%changelog
* Tue Apr 14 2009 Miloslav Trmač <mitr@redhat.com> - 1.100-2
- Add BuildRequires: intltool
* Tue Apr 14 2009 Miloslav Trmač <mitr@redhat.com> - 1.100-1
- Update to usermode-1.100
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.99-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Wed Jan 14 2009 Miloslav Trmač <mitr@redhat.com> - 1.99-2
- Fix problems pointed out in merge review:
- Drop Conflicts: SysVinit < very-old