forked from pool/parted
Accepting request 170870 from Base:System
- Add Source URL, see https://en.opensuse.org/SourceUrls - Add GPG checking (forwarded request 164122 from namtrac) OBS-URL: https://build.opensuse.org/request/show/170870 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/parted?expand=0&rev=84
This commit is contained in:
commit
ffa8859ec3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:497d23615a8a60ead6d75273b6595d5a3f73bd73a46bbf45b8edb2890c7cb2f4
|
||||
size 2177039
|
3
parted-2.4.tar.gz
Normal file
3
parted-2.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:965e5a661d3cb721c0aafc64f440c6c88699c8ec44bae09b7d3dc816df00ab14
|
||||
size 3177408
|
17
parted-2.4.tar.gz.sig
Normal file
17
parted-2.4.tar.gz.sig
Normal file
@ -0,0 +1,17 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1.4.11 (GNU/Linux)
|
||||
|
||||
iQIcBAABCAAGBQJN0/ZsAAoJEH/Z/MsAC+7uOTAQAKniexcRs0Qh3j454i3HI6O+
|
||||
aVbcfKfb3BmPLNK97dL1gXoslagO/NEjTmV1SdMtyHp7wqQBnXmM88WudS7aHK85
|
||||
YKEDlkknUtttEG8WornCJCG40VX2Z4dvEYLekVxr7bR8ZM1KzTVKioihm71/9oYe
|
||||
eP3JsVREGQ8w62ovZeOx5aVcCXGUxMe6KPebf3XUWtxGj52hVf2Jpc3tA7B4+2IR
|
||||
mM514AUIMT5yrk2djcoAEmaRvwtQ5F94HPrYwz80META5DZ3ABRmCt5feAqdTgUU
|
||||
4YM11KiN2fFf4TWalN+ol8LyUyNOTcT7zScVeIw8Pt5L/7vnFmgwlh2mVUFtLz5b
|
||||
wKSIn02LD8d5az+dZGjJFU16CvvwimIxdLRdMIIer5gLdPPVPQcmxA88sinu7VAn
|
||||
8VywCCz8EF64Y+KsPDfRKV4Tx/8k+MVF33u/3yV9x2xEEKv3+4lX3w9JCCgZzKdv
|
||||
KwX6XpNYClRGoc6IeeNoyJvOnV8eh/2wBMywbXY9GQiqeLryLJ2r0JIHrVYtVqje
|
||||
dfoSMIKnl1cYi+kWdprdSfBzLoVxNGRly5zq2LGPl9NPIR5SCzd9iOw8ValBY7X4
|
||||
lqY5umyvGL09VHGRPJ5c70ygMvYg+hvRz7jbCzjtlx9bxu4ukXQtrHp7WeYG4OY0
|
||||
0NW0+mn/FTrphvKCs1Ri
|
||||
=mleT
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 15 12:24:12 UTC 2013 - idonmez@suse.com
|
||||
|
||||
- Add Source URL, see https://en.opensuse.org/SourceUrls
|
||||
- Add GPG checking
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 21 10:32:05 UTC 2012 - puzel@suse.com
|
||||
|
||||
|
BIN
parted.keyring
Normal file
BIN
parted.keyring
Normal file
Binary file not shown.
12
parted.spec
12
parted.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package parted
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -23,8 +23,10 @@ Summary: GNU partitioner
|
||||
License: GPL-3.0+
|
||||
Group: System/Filesystems
|
||||
Url: http://www.gnu.org/software/parted/
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
Source1: baselibs.conf
|
||||
Source0: ftp://ftp.gnu.org/gnu/parted/%{name}-%{version}.tar.gz
|
||||
Source1: ftp://ftp.gnu.org/gnu/parted/%{name}-%{version}.tar.gz.sig
|
||||
Source2: parted.keyring
|
||||
Source3: baselibs.conf
|
||||
Patch0: always-resize-part.dif
|
||||
Patch1: parted-type.patch
|
||||
Patch2: parted-mac.patch
|
||||
@ -60,6 +62,9 @@ BuildRequires: libtool
|
||||
BuildRequires: libuuid-devel
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: readline-devel
|
||||
%if %suse_version >= 1230
|
||||
BuildRequires: gpg-offline
|
||||
%endif
|
||||
PreReq: %install_info_prereq
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
# bug437293
|
||||
@ -97,6 +102,7 @@ to develop applications that require these.
|
||||
|
||||
%lang_package
|
||||
%prep
|
||||
%{?gpg_verify: %gpg_verify %{S:1}}
|
||||
%setup -q
|
||||
%patch0
|
||||
%patch1 -p1
|
||||
|
Loading…
x
Reference in New Issue
Block a user