<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/packaging, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/'/>
<entry>
<title>Update mailing list references to point at lists.samba.org</title>
<updated>2015-02-10T06:08:28+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2015-02-09T23:26:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=c8c2c850d47a6cdaee5afd84c8ebaa03586c1277'/>
<id>c8c2c850d47a6cdaee5afd84c8ebaa03586c1277</id>
<content type='text'>
The mailing lists are on lists.samba.org, but there are many references that use the shorthand of samba.org

Some references to samba@ have been changed to samba-technical@ where this make more sense.

Signed-off-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
Reviewed-by: Garming Sam &lt;garming@catalyst.net.nz&gt;

Autobuild-User(master): Andrew Bartlett &lt;abartlet@samba.org&gt;
Autobuild-Date(master): Tue Feb 10 07:08:28 CET 2015 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The mailing lists are on lists.samba.org, but there are many references that use the shorthand of samba.org

Some references to samba@ have been changed to samba-technical@ where this make more sense.

Signed-off-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
Reviewed-by: Garming Sam &lt;garming@catalyst.net.nz&gt;

Autobuild-User(master): Andrew Bartlett &lt;abartlet@samba.org&gt;
Autobuild-Date(master): Tue Feb 10 07:08:28 CET 2015 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove obsolete SGI packaging</title>
<updated>2015-02-10T03:40:06+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2015-02-09T23:30:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=35be7fa02716f402f6a373ff3be05d4e14d132a0'/>
<id>35be7fa02716f402f6a373ff3be05d4e14d132a0</id>
<content type='text'>
This has not worked since before the source3 and source4 trees were imported many years ago

Signed-off-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
Reviewed-by: Garming Sam &lt;garming@catalyst.net.nz&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This has not worked since before the source3 and source4 trees were imported many years ago

Signed-off-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
Reviewed-by: Garming Sam &lt;garming@catalyst.net.nz&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>s3: leases: libsmbsharemodes no longer works with SMB2 leases inside our locking.tdb.</title>
<updated>2014-12-04T04:45:09+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2014-12-04T01:06:08+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=a199214dfb5fc9c2b4c9e15ccb24198065c616b9'/>
<id>a199214dfb5fc9c2b4c9e15ccb24198065c616b9</id>
<content type='text'>
Remove it until a maintainer can be found.

Signed-off-by: Jeremy Allison &lt;jra@samba.org&gt;
Reviewed-by: Stefan Metzmacher &lt;metze@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove it until a maintainer can be found.

Signed-off-by: Jeremy Allison &lt;jra@samba.org&gt;
Reviewed-by: Stefan Metzmacher &lt;metze@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>add systemd integration</title>
<updated>2014-04-23T00:29:08+00:00</updated>
<author>
<name>Alexander Bokovoy</name>
<email>ab@samba.org</email>
</author>
<published>2014-03-25T10:53:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=aa8c8a7b5b062b36a74a505aa48ba7dc5141aa55'/>
<id>aa8c8a7b5b062b36a74a505aa48ba7dc5141aa55</id>
<content type='text'>
Add --with-systemd / --without-systemd options to check whether
libsystemd-daemon library is available and use it to report service
startup status to systemd for smbd/winbindd/nmbd and AD DC.

The problem it solves is correct reporting of the Samba services
at the point when they are ready to serve clients, important for
high availability software integration.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=10517

Signed-off-by: Alexander Bokovoy &lt;ab@samba.org&gt;
Reviewed-by: Andreas Schneider &lt;asn@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add --with-systemd / --without-systemd options to check whether
libsystemd-daemon library is available and use it to report service
startup status to systemd for smbd/winbindd/nmbd and AD DC.

The problem it solves is correct reporting of the Samba services
at the point when they are ready to serve clients, important for
high availability software integration.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=10517

Signed-off-by: Alexander Bokovoy &lt;ab@samba.org&gt;
Reviewed-by: Andreas Schneider &lt;asn@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove remaining references to "password level" in the tree</title>
<updated>2013-06-11T14:25:54+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2013-06-03T00:38:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=c0cbf5936f0385ab93315cc366a0aa16c0ebd237'/>
<id>c0cbf5936f0385ab93315cc366a0aa16c0ebd237</id>
<content type='text'>
Reviewed-by: Simo Sorce &lt;idra@samba.org&gt;

Autobuild-User(master): Simo Sorce &lt;idra@samba.org&gt;
Autobuild-Date(master): Tue Jun 11 16:25:54 CEST 2013 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: Simo Sorce &lt;idra@samba.org&gt;

