forked from pool/utempter
Accepting request 180386 from Base:System
- remove gpg offline checking to avoid buildloops. will be done by source service. OBS-URL: https://build.opensuse.org/request/show/180386 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/utempter?expand=0&rev=25
This commit is contained in:
commit
11a3acf62e
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 21 07:17:10 UTC 2013 - meissner@suse.com
|
||||
|
||||
- remove gpg offline checking to avoid buildloops. will be
|
||||
done by source service.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 5 11:23:54 UTC 2013 - meissner@suse.com
|
||||
|
||||
|
@ -35,9 +35,8 @@ Source2: baselibs.conf
|
||||
Source3: %name.keyring
|
||||
Patch0: utempter.eal3.diff
|
||||
Patch1: utempter-no-staticlib.patch
|
||||
%if 0%{?suse_version} > 1220
|
||||
BuildRequires: gpg-offline
|
||||
%endif
|
||||
# will be checked by source service
|
||||
#BuildRequires: gpg-offline
|
||||
|
||||
#
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -69,9 +68,6 @@ Utempter is a privileged helper for utmp and wtmp updates. This
|
||||
package contains the library used by applications.
|
||||
|
||||
%prep
|
||||
%if 0%{?suse_version} > 1220
|
||||
%gpg_verify %{S:1}
|
||||
%endif
|
||||
%setup -q -n lib%name-%version
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
|
Loading…
Reference in New Issue
Block a user