Accepting request 666758 from home:dsterba:branches:filesystems
- Use %license instead of %doc [bsc#1082318] (builds on all products) OBS-URL: https://build.opensuse.org/request/show/666758 OBS-URL: https://build.opensuse.org/package/show/filesystems/btrfsprogs?expand=0&rev=308
This commit is contained in:
parent
bbad3810ab
commit
b6c7ca7527
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 17 15:45:01 CET 2019 - kukuk@suse.de
|
||||
|
||||
- Use %license instead of %doc [bsc#1082318]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 17 07:48:54 UTC 2019 - nborisov@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package btrfsprogs
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -283,7 +283,12 @@ done
|
||||
|
||||
%files
|
||||
%defattr(-, root, root)
|
||||
%if 0%{?suse_version} < 1200
|
||||
# SLE11 doesn't know about %license
|
||||
%doc COPYING
|
||||
%else
|
||||
%license COPYING
|
||||
%endif
|
||||
/sbin/fsck.btrfs
|
||||
# mkinitrd utils
|
||||
/sbin/btrfs
|
||||
|
Loading…
Reference in New Issue
Block a user