Use the same naming scheme as rawhide for -stable RC kernels
(e.g. 3.1.1-0.rc1.1 instead of 3.1.1-1.rc1)
This commit is contained in:
parent
03f8e6abc9
commit
e6236b7bde
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,4 +2,5 @@ linux-*.tar.bz2
|
|||||||
patch-*.bz2
|
patch-*.bz2
|
||||||
clog
|
clog
|
||||||
*.rpm
|
*.rpm
|
||||||
|
*.orig
|
||||||
kernel-[23].*/
|
kernel-[23].*/
|
||||||
|
@ -173,8 +173,10 @@ Summary: The Linux kernel
|
|||||||
|
|
||||||
%if 0%{?stable_rc}
|
%if 0%{?stable_rc}
|
||||||
%define stable_rctag .rc%{stable_rc}
|
%define stable_rctag .rc%{stable_rc}
|
||||||
|
%define pkg_release 0%{stable_rctag}.%{fedora_build}%{?buildid}%{?dist}
|
||||||
|
%else
|
||||||
|
%define pkg_release %{fedora_build}%{?buildid}%{?dist}
|
||||||
%endif
|
%endif
|
||||||
%define pkg_release %{fedora_build}%{?stable_rctag}%{?buildid}%{?dist}
|
|
||||||
|
|
||||||
%else
|
%else
|
||||||
|
|
||||||
@ -2055,6 +2057,10 @@ fi
|
|||||||
# ||----w |
|
# ||----w |
|
||||||
# || ||
|
# || ||
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 11 2011 Chuck Ebbert <cebbert@redhat.com>
|
||||||
|
- Use the same naming scheme as rawhide for -stable RC kernels
|
||||||
|
(e.g. 3.1.1-0.rc1.1 instead of 3.1.1-1.rc1)
|
||||||
|
|
||||||
* Fri Nov 11 2011 Josh Boyer <jwboyer@redhat.com>
|
* Fri Nov 11 2011 Josh Boyer <jwboyer@redhat.com>
|
||||||
- Add reworked pci ASPM patch from Matthew Garrett
|
- Add reworked pci ASPM patch from Matthew Garrett
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user