SHA256
1
0
forked from pool/lvm2

Accepting request 460502 from home:ZRen:branches:Base:System

- Improve the layout and readability of spec files
  * Place subpackages' sections at the bottom of spec file, making
  the layout more reasonable: 1. main package's spec sections are
  contiguous without a break; 2. subpackage's spec spections can
  also be placed together.

  * Get rid of wild-card usage in %files section; spec file is a
  perfect place for packager to know what files are exactly delivered
  with each RPMs; staring at wild-card doesn't give much information.

  * Put bsc#xxx at previous line of each SUSE patch at my best, some
  are still missing.

OBS-URL: https://build.opensuse.org/request/show/460502
OBS-URL: https://build.opensuse.org/package/show/Base:System/lvm2?expand=0&rev=170
This commit is contained in:
Eric ren
2017-03-01 02:49:19 +00:00
committed by Git OBS Bridge
parent db1f542327
commit d979f24d28
6 changed files with 450 additions and 184 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Feb 24 10:57:16 UTC 2017 - zren@suse.com
- Improve the layout and readability of spec files
* Place subpackages' sections at the bottom of spec file, making
the layout more reasonable: 1. main package's spec sections are
contiguous without a break; 2. subpackage's spec spections can
also be placed together.
* Get rid of wild-card usage in %files section; spec file is a
perfect place for packager to know what files are exactly delivered
with each RPMs; staring at wild-card doesn't give much information.
* Put bsc#xxx at previous line of each SUSE patch at my best, some
are still missing.
-------------------------------------------------------------------
Thu Feb 23 06:27:55 UTC 2017 - zren@suse.com