!3 update rpmrebuild to 2.15
Merge pull request !3 from wangchen/wangchen
This commit is contained in:
commit
0ab5d70eba
@ -1,24 +0,0 @@
|
||||
From e544888882d7630ada8e8df125063bf033e8db09 Mon Sep 17 00:00:00 2001
|
||||
From: Eric Gerbier <gerbier@users.sourceforge.net>
|
||||
Date: Sat, 7 Jul 2018 15:53:46 +0200
|
||||
Subject: [PATCH 02/46] add missing shebang
|
||||
|
||||
---
|
||||
src/rpmrebuild_parser.src | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
mode change 100644 => 100755 src/rpmrebuild_parser.src
|
||||
|
||||
diff --git a/rpmrebuild_parser.src b/rpmrebuild_parser.src
|
||||
old mode 100644
|
||||
new mode 100755
|
||||
index 43634f5..f12706b
|
||||
--- a/rpmrebuild_parser.src
|
||||
+++ b/rpmrebuild_parser.src
|
||||
@@ -1,3 +1,4 @@
|
||||
+#!/bin/bash
|
||||
# to be sourced from bash
|
||||
###############################################################################
|
||||
#
|
||||
--
|
||||
2.19.1
|
||||
|
||||
Binary file not shown.
BIN
rpmrebuild-2.15.tar.gz
Normal file
BIN
rpmrebuild-2.15.tar.gz
Normal file
Binary file not shown.
@ -1,13 +1,11 @@
|
||||
Name: rpmrebuild
|
||||
Version: 2.11
|
||||
Release: 7
|
||||
Version: 2.15
|
||||
Release: 1
|
||||
Summary: A tool to build a rpm file from the rpm database
|
||||
License: GPLv2+
|
||||
URL: http://rpmrebuild.sourceforge.net
|
||||
Source0: https://downloads.sourceforge.net/rpmrebuild/%{name}-%{version}.tar.gz
|
||||
|
||||
Patch6000: add-missing-shebang.patch
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildArch: noarch
|
||||
Requires: rpm grep bash cpio textutils rpm-build
|
||||
@ -45,9 +43,10 @@ rm -rf $RPM_BUILD_ROOT%{_mandir}/fr_FR.UTF-8/man1/
|
||||
%attr(0755,root,root) %{_prefix}/lib/rpmrebuild/plugins/*.sh
|
||||
%attr(0755,root,root) %{_prefix}/lib/rpmrebuild/*.src
|
||||
%attr(0755,root,root) %{_prefix}/lib/rpmrebuild/*.sh
|
||||
%{_prefix}/lib/rpmrebuild/VERSION
|
||||
%{_prefix}/lib/rpmrebuild/Version
|
||||
%{_prefix}/lib/rpmrebuild/plugins/*.plug
|
||||
%{_prefix}/lib/rpmrebuild/locale/*
|
||||
%{_prefix}/lib/rpmrebuild/optional_tags.cfg
|
||||
|
||||
%files help
|
||||
%defattr(-,root,root)
|
||||
@ -57,6 +56,12 @@ rm -rf $RPM_BUILD_ROOT%{_mandir}/fr_FR.UTF-8/man1/
|
||||
%{_mandir}/fr/man1/*.gz
|
||||
|
||||
%changelog
|
||||
* Sat Jul 25 2020 wangchen <wangchen137@huawei.com> - 2.15-1
|
||||
- Type:enhancement
|
||||
- ID:NA
|
||||
- SUG:NA
|
||||
- DESC:update to 2.15
|
||||
|
||||
* Tue Dec 31 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.11-7
|
||||
- Type:bugfix
|
||||
- ID:NA
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user