Accepting request 251768 from Base:System
- Drop gpg-offline build-time requirement (forwarded request 251708 from jengelh) OBS-URL: https://build.opensuse.org/request/show/251768 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dosfstools?expand=0&rev=46
This commit is contained in:
commit
96b3279ea2
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 23 16:12:53 UTC 2014 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Drop gpg-offline build-time requirement; this is now handled by
|
||||||
|
the local source validator
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 26 12:11:27 UTC 2014 - pgajdos@suse.com
|
Thu Jun 26 12:11:27 UTC 2014 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ Summary: Utilities for Making and Checking MS-DOS FAT File Systems on Lin
|
|||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
Group: System/Filesystems
|
Group: System/Filesystems
|
||||||
Url: http://daniel-baumann.ch/software/dosfstools/
|
Url: http://daniel-baumann.ch/software/dosfstools/
|
||||||
#Freecode-URL: http://freecode.com/projects/dosfstools
|
|
||||||
#Git-Clone: git://daniel-baumann.ch/git/software/dosfstools
|
#Git-Clone: git://daniel-baumann.ch/git/software/dosfstools
|
||||||
Source: http://daniel-baumann.ch/files/software/dosfstools/%{name}-%{version}.tar.xz
|
Source: http://daniel-baumann.ch/files/software/dosfstools/%{name}-%{version}.tar.xz
|
||||||
Source2: http://daniel-baumann.ch/files/software/dosfstools/%{name}-%{version}.tar.xz.sig
|
Source2: http://daniel-baumann.ch/files/software/dosfstools/%{name}-%{version}.tar.xz.sig
|
||||||
@ -33,9 +33,6 @@ Supplements: filesystem(vfat)
|
|||||||
Provides: dosfsck
|
Provides: dosfsck
|
||||||
Provides: mkdosfs
|
Provides: mkdosfs
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0%{?suse_version} >= 1230
|
|
||||||
BuildRequires: gpg-offline
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The dosfstools package includes the mkdosfs and dosfsck utilities,
|
The dosfstools package includes the mkdosfs and dosfsck utilities,
|
||||||
@ -43,7 +40,6 @@ which respectively make and check MS-DOS FAT file systems on hard
|
|||||||
drives or on floppies.
|
drives or on floppies.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%{?gpg_verify: %gpg_verify %{SOURCE2}}
|
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user