Release 221-1mamba
This commit is contained in:
parent
d4ed6dd2fd
commit
4554a685a6
33
systemd.spec
33
systemd.spec
@ -24,8 +24,8 @@
|
||||
|
||||
Name: systemd
|
||||
Epoch: 2
|
||||
Version: 219
|
||||
Release: 5mamba
|
||||
Version: 221
|
||||
Release: 1mamba
|
||||
Summary: A system and service manager compatible with SysV and LSB init scripts
|
||||
Group: System/Configuration
|
||||
Vendor: openmamba
|
||||
@ -214,12 +214,12 @@ This package include development files for building software using udev librarie
|
||||
#%patch4 -p1
|
||||
#%patch6 -p1
|
||||
#%patch7 -p1
|
||||
%patch9 -p1
|
||||
#%patch9 -p1
|
||||
#%patch10 -p1
|
||||
%patch11 -p1
|
||||
%patch12 -p1
|
||||
%patch13 -p1
|
||||
%patch14 -p1
|
||||
#%patch11 -p1
|
||||
#%patch12 -p1
|
||||
#%patch13 -p1
|
||||
#%patch14 -p1
|
||||
|
||||
%build
|
||||
%configure \
|
||||
@ -228,7 +228,6 @@ This package include development files for building software using udev librarie
|
||||
--with-pamlibdir=/%{_lib}/security \
|
||||
--with-tty-gid=4 \
|
||||
--enable-split-usr \
|
||||
--enable-chkconfig \
|
||||
--with-rc-local-script-path-start=/etc/rc.d/init.d/rc.local \
|
||||
--enable-compat-libs \
|
||||
--with-debug-shell=/bin/sh \
|
||||
@ -471,6 +470,7 @@ fi
|
||||
%dir %{_sysconfdir}/tmpfiles.d
|
||||
%dir %{_sysconfdir}/xdg/systemd
|
||||
%{_sysconfdir}/xdg/systemd/user
|
||||
%{_sysconfdir}/X11/xinit/xinitrc.d/50-systemd-user.sh
|
||||
%{_bindir}/busctl
|
||||
%{_bindir}/bootctl
|
||||
%{_bindir}/coredumpctl
|
||||
@ -532,6 +532,7 @@ fi
|
||||
%dir %{_datadir}/factory/etc/pam.d
|
||||
%{_datadir}/factory/etc/pam.d/other
|
||||
%{_datadir}/factory/etc/pam.d/system-auth
|
||||
%{_datadir}/pkgconfig/systemd.pc
|
||||
%dir %{_datadir}/systemd
|
||||
%{_datadir}/systemd/kbd-model-map
|
||||
%{_datadir}/systemd/language-fallback-map
|
||||
@ -569,7 +570,7 @@ fi
|
||||
%{_mandir}/man8/nss-mymachines.8*
|
||||
%{_mandir}/man8/pam_systemd.8*
|
||||
%{_mandir}/man8/systemd-*.8*
|
||||
%doc LICENSE.LGPL2.1 LICENSE.MIT
|
||||
%doc LICENSE.LGPL2.1
|
||||
|
||||
#%files tools
|
||||
#%defattr(-,root,root)
|
||||
@ -612,7 +613,7 @@ fi
|
||||
%{_libdir}/pkgconfig/libsystemd-journal.pc
|
||||
%{_libdir}/pkgconfig/libsystemd-login.pc
|
||||
%{_libdir}/pkgconfig/libsystemd.pc
|
||||
%{_libdir}/pkgconfig/systemd.pc
|
||||
#%{_libdir}/pkgconfig/systemd.pc
|
||||
%dir %{_docdir}/systemd
|
||||
%{_docdir}/systemd/*
|
||||
%{_mandir}/man3/*.3*
|
||||
@ -645,26 +646,20 @@ fi
|
||||
|
||||
%files -n libudev
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libgudev-1.0.so.*
|
||||
/%{_lib}/libudev.so.*
|
||||
%{_libdir}/girepository-1.0/GUdev-1.0.typelib
|
||||
|
||||
%files -n libudev-devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/gudev-1.0
|
||||
%dir %{_includedir}/gudev-1.0/gudev
|
||||
%{_includedir}/gudev-1.0/gudev/*.h
|
||||
%{_includedir}/libudev.h
|
||||
%{_libdir}/libgudev-1.0.la
|
||||
%{_libdir}/libgudev-1.0.so
|
||||
%{_datadir}/gir-1.0/GUdev-1.0.gir
|
||||
%{_libdir}/libudev.la
|
||||
%{_libdir}/libudev.so
|
||||
%{_libdir}/pkgconfig/gudev-1.0.pc
|
||||
%{_libdir}/pkgconfig/libudev.pc
|
||||
%{_datadir}/pkgconfig/udev.pc
|
||||
|
||||
%changelog
|
||||
* Mon Jun 22 2015 Automatic Build System <autodist@mambasoft.it> 221-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jun 14 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 219-5mamba
|
||||
- path to silend 'device appeared twice' error,see https://bugs.freedesktop.org/show_bug.cgi?id=90386
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user