From c3deaec4edee5716934243bff50064d4cdc23f71 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Jun 15 2007 19:55:17 +0000 Subject: olpc variant .olpc2 --- diff --git a/redhat-rpm-config-olpc-version-2.patch b/redhat-rpm-config-olpc-version-2.patch new file mode 100644 index 0000000..bc1ea83 --- /dev/null +++ b/redhat-rpm-config-olpc-version-2.patch @@ -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. diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index 282b4bf..983593e 100644 --- a/redhat-rpm-config.spec +++ b/redhat-rpm-config.spec @@ -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 8.0.45-16 +- olpc variant + * Wed Apr 11 2007 Jon Masters 8.0.45-15 - Add modalias tags to kernel module packages (kmods) for tracking. - Further information is available at http://www.kerneldrivers.org/.