forked from pool/schily
- Remove schily-2018-05-25_star_mk.patch (no longer needed)
OBS-URL: https://build.opensuse.org/package/show/utilities/schily?expand=0&rev=37
This commit is contained in:
parent
9ff2d1c303
commit
180faf7d08
@ -1,21 +0,0 @@
|
||||
From: Kristyna Streitova <kstreitova@suse.com>
|
||||
Date: Wed, 06 Jun 2018 14:51:57 +0000
|
||||
X-Upstream: PATCH-FIX-UPSTREAM
|
||||
|
||||
Fix broken star.mk in 1.5.3 (included from all.mk)
|
||||
|
||||
Index: schily-2018-05-25/star/star.mk
|
||||
===================================================================
|
||||
--- schily-2018-05-25.orig/star/star.mk
|
||||
+++ schily-2018-05-25/star/star.mk
|
||||
@@ -37,8 +37,8 @@ CFILES= star.c header.c cpiohdr.c xhead
|
||||
findinfo.c pathname.c
|
||||
HFILES= star.h starsubs.h dirtime.h xtab.h xutimes.h \
|
||||
movearch.h table.h props.h fifo.h diff.h restore.h \
|
||||
- checkerr.h dumpdate.h bitstring.h
|
||||
-LIBS= -ldeflt -lrmt -lfind -lschily $(LIB_ACL) $(LIB_ATTR) $(LIB_SOCKET) $(LIB_INTL) $(LIB_SELINUX)
|
||||
+ checkerr.h dumpdate.h bitstring.h pathname.h
|
||||
+LIBS= -ldeflt -lrmt -lfind -lschily $(LIB_ACL) $(LIB_ATTR) $(LIB_SOCKET) $(LIB_INTL) $(LIB_SELINUX) $(LIB_CAP)
|
||||
XMK_FILE= Makefile.man
|
||||
|
||||
###########################################################################
|
@ -26,6 +26,7 @@ Wed Aug 29 07:57:23 UTC 2018 - jengelh@inai.de
|
||||
schily-2018-05-25_star_no_fsync.patch,
|
||||
schily-2018-05-25_star_selinux.patch
|
||||
(merged upstream)
|
||||
- Remove schily-2018-05-25_star_mk.patch (no longer needed)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 29 07:45:44 UTC 2018 - jengelh@inai.de
|
||||
|
@ -37,7 +37,6 @@ Source1: README-FIRST
|
||||
Patch1: iconv-name.diff
|
||||
Patch2: schily-2018-05-25_star_configuration.patch
|
||||
Patch4: schily-2018-05-25_star_lock.patch
|
||||
Patch8: schily-2018-05-25_star_mk.patch
|
||||
# Honor https://en.opensuse.org/openSUSE:Packaging_Patches_guidelines#Upstream_policy
|
||||
# and submit patches upstream FIRST (cc to the bspkg maintainer perhaps).
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -406,7 +405,7 @@ Features:
|
||||
|
||||
%prep
|
||||
%setup -qn %name-%rver
|
||||
%patch -P 1 -P 2 -P 4 -P 8 -p1
|
||||
%patch -P 1 -P 2 -P 4 -p1
|
||||
find . "(" -type d -o -type f ")" -exec chmod u+w "{}" "+"
|
||||
|
||||
cp %{SOURCE1} .
|
||||
|
Loading…
Reference in New Issue
Block a user