Compare commits

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

4 commits

Author SHA1 Message Date
Fedora Release Engineering
bda4dc3059 dist-git conversion 2010-07-29 14:49:58 +00:00
Bill Nottingham
fb9e3b99b4 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:16:36 +00:00
Dennis Gilmore
92483e58f5 BuildRequires popt not popt-devel 2007-12-11 17:58:53 +00:00
Dennis Gilmore
b247b29d81 Initialize branch OLPC-2 for util-linux-ng 2007-12-10 22:01:38 +00:00
3 changed files with 5 additions and 23 deletions

View file

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: util-linux-ng
# $Id$
NAME := util-linux-ng
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),)
# attept 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

@ -2,7 +2,7 @@
Summary: A collection of basic system utilities
Name: util-linux-ng
Version: 2.13.1
Release: 0.1%{?dist}
Release: 0.2%{?dist}
License: GPLv2 and GPLv2+ and BSD with advertising and Public Domain
Group: System Environment/Base
URL: ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng
@ -33,7 +33,7 @@ BuildRequires: pam-devel
BuildRequires: slang-devel
BuildRequires: texinfo
BuildRequires: zlib-devel
BuildRequires: popt-devel
BuildRequires: popt
### Sources
#Source0: ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.13/util-linux-ng-2.13.tar.bz2
@ -525,6 +525,9 @@ exit 0
/sbin/losetup
%changelog
* Tue Dec 11 2007 Dennis Gilmore <dennis@laptop.org> 2.13.1-0.2
- BR popt since popt-devel does not exist on F-7 which olpc is based on
* Sun Dec 9 2007 Karel Zak <kzak@redhat.com> 2.13.1-0.1
- update to the latest upstream stable branch
(commit: fda9d11739ee88c3b2f22a73f12ec019bd3b8335)