- put groups in subpackages unconditionally to leave sle11 support

intact

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-format_spec_file?expand=0&rev=34
This commit is contained in:
Stephan Kulow 2011-12-19 08:42:52 +00:00 committed by Git OBS Bridge
parent b47e2c0c1a
commit 8ca6ced907
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Dec 19 08:40:02 UTC 2011 - coolo@suse.com
- put groups in subpackages unconditionally to leave sle11 support
intact
-------------------------------------------------------------------
Thu Dec 15 13:59:55 UTC 2011 - coolo@suse.com

View File

@ -682,6 +682,8 @@ while ($oldspec[0] eq "XXXBLANKLINE") {
my $license_unique = !grep { $_ ne $main_license } values %seen_licenses;
my $groups_unique = !grep { $_ ne $main_group } values %seen_groups;
# we need to have unique groups in the spec file as long as we support SLE11 ;(
$groups_unique = 0;
my $first_summary = 1;
my $line;