From 2f51f0b91eb185109a06a1f4212313844176a9f8 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Fri, 18 May 2007 16:26:30 +0000 Subject: [PATCH] - Update macros for F8 - hardcode dist in release string, as we provide it. chicken/egg. --- redhat-rpm-config-fedora-version-fc71.patch | 6 +++--- redhat-rpm-config.spec | 8 ++++++-- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/redhat-rpm-config-fedora-version-fc71.patch b/redhat-rpm-config-fedora-version-fc71.patch index cae20a8..10219e1 100644 --- a/redhat-rpm-config-fedora-version-fc71.patch +++ b/redhat-rpm-config-fedora-version-fc71.patch @@ -5,9 +5,9 @@ diff -urNp redhat-rpm-config-8.0.45_orig/macros redhat-rpm-config-8.0.45/macros %_gnu -gnu %_target_platform %{_target_cpu}-%{_vendor}-%{_target_os}%{?_gnu} -+%fedora 7 -+%dist .fc7 -+%fc7 1 ++%fedora 8 ++%dist .fc8 ++%fc8 1 + #============================================================================== # ---- configure macros. note that most of these are inherited diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index 282b4bf..c2d91d6 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} +Version: 8.0.45.fc8 +Release: 16 License: GPL Group: Development/System Source: redhat-rpm-config-%{version}.tar.gz @@ -51,6 +51,10 @@ rm -rf ${RPM_BUILD_ROOT} %{_prefix}/lib/rpm/redhat %changelog +* Fri May 18 2007 Jesse Keating 8.0.45-16 +- Update macros for F8 +- hardcode dist in release string, as we provide it. chicken/egg. + * 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/.