1
0

converted link to branch

OBS-URL: https://build.opensuse.org/package/show/Base:System/brp-check-suse?expand=0&rev=8
This commit is contained in:
Stephan Kulow 2010-02-12 06:56:46 +00:00 committed by Git OBS Bridge
parent eb0b2755da
commit 44adde6cfc
3 changed files with 21 additions and 3 deletions

View File

@ -0,0 +1,11 @@
--- brp-desktop.data/xdg_menu
+++ brp-desktop.data/xdg_menu
@@ -1980,7 +1980,7 @@
$output = output_validate($menu);
print $output;
if ( $validate_error eq 1 ) {
- print "Errors in installed desktop file detected. Please mail stbinner\@suse.de, if you think this is wrong.\n";
+ print "Errors in installed desktop file detected. Please refer to http://en.opensuse.org/SUSE_Package_Conventions/RPM_Macros\n";
exit 1;
}
exit 0;

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 11 18:38:31 CET 2010 - ro@suse.de
- replace mail address by http url in xdg_data check (bnc#510720)
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Sep 18 01:44:06 CEST 2009 - ro@suse.de Fri Sep 18 01:44:06 CEST 2009 - ro@suse.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package brp-check-suse (Version 1.0) # spec file for package brp-check-suse (Version 1.0)
# #
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -19,13 +19,14 @@
Name: brp-check-suse Name: brp-check-suse
License: Artistic License .. ; GPL v2 or later License: Artistic License .. ; GPLv2+
Group: Development/Tools/Building Group: Development/Tools/Building
AutoReqProv: on AutoReqProv: on
Summary: build root policy check scripts Summary: build root policy check scripts
Version: 1.0 Version: 1.0
Release: 22 Release: 23
Source0: %{name}-%{version}.tar.bz2 Source0: %{name}-%{version}.tar.bz2
Patch0: brp-check-suse-fix_mail.patch
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -36,6 +37,7 @@ build root policy check scripts
%prep %prep
%setup -q %setup -q
%patch0
%build %build
# nothing to do # nothing to do