- remove gpg-offline calls from bootstrap package
OBS-URL: https://build.opensuse.org/package/show/Base:System/acl?expand=0&rev=37
This commit is contained in:
parent
8b432c3228
commit
a249f7e204
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 18 07:43:08 UTC 2013 - coolo@suse.com
|
||||
|
||||
- remove gpg-offline calls from bootstrap package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 16 21:40:18 UTC 2013 - jengelh@inai.de
|
||||
|
||||
@ -6,8 +11,6 @@ Sun Jun 16 21:40:18 UTC 2013 - jengelh@inai.de
|
||||
merges in a tree walking bug fix.
|
||||
- Remove acl-fiximplicit.patch (merged upstream),
|
||||
config-guess-sub-update.diff (no longer applies)
|
||||
- Remove libacl-devel's dependency on libattr-devel: SO references
|
||||
are automatic anyway.
|
||||
- Sync baselibs.conf with in-.spec obsoletes/provides.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
9
acl.spec
9
acl.spec
@ -35,9 +35,7 @@ Source3: %name.keyring
|
||||
Patch0: builddefs.in.diff
|
||||
Patch2: 0001-Use-OS-byteswapping-macros.patch
|
||||
BuildRequires: libattr-devel
|
||||
%if 0%{?suse_version} > 1220
|
||||
BuildRequires: gpg-offline
|
||||
%endif
|
||||
#BuildRequires: gpg-offline
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -63,8 +61,10 @@ control lists.
|
||||
%package -n libacl-devel
|
||||
Summary: Include Files and Libraries mandatory for Development
|
||||
Group: Development/Libraries/C and C++
|
||||
# the .so file references libattr.so.x, so require libattr-devel
|
||||
Requires: %lname = %version
|
||||
Requires: glibc-devel
|
||||
Requires: libattr-devel
|
||||
Provides: acl-devel = %{version}
|
||||
Obsoletes: acl-devel < %{version}
|
||||
# bug437293
|
||||
@ -78,9 +78,6 @@ This package contains all necessary include files and libraries needed
|
||||
to develop applications that require these.
|
||||
|
||||
%prep
|
||||
%if 0%{?suse_version} > 1220
|
||||
%gpg_verify %{S:1}
|
||||
%endif
|
||||
%setup -q -n acl-%version
|
||||
%patch0 -p1
|
||||
%patch2 -p1
|
||||
|
Loading…
Reference in New Issue
Block a user