OBS User unknown 2008-09-04 14:00:00 +00:00 committed by Git OBS Bridge
commit bf1c74c4c3
6 changed files with 199 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6595ee47f5fcc32ade23703dd27c535d955e701b17077d650e3b00c6a4c2546f
size 62138

78
brp-check-suse.changes Normal file
View File

@ -0,0 +1,78 @@
-------------------------------------------------------------------
Thu Sep 4 14:09:21 CEST 2008 - ro@suse.de
- rename to brp-check-suse
-------------------------------------------------------------------
Sun Aug 17 12:05:56 CEST 2008 - ro@suse.de
- downgrade missing Required-Stop to warning
-------------------------------------------------------------------
Thu Aug 14 12:38:14 CEST 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 11:47:33 CEST 2008 - ro@suse.de
- applied fastjar patch to bytecode-check script
(allow use of jar and fastjar additional to unzip)
-------------------------------------------------------------------
Mon Aug 11 15:41:19 CEST 2008 - werner@suse.de
- Add brp-boot-scripts for checking init and boot scripts
-------------------------------------------------------------------
Fri Aug 1 14:26:15 CEST 2008 - ro@suse.de
- removed syslog-ng from pie list (approved by meissner)
-------------------------------------------------------------------
Mon May 19 00:47:46 CEST 2008 - ro@suse.de
- add X-SuSE-YaST to exclude list in System/More Programs
as explained in bugzilla (bnc#382778)
-------------------------------------------------------------------
Wed Feb 13 12:06:35 CET 2008 - ro@suse.de
- updated brp-pie from bk: fix function for symlinks
-------------------------------------------------------------------
Fri Feb 8 17:43:47 CET 2008 - dmueller@suse.de
- remove references to previously removed checks (d'oh)
-------------------------------------------------------------------
Thu Feb 7 14:05:10 CET 2008 - dmueller@suse.de
- remove checks that are done by rpmlint already (bnc#356670)
-------------------------------------------------------------------
Thu Jan 31 15:13:47 CET 2008 - ro@suse.de
- remove brp-symlink, already in rpm.rpm
-------------------------------------------------------------------
Mon Jan 28 17:45:18 CET 2008 - ro@suse.de
- fix brp-check-bytecode for unzip case
-------------------------------------------------------------------
Mon Jan 28 12:17:55 CET 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 16:27:22 CET 2007 - ro@suse.de
- created package, version 1.0

94
brp-check-suse.spec Normal file
View File

@ -0,0 +1,94 @@
#
# 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
Release: 1
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
* 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

0
ready Normal file
View File