Remove more old artefacts

Fixes commit f12a57bd9a
This commit is contained in:
Mikhail Novosyolov 2019-10-29 18:27:23 +03:00
parent c464cf6b7d
commit 62605cbc8c

View file

@ -44,13 +44,6 @@
%bcond_with avahi_service %bcond_with avahi_service
%bcond_without noautoreq %bcond_without noautoreq
# Allow commandline option overrides (borrowed from Vince's qmail srpm):
# To use it, do rpm [-ba|--rebuild] --with 'xxx'
# Check if the rpm was built with the defaults, otherwise we inform the user
%define build_non_default 0
%{?_with_test: %global build_non_default 1}
%{?_without_test: %global build_non_default 1}
# zerro is a dummy value bellow # # zerro is a dummy value bellow #
# this package does not contain libraries # this package does not contain libraries
%define libs_config %mklibname samba-libs-config 0 %define libs_config %mklibname samba-libs-config 0
@ -219,12 +212,6 @@ release includes encrypted password support.
Please read the smb.conf file and ENCRYPTION.txt in the docs directory for Please read the smb.conf file and ENCRYPTION.txt in the docs directory for
implementation details. implementation details.
%if %{build_non_default}
WARNING: This RPM was built with command-line options. Please
see README.%{name}-mandrake-rpm in the documentation for
more information.
%endif
#---------------------------------------------------------------------------- #----------------------------------------------------------------------------
# All packages containing %%{_libdir}/samba/*.so* must manually depend from %%{libs_config} # All packages containing %%{_libdir}/samba/*.so* must manually depend from %%{libs_config}
# To find them: # To find them: