Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
samba
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pkg
obextra
samba
Commits
26f41f7a
Commit
26f41f7a
authored
9 months ago
by
nfg
Browse files
Options
Downloads
Patches
Plain Diff
upgrel: 4.20.1-3, icu rebuild
parent
696c4a79
No related branches found
No related tags found
No related merge requests found
Pipeline
#43187
passed
8 months ago
Stage: update
Changes
1
Pipelines
33
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
diff/patch/PKG.patch
+13
-27
13 additions, 27 deletions
diff/patch/PKG.patch
with
13 additions
and
27 deletions
diff/patch/PKG.patch
+
13
−
27
View file @
26f41f7a
diff -uar a/PKGBUILD b/PKGBUILD
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@
license=('GPL3')
@@ -10,13 +10,13 @@
pkgbase=samba
pkgname=('libwbclient' 'smbclient' 'samba')
pkgver=4.20.1
-pkgrel=2
+pkgrel=3
arch=(x86_64)
url="https://www.samba.org"
license=('GPL-3.0-or-later')
makedepends=('python' 'python-markdown' 'python-dnspython' 'docbook-xsl' 'pkg-config' 'libbsd' 'popt' 'libcups'
'readline' 'tevent' 'acl' 'libldap' 'libcap' 'ldb' 'krb5' 'pam'
- 'systemd' 'gnutls' 'talloc' 'tdb' 'dbus'
+ 'gnutls' 'talloc' 'tdb' 'dbus'
+ 'gnutls' 'talloc' 'tdb' 'dbus'
'perl-parse-yapp' 'libnsl' 'libtirpc' 'rpcsvc-proto' 'jansson'
'liburing' 'perl-json' 'glusterfs')
optdepends=(
...
...
@@ -18,7 +25,7 @@ diff -uar a/PKGBUILD b/PKGBUILD
+ samba.conf
+ samba.sysconfig)
validpgpkeys=('81F5E2832BD2545A1897B713AA99442FB680B620') #Samba Distribution Verification Key <samba-bugs@samba.org>
sha512sums=('
908418c16e94cf8f87dd331fa4c0081e89d147706e4c85d0cd331327481cab49f6f17ed338c1d0e73475ef8da2398f80db1
8d6
3
f2d
37fc8cb4f053e3b3081af7
'
sha512sums=('
bea2bacae5b3272045399057ddf88d8f38203dde04c718b0088fd45792cccd68047b413e66bca7418b19db8580879358b86531a
8d6f2d
76fbcd902c331050a84
'
'SKIP'
@@ -61,8 +62,7 @@
--with-ldap \
...
...
@@ -36,30 +43,9 @@ diff -uar a/PKGBUILD b/PKGBUILD
- # packaging/wscript_build to use /etc/conf.d
- sed -i -e '/^EnvironmentFile/ s/sysconfig/conf.d/' "${pkgdir}"/usr/lib/systemd/system/*.service
-
install -d -m755 "${pkgdir}"/etc/conf.d
install -d -m755 "${pkgdir}"/etc/conf.d
- install -m644 "${srcdir}"/samba-${pkgver}/packaging/systemd/samba.sysconfig "${pkgdir}"/etc/conf.d/samba
+ install -d -m755 "$pkgdir"/etc/conf.d
+ install -m644 "$srcdir"/samba.sysconfig "$pkgdir"/etc/conf.d/samba
+ install -m644 "${srcdir}"/samba.sysconfig "${pkgdir}"/etc/conf.d/samba
# create ephemeral dirs via tmpfiles rather than shipping them in package
install -D -m644 "${srcdir}"/samba.conf "${pkgdir}"/usr/lib/tmpfiles.d/samba.conf
@@ -193,15 +191,15 @@
chmod 700 "${pkgdir}"/etc/samba/private
install -D -m644 "${srcdir}"/samba.logrotate "${pkgdir}"/etc/logrotate.d/samba
- install -D -m644 "${srcdir}"/samba.pam "${pkgdir}"/etc/pam.d/samba
-
+ install -D -m644 "${srcdir}"/samba.pam "${pkgdir}"/etc/pam.d/samba
+
# spool directory
install -d -m1777 "${pkgdir}"/var/spool/samba
-
+
rm -rf "${pkgdir}"/run
rm -rf "${pkgdir}"/var/run
rm -rf "${pkgdir}"/etc/sysconfig
-
+
# copy ldap example
install -D -m644 "${srcdir}"/samba-${pkgver}/examples/LDAP/samba.schema "${pkgdir}"/usr/share/doc/samba/examples/LDAP/samba.schema
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment