Accepting request 289855 from filesystems

- Remove old RPM tags for pre-12.x openSUSE.
  Remove duplicated documentation.

OBS-URL: https://build.opensuse.org/request/show/289855
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gptfdisk?expand=0&rev=13
This commit is contained in:
Dominique Leuenberger 2015-03-16 05:56:01 +00:00 committed by Git OBS Bridge
commit 58645b2021
2 changed files with 7 additions and 8 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Mar 8 09:33:02 UTC 2015 - jengelh@inai.de
- Remove old RPM tags for pre-12.x openSUSE.
Remove duplicated documentation.
-------------------------------------------------------------------
Tue Mar 4 10:19:25 UTC 2014 - sweet_f_a@gmx.de

View File

@ -1,7 +1,7 @@
#
# spec file for package gptfdisk
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 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
@ -28,14 +28,8 @@ Source: http://downloads.sf.net/%name/%name-%version.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: gcc-c++
BuildRequires: ncurses-devel
BuildRequires: xz
%if 0%{?suse_version} > 1140
BuildRequires: pkgconfig(popt)
BuildRequires: pkgconfig(uuid)
%else
BuildRequires: libuuid-devel
BuildRequires: popt-devel
%endif
Obsoletes: gdisk < %version-%release
Provides: gdisk = %version-%release
@ -84,7 +78,6 @@ install -pm0644 *.8 "$b/%_mandir/man8/";
%files fixparts
%defattr(-,root,root)
%doc NEWS COPYING README
%_sbindir/fixparts
%_mandir/man8/fixparts.8*