- Update macros for F8
- hardcode dist in release string, as we provide it. chicken/egg.
This commit is contained in:
parent
30c63bc274
commit
2f51f0b91e
@ -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
|
||||
|
@ -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 <jkeating@redhat.com> 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 <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/.
|
||||
|
Loading…
Reference in New Issue
Block a user