Autobuild-User(master): Simo Sorce &lt;idra@samba.org&gt;
Autobuild-Date(master): Tue Jun 11 16:25:54 CEST 2013 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>building RPMs on RHEL fail because of a typo.</title>
<updated>2013-05-24T23:04:37+00:00</updated>
<author>
<name>Anand Avati</name>
<email>avati@redhat.com</email>
</author>
<published>2013-05-24T19:23:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=39d7982625ba05befa7bc2430a79d44984eb410e'/>
<id>39d7982625ba05befa7bc2430a79d44984eb410e</id>
<content type='text'>
Signed-off-by: Anand Avati &lt;avati@redhat.com&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;
Reviewed-by: Simo Sorce &lt;idra@samba.org&gt;

Autobuild-User(master): Jeremy Allison &lt;jra@samba.org&gt;
Autobuild-Date(master): Sat May 25 01:04:37 CEST 2013 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Anand Avati &lt;avati@redhat.com&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;
Reviewed-by: Simo Sorce &lt;idra@samba.org&gt;

Autobuild-User(master): Jeremy Allison &lt;jra@samba.org&gt;
Autobuild-Date(master): Sat May 25 01:04:37 CEST 2013 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: Fix bug 9809 -- missing entry in specfile</title>
<updated>2013-04-22T09:35:51+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2013-04-19T14:17:13+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=5512a43a93833d3d6f1721d69c894db0e2c77ef8'/>
<id>5512a43a93833d3d6f1721d69c894db0e2c77ef8</id>
<content type='text'>
Signed-off-by: Volker Lendecke &lt;vl@samba.org&gt;
Reviewed-by: Karolin Seeger &lt;kseeger@samba.org&gt;

Autobuild-User(master): Karolin Seeger &lt;kseeger@samba.org&gt;
Autobuild-Date(master): Mon Apr 22 11:35:52 CEST 2013 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Volker Lendecke &lt;vl@samba.org&gt;
Reviewed-by: Karolin Seeger &lt;kseeger@samba.org&gt;

Autobuild-User(master): Karolin Seeger &lt;kseeger@samba.org&gt;
Autobuild-Date(master): Mon Apr 22 11:35:52 CEST 2013 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>packaging(RHEL-CTDB): Add idmap_rfc2307 module</title>
<updated>2013-03-09T05:30:22+00:00</updated>
<author>
<name>Christof Schmitt</name>
<email>christof.schmitt@us.ibm.com</email>
</author>
<published>2013-02-21T19:33:19+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=8241dafdb832808f0b88a7d83095105e7d532fa4'/>
<id>8241dafdb832808f0b88a7d83095105e7d532fa4</id>
<content type='text'>
Reviewed-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Make systemctl reference indirect in packaging/NetworkManager/30-winbind-systemd</title>
<updated>2013-02-22T17:18:20+00:00</updated>
<author>
<name>Alexander Bokovoy</name>
<email>ab@samba.org</email>
</author>
<published>2013-02-22T10:07:19+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=36da56ec51ecf03458fd85741ae248b49cf0d592'/>
<id>36da56ec51ecf03458fd85741ae248b49cf0d592</id>
<content type='text'>
Some distributions have clever dependency generators when building packages
and generate dependencies for each executable called out in shell scripts.
The end result is that a package built out of samba would contain explicit dependency
to systemd even though it is usable without systemd.

Making systemctl reference indirect avoids explicit dependency.

Reviewed-by: Andreas Schneider &lt;asn@samba.org&gt;

Autobuild-User(master): Alexander Bokovoy &lt;ab@samba.org&gt;
Autobuild-Date(master): Fri Feb 22 18:18:20 CET 2013 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some distributions have clever dependency generators when building packages
and generate dependencies for each executable called out in shell scripts.
The end result is that a package built out of samba would contain explicit dependency
to systemd even though it is usable without systemd.

Making systemctl reference indirect avoids explicit dependency.

Reviewed-by: Andreas Schneider &lt;asn@samba.org&gt;

Autobuild-User(master): Alexander Bokovoy &lt;ab@samba.org&gt;
Autobuild-Date(master): Fri Feb 22 18:18:20 CET 2013 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>packaging(RHEL-CTDB): remove unpackaged manpages (samba and samba-tool)</title>
<updated>2013-02-19T12:58:02+00:00</updated>
<author>
<name>Michael Adam</name>
<email>obnox@samba.org</email>
</author>
<published>2012-10-25T09:35:50+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=c1d58f222fec4b23a1e37a4e911a648afa4fdb74'/>
<id>c1d58f222fec4b23a1e37a4e911a648afa4fdb74</id>
<content type='text'>
Signed-off-by: Michael Adam &lt;obnox@samba.org&gt;
Reviewed-by: Stefan Metzmacher &lt;metze@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Michael Adam &lt;obnox@samba.org&gt;
Reviewed-by: Stefan Metzmacher &lt;metze@samba.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
