Commit Graph

94 Commits

Author SHA1 Message Date
Igor Gnatenko
216ad6cf24 Remove BuildRoot definition
None of currently supported distributions need that.
It was needed last for EL5 which is EOL now

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-02-14 00:36:44 +01:00
Fedora Release Engineering
bb408c435e - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-09 16:28:01 +00:00
Jakub Martisko
c8c5dea6f7 Change how sed handles SELinux context when working with symlinks inplace
Resolves: #1401442
2018-01-11 15:45:54 +01:00
Merlin Mathesius
c9e5162ae9 Initial commit for Atomic Host Tests 2017-09-25 16:43:53 -05:00
Fedora Release Engineering
4485bf8864 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild 2017-08-03 08:19:37 +00:00
Fedora Release Engineering
2d157d6af6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-27 18:23:42 +00:00
Jakub Martisko
575a3ba668 Update to 4.4
Resolves: #1410093
2017-02-09 16:15:55 +01:00
Jakub Martisko
217fe55b6f Update to 4.3
Resolves: #1410093
2017-01-05 14:06:58 +01:00
Petr Stodulka
a157645f7a provides /bin/sed 2016-02-09 13:41:17 +01:00
Petr Stodulka
4ef3af35d3 remove redefinition of _bindir
- sed will be store in /usr/bin/sed
  Resovles: #1305835
2016-02-09 13:17:40 +01:00
Fedora Release Engineering
6dbc629582 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-04 23:50:04 +00:00
Petr Stodulka
2079572252 added new build dependency on perl-Getopt-Long 2015-12-26 15:15:37 +01:00
Petr Stodulka
16c84096dd use global instead of define in spec file 2015-12-26 13:57:55 +01:00
Dennis Gilmore
1851b518bf - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-19 00:36:34 +00:00
Jaromir Capik
a3163def40 Adding STAGE1 bootstrap recipe 2015-06-10 21:02:57 +02:00
Jaromir Capik
634d9f6d0b Merge branch 'f21' 2015-06-10 21:01:11 +02:00
Till Maas
58c53fda05 Rebuilt for Fedora 23 Change
https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
2015-02-21 22:29:27 +01:00
Peter Robinson
f4a96edfc8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2014-08-18 01:56:54 +00:00
Peter Robinson
315e6d7342 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2014-08-18 01:56:43 +00:00
Tom Callaway
a96f2ea65a fix license handling 2014-08-04 01:02:53 -04:00
Tom Callaway
92e78cbb20 fix license handling 2014-08-04 01:02:25 -04:00
Dennis Gilmore
f2a42fd5e1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-08 01:05:33 -05:00
Jan Pacner
cf60284473 remove unused patches 2014-02-12 15:56:42 +01:00
Jan Pacner
db84b28d00 fix bogus date in %changelog 2014-02-12 15:34:32 +01:00
Jan Pacner
43ebc32901 Resolves: #1061367, Related #948598, man page & compat(-b --binary -c -V)
Resolves: #1061367 (Dropping -b option breaks cross-platform compat.)
Related: #948598 (Man page scan results for sed)
introduce -c argument
add help for -b --binary arguments
cleanup arguments & help
2014-02-11 16:06:03 +01:00
Dennis Gilmore
17e01a95f7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-04 09:05:11 -05:00
Fridolin Pokorny
2072dcc8ee Added libacl-devel to BuildRequires for ACL support rhbz#959432 2013-05-07 09:28:55 +02:00
Fridolin Pokorny
a01d808e57 Fixed option handling rhbz#948598 2013-05-03 13:29:35 +02:00
Dennis Gilmore
6dd098d9d8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-14 17:45:03 -06:00
Martin Briza
a42395139f Forgot to add the new patch 2013-01-04 16:28:35 +01:00
Martin Briza
8f4c3b3f85 Update to 4.2.2 2013-01-04 15:46:21 +01:00
Martin Briza
64095c9b0c Release sed-4.2.1-10 2012-07-18 14:33:44 +02:00
Martin Briza
e17f40b419 Fixed the readded -c option (left temporary files behind) 2012-07-10 16:24:49 +02:00
Martin Briza
811e929de0 Treat "\x26" as "&"
Add virtual provide for gnulib
2012-06-13 10:03:05 +02:00
Dennis Gilmore
c0969aff86 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-13 21:44:21 -06:00
Vojtech Vitek (V-Teq)
d8aed681cc Release sed-4.2.1-7 2011-07-12 16:10:16 +02:00
Vojtech Vitek (V-Teq)
33a815d107 avoid silent data loss when an input line is 2^31 bytes or longer
If one line in a file has length (including newline) of 2^31, then
applying sed -i to that file truncates it to size 0.  I first
noticed it like this: Create a file with line of length 2^31-1
  $ perl -le 'print "v"x(2**31-1)' > k
Then prepend a byte to that line:
  $ sed -i 's/^/v/' k
Surprise!  The file is empty.
* sed/utils.c (ck_getline): Declare "result" to be of type ssize_t,
rather than int, to match the return type of getline.

Upstream 81ce070727b225a1e23e5a48f775811c8a9e7366
by Jim Meyering <meyering@redhat.com>
2011-07-12 16:08:05 +02:00
Dennis Gilmore
aaa42f23ef - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-09 07:02:56 -06:00
Fedora Release Engineering
8e47136903 dist-git conversion 2010-07-29 12:20:19 +00:00
Jan Görig
17ee557276 - fixed make check on non UTF-8 locale - upstream patch rhbz#550731
- readded -c option (thanks Paolo Bonzini) rhbz#566455
- removed previous -c dummy patch
- changed license to GPLv3+
2010-03-22 12:51:16 +00:00
Bill Nottingham
5abd878966 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 23:15:28 +00:00
Jiří Moskovčák
cab0fe774a - added libselinux-devel to buildrequires rhbz#514182
- fixed problem with --excludedocs rhbz#515913
2009-10-16 09:12:45 +00:00
Ville Skyttä
71637b23b7 - Use bzipped upstream tarball.
https://www.redhat.com/archives/fedora-devel-list/2009-August/msg00563.html
2009-08-12 19:41:07 +00:00
Jesse Keating
11958408ae - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-27 04:07:36 +00:00
Jiří Moskovčák
b740b08888 Update to version 4.2.1 2009-07-01 10:42:17 +00:00
Jesse Keating
cb5e286e74 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-26 00:23:10 +00:00
Jiří Moskovčák
5223f1f19a improved follow.patch to better handle symlinks. 2008-11-13 16:39:42 +00:00
Jesse Keating
d0acf9f5b4 - Autorebuild for GCC 4.3 2008-02-19 20:02:13 +00:00
Bill Nottingham
64ce09030d makefile update to properly grab makefile.common 2007-10-15 19:22:20 +00:00
Petr Machata
a8efcbf3b6 Remove gawk br. 2007-10-05 15:06:53 +00:00