Accepting request 96285 from home:coolo:branches:openSUSE:Factory
- let rpm call everything below /usr/lib/rpm/brp-suse.d and do no longer define a hard coded list of brp scripts OBS-URL: https://build.opensuse.org/request/show/96285 OBS-URL: https://build.opensuse.org/package/show/Base:System/brp-check-suse?expand=0&rev=30
This commit is contained in:
parent
1850b28406
commit
85a07fe88f
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:21c282d25a06765929a76642cbf03a66569ac1c829f3297caebae795df7c42fb
|
oid sha256:06647a77ac03df8df021f73de95cc6470faf1bf03ab6063b1a843d1135295d93
|
||||||
size 60416
|
size 62374
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 9 14:18:30 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
- let rpm call everything below /usr/lib/rpm/brp-suse.d and do no
|
||||||
|
longer define a hard coded list of brp scripts
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Sep 17 20:51:34 UTC 2011 - jengelh@medozas.de
|
Sat Sep 17 20:51:34 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
@ -15,15 +15,13 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: brp-check-suse
|
Name: brp-check-suse
|
||||||
License: GPLv2+
|
|
||||||
Group: Development/Tools/Building
|
|
||||||
AutoReqProv: off
|
AutoReqProv: off
|
||||||
Summary: build root policy check scripts
|
Summary: Build root policy check scripts
|
||||||
|
License: GPL-2.0+
|
||||||
|
Group: Development/Tools/Building
|
||||||
Version: 1.0
|
Version: 1.0
|
||||||
Release: 44
|
Release: 0
|
||||||
Url: http://gitorious.org/opensuse/brp-check-suse/
|
Url: http://gitorious.org/opensuse/brp-check-suse/
|
||||||
#
|
#
|
||||||
# Note: don't rebuild this manually. Instead submit your patches
|
# Note: don't rebuild this manually. Instead submit your patches
|
||||||
@ -34,32 +32,32 @@ Url: http://gitorious.org/opensuse/brp-check-suse/
|
|||||||
# make package
|
# make package
|
||||||
#
|
#
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
BuildArch: noarch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%global provfind sh -c "grep -v 'brp-desktop.data' | %__find_provides"
|
%global provfind sh -c "grep -v 'brp-desktop.data' | %__find_provides"
|
||||||
%global __find_provides %provfind
|
%global __find_provides %provfind
|
||||||
|
|
||||||
%description
|
%description
|
||||||
build root policy check scripts
|
This package contains all suse scripts called in the
|
||||||
|
build root checking or in parts implemeting SUSE policies.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%ifnarch x86_64 s390x ppc64
|
||||||
|
rm brp-65-lib64-linux
|
||||||
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# nothing to do
|
# nothing to do
|
||||||
|
|
||||||
%install
|
%install
|
||||||
install -d $RPM_BUILD_ROOT/usr/lib/rpm
|
install -d $RPM_BUILD_ROOT/usr/lib/rpm/brp-suse.d
|
||||||
install -d $RPM_BUILD_ROOT/etc/rpm
|
mv brp*data $RPM_BUILD_ROOT/usr/lib/rpm/
|
||||||
cp -a brp-* $RPM_BUILD_ROOT/usr/lib/rpm
|
cp -a brp-* $RPM_BUILD_ROOT/usr/lib/rpm/brp-suse.d
|
||||||
cp -a macros.* $RPM_BUILD_ROOT/etc/rpm
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
/etc/rpm/*
|
|
||||||
/usr/lib/rpm/*
|
/usr/lib/rpm/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user