9.76
This commit is contained in:
parent
ee6edab6e6
commit
8e43169ab0
1
.gitignore
vendored
1
.gitignore
vendored
@ -28,3 +28,4 @@
|
|||||||
/initscripts-9.72.tar.gz
|
/initscripts-9.72.tar.gz
|
||||||
/initscripts-9.74.tar.gz
|
/initscripts-9.74.tar.gz
|
||||||
/initscripts-9.75.tar.gz
|
/initscripts-9.75.tar.gz
|
||||||
|
/initscripts-9.76.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: Scripts to bring up network interfaces and legacy utilities
|
Summary: Scripts to bring up network interfaces and legacy utilities
|
||||||
Name: initscripts
|
Name: initscripts
|
||||||
Version: 9.75
|
Version: 9.76
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
@ -156,7 +156,7 @@ fi
|
|||||||
%{_prefix}/lib/udev/rename_device
|
%{_prefix}/lib/udev/rename_device
|
||||||
%{_sbindir}/service
|
%{_sbindir}/service
|
||||||
%{_mandir}/man*/*
|
%{_mandir}/man*/*
|
||||||
%dir %attr(775,root,root) /var/run/netreport
|
%dir %attr(775,root,root) /run/netreport
|
||||||
%dir %{_sysconfdir}/NetworkManager
|
%dir %{_sysconfdir}/NetworkManager
|
||||||
%dir %{_sysconfdir}/NetworkManager/dispatcher.d
|
%dir %{_sysconfdir}/NetworkManager/dispatcher.d
|
||||||
%{_sysconfdir}/NetworkManager/dispatcher.d/00-netreport
|
%{_sysconfdir}/NetworkManager/dispatcher.d/00-netreport
|
||||||
@ -175,6 +175,10 @@ fi
|
|||||||
%{_sysconfdir}/profile.d/debug*
|
%{_sysconfdir}/profile.d/debug*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 07 2017 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 9.76-1
|
||||||
|
- Makefile: return make archive for testing purposes
|
||||||
|
- Revert "Makefile: replace /var/run with /run"
|
||||||
|
|
||||||
* Mon Aug 07 2017 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 9.75-1
|
* Mon Aug 07 2017 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 9.75-1
|
||||||
- Makefile: $ROOT variable is now empty by default
|
- Makefile: $ROOT variable is now empty by default
|
||||||
- Makefile: Fix additional error in commit b119d37d1
|
- Makefile: Fix additional error in commit b119d37d1
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (initscripts-9.75.tar.gz) = c1a6e2700ee9b849f28276ef1c1455d252be94c71540a63df64d88242439c2b1a24dd0088b33a7b51d37d512e0e43f5052c98ddb32dccea6fa14762c0393d998
|
SHA512 (initscripts-9.76.tar.gz) = fd472a02ee4dfcd89eb604d6f96da811693304026d40a8cae02071a170e0bcba12e72fa30723baef7636de1e3add59d50ac0cae6838911fb368cfaf9fcace47e
|
||||||
|
Loading…
Reference in New Issue
Block a user