- 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
|
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.
|
merges in a tree walking bug fix.
|
||||||
- Remove acl-fiximplicit.patch (merged upstream),
|
- Remove acl-fiximplicit.patch (merged upstream),
|
||||||
config-guess-sub-update.diff (no longer applies)
|
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.
|
- 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
|
Patch0: builddefs.in.diff
|
||||||
Patch2: 0001-Use-OS-byteswapping-macros.patch
|
Patch2: 0001-Use-OS-byteswapping-macros.patch
|
||||||
BuildRequires: libattr-devel
|
BuildRequires: libattr-devel
|
||||||
%if 0%{?suse_version} > 1220
|
#BuildRequires: gpg-offline
|
||||||
BuildRequires: gpg-offline
|
|
||||||
%endif
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -63,8 +61,10 @@ control lists.
|
|||||||
%package -n libacl-devel
|
%package -n libacl-devel
|
||||||
Summary: Include Files and Libraries mandatory for Development
|
Summary: Include Files and Libraries mandatory for Development
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
|
# the .so file references libattr.so.x, so require libattr-devel
|
||||||
Requires: %lname = %version
|
Requires: %lname = %version
|
||||||
Requires: glibc-devel
|
Requires: glibc-devel
|
||||||
|
Requires: libattr-devel
|
||||||
Provides: acl-devel = %{version}
|
Provides: acl-devel = %{version}
|
||||||
Obsoletes: acl-devel < %{version}
|
Obsoletes: acl-devel < %{version}
|
||||||
# bug437293
|
# bug437293
|
||||||
@ -78,9 +78,6 @@ This package contains all necessary include files and libraries needed
|
|||||||
to develop applications that require these.
|
to develop applications that require these.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%if 0%{?suse_version} > 1220
|
|
||||||
%gpg_verify %{S:1}
|
|
||||||
%endif
|
|
||||||
%setup -q -n acl-%version
|
%setup -q -n acl-%version
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
|
Loading…
Reference in New Issue
Block a user