Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
changelog for ctdb.postrm: Fix to disable_legacy (Closes: #911530)
· 74e37749
Mathieu Parent
authored
Oct 29, 2018
74e37749
Changelog for previous commit
· 2dd99561
Mathieu Parent
authored
Oct 29, 2018
... and fix typo in d/rules.
2dd99561
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
2dd99561
samba (2:4.9.1+dfsg-2) UNRELEASED; urgency=medium
[ Mathieu Parent ]
* Enable --accel-aes=intelaesni on DEB_HOST_ARCH_CPU=amd64 instead of
DEB_HOST_ARCH=amd64. This matches samba-libs.install and adds x32
* Allow one to change password via passwd in default config
...
...
@@ -14,9 +15,12 @@ samba (2:4.9.1+dfsg-2) UNRELEASED; urgency=medium
* README.source: use gbp pull --track-missing
* Override library-not-linked-against-libc false positives (See #896012)
* Fix wrong-path-for-interpreter for pidl and findsmb
* ctdb.postrm: Fix to disable_legacy (found by piuparts)
* ctdb.postrm: Fix to disable_legacy (found by piuparts) (Closes: #911530)
[ James Clarke ]
* Fix systemd-related build failures on non-Linux
-- Mathieu Parent <sathieu@debian.org>
Tue
,
0
9 Oct 2018
10:0
9:09 +0
2
00
-- Mathieu Parent <sathieu@debian.org>
Mon
,
2
9 Oct 2018
22:4
9:09 +0
1
00
samba (2:4.9.1+dfsg-1) experimental; urgency=medium
...
...
debian/rules
View file @
2dd99561
...
...
@@ -162,7 +162,7 @@ ifeq ($(DEB_HOST_ARCH_OS), linux)
$(DESTDIR)/lib/systemd/system/smbd.service \
$(DESTDIR)/lib/systemd/system/winbind.service
endif
# Harmless on systems without systemd-tmpfiles, and other consumers exist
m
# Harmless on systems without systemd-tmpfiles, and other consumers exist
# such as OpenRC's opentmpfiles
mkdir -p $(DESTDIR)/usr/lib/tmpfiles.d
echo "d /run/samba 0755 root root -" > $(DESTDIR)/usr/lib/tmpfiles.d/samba.conf
...
...