9.70
This commit is contained in:
parent
f259f7b866
commit
049c81f2d3
1
.gitignore
vendored
1
.gitignore
vendored
@ -23,3 +23,4 @@
|
|||||||
/initscripts-9.67.tar.bz2
|
/initscripts-9.67.tar.bz2
|
||||||
/initscripts-9.68.tar.bz2
|
/initscripts-9.68.tar.bz2
|
||||||
/initscripts-9.69.tar.bz2
|
/initscripts-9.69.tar.bz2
|
||||||
|
/initscripts-9.70.tar.gz
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
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.69
|
Version: 9.70
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
URL: http://fedorahosted.org/releases/i/n/initscripts/
|
URL: https://github.com/fedora-sysv/initscripts
|
||||||
Source: http://fedorahosted.org/releases/i/n/initscripts/initscripts-%{version}.tar.bz2
|
Source: https://github.com/fedora-sysv/initscripts/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
||||||
Requires: /bin/awk, sed, coreutils
|
Requires: /bin/awk, sed, coreutils
|
||||||
Requires: grep
|
Requires: grep
|
||||||
Requires: module-init-tools
|
Requires: module-init-tools
|
||||||
@ -177,8 +176,8 @@ fi
|
|||||||
%{_sysconfdir}/profile.d/debug*
|
%{_sysconfdir}/profile.d/debug*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 9.69-2
|
* Fri Feb 24 2017 Lukáš Nykrýn <lnykryn@redhat.com> - 9.70-1
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
- move source to github
|
||||||
|
|
||||||
* Tue Aug 30 2016 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 9.69-1
|
* Tue Aug 30 2016 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 9.69-1
|
||||||
- fedora-import-state should no longer try to create folder with empty name (#1370259)
|
- fedora-import-state should no longer try to create folder with empty name (#1370259)
|
||||||
|
7
rebase.sh
Executable file
7
rebase.sh
Executable file
@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
set -e
|
||||||
|
curl https://raw.githubusercontent.com/fedora-sysv/initscripts/master/initscripts.spec -o initscripts.spec
|
||||||
|
git add initscripts.spec
|
||||||
|
spectool -g initscripts.spec
|
||||||
|
fedpkg new-sources $(basename $(spectool -S -l initscripts.spec | awk '{print $2;}'))
|
||||||
|
git commit -m $(grep Version initscripts.spec | awk '{print $2;}')
|
Loading…
Reference in New Issue
Block a user