Compare commits

...

3 Commits

Author SHA1 Message Date
Fedora Release Engineering 8534f737f7 dist-git conversion 2010-07-29 17:58:44 +00:00
Tom Callaway c3deaec4ed olpc variant .olpc2 2007-06-15 19:55:17 +00:00
Tom Callaway d3a8066ce2 Initialize branch OLPC-2 for redhat-rpm-config 2007-06-15 19:51:00 +00:00
4 changed files with 19 additions and 8 deletions

View File

View File

@ -1,6 +0,0 @@
# Makefile for source rpm: redhat-rpm-config
# $Id$
NAME := redhat-rpm-config
SPECFILE = $(firstword $(wildcard *.spec))
include ../common/Makefile.common

View File

@ -0,0 +1,14 @@
diff -urNp redhat-rpm-config-8.0.45_orig/macros redhat-rpm-config-8.0.45/macros
--- redhat-rpm-config-8.0.45_orig/macros 2007-04-03 00:01:18.000000000 -0400
+++ redhat-rpm-config-8.0.45/macros 2007-04-03 00:03:44.000000000 -0400
@@ -8,6 +8,10 @@
%_gnu -gnu
%_target_platform %{_target_cpu}-%{_vendor}-%{_target_os}%{?_gnu}
+%olpc 2
+%dist .olpc2
+%olpc2 1
+
#==============================================================================
# ---- configure macros. note that most of these are inherited
# from the defaults.

View File

@ -1,7 +1,7 @@
Summary: Red Hat specific rpm configuration files.
Name: redhat-rpm-config
Version: 8.0.45
Release: 15%{dist}
Release: 16
License: GPL
Group: Development/System
Source: redhat-rpm-config-%{version}.tar.gz
@ -10,7 +10,7 @@ Source2: kmodtool
Patch0: redhat-rpm-config-java.patch
Patch1: redhat-rpm-config-find-requires.patch
Patch2: redhat-rpm-config-kmp.patch
Patch3: redhat-rpm-config-fedora-version-fc71.patch
Patch3: redhat-rpm-config-olpc-version-2.patch
Patch4: redhat-rpm-config-find-provides.patch
BuildArch: noarch
#Requires: rpmbuild(VendorConfig) <= 4.1
@ -51,6 +51,9 @@ rm -rf ${RPM_BUILD_ROOT}
%{_prefix}/lib/rpm/redhat
%changelog
* Fri Jun 15 2007 Tom "spot" Callaway <tcallawa@redhat.com> 8.0.45-16
- olpc variant
* Wed Apr 11 2007 Jon Masters <jcm@redhat.com> 8.0.45-15
- Add modalias tags to kernel module packages (kmods) for tracking.
- Further information is available at http://www.kerneldrivers.org/.