- 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
|
%_gnu -gnu
|
||||||
%_target_platform %{_target_cpu}-%{_vendor}-%{_target_os}%{?_gnu}
|
%_target_platform %{_target_cpu}-%{_vendor}-%{_target_os}%{?_gnu}
|
||||||
|
|
||||||
+%fedora 7
|
+%fedora 8
|
||||||
+%dist .fc7
|
+%dist .fc8
|
||||||
+%fc7 1
|
+%fc8 1
|
||||||
+
|
+
|
||||||
#==============================================================================
|
#==============================================================================
|
||||||
# ---- configure macros. note that most of these are inherited
|
# ---- configure macros. note that most of these are inherited
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: Red Hat specific rpm configuration files.
|
Summary: Red Hat specific rpm configuration files.
|
||||||
Name: redhat-rpm-config
|
Name: redhat-rpm-config
|
||||||
Version: 8.0.45
|
Version: 8.0.45.fc8
|
||||||
Release: 15%{dist}
|
Release: 16
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Development/System
|
Group: Development/System
|
||||||
Source: redhat-rpm-config-%{version}.tar.gz
|
Source: redhat-rpm-config-%{version}.tar.gz
|
||||||
@ -51,6 +51,10 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_prefix}/lib/rpm/redhat
|
%{_prefix}/lib/rpm/redhat
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Apr 11 2007 Jon Masters <jcm@redhat.com> 8.0.45-15
|
||||||
- Add modalias tags to kernel module packages (kmods) for tracking.
|
- Add modalias tags to kernel module packages (kmods) for tracking.
|
||||||
- Further information is available at http://www.kerneldrivers.org/.
|
- Further information is available at http://www.kerneldrivers.org/.
|
||||||
|
Loading…
Reference in New Issue
Block a user