Compare commits
8 Commits
usermode-1_99-2
...
f11
| Author | SHA1 | Date | |
|---|---|---|---|
| 78af729153 | |||
| 17eb9c95dc | |||
| 71f7f86997 | |||
| 5af0b258fd | |||
| 269440fd99 | |||
| bdab431437 | |||
| 7852603bea | |||
| 6b3e222d2f |
@@ -1 +0,0 @@
|
||||
usermode-1.99.tar.bz2
|
||||
@@ -0,0 +1 @@
|
||||
usermode-1.100.tar.bz2
|
||||
@@ -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 @@
|
||||
c02557e127ebf469e481e61b2be5fc7d usermode-1.99.tar.bz2
|
||||
c7f1c6d353bed3d9c823e3620cab8d40 usermode-1.100.tar.bz2
|
||||
|
||||
+14
-5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user