- add BSD like COPYING file to fix bnc#727044

OBS-URL: https://build.opensuse.org/package/show/server:monitoring/nagios-rpm-macros?expand=0&rev=8
This commit is contained in:
Lars Vogdt 2011-11-01 12:22:55 +00:00 committed by Git OBS Bridge
parent 328f83fb19
commit 3f1645c3ba
3 changed files with 40 additions and 3 deletions

30
nagios-rpm-macros-COPYING Normal file
View File

@ -0,0 +1,30 @@
Copyright (c) 2011, Lars Vogdt
All rights reserved.
This package is made available under the following terms:
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
* Neither the name of the Novell nor the names of its contributors may be
used to endorse or promote products derived from this software without
specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
THE POSSIBILITY OF SUCH DAMAGE.

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Nov 1 12:18:55 UTC 2011 - lars@linux-schulserver.de
- add BSD like COPYING file to fix bnc#727044
-------------------------------------------------------------------
Fri Jul 29 20:11:25 UTC 2011 - lars@linux-schulserver.de

View File

@ -16,13 +16,14 @@
Name: nagios-rpm-macros
Summary: RPM Macros for Nagios based packages
Version: 0.001
Version: 0.002
Release: 1
Url: http://en.opensuse.org/Nagios
License: LGPL
License: BSD3c(or similar)
Group: System/Monitoring
Source0: macros.nagios
Source1: %{name}-README
Source2: nagios-rpm-macros-COPYING
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -33,6 +34,7 @@ Nagios and/or Icinga.
%prep
%{__cp} %{S:1} README
%{__cp} %{S:2} COPYING
%build
@ -44,7 +46,7 @@ rm -rf %buildroot
%files
%defattr(-,root,root)
%doc README
%doc COPYING README
%config %{_sysconfdir}/rpm/macros.nagios
%changelog