diff --git a/gptfdisk.changes b/gptfdisk.changes index fd8cc59..e1d0e19 100644 --- a/gptfdisk.changes +++ b/gptfdisk.changes @@ -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 diff --git a/gptfdisk.spec b/gptfdisk.spec index 381e10d..8890578 100644 --- a/gptfdisk.spec +++ b/gptfdisk.spec @@ -1,7 +1,7 @@ # # spec file for package gptfdisk # -# Copyright (c) 2014 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*