Accepting request 591296 from filesystems

OBS-URL: https://build.opensuse.org/request/show/591296
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gptfdisk?expand=0&rev=16
This commit is contained in:
Dominique Leuenberger 2018-03-29 09:55:11 +00:00 committed by Git OBS Bridge
commit 96ed2c13e4
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 26 16:51:10 CEST 2018 - kukuk@suse.de
- Use %license instead of %doc [bsc#1082318]
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 26 14:25:43 UTC 2015 - sweet_f_a@gmx.de Mon Oct 26 14:25:43 UTC 2015 - sweet_f_a@gmx.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package gptfdisk # spec file for package gptfdisk
# #
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -20,7 +20,7 @@ Name: gptfdisk
Version: 1.0.1 Version: 1.0.1
Release: 0 Release: 0
Summary: GPT partitioning and MBR repair software Summary: GPT partitioning and MBR repair software
License: GPL-2.0 License: GPL-2.0-only
Group: System/Base Group: System/Base
Url: http://rodsbooks.com/gdisk Url: http://rodsbooks.com/gdisk
@ -68,7 +68,8 @@ install -pm0644 *.8 "$b/%_mandir/man8/";
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc NEWS COPYING README %license COPYING
%doc NEWS README
%_sbindir/gdisk %_sbindir/gdisk
%_sbindir/sgdisk %_sbindir/sgdisk
%_sbindir/cgdisk %_sbindir/cgdisk