2008-09-04 16:00:00 +02:00
|
|
|
#
|
|
|
|
# spec file for package brp-check-suse (Version 1.0)
|
|
|
|
#
|
|
|
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
|
|
|
|
|
|
|
Name: brp-check-suse
|
|
|
|
License: Artistic License; GPL v2 or later
|
|
|
|
Group: Development/Tools/Building
|
|
|
|
AutoReqProv: on
|
|
|
|
Summary: build root policy check scripts
|
|
|
|
Version: 1.0
|
2008-10-22 15:31:19 +02:00
|
|
|
Release: 12
|
2008-09-04 16:00:00 +02:00
|
|
|
Source0: %{name}-%{version}.tar.bz2
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%description
|
|
|
|
build root policy check scripts
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
# nothing to do
|
|
|
|
|
|
|
|
%install
|
|
|
|
install -d $RPM_BUILD_ROOT/usr/lib/rpm
|
|
|
|
install -d $RPM_BUILD_ROOT/etc/rpm
|
|
|
|
cp -a brp-* $RPM_BUILD_ROOT/usr/lib/rpm
|
|
|
|
cp -a macros.* $RPM_BUILD_ROOT/etc/rpm
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%doc COPYING
|
|
|
|
/etc/rpm/*
|
|
|
|
/usr/lib/rpm/*
|
|
|
|
|
|
|
|
%changelog
|
2008-10-22 15:31:19 +02:00
|
|
|
* Thu Oct 16 2008 thomas@suse.de
|
|
|
|
- added script to detect yet unknown dbus autostart system-service
|
|
|
|
files, the set of known files can be updated using a whitelist
|
|
|
|
(generated for all archs of 11.0)
|
2008-10-16 01:15:39 +02:00
|
|
|
* Wed Oct 15 2008 ro@suse.de
|
|
|
|
- Add more legal Categories to desktop-data-openSUSE and brp-check
|
|
|
|
(bnc#430979)
|
2008-10-08 18:17:06 +02:00
|
|
|
* Wed Oct 08 2008 meissner@suse.de
|
|
|
|
- ntpdate is no longer a binary, but a shellscript
|
2008-10-06 18:43:29 +02:00
|
|
|
* Mon Oct 06 2008 jblunck@suse.de
|
|
|
|
- brp-strip-debug: don't strip debuginfo from static libraries, but
|
|
|
|
compiler-generated local symbols
|
2008-09-24 15:05:38 +02:00
|
|
|
* Wed Sep 24 2008 adrian@suse.de
|
|
|
|
- adapt email address to new maintainer of desktop checks;)
|
2008-09-04 16:00:00 +02:00
|
|
|
* Thu Sep 04 2008 ro@suse.de
|
|
|
|
- rename to brp-check-suse
|
|
|
|
* Sun Aug 17 2008 ro@suse.de
|
|
|
|
- downgrade missing Required-Stop to warning
|
|
|
|
* Thu Aug 14 2008 ro@suse.de
|
|
|
|
- tweak brp-boot-scripts some more:
|
|
|
|
- prefix every line with W: or E: accordingly
|
|
|
|
- missing Should-Stop is a warning
|
|
|
|
- present but empty FOO-Stop is an error if the matching
|
|
|
|
FOO-Start is non-empty
|
|
|
|
* Wed Aug 13 2008 ro@suse.de
|
|
|
|
- applied fastjar patch to bytecode-check script
|
|
|
|
(allow use of jar and fastjar additional to unzip)
|
|
|
|
* Mon Aug 11 2008 werner@suse.de
|
|
|
|
- Add brp-boot-scripts for checking init and boot scripts
|
|
|
|
* Fri Aug 01 2008 ro@suse.de
|
|
|
|
- removed syslog-ng from pie list (approved by meissner)
|
|
|
|
* Mon May 19 2008 ro@suse.de
|
|
|
|
- add X-SuSE-YaST to exclude list in System/More Programs
|
|
|
|
as explained in bugzilla (bnc#382778)
|
|
|
|
* Wed Feb 13 2008 ro@suse.de
|
|
|
|
- updated brp-pie from bk: fix function for symlinks
|
|
|
|
* Fri Feb 08 2008 dmueller@suse.de
|
|
|
|
- remove references to previously removed checks (d'oh)
|
|
|
|
* Thu Feb 07 2008 dmueller@suse.de
|
|
|
|
- remove checks that are done by rpmlint already (bnc#356670)
|
|
|
|
* Thu Jan 31 2008 ro@suse.de
|
|
|
|
- remove brp-symlink, already in rpm.rpm
|
|
|
|
* Mon Jan 28 2008 ro@suse.de
|
|
|
|
- fix brp-check-bytecode for unzip case
|
|
|
|
* Mon Jan 28 2008 ro@suse.de
|
|
|
|
- brp-check-bytecode:
|
|
|
|
- allow java-1.5 (file output: version 49.0)
|
|
|
|
- try to use "jar" if "unzip" is not available
|
|
|
|
* Mon Dec 17 2007 ro@suse.de
|
|
|
|
- created package, version 1.0
|