diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..5c617d7e4e0e8de5d65460636ebcd1fef6358ed2 --- /dev/null +++ b/README.md @@ -0,0 +1,36 @@ +# openEuler Kernel Packaging Repository + +This repository contains RPM packaging specifications for building Linux +kernel packages for the openEuler distribution, including spec files, +patches, and build configurations. + +## Source Code Management + +- **Source repository**: [openeuler/kernel](https://gitee.com/openeuler/kernel) +- **Source tags**: Specified in the `SOURCE` file within this repository + +## Branch Policy + +### master Branch +- Tracking upstream kernel periodically (kernel.org) +- Minimal local modifications (primarily packaging changes) +- For build and experimentation only - no production use, no general support + +### LTS Branches +- Used for openEuler LTS releases +- Each branch is based on a specific major upstream kernel version +- Includes: + - Critical security fixes (backported) + - Hardware enablement patches + - Selected stable tree patches + - openEuler-specific enhancements + +### Innovation Branches +- Used for openEuler Innovation releases +- Experimental branches for community innovation +- Purpose: + - Feature development and prototyping + - Cutting-edge technology evaluation +- Characteristics: + - Based on upstream versions or newer openEuler LTS kernels + - Used for testing and validation only - NOT for production diff --git a/kernel.spec b/kernel.spec index eb4c96ab5e221fe66a509b2a191724a4cbb2e33f..627b5123c87221ea554fec00d120cf20de04c272 100644 --- a/kernel.spec +++ b/kernel.spec @@ -42,7 +42,7 @@ rm -f test_openEuler_sign.ko test_openEuler_sign.ko.sig %global upstream_sublevel 33 %global devel_release 0 %global maintenance_release .0.0 -%global pkg_release .1 +%global pkg_release .2 %global openeuler_lts 0 %global openeuler_major 0 @@ -1076,6 +1076,9 @@ fi %endif %changelog +* Thu 21 Aug 2025 Xie XiuQi - 6.12.33-0.0.0.2 +- add README + * Wed Jun 18 2025 laokz - 6.12.33-0.0.0.1 - upgrade to upstream v6.12.33 - reset %with_debuginfo diff --git a/readme b/readme deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000