SHA256
1
0
forked from pool/samba

- Ensure to link with --as-needed flag by removing SUSE_ASNEEDED=0.

- Always use the default optimization even on pre-9.2 systems.

- Remove redundant configure options while adding with-relro.

- Relocate the lockdir to the /var/lib/samba/lock directory.

- Cleanup and enhance the pidl sub package.

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=510
This commit is contained in:
Lars Müller
2015-11-17 13:29:26 +00:00
committed by Git OBS Bridge
parent 2a3a0f074d
commit f9ec733ab4
4 changed files with 42 additions and 38 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Sat Nov 14 18:31:04 UTC 2015 - lmuelle@suse.com
- Ensure to link with --as-needed flag by removing SUSE_ASNEEDED=0.
- Always use the default optimization even on pre-9.2 systems.
-------------------------------------------------------------------
Sat Nov 14 18:10:01 UTC 2015 - lmuelle@suse.com
- Remove redundant configure options while adding with-relro.
-------------------------------------------------------------------
Sat Nov 14 17:44:24 UTC 2015 - lmuelle@suse.com
- Relocate the lockdir to the /var/lib/samba/lock directory.
-------------------------------------------------------------------
Sat Nov 14 16:59:09 UTC 2015 - lmuelle@suse.com
- Cleanup and enhance the pidl sub package.
-------------------------------------------------------------------
Thu Oct 22 22:09:19 UTC 2015 - lmuelle@suse.com