forked from pool/aaa_base
- remove boot.* again, new insserv shadows them
OBS-URL: https://build.opensuse.org/package/show/Base:System/aaa_base?expand=0&rev=420
This commit is contained in:
parent
5da0f08749
commit
42ea186c1e
@ -6,7 +6,7 @@ to make changes, you have the following options:
|
|||||||
aaa_base packagers commit it for you
|
aaa_base packagers commit it for you
|
||||||
|
|
||||||
The online repository is at:
|
The online repository is at:
|
||||||
http://gitorious.org/opensuse/aaa_base
|
http://github.com/openSUSE/aaa_base
|
||||||
|
|
||||||
For building the package from git run the service directly:
|
For building the package from git run the service directly:
|
||||||
osc service disabledrun
|
osc service disabledrun
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:5b5cdf3876bbcf6565d71e19bdd7fc293c09029b92adbdfab3fc4c8d117ecfee
|
oid sha256:082f6e43e37740e6d2ea603d17bd13b0155762ce24517bafc2f2280a3520a0af
|
||||||
size 99977
|
size 106215
|
||||||
|
@ -1,13 +0,0 @@
|
|||||||
Index: aaa_base-12.3/files/etc/rc.status
|
|
||||||
===================================================================
|
|
||||||
--- aaa_base-12.3.orig/files/etc/rc.status
|
|
||||||
+++ aaa_base-12.3/files/etc/rc.status
|
|
||||||
@@ -59,7 +59,7 @@ if test -z "$SYSTEMD_NO_WRAP" && /bin/mo
|
|
||||||
*) unset _rc_base ;;
|
|
||||||
esac
|
|
||||||
if test -n "$_rc_base" -a -x /bin/systemctl ; then
|
|
||||||
- exec /bin/systemctl $1 "${_rc_base}
|
|
||||||
+ exec /bin/systemctl $1 "${_rc_base}"
|
|
||||||
fi
|
|
||||||
unset _rc_base
|
|
||||||
fi
|
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 15 09:37:55 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
- remove boot.* again, new insserv shadows them
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 15 09:04:44 UTC 2012 - dimstar@opensuse.org
|
Thu Nov 15 09:04:44 UTC 2012 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -54,8 +54,6 @@ Source: aaa_base-%{version}.tar.gz
|
|||||||
#
|
#
|
||||||
Source1: README.packaging.txt
|
Source1: README.packaging.txt
|
||||||
Source99: aaa_base-rpmlintrc
|
Source99: aaa_base-rpmlintrc
|
||||||
# PATCH-FIX-UPSTREAM aaa_base-syntax-error.patch dimstar@opensuse.org -- Fix syntax error.
|
|
||||||
Patch0: aaa_base-syntax-error.patch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package installs several important configuration files and central scripts.
|
This package installs several important configuration files and central scripts.
|
||||||
@ -83,7 +81,6 @@ installed by default as it may degrade performance.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make CFLAGS="$RPM_OPT_FLAGS" CC="%{__cc}" %{?_smp_mflags}
|
make CFLAGS="$RPM_OPT_FLAGS" CC="%{__cc}" %{?_smp_mflags}
|
||||||
@ -169,10 +166,6 @@ rm -f /root/.gnupg/secring.gpg.aaa_save
|
|||||||
# needed also with systemd
|
# needed also with systemd
|
||||||
/etc/init.d/boot.localnet
|
/etc/init.d/boot.localnet
|
||||||
/etc/init.d/powerfail
|
/etc/init.d/powerfail
|
||||||
# needed for backward compat
|
|
||||||
/etc/init.d/boot.localfs
|
|
||||||
/etc/init.d/boot.rootfsck
|
|
||||||
/etc/init.d/boot.cleanup
|
|
||||||
/etc/hushlogins
|
/etc/hushlogins
|
||||||
%dir /lib/aaa_base
|
%dir /lib/aaa_base
|
||||||
/lib/aaa_base/convert_sysctl*
|
/lib/aaa_base/convert_sysctl*
|
||||||
|
Loading…
Reference in New Issue
Block a user