forked from pool/cracklib
Accepting request 445477 from home:dimstar:Factory
- Only buildrequire and call translation-update-upstream on SLE: the package in openSUSE is a dummy and is empty. OBS-URL: https://build.opensuse.org/request/show/445477 OBS-URL: https://build.opensuse.org/package/show/Base:System/cracklib?expand=0&rev=46
This commit is contained in:
parent
d3c3dc0115
commit
90a7388414
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 12 16:31:23 UTC 2016 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Only buildrequire and call translation-update-upstream on SLE:
|
||||||
|
the package in openSUSE is a dummy and is empty.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 17 12:32:43 UTC 2016 - hguo@suse.com
|
Wed Aug 17 12:32:43 UTC 2016 - hguo@suse.com
|
||||||
|
|
||||||
|
@ -36,7 +36,9 @@ BuildRequires: autoconf
|
|||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: gzip
|
BuildRequires: gzip
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
|
%if ! 0%{?is_opensuse}
|
||||||
BuildRequires: translation-update-upstream
|
BuildRequires: translation-update-upstream
|
||||||
|
%endif
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
Requires: cracklib-dict
|
Requires: cracklib-dict
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -86,7 +88,9 @@ This package contains a small dictionay file used by cracklib.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%if ! 0%{?is_opensuse}
|
||||||
translation-update-upstream
|
translation-update-upstream
|
||||||
|
%endif
|
||||||
%patch1
|
%patch1
|
||||||
%patch2
|
%patch2
|
||||||
%patch3 -p1
|
%patch3 -p1
|
||||||
|
Loading…
Reference in New Issue
Block a